aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Bumpobscuren2015-02-221-1/+1
|
* reverted back to proper version numberobscuren2015-02-211-1/+1
|
* Minor updates for releaseobscuren2015-02-211-1/+1
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-201-2/+7
|\
| * Merge pull request #352 from fjl/no-enc-handshakeJeffrey Wilcke2015-02-201-1/+2
| |\ | | | | | | p2p: disable encryption handshake, enable log events
| | * cmd/mist: show peer names in peers windowFelix Lange2015-02-191-1/+2
| | |
| * | Merge pull request #335 from alexvandesande/uiJeffrey Wilcke2015-02-201-1/+5
| |\ \ | | |/ | |/| Cut, Copy, Undo and Redo working in webview
| | * Removed console logs from mist.jsAlexandre Van de Sande2015-02-181-2/+6
| | | | | | | | | | | | also fixed an issue where it would force reloads unnecessarily
* | | WIP QT Clipboardobscuren2015-02-191-0/+1
|/ /
* | removed old walletobscuren2015-02-181-1/+0
| |
* | Removed mined transactions from pending view. Closes #321obscuren2015-02-181-1/+1
| |
* | commented peer count outobscuren2015-02-171-1/+1
|/
* Updated iconsAlexandre Van de Sande2015-02-171-2/+2
|
* removed status bar codeAlexandre Van de Sande2015-02-171-73/+0
|
* badge supportAlexandre Van de Sande2015-02-171-4/+7
|
* side iconsAlexandre Van de Sande2015-02-171-11/+56
|
* merge conflictsAlexandre Van de Sande2015-02-161-70/+28
|\
| * removed some old menu itemsobscuren2015-02-151-29/+0
| |
| * cmd/mist: fix peer windowFelix Lange2015-02-141-15/+8
| |
| * 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
| |
* | Solved Issue #318 and added states to back buttonAlexandre Van de Sande2015-02-161-1/+1
| |
* | changed url bar behaviour. Failed attempt at iconAlexandre Van de Sande2015-02-141-6/+8
|/
* 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/