aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* changed iteratorobscuren2014-07-211-1/+2
|
* Add mining hash to GUIMaran2014-07-181-2/+6
|
* Fixed miner channelobscuren2014-07-181-4/+23
|\
| * Added block updateobscuren2014-07-181-3/+12
| |
* | WIP to expose hashrate to guiMaran2014-07-181-0/+8
|/
* Add namecoin name if available to blockobscuren2014-07-181-1/+5
|
* Added a catch up indicatorobscuren2014-07-181-4/+13
|
* Fixed name regobscuren2014-07-171-1/+1
|
* 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