Commit graph

17 commits

Author SHA1 Message Date
Daniel Larimer
b9f6ee4f2c adding asset fetching 2015-07-14 17:36:18 -04:00
Daniel Larimer
80319893c2 updating UI for asset supprot 2015-07-14 17:30:15 -04:00
Nathan Hourt
d176429dad [GUI] Add connection loss detection and reestablishment 2015-07-14 16:50:31 -04:00
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
f57205a2e6 [GUI] Fix CMake error, add README.md 2015-07-14 13:06:32 -04:00
Nathan Hourt
72f5284e49 Fix build 2015-07-14 12:38:59 -04:00
Daniel Larimer
957381968b lookup of account by name and id work 2015-07-14 09:46:38 -04:00
Daniel Larimer
3b1fb47872 Crazy Bug 2015-07-13 17:24:25 -04:00
Nathan Hourt
b8bd8a1905 [GUI] Add debugging UI for fetching accounts 2015-07-13 16:21:05 -04:00
Daniel Larimer
f01a5889e6 Added ability to fetch accounts 2015-07-13 15:41:06 -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
Daniel Larimer
bfd7f372b6 interthread communication added 2015-07-13 14:14:58 -04:00
Daniel Larimer
ef76b3daab creating thread/basic linking 2015-07-13 13:56:30 -04:00
Daniel Larimer
1d50dcd17b fix build 2015-07-13 13:24:30 -04:00
Nathan Hourt
7d18c286a4 [GUI] Build out infrastructure a bit 2015-07-13 13:19:10 -04:00
Nathan Hourt
81dd83226b Add simple demo GUI 2015-07-10 17:37:39 -04:00