aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui
Commit message (Collapse)AuthorAgeFilesLines
* Improved UIobscuren2014-05-301-0/+14
| | | | * Added mining button
* Update peer infoobscuren2014-05-301-3/+13
|
* Minor GUI updatesobscuren2014-05-301-0/+18
| | | | | * IceCream => IceCREAM * Added coin base to block info
* Minor UI changesobscuren2014-05-292-1/+4
| | | | | * Moved log from block view * Prepend instead of append for logs
* Disabled instruction selectionobscuren2014-05-291-0/+1
|
* mergeobscuren2014-05-292-4/+3
|\
| * Add 0x when feeding data to debuggerMaran2014-05-291-1/+1
| |
| * Bump to RC11Maran2014-05-281-1/+1
| |
| * Refactor hex encode and remove coupling of popup to main windowMaran2014-05-281-2/+1
| |
* | Fixes and improved debuggerobscuren2014-05-292-29/+19
|/
* Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵Maran2014-05-282-2/+27
| | | | transactions
* Debugger script&data now accept "0x" valuesobscuren2014-05-281-24/+40
|
* bumpobscuren2014-05-271-1/+1
|
* Minor fixes and improvements to the uiobscuren2014-05-271-4/+30
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-271-8/+8
|\ | | | | | | | | Conflicts: ethereal/assets/qml/wallet.qml
| * Adding new blocks on broadcastMaran2014-05-271-3/+4
| |
| * Removed recursive function for loopMaran2014-05-271-11/+4
| |
| * Fix merge conflictMaran2014-05-272-15/+19
| |\
| * | Implemented simple block/tx explorerMaran2014-05-261-7/+13
| | |
* | | New debugger implementedobscuren2014-05-272-5/+21
| | |
* | | New debuggerobscuren2014-05-272-41/+52
| | |
* | | Sep debugger from mainobscuren2014-05-272-4/+96
| |/ |/|
* | Fixed debuggerobscuren2014-05-272-15/+19
|/
* Bumpobscuren2014-05-261-1/+1
|
* Recv send for txsobscuren2014-05-261-5/+11
|
* New main script through init return valueobscuren2014-05-232-4/+3
|
* Bumpedobscuren2014-05-211-1/+1
|
* Improved on some ui elementsobscuren2014-05-211-0/+1
|
* Fixed unconfirmed balance stringobscuren2014-05-211-7/+2
|
* Removed method nameobscuren2014-05-211-1/+1
|
* Bumpobscuren2014-05-201-1/+1
|
* Implemented GUI watchers for rapid reload. Implements #46Maran2014-05-202-3/+69
|
* Removed nonce incrementingobscuren2014-05-191-2/+4
|
* Readline repl for linux & osxobscuren2014-05-171-1/+1
|
* Refactored to reactor. Fixes #42obscuren2014-05-151-6/+7
|
* Bumped versionobscuren2014-05-151-1/+3
|
* Update wallet value for coinbase rewards. Implements #44 & #43obscuren2014-05-141-9/+29
|
* Switched to new keyring methodsobscuren2014-05-143-51/+13
|
* Bumpedobscuren2014-05-131-1/+1
|
* Public ethereum interface uses EthManagerobscuren2014-05-132-2/+2
|
* Fixed wallet crash for new account. Fixes #38obscuren2014-05-131-3/+3
|
* Refactored some code and fixed #37obscuren2014-05-121-24/+83
|
* Upgraded to new mutanobscuren2014-05-102-3/+3
|
* Bumpobscuren2014-05-101-1/+1
|
* Moved Ext app js to its own dirobscuren2014-05-102-11/+6
|
* Changed seedingobscuren2014-05-091-1/+1
|
* Cleanupobscuren2014-05-093-154/+74
|
* Fixed closureobscuren2014-05-081-1/+1
|
* Merge branch 'develop' into feature/rpcMaran2014-05-052-7/+5
|\
| * Added storage watchobscuren2014-05-052-7/+5
| |
* | Implemented rpc for ethereal and ethereumMaran2014-05-051-1/+1
|/
* Moved public interfaceobscuren2014-05-024-18/+19
|
* Moved APIobscuren2014-05-024-107/+17
|
* Moved Ext ethereum apiobscuren2014-05-021-83/+0
| | | | | Moved the external ethereum api which can be used by any 3rd party application.
* Fixed tx nonceobscuren2014-04-301-2/+5
|
* fixed state object changes for eth apiobscuren2014-04-303-46/+88
|
* Split off External applications from main libraryobscuren2014-04-304-57/+286
| | | | | | | 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
|
* Updated version numberobscuren2014-04-271-1/+1
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-264-51/+78
|
* Added new block sub for webappobscuren2014-04-241-0/+26
|
* Minor fixes and sample coin "improvements"obscuren2014-04-243-2/+38
|
* Refactored codeobscuren2014-04-231-13/+10
|
* Minor update and fixes to the gui and consoleobscuren2014-04-233-4/+16
|
* 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-163-33/+12
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-161-0/+3
|\
| * Adding log messages to debug panelMaran2014-04-151-0/+3
| |
* | added init and main functions to scriptobscuren2014-04-161-11/+27
|/
* Mergeobscuren2014-04-121-1/+3
|\
| * Added isContract to guiMaran2014-04-121-1/+3
| |
* | Debug stepsobscuren2014-04-123-43/+51
| |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-122-11/+62
|\|
| * Fix merge conflictsMaran2014-04-123-35/+64
| |\
| * | Improved (hopefully) the send transaction tabMaran2014-04-121-4/+10
| | |
| * | Implemented key importing/generation for the GUIMaran2014-04-112-9/+53
| | |
* | | Debuggerobscuren2014-04-121-16/+40
| |/ |/|
* | Added wip debuggerobscuren2014-04-123-38/+66
|/
* Nonce handlingobscuren2014-04-091-1/+3
|
* Merge branch 'develop' into minerobscuren2014-04-051-4/+4
|\
| * Added tx outputobscuren2014-04-011-4/+4
| |
* | Fix merge conflictMaran2014-04-013-8/+65
|\|
| * Fixed an issue with sending gas to a contractobscuren2014-03-311-2/+2
| |
| * Updated to new mutan apiobscuren2014-03-311-1/+1
| |
| * Added gas and gas price.obscuren2014-03-281-1/+47
| | | | | | | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library
| * assetPath configurable on command line for ethereal GUIzelig2014-03-272-7/+18
| | | | | | | | | | | | | | | | | | - 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-223-0/+354
The Ethereum node and Gui are now separated.