aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved filesobscuren2014-07-021-405/+0
|
* Fixed nameregobscuren2014-07-021-8/+8
|
* bumpobscuren2014-07-011-1/+1
|
* gui changeszelig2014-06-301-36/+52
| | | | | | | | - remove lib *EthLib, expose gui itself to initial import window - remove addr []byte instead use dynamic adress() - use ethereum.KeyManager to retrieve address and privateKey - add Session string (keyRing identifier) - add and reimplement ImportAndSetPrivKey and CreateAndSetPrivKey
* bumpobscuren2014-06-271-1/+1
|
* go fmtzelig2014-06-271-3/+3
|
* Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/loggingzelig2014-06-261-4/+0
|\
| * Added option to not break eachlineobscuren2014-06-261-4/+0
| |
* | gui stopzelig2014-06-261-3/+13
| | | | | | | | | | | | | | | | - introduce gui.Stop() - remember state with open - stopping ethereum stack is not gui concern, moved to main - stopping mining, gui and ethereum handled via interrupt callbacks - ^C triggers exactly the same behaviour as quit via menu
* | log sliderzelig2014-06-261-2/+14
| | | | | | | | | | | | - only add the gui logger after window is shown otherwise slider wont be shown - need to silence gui logger after window closed otherwise logsystem hangs - gui.GetLogLevelInt() extra function needed to give correcty int typecast value to gui widget that sets initial loglevel to default
* | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ↵zelig2014-06-231-2/+2
| | | | | | | | type for gui
* | merge upstreamzelig2014-06-231-1/+1
|\|
| * bumpobscuren2014-06-201-1/+1
| |
* | changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵zelig2014-06-231-24/+33
|/ | | | for gui logging
* 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-101-1/+1
|
* Implement getStateKeyVal for JS bindings.Maran2014-06-041-0/+2
| | | | Gives JS the option to 'loop' over contract key/val storage
* 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
|
* 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
| | | | * Added mining button
* Update peer infoobscuren2014-05-301-3/+13
|
* Minor GUI updatesobscuren2014-05-301-0/+18
| | | | | * IceCream => IceCREAM * Added coin base to block info
* Minor UI changesobscuren2014-05-291-1/+3
| | | | | * Moved log from block view * Prepend instead of append for logs
* mergeobscuren2014-05-291-1/+1
|\
| * Bump to RC11Maran2014-05-281-1/+1
| |
* | Fixes and improved debuggerobscuren2014-05-291-1/+1
|/
* bumpobscuren2014-05-271-1/+1
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-271-8/+8
|\ | | | | | | | | Conflicts: ethereal/assets/qml/wallet.qml
| * Adding new blocks on broadcastMaran2014-05-271-3/+4
| |
| * Removed recursive function for loopMaran2014-05-271-11/+4
| |
| * Fix merge conflictMaran2014-05-271-1/+1
| |\
| * | Implemented simple block/tx explorerMaran2014-05-261-7/+13
| | |
* | | New debugger implementedobscuren2014-05-271-1/+1
| |/ |/|
* | Fixed debuggerobscuren2014-05-271-1/+1
|/
* Bumpobscuren2014-05-261-1/+1
|
* Recv send for txsobscuren2014-05-261-5/+11
|
* New main script through init return valueobscuren2014-05-231-3/+2
|
* 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
|
* 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-141-45/+4
|
* Bumpedobscuren2014-05-131-1/+1
|
* Public ethereum interface uses EthManagerobscuren2014-05-131-1/+1
|
* 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-101-2/+2
|
* Bumpobscuren2014-05-101-1/+1
|
* Moved Ext app js to its own dirobscuren2014-05-101-1/+6
|
* Cleanupobscuren2014-05-091-68/+73
|
* Moved public interfaceobscuren2014-05-021-7/+7
|
* Moved APIobscuren2014-05-021-6/+7
|
* Fixed tx nonceobscuren2014-04-301-2/+5
|
* Updated version numberobscuren2014-04-271-1/+1
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-261-46/+6
|
* Minor fixes and sample coin "improvements"obscuren2014-04-241-1/+13
|
* Minor update and fixes to the gui and consoleobscuren2014-04-231-0/+1
|
* Updated to use new state objectobscuren2014-04-161-1/+1
|
* Mergeobscuren2014-04-121-1/+3
|\
| * Added isContract to guiMaran2014-04-121-1/+3
| |
* | Debug stepsobscuren2014-04-121-1/+3
|/
* Fix merge conflictsMaran2014-04-121-0/+1
|\
| * Added wip debuggerobscuren2014-04-121-2/+2
| |
* | Implemented key importing/generation for the GUIMaran2014-04-111-9/+25
|/
* assetPath configurable on command line for ethereal GUIzelig2014-03-271-4/+7
| | | | | | | | | - solves the problem of non-standard installs - add AssetPath to config as string var - introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set - defaultAssetPath now internal concern of UiLib - gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go - informative log message if wallet.qml fails to open
* Major re-organisation.obscuren2014-03-221-0/+218
The Ethereum node and Gui are now separated.