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
9654b80912
Implemented TX History for ethjs
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
1d300bbc10
Toggle inspector / reload using magic rectangle
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
7843390ecd
Implement getStateKeyVal for JS bindings.
...
Gives JS the option to 'loop' over contract key/val storage
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
Maran
6b115659ca
Hide inspector by default
11 years ago
obscuren
10e2c40b59
Improved on some ui elements
11 years ago
obscuren
faa3073625
Changed validators to regexp validators
...
IntValidator limits to 32bit int (JavaScript limitation) and therefor
the input fields are limited in length.
11 years ago
Maran
fca36cc03d
Typo
11 years ago
Maran
b71094b01c
Removed harcoded addresses from GetBlock JS bindings. Fixes #39
11 years ago
Maran
edc281ac5f
Depcrecated set
11 years ago
Maran
20ea78945e
Implemented new JS/EthPub methods
...
- getTxCountAt
- getPeerCount
- getIsMining
- getIsListening
- getCoinbase
11 years ago
obscuren
c43ea30e75
Refactored some code and fixed #37
11 years ago
obscuren
1471585af0
Moved Ext app js to its own dir
11 years ago
obscuren
f59f515def
Cleanup
11 years ago