aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #335 from alexvandesande/uiJeffrey Wilcke2015-02-202-16/+13
|\ | | | | Cut, Copy, Undo and Redo working in webview
| * Cut, Copy, Undo and Redo working in webviewAlexandre Van de Sande2015-02-182-16/+13
| |
* | Removed mined transactions from pending view. Closes #321obscuren2015-02-181-0/+9
|/
* Updated iconsAlexandre Van de Sande2015-02-172-2/+1
|
* badge supportAlexandre Van de Sande2015-02-171-5/+2
|
* side iconsAlexandre Van de Sande2015-02-171-8/+47
|
* SideIcons work. Copy paste still doesn't.Alexandre Van de Sande2015-02-172-13/+20
|
* merge conflictsAlexandre Van de Sande2015-02-165-38/+79
|\
| * Changed default denominatorsobscuren2015-02-163-3/+5
| |
| * Resolved some bugs in the minerobscuren2015-02-151-1/+1
| | | | | | | | | | | | * TODO nonce error sometimes persists * Fixed mining on wrong blocks * Fixed state error & receipt fail
| * removed some old menu itemsobscuren2015-02-151-3/+0
| |
| * Reset URL barobscuren2015-02-151-1/+9
| |
| * Fixed a few errors in the browser special meta tags objectsobscuren2015-02-151-30/+28
| |
| * Moved ECIES to repo & added secondary title for webviewobscuren2015-02-141-0/+12
| | | | | | | | | | * ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle
| * Fixed QML errorsobscuren2015-02-143-7/+1
| |
| * Update balance label when miningobscuren2015-02-141-0/+11
| |
| * Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-141-0/+24
| | | | | | | | | | * Sometimes old nonces were set by "old" agents * Added the hash rate to the miner
| * wipobscuren2015-02-131-12/+0
| |\
| | * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-12/+0
| | |
* | | Solved Issue #318 and added states to back buttonAlexandre Van de Sande2015-02-161-19/+20
| | |
* | | 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-142-69/+69
|/ /
* | Catalog Page BehaviourAlexandre Van de Sande2015-02-122-104/+57
| |
* | Recreated the changes on a new branchAlexandre Van de Sande2015-02-102-42/+459
|/
* Raw data for existing blocksobscuren2015-02-031-1/+1
|
* "fixed" transaction viewobscuren2015-01-302-5/+4
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-1/+4
| | | | | * Added RPC methods for whisper * Added whisper example
* updated ethereum.js and moved to subfolderobscuren2015-01-291-1/+1
| | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC
* Added webengine initializerobscuren2015-01-291-0/+208
|
* removed key while in the process of moving to the new key storageobscuren2015-01-291-209/+0
|
* merge jsonrpcobscuren2015-01-292-12/+3
|\
| * moving to a better xethobscuren2015-01-291-9/+2
| |
* | Updated assets & moved messagesobscuren2015-01-281-15/+16
| |
* | Reworking browserobscuren2015-01-252-1/+213
|/
* UI Updatesobscuren2015-01-221-1/+0
| | | | | * Browser now has tabs * Fixed a callback issue
* Allow extra to be set for mined blocksobscuren2015-01-061-0/+19
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+0
|
* Cleaned up some of that utilobscuren2015-01-041-1/+1
|
* Concat and pad dataobscuren2014-12-221-1/+1
|
* Added whisper js apiobscuren2014-12-221-1/+1
|
* updated whisper uiobscuren2014-12-221-2/+3
|
* Updated QWhisperobscuren2014-12-211-2/+30
| | | | | * changed api * general whisper debug interface
* Whisper watches fixesobscuren2014-12-171-1/+2
|
* 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-102-7/+13
| | | | | | * 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-0/+254
| | | | | | | | * 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
* increased default gas from 500 to 5000obscuren2014-10-271-1/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-238-0/+1123
mist, etheruem have been moved to cmd/