aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* 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/