aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/wallet.qml
Commit message (Collapse)AuthorAgeFilesLines
* Draft mut(an)ed(itor)obscuren2014-04-281-0/+5
|
* Added callback mechanism and updated UIobscuren2014-04-241-2/+0
| | | | | * UI Now updates when a new block has been broadcasted * Added a on, off and trigger
* Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindingsobscuren2014-04-211-1/+6
|
* Fix up panelingMaran2014-04-151-31/+30
|
* Adding log messages to debug panelMaran2014-04-151-0/+15
|
* Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-04-151-44/+59
|\
| * Mergeobscuren2014-04-121-277/+35
| |\
| * | Debug stepsobscuren2014-04-121-2/+17
| | |
* | | Add send to contractMaran2014-04-151-1/+1
| |/ |/|
* | Added isContract to guiMaran2014-04-121-1/+8
| |
* | remove test menuMaran2014-04-121-29/+0
| |
* | Initial refactor for wallet qmlMaran2014-04-121-258/+7
| |
* | Refactored simple send to use statesMaran2014-04-121-180/+211
|/
* Fix merge conflictsMaran2014-04-121-0/+86
|\
| * Added wip debuggerobscuren2014-04-121-11/+100
| |
* | Improved (hopefully) the send transaction tabMaran2014-04-121-53/+216
| |
* | Implemented key importing/generation for the GUIMaran2014-04-111-0/+29
|/
* Added tx outputobscuren2014-04-011-2/+15
|
* Fixed an issue with sending gas to a contractobscuren2014-03-311-1/+1
|
* Added gas and gas price.obscuren2014-03-281-6/+23
| | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library
* Major re-organisation.obscuren2014-03-221-0/+408
The Ethereum node and Gui are now separated.