peerplays_migrated/programs/light_client/qml
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
..
jdenticon [GUI] Add name field and identicon to transfer form 2015-07-13 17:22:17 -04:00
.gitignore [GUI] Add name field and identicon to transfer form 2015-07-13 17:22:17 -04:00
AccountPicker.qml [GUI] Fix crash from user-after-free 2015-07-14 16:08:54 -04:00
FormBox.qml [GUI] UX tweaks 2015-07-14 15:36:19 -04:00
Identicon.qml [GUI] More work on transfer form 2015-07-14 15:06:00 -04:00
main.qml [GUI] UX tweaks 2015-07-14 15:36:19 -04:00
qml.qrc [GUI] More work on transfer form 2015-07-14 15:06:00 -04:00
qmldir [GUI] Add name field and identicon to transfer form 2015-07-13 17:22:17 -04:00
Scaling.qml [GUI] Add name field and identicon to transfer form 2015-07-13 17:22:17 -04:00
TransferForm.qml [GUI] More work on transfer form 2015-07-14 15:06:00 -04:00