aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* mist: R.I.P.obscuren2015-06-2010-205/+0
| | | | | | | | | | | | | | | | | /"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W.
* ui/qt/qwhisper, whisper, xeth: polish topic filter, fix wildcardsPéter Szilágyi2015-04-281-1/+1
|
* rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filtersPéter Szilágyi2015-04-281-1/+1
|
* whisper, xeth/whisper, ui/qt/qwhispe: fix API polish breakagesPéter Szilágyi2015-04-141-2/+2
|
* xeth/whisper, ui/qt/qwhisper: fix API update breaks.Péter Szilágyi2015-04-101-2/+2
|
* DRY up the use of toHex in the project and move it to commonMaran2015-03-161-4/+2
|
* Moved ethutil => commonobscuren2015-03-162-13/+13
|
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-12/+6
|
* xeth: use Frontend interface to unlock accountsFelix Lange2015-03-101-8/+0
| | | | | The interface has moved to package xeth because that's where it is actually used.
* Added ui.Interface to xethobscuren2015-03-091-14/+4
|
* removed all old filtersobscuren2015-03-041-29/+0
|
* Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-021-76/+0
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-261-0/+18
| | | | | Conflicts: accounts/account_manager.go
* Added timeout for filter & removed clipboard. Closes #350obscuren2015-02-204-69/+0
|
* WIP QT Clipboardobscuren2015-02-194-0/+69
|
* Filter and mutex locks addedobscuren2015-02-171-2/+2
|
* "centralised" mining to backend. Closes #323obscuren2015-02-172-2/+2
|
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+1
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-0/+1
| | | | | * Added RPC methods for whisper * Added whisper example
* Added webengine initializerobscuren2015-01-294-0/+39
|
* switched to obscuren/qmlobscuren2015-01-282-2/+2
|
* reworking messages => logobscuren2015-01-282-27/+16
|
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-152-20/+29
|
* Fixed whisper messagesobscuren2015-01-132-6/+12
| | | | | | | * Whisper protocol wasn't properly suppling envelope slices * Message history wasn't properly propagated * Added 'Messages' method, filtering any current envelope with the supplied filter.
* Added manual triggering of filtersobscuren2015-01-131-0/+4
|
* Implemented filter for ws + fixesobscuren2015-01-102-10/+15
| | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246
* Updated to new ethereum.js apiobscuren2015-01-091-1/+1
|
* mergedobscuren2015-01-091-2/+0
|
* Fixed some whisper issuesobscuren2015-01-091-3/+7
|
* Concat and pad dataobscuren2014-12-221-2/+7
|
* Added whisper js apiobscuren2014-12-222-6/+7
|
* Updated QWhisperobscuren2014-12-213-11/+42
| | | | | * changed api * general whisper debug interface
* Whisper watches fixesobscuren2014-12-171-5/+23
|
* Identity testobscuren2014-12-161-0/+15
|
* Typoobscuren2014-12-161-1/+1
|
* Added whisper debug interface + whisper fixesobscuren2014-12-161-5/+15
|
* fixed testsobscuren2014-12-131-9/+9
|
* eth-go packages ended up in whisperobscuren2014-12-131-1/+1
|
* Implemented Qt whisper interfaceobscuren2014-12-131-0/+70
|
* Renamed `chain` => `core`obscuren2014-12-042-9/+9
|
* Moved ethchain to chainobscuren2014-10-312-9/+9
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-232-0/+113
|\ | | | | | | mist, etheruem have been moved to cmd/
| * Moved Filter's wrapping functions to their own util package. Fixes #61obscuren2014-10-182-0/+113
| | | | * CLI ethereum should no longer require the Qt/QML package
* Major re-organisation.obscuren2014-03-223-354/+0
| | | | The Ethereum node and Gui are now separated.
* Updated to work with the new chainobscuren2014-03-212-3/+4
|
* Fixed asset path error. Fixes #29obscuren2014-03-171-12/+21
|
* Renamed block manager to state managerobscuren2014-03-052-3/+3
|
* Moved qml files, conform to the new server model.obscuren2014-03-051-15/+14
| | | | | QML files got moved to their own directories. QML now has a ui helper which should find assets in the correct resource directory
* Using asset path helper (includes a debug path atm)obscuren2014-03-032-7/+29
|
* Search bin directory for qmlJarrad Hope2014-02-281-2/+8
|
* Fixed connection button spammingobscuren2014-02-281-1/+3
|
* Improved overall UI design and added a bunch of iconsobscuren2014-02-281-23/+28
|
* Currency to stringobscuren2014-02-251-7/+7
|
* Minor UI changeobscuren2014-02-251-0/+2
|
* Proper Nonceobscuren2014-02-251-64/+79
|
* Moved ui libobscuren2014-02-251-0/+38
|
* Minor fixes that to reflect changes in libraryobscuren2014-02-241-7/+21
|
* Added transactions windowobscuren2014-02-231-0/+19
|
* Added some ui elements to make it easier to connect to nodesobscuren2014-02-232-26/+65
|
* Working out UIobscuren2014-02-221-2/+19
|
* WIP library, sample appobscuren2014-02-222-3/+67
|
* Peer amount updateobscuren2014-02-211-0/+9
|
* Initial block chain fetching of existing blocksobscuren2014-02-211-1/+11
|
* Added a basic <UNSTABLE> UIobscuren2014-02-211-0/+83