aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes and improved debuggerobscuren2014-05-291-1001/+1001
|
* Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵Maran2014-05-281-6/+32
| | | | transactions
* Consolidated external qml files to hopefully prevent crashing bugMaran2014-05-283-990/+976
|
* Added some shortcutsobscuren2014-05-271-0/+10
|
* Minor fixes and improvements to the uiobscuren2014-05-271-17/+4
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-271-14/+146
|\ | | | | | | | | Conflicts: ethereal/assets/qml/wallet.qml
| * Uhm whatMaran2014-05-271-1/+2
| |
| * Adding new blocks on broadcastMaran2014-05-271-2/+11
| |
| * Increase size for asmMaran2014-05-271-2/+2
| |
| * Removed recursive function for loopMaran2014-05-271-4/+4
| |
| * Fix merge conflictMaran2014-05-271-31/+44
| |\
| * | Remove extra log statementMaran2014-05-261-1/+0
| | |
| * | Implemented simple block/tx explorerMaran2014-05-261-13/+126
| | |
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-261-5/+4
| |\ \
| * | | Hide inspector by defaultMaran2014-05-221-1/+1
| | | |
| * | | Fix merge conflictsMaran2014-05-222-1/+2
| | | |
* | | | New debugger implementedobscuren2014-05-271-8/+0
| | | |
* | | | Sep debugger from mainobscuren2014-05-271-2/+12
| |_|/ |/| |
* | | Fixed debuggerobscuren2014-05-271-31/+44
| |/ |/|
* | Recv send for txsobscuren2014-05-261-5/+4
|/
* Improved on some ui elementsobscuren2014-05-211-0/+39
|
* Changed validators to regexp validatorsobscuren2014-05-142-4/+5
| | | | | IntValidator limits to 32bit int (JavaScript limitation) and therefor the input fields are limited in length.
* TypoMaran2014-05-131-1/+1
|
* Removed harcoded addresses from GetBlock JS bindings. Fixes #39Maran2014-05-131-2/+2
|
* Depcrecated setMaran2014-05-131-0/+3
|
* Implemented new JS/EthPub methodsMaran2014-05-131-0/+24
| | | | | | | | - getTxCountAt - getPeerCount - getIsMining - getIsListening - getCoinbase
* Fix merge conflictMaran2014-05-131-2/+2
|
* Refactored some code and fixed #37obscuren2014-05-121-131/+131
|
* Moved Ext app js to its own dirobscuren2014-05-102-2/+2
|
* Cleanupobscuren2014-05-092-3/+3
|
* Changed getkey and secrettoaddressobscuren2014-05-051-8/+7
|
* Added storage watchobscuren2014-05-051-2/+14
|
* Fixed samplecoinobscuren2014-05-021-0/+1
|
* Added string conversion APIobscuren2014-05-021-0/+2
| | | | | | | * bin * pad * unpad * conversion bin/hex/dec
* Added a 'set' method to change window settings for external applicationsobscuren2014-05-021-0/+6
|
* getBalanceAt getStorageAt, fixed get balance api callobscuren2014-04-301-1/+1
|
* fixed state object changes for eth apiobscuren2014-04-301-3/+2
|
* API changesobscuren2014-04-301-131/+155
|
* Added mutedobscuren2014-04-292-167/+177
|
* Draft mut(an)ed(itor)obscuren2014-04-282-0/+70
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-261-1/+11
|
* Added callback mechanism and updated UIobscuren2014-04-243-2/+5
| | | | | * UI Now updates when a new block has been broadcasted * Added a on, off and trigger
* Minor fixes and sample coin "improvements"obscuren2014-04-241-3/+20
|
* Minor update and fixes to the gui and consoleobscuren2014-04-232-6/+6
|
* Updated test coinobscuren2014-04-231-67/+91
|
* Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindingsobscuren2014-04-211-0/+85
|
* 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-123-277/+308
| |\
| * | Debug stepsobscuren2014-04-121-2/+17
| | |
* | | Add send to contractMaran2014-04-152-4/+37
| |/ |/|
* | Added isContract to guiMaran2014-04-121-1/+8
| |
* | remove test menuMaran2014-04-121-29/+0
| |
* | Initial refactor for wallet qmlMaran2014-04-123-258/+280
| |
* | 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-112-0/+184
|/
* 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-223-0/+452
The Ethereum node and Gui are now separated.