obscuren
01d9107bce
Add namecoin name if available to block
10 years ago
obscuren
ba3fabda77
Added a catch up indicator
10 years ago
Maran
7f9e614b5d
Forgot two images
10 years ago
Maran
79259c916d
Use relative image paths to help with windows builds
10 years ago
zelig
a3c4823511
Gui saves custom client id and loglevel
...
- 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)
11 years ago
obscuren
2835321377
Fixed namereg
11 years ago
zelig
c0a05fcf89
log slider
...
- 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
11 years ago
zelig
39c0f7f386
fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set through command line flag (defaults to InfoLevel)
11 years ago
Maran
f6aabb7a90
Implements QML Apps. Implements #47
...
You are welcome Stephan.
11 years ago
obscuren
7ab735eb02
Max 250 log
11 years ago
obscuren
ef1b923b31
Added a log level slider which can change the log level
11 years ago
obscuren
e7a22af0e6
Minor UI adjustments
11 years ago
Maran
57e3b1b093
Implemented usedGas to the explorer
11 years ago
Maran
0ee258bb75
Add GasLimit to the block explorer
11 years ago
Maran
3755616a29
Added namereg register option to qml wallet
11 years ago
Maran
9e411d785b
Tweaks and latency added to peeroverview
11 years ago
Maran
a6f4eef1da
Added Peer Window
11 years ago
obscuren
0bdb0a9d58
Added ini file for ethereum. fixes #66
11 years ago
obscuren
1020d7ff67
Unified the contract interface and tx interface. Fixes #62
11 years ago
obscuren
e7c9b86a5a
Improved UI
...
* Added mining button
11 years ago
obscuren
fcbf99a30a
Minor GUI updates
...
* IceCream => IceCREAM
* Added coin base to block info
11 years ago
obscuren
40d72ff40b
.
11 years ago
obscuren
efadfbfb17
Minor UI changes
...
* Moved log from block view
* Prepend instead of append for logs
11 years ago
obscuren
8ee6574d12
Minimal fee for sending transactions
11 years ago
obscuren
efb3ee044b
Removed regexp for namereg
11 years ago
obscuren
8fab7ce37d
Fixes and improved debugger
11 years ago
Maran
d4f9daa631
Refactor hex encode and remove coupling of popup to main window
11 years ago
Maran
1eda1d25b0
Hooked up the Block Explorer to the Debugger so we can instantly debug made transactions
11 years ago
Maran
138b7fe2d8
Consolidated external qml files to hopefully prevent crashing bug
11 years ago
obscuren
969b4a4a36
Added some shortcuts
11 years ago
obscuren
a0f73c2703
Minor fixes and improvements to the ui
11 years ago
obscuren
47417506c3
New debugger implemented
11 years ago
Maran
6fe42f007c
Uhm what
11 years ago
Maran
1ab865a994
Adding new blocks on broadcast
11 years ago
obscuren
4fd267a778
Sep debugger from main
11 years ago
Maran
07204f129e
Increase size for asm
11 years ago
Maran
47a58b40cd
Removed recursive function for loop
11 years ago
obscuren
d694e00a33
Fixed debugger
11 years ago
Maran
f7eb4e587f
Remove extra log statement
11 years ago
Maran
5fc6ee6a4a
Implemented simple block/tx explorer
11 years ago
obscuren
b42c70be9c
Recv send for txs
11 years ago
obscuren
10e2c40b59
Improved on some ui elements
11 years ago
obscuren
68e5568804
Draft mut(an)ed(itor)
11 years ago
obscuren
bbde892d50
Added callback mechanism and updated UI
...
* UI Now updates when a new block has been broadcasted
* Added a on, off and trigger
11 years ago
obscuren
6d5d539a85
Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings
11 years ago
Maran
c23a971a1f
Fix up paneling
11 years ago
Maran
91c75c9305
Adding log messages to debug panel
11 years ago
Maran
8a2698ad5e
Add send to contract
11 years ago
obscuren
ce43a9500f
Debug steps
11 years ago
Maran
ab8d96258e
Added isContract to gui
11 years ago