aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue in peer windowobscuren2015-02-141-8/+12
| | | | | * Fixed issues where new peer window could cause a crash when entering an empty string
* Updated windowobscuren2015-02-141-20/+6
|
* Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-141-1/+3
| | | | | * Sometimes old nonces were set by "old" agents * Added the hash rate to the miner
* cmd + t switches to new dapp windowobscuren2015-02-121-2/+3
|
* Catalog Page BehaviourAlexandre Van de Sande2015-02-121-15/+39
|
* Recreated the changes on a new branchAlexandre Van de Sande2015-02-101-878/+1067
|
* Removed minimum height. Closes #282obscuren2015-02-031-2/+1
|
* Added a different default home pageobscuren2015-02-031-2/+2
|
* "fixed" transaction viewobscuren2015-01-301-1/+1
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-1/+1
| | | | | * Added RPC methods for whisper * Added whisper example
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+1
|
* implement transactobscuren2015-01-291-2/+2
|
* removed key while in the process of moving to the new key storageobscuren2015-01-291-1/+1
|
* merge jsonrpcobscuren2015-01-291-1/+0
|\
| * moving to a better xethobscuren2015-01-291-1/+3
| |
* | Updated assets & moved messagesobscuren2015-01-281-3/+3
| |
* | Reworking browserobscuren2015-01-251-37/+28
|/
* UI Updatesobscuren2015-01-221-33/+30
| | | | | * Browser now has tabs * Fixed a callback issue
* Hide browser bar when coming from a DApp urlobscuren2015-01-201-24/+28
|
* Minor browser improvementsobscuren2015-01-191-0/+9
|
* Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-081-2/+2
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-12/+8
|
* added shh back inobscuren2015-01-061-0/+1
|
* Cleaned up some of that utilobscuren2015-01-041-0/+2
|
* movedobscuren2014-12-221-1/+1
|
* Merge branch 'develop' into poc8obscuren2014-12-201-4/+4
|\ | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * Added authorsobscuren2014-12-191-4/+4
| |
* | Added whisper debug interface + whisper fixesobscuren2014-12-161-0/+1
|/
* Fixed bloom, updated mining & block processingobscuren2014-11-101-1/+1
| | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug)
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-29/+13
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+908
mist, etheruem have been moved to cmd/