Nathan Hourt
1813e9f5f6
[GUI] Fix crash from user-after-free
...
The QML engine was taking ownership of Account objects, and garbage
collecting them when it was done with them, thus causing a crash when
the C++ accessed them. Fix by explicitly marking Account objects as
being owned by the C++ so QML doesn't garbage collect them.
2015-07-14 16:08:54 -04:00
Nathan Hourt
419ab4f932
[GUI] UX tweaks
2015-07-14 15:36:19 -04:00
Nathan Hourt
5f5f376ed3
[GUI] More work on transfer form
2015-07-14 15:06:00 -04:00
Nathan Hourt
f57205a2e6
[GUI] Fix CMake error, add README.md
2015-07-14 13:06:32 -04:00
Daniel Larimer
957381968b
lookup of account by name and id work
2015-07-14 09:46:38 -04:00
Daniel Larimer
98e761c9c2
Merge branch 'master' of github.com:cryptonomex/graphene
2015-07-13 17:24:29 -04:00
Daniel Larimer
3b1fb47872
Crazy Bug
2015-07-13 17:24:25 -04:00
Nathan Hourt
3ad1c1715d
[GUI] Add name field and identicon to transfer form
2015-07-13 17:22:17 -04:00
Nathan Hourt
b8bd8a1905
[GUI] Add debugging UI for fetching accounts
2015-07-13 16:21:05 -04:00
Daniel Larimer
41de02aadb
this file shouldn't be here
2015-07-13 14:36:15 -04:00
Nathan Hourt
8108360a1b
[GUI] Remove datadir argument, set app metadata
2015-07-13 14:35:17 -04:00
Nathan Hourt
bca5eb1fc9
[GUI] Initial work on showing dialogs
2015-07-13 14:21:32 -04:00
Nathan Hourt
7d18c286a4
[GUI] Build out infrastructure a bit
2015-07-13 13:19:10 -04:00
Nathan Hourt
8441df260c
[GUI] Remove MainForm.qml, persist geometry
2015-07-10 18:56:04 -04:00
Nathan Hourt
81dd83226b
Add simple demo GUI
2015-07-10 17:37:39 -04:00