aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/ui_lib.go
Commit message (Collapse)AuthorAgeFilesLines
* Add 0x when feeding data to debuggerMaran2014-05-291-1/+1
|
* Refactor hex encode and remove coupling of popup to main windowMaran2014-05-281-2/+1
|
* Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵Maran2014-05-281-2/+21
| | | | transactions
* New debuggerobscuren2014-05-271-38/+0
|
* Sep debugger from mainobscuren2014-05-271-4/+10
|
* Fixed debuggerobscuren2014-05-271-14/+18
|
* New main script through init return valueobscuren2014-05-231-1/+1
|
* Switched to new keyring methodsobscuren2014-05-141-1/+1
|
* Upgraded to new mutanobscuren2014-05-101-1/+1
|
* Moved Ext app js to its own dirobscuren2014-05-101-10/+0
|
* Changed seedingobscuren2014-05-091-1/+1
|
* Cleanupobscuren2014-05-091-1/+1
|
* Fixed closureobscuren2014-05-081-1/+1
|
* Split off External applications from main libraryobscuren2014-04-301-52/+10
| | | | | | | External applications now accept containers which function as the frontend where the ExtApplication functions as the backend. Containers execute within their own engine and have their own context and are destroyed when released.
* Added mutedobscuren2014-04-291-2/+2
|
* PreProcess moved to Mutan packageCasey Kuhlman2014-04-281-1/+2
|
* Draft mut(an)ed(itor)obscuren2014-04-281-0/+19
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-261-3/+10
|
* Added new block sub for webappobscuren2014-04-241-0/+26
|
* Minor fixes and sample coin "improvements"obscuren2014-04-241-1/+1
|
* Minor update and fixes to the gui and consoleobscuren2014-04-231-1/+9
|
* Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindingsobscuren2014-04-211-0/+16
|
* Updated closure callobscuren2014-04-201-2/+1
|
* Updated to use new state objectobscuren2014-04-161-10/+8
|
* Adding log messages to debug panelMaran2014-04-151-0/+3
|
* Debug stepsobscuren2014-04-121-42/+47
|
* Debuggerobscuren2014-04-121-16/+40
|
* Added wip debuggerobscuren2014-04-121-0/+63
|
* Fix merge conflictMaran2014-04-011-3/+11
|\
| * assetPath configurable on command line for ethereal GUIzelig2014-03-271-3/+11
| | | | | | | | | | | | | | | | | | - solves the problem of non-standard installs - add AssetPath to config as string var - introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set - defaultAssetPath now internal concern of UiLib - gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go - informative log message if wallet.qml fails to open
* | Merge master into miner branchMaran2014-03-241-1/+0
|/
* Major re-organisation.obscuren2014-03-221-0/+76
The Ethereum node and Gui are now separated.