aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactored GUI and added modular/pluginable side barobscuren2014-08-121-14/+28
|
* Added open js option for repetitive tasks in etherealobscuren2014-08-111-1/+14
|
* Minor issuesobscuren2014-08-101-15/+57
|
* merge upstreamzelig2014-07-311-13/+18
|\
| * Renamed to balanceobscuren2014-07-301-8/+9
| |
| * A few start up optimisationsobscuren2014-07-301-2/+2
| |
| * wip exportobscuren2014-07-251-0/+3
| |
| * Move to goroutine for faster startup timeobscuren2014-07-241-4/+6
| |
* | reactor event channels have large buffer to allow more tolerancezelig2014-07-221-6/+6
| |
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into ↵zelig2014-07-211-1/+2
|\| | | | | | | feature/ethutil-refactor
| * changed iteratorobscuren2014-07-211-1/+2
| |
* | merge upstreamzelig2014-07-211-9/+55
|\|
| * 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
| |
* | ethreactzelig2014-07-151-53/+54
| | | | | | | | | | | | - use ethreact.Event, - increased buffered event channels, - subscribe after loop reading from channel starts
* | 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