aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml
Commit message (Expand)AuthorAgeFilesLines
* menubar back to mist main.qmlzelig2015-03-151-0/+89
* remove jsre from mistzelig2015-03-151-150/+51
* Update path to web3 libraryTaylor Gerring2015-03-121-1/+1
* miner: provide coinbase when starting the minerFelix Lange2015-03-122-30/+29
* Merge branch origin/develop into accounts-integrationFelix Lange2015-03-112-42/+0
|\
| * removed debuggerobscuren2015-03-102-42/+0
* | Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-1/+1
|\|
| * Bump vobscuren2015-03-081-1/+1
* | cmd/mist: use cli library and package accountsFelix Lange2015-03-101-41/+0
* | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-0/+5
|/
* network back to local filesAlexandre Van de Sande2015-03-051-5/+0
* Fixed Average Return calculationAlexandre Van de Sande2015-03-052-3/+3
* updated network app to latest buildAlexandre Van de Sande2015-03-043-4/+5
* Merge branch 'develop' into uiAlexandre Van de Sande2015-03-041-1/+1
|\
| * Bumpobscuren2015-02-271-1/+1
* | network dashboard is now a local fileAlexandre Van de Sande2015-03-0423-1/+346
* | updating to new network health pageAlexandre Van de Sande2015-03-042-4/+5
* | Network Health Panel with miningAlexandre Van de Sande2015-03-033-24/+177
* | Merge branch 'develop' into uiAlexandre Van de Sande2015-02-232-3/+14
|\|
| * 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-203-18/+20
| |\
| | * Merge pull request #352 from fjl/no-enc-handshakeJeffrey Wilcke2015-02-201-1/+2
| | |\
| | | * cmd/mist: show peer names in peers windowFelix Lange2015-02-191-1/+2
| | * | Merge pull request #335 from alexvandesande/uiJeffrey Wilcke2015-02-203-17/+18
| | |\ \ | | | |/ | | |/|
| * / | WIP QT Clipboardobscuren2015-02-191-0/+1
| |/ /
| * | removed old walletobscuren2015-02-181-1/+0
| * | Removed mined transactions from pending view. Closes #321obscuren2015-02-182-1/+10
| * | commented peer count outobscuren2015-02-171-1/+1
* | | changes to sidebar sizesAlexandre Van de Sande2015-02-231-17/+32
| |/ |/|
* | Removed console logs from mist.jsAlexandre Van de Sande2015-02-181-2/+6
* | Cut, Copy, Undo and Redo working in webviewAlexandre Van de Sande2015-02-182-16/+13
|/
* Updated iconsAlexandre Van de Sande2015-02-173-4/+3
* removed status bar codeAlexandre Van de Sande2015-02-171-73/+0
* badge supportAlexandre Van de Sande2015-02-172-9/+9
* side iconsAlexandre Van de Sande2015-02-172-19/+103
* SideIcons work. Copy paste still doesn't.Alexandre Van de Sande2015-02-172-13/+20
* merge conflictsAlexandre Van de Sande2015-02-166-108/+107
|\
| * Changed default denominatorsobscuren2015-02-163-3/+5
| * Resolved some bugs in the minerobscuren2015-02-151-1/+1
| * removed some old menu itemsobscuren2015-02-152-32/+0
| * Reset URL barobscuren2015-02-151-1/+9
| * Fixed a few errors in the browser special meta tags objectsobscuren2015-02-151-30/+28
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-141-15/+8
| |\
| | * cmd/mist: fix peer windowFelix Lange2015-02-141-15/+8
| * | Moved ECIES to repo & added secondary title for webviewobscuren2015-02-141-0/+12
| |/
| * Fixed QML errorsobscuren2015-02-143-7/+1
| * Update balance label when miningobscuren2015-02-141-0/+11
| * Fixed issue in peer windowobscuren2015-02-141-8/+12
| * Updated windowobscuren2015-02-141-20/+6
| * Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-142-1/+27
| * mergeobscuren2015-02-131-868/+1
| * wipobscuren2015-02-132-13/+868
| |\
| | * cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-071-35/+9
| | * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-062-13/+13
| * | cmd + t switches to new dapp windowobscuren2015-02-121-2/+3
* | | Solved Issue #318 and added states to back buttonAlexandre Van de Sande2015-02-162-20/+21
* | | Add http when not present on browserAlexandre Van de Sande2015-02-161-1/+6
* | | changed url bar behaviour. Failed attempt at iconAlexandre Van de Sande2015-02-143-75/+77
|/ /
* | Catalog Page BehaviourAlexandre Van de Sande2015-02-123-119/+96
* | removed icomoonAlexandre Van de Sande2015-02-101-0/+0
* | Recreated the changes on a new branchAlexandre Van de Sande2015-02-1020-920/+1526
|/
* Removed minimum height. Closes #282obscuren2015-02-031-2/+1
* Added a different default home pageobscuren2015-02-031-2/+2
* Raw data for existing blocksobscuren2015-02-031-1/+1
* "fixed" transaction viewobscuren2015-01-303-6/+5
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-302-2/+5
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+1
* implement transactobscuren2015-01-291-2/+2
* updated ethereum.js and moved to subfolderobscuren2015-01-291-1/+1
* Added webengine initializerobscuren2015-01-292-0/+694
* removed key while in the process of moving to the new key storageobscuren2015-01-293-696/+1
* merge jsonrpcobscuren2015-01-293-13/+3
|\
| * moving to a better xethobscuren2015-01-292-10/+5
* | Updated assets & moved messagesobscuren2015-01-282-18/+19
* | Reworking browserobscuren2015-01-253-38/+241
|/
* UI Updatesobscuren2015-01-223-59/+37
* Updated browser & pass view to callback functionobscuren2015-01-221-229/+242
* fixed url bug in browserobscuren2015-01-211-5/+0
* Hide browser bar when coming from a DApp urlobscuren2015-01-201-24/+28
* Minor browser improvementsobscuren2015-01-192-4/+28
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-151-402/+435
* Fixed whisper messagesobscuren2015-01-131-1/+3
* Added manual triggering of filtersobscuren2015-01-131-1/+8
* Implemented filter for ws + fixesobscuren2015-01-101-1/+1
* Updated to new ethereum.js apiobscuren2015-01-091-1/+1
* mergedobscuren2015-01-091-1/+0
* new switchobscuren2015-01-091-40/+26
* Updated ethereum.jsobscuren2015-01-091-4/+4
* Fixed some whisper issuesobscuren2015-01-091-19/+25
* Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-082-6/+10
* Allow extra to be set for mined blocksobscuren2015-01-061-0/+19
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-062-13/+8
* added shh back inobscuren2015-01-061-0/+1
* Cleaned up some of that utilobscuren2015-01-042-1/+3
* Removal of "debug" url :)obscuren2014-12-221-2/+1
* Concat and pad dataobscuren2014-12-222-3/+4
* Added whisper js apiobscuren2014-12-222-6/+36
* movedobscuren2014-12-222-2/+3
* updated whisper uiobscuren2014-12-221-2/+3
* Updated QWhisperobscuren2014-12-211-2/+30
* Merge branch 'develop' into poc8obscuren2014-12-201-4/+4
|\
| * Added authorsobscuren2014-12-191-4/+4
* | Whisper watches fixesobscuren2014-12-171-1/+2
* | Added whisper debug interface + whisper fixesobscuren2014-12-161-0/+1
* | Added whisper testobscuren2014-12-161-0/+46
|/
* Show newly created private key during startup. Closes #126obscuren2014-12-051-2/+2
* Improved and simplified wallet functions and behaviourobscuren2014-12-041-5/+14
* Updated value for mined blocks. Closes #197obscuren2014-12-031-3/+9
* Additional logging and removed temp merged mining options.obscuren2014-12-021-0/+2
* Fixed bloom, updated mining & block processingobscuren2014-11-103-8/+14
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-072-29/+267
* Updated to use ethereum.jsobscuren2014-10-311-68/+73
* increased default gas from 500 to 5000obscuren2014-10-271-1/+1
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2315-0/+2769