aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* Revert "ethreact - Feature/ethutil refactor"Jeffrey Wilcke2014-07-071-55/+52
|
* use ethreact.Event, unbuffered event channels, subscribe after loop reading ↵zelig2014-07-051-52/+55
| | | | from channel starts
* Gui saves custom client id and loglevelzelig2014-07-041-13/+15
| | | | | | | | | | - gui NewWindow takes SimpleClientIdentity as argument - gui NewWindow takes ethutil.ConfigManager as argument to manage flag persistence - gui now saves loglevel and custom client id via config.Save - rename custom client id methods consistently also in wallet.qml - clientIdentifier now set in main wrappers - version handled within wrapper - modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
* For namreg only show items starting without leading zeros.obscuren2014-07-021-1/+3
|
* Listen for namereg changesobscuren2014-07-021-2/+5
|
* Moved filesobscuren2014-07-021-0/+405