aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui
Commit message (Expand)AuthorAgeFilesLines
* changed name for ethutil hex functions; and access to keyring via keyManagerzelig2014-06-305-8/+8
* gui changeszelig2014-06-301-36/+52
* remove ui/library; instead expose gui itself for initial windowzelig2014-06-301-46/+0
* bumpobscuren2014-06-271-1/+1
* go fmtzelig2014-06-271-3/+3
* Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/loggingzelig2014-06-262-20/+24
|\
| * Added amount to contract during debuggingobscuren2014-06-261-5/+9
| * Added option to not break eachlineobscuren2014-06-262-15/+15
* | gui stopzelig2014-06-261-3/+13
* | log sliderzelig2014-06-261-2/+14
* | new logger API for upstream mergezelig2014-06-261-1/+1
* | merge upstreamzelig2014-06-252-11/+63
|\|
| * Implements QML Apps. Implements #47Maran2014-06-232-11/+63
* | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ty...zelig2014-06-232-6/+2
* | refactor cli and gui wrapper code. Details:zelig2014-06-231-29/+1
* | merge upstreamzelig2014-06-233-54/+4
|\|
| * bumpobscuren2014-06-201-1/+1
| * Removed old debugger codeobscuren2014-06-202-52/+2
| * Verbose loggingobscuren2014-06-191-1/+1
* | changed logger API, functions that allow Gui to implement ethlog.LogSystem fo...zelig2014-06-233-29/+38
|/
* bumpobscuren2014-06-171-1/+1
* Added a log level slider which can change the log levelobscuren2014-06-141-0/+4
* Minor UI adjustmentsobscuren2014-06-121-1/+1
* bumpobscuren2014-06-101-1/+1
* Fixed debugger hangobscuren2014-06-102-8/+32
* debugger outputobscuren2014-06-061-1/+2
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-06-051-1/+29
|\
| * Implement getStateKeyVal for JS bindings.Maran2014-06-041-0/+2
| * Added namereg register option to qml walletMaran2014-06-031-0/+5
| * Implemented transaction catching up. Implements #73Maran2014-06-031-0/+11
| * Added Peer WindowMaran2014-06-021-1/+11
* | Added more debugger outputobscuren2014-06-051-4/+13
|/
* fixed logging issue that would otherwise crash the client. Fixes #68obscuren2014-05-311-6/+9
* show first?obscuren2014-05-311-1/+2
* Added ini file for ethereum. fixes #66obscuren2014-05-311-0/+9
* Improved UIobscuren2014-05-301-0/+14
* Update peer infoobscuren2014-05-301-3/+13
* Minor GUI updatesobscuren2014-05-301-0/+18
* Minor UI changesobscuren2014-05-292-1/+4
* Disabled instruction selectionobscuren2014-05-291-0/+1
* mergeobscuren2014-05-292-4/+3
|\
| * Add 0x when feeding data to debuggerMaran2014-05-291-1/+1
| * Bump to RC11Maran2014-05-281-1/+1
| * Refactor hex encode and remove coupling of popup to main windowMaran2014-05-281-2/+1
* | Fixes and improved debuggerobscuren2014-05-292-29/+19
|/
* Hooked up the Block Explorer to the Debugger so we can instantly debug made t...Maran2014-05-282-2/+27
* Debugger script&data now accept "0x" valuesobscuren2014-05-281-24/+40
* bumpobscuren2014-05-271-1/+1
* Minor fixes and improvements to the uiobscuren2014-05-271-4/+30
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-271-8/+8
|\
| * Adding new blocks on broadcastMaran2014-05-271-3/+4
| * Removed recursive function for loopMaran2014-05-271-11/+4
| * Fix merge conflictMaran2014-05-272-15/+19
| |\
| * | Implemented simple block/tx explorerMaran2014-05-261-7/+13
* | | New debugger implementedobscuren2014-05-272-5/+21
* | | New debuggerobscuren2014-05-272-41/+52
* | | Sep debugger from mainobscuren2014-05-272-4/+96
| |/ |/|
* | Fixed debuggerobscuren2014-05-272-15/+19
|/
* Bumpobscuren2014-05-261-1/+1
* Recv send for txsobscuren2014-05-261-5/+11
* New main script through init return valueobscuren2014-05-232-4/+3
* Bumpedobscuren2014-05-211-1/+1
* Improved on some ui elementsobscuren2014-05-211-0/+1
* Fixed unconfirmed balance stringobscuren2014-05-211-7/+2
* Removed method nameobscuren2014-05-211-1/+1
* Bumpobscuren2014-05-201-1/+1
* Implemented GUI watchers for rapid reload. Implements #46Maran2014-05-202-3/+69
* Removed nonce incrementingobscuren2014-05-191-2/+4
* Readline repl for linux & osxobscuren2014-05-171-1/+1
* Refactored to reactor. Fixes #42obscuren2014-05-151-6/+7
* Bumped versionobscuren2014-05-151-1/+3
* Update wallet value for coinbase rewards. Implements #44 & #43obscuren2014-05-141-9/+29
* Switched to new keyring methodsobscuren2014-05-143-51/+13
* Bumpedobscuren2014-05-131-1/+1
* Public ethereum interface uses EthManagerobscuren2014-05-132-2/+2
* Fixed wallet crash for new account. Fixes #38obscuren2014-05-131-3/+3
* Refactored some code and fixed #37obscuren2014-05-121-24/+83
* Upgraded to new mutanobscuren2014-05-102-3/+3
* Bumpobscuren2014-05-101-1/+1
* Moved Ext app js to its own dirobscuren2014-05-102-11/+6
* Changed seedingobscuren2014-05-091-1/+1
* Cleanupobscuren2014-05-093-154/+74
* Fixed closureobscuren2014-05-081-1/+1
* Merge branch 'develop' into feature/rpcMaran2014-05-052-7/+5
|\
| * Added storage watchobscuren2014-05-052-7/+5
* | Implemented rpc for ethereal and ethereumMaran2014-05-051-1/+1
|/
* Moved public interfaceobscuren2014-05-024-18/+19
* Moved APIobscuren2014-05-024-107/+17
* Moved Ext ethereum apiobscuren2014-05-021-83/+0
* Fixed tx nonceobscuren2014-04-301-2/+5
* fixed state object changes for eth apiobscuren2014-04-303-46/+88
* Split off External applications from main libraryobscuren2014-04-304-57/+286
* Added mutedobscuren2014-04-291-2/+2
* PreProcess moved to Mutan packageCasey Kuhlman2014-04-281-1/+2
* Draft mut(an)ed(itor)obscuren2014-04-281-0/+19
* Updated version numberobscuren2014-04-271-1/+1
* Leverage the new watch & address:changed functionalityobscuren2014-04-264-51/+78
* Added new block sub for webappobscuren2014-04-241-0/+26
* Minor fixes and sample coin "improvements"obscuren2014-04-243-2/+38
* Refactored codeobscuren2014-04-231-13/+10
* Minor update and fixes to the gui and consoleobscuren2014-04-233-4/+16
* Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindingsobscuren2014-04-211-0/+16
* Updated closure callobscuren2014-04-201-2/+1
* Updated to use new state objectobscuren2014-04-163-33/+12
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-161-0/+3
|\
| * Adding log messages to debug panelMaran2014-04-151-0/+3
* | added init and main functions to scriptobscuren2014-04-161-11/+27
|/
* Mergeobscuren2014-04-121-1/+3
|\
| * Added isContract to guiMaran2014-04-121-1/+3
* | Debug stepsobscuren2014-04-123-43/+51
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-122-11/+62
|\|
| * Fix merge conflictsMaran2014-04-123-35/+64
| |\
| * | Improved (hopefully) the send transaction tabMaran2014-04-121-4/+10
| * | Implemented key importing/generation for the GUIMaran2014-04-112-9/+53
* | | Debuggerobscuren2014-04-121-16/+40
| |/ |/|
* | Added wip debuggerobscuren2014-04-123-38/+66
|/
* Nonce handlingobscuren2014-04-091-1/+3
* Merge branch 'develop' into minerobscuren2014-04-051-4/+4
|\
| * Added tx outputobscuren2014-04-011-4/+4
* | Fix merge conflictMaran2014-04-013-8/+65
|\|
| * Fixed an issue with sending gas to a contractobscuren2014-03-311-2/+2
| * Updated to new mutan apiobscuren2014-03-311-1/+1
| * Added gas and gas price.obscuren2014-03-281-1/+47
| * assetPath configurable on command line for ethereal GUIzelig2014-03-272-7/+18
* | Merge master into miner branchMaran2014-03-241-1/+0
|/
* Major re-organisation.obscuren2014-03-223-0/+354