Nathan Hourt
75f05a8b1f
[GUI] Fixes in TransferForm.qml
2015-07-29 15:59:15 -04:00
Nathan Hourt
03e16afdb2
[GUI] Progress circa wallet and keys
...
- Fixes to wallet
- Open or create wallet on startup
- Add support for importing keys
- Show user what level of ownership they have over accounts
2015-07-29 15:50:18 -04:00
Nathan Hourt
f72f07b05b
[GUI] Early implementation of operations
2015-07-21 17:09:50 -04:00
Nathan Hourt
34a3c17af4
[GUI] Add some docs in the QML
2015-07-17 16:39:01 -04:00
Nathan Hourt
e221fabe39
[GUI] Fixes in transfer form
2015-07-17 16:06:39 -04:00
Nathan Hourt
b056b0f499
[GUI] Tweaks to the identicon behavior
2015-07-15 18:14:48 -04:00
Nathan Hourt
b433f90a55
[GUI] Use assets and balances in transfer form
2015-07-15 17:55:16 -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
5f5f376ed3
[GUI] More work on transfer form
2015-07-14 15:06:00 -04:00