qtui.h/noui.h interface cleanup
[novacoin.git] / src / qt / walletmodel.cpp
2012-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
2012-04-04 Wladimir J. van... Update UI through async calls MainFrameRepaint and...
2012-02-15 sje397Added 'Backup Wallet' menu option
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-08-31 Wladimir J. van... Wallet encryption part 2: ask passphrase when needed...
2011-08-23 Wladimir J. van... Wallet encryption part 1: show wallet encryption status
2011-08-08 Wladimir J. van... QtUI code cleanup / comment improvements
2011-07-30 Wladimir J. van... comment update
2011-07-30 Wladimir J. van... make sure address book model is up to date after sendin...
2011-07-29 Wladimir J. van... Full support for other units, add configuration option...
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-17 Wladimir J. van... make initial block download reporting somewhat better...
2011-07-16 Wladimir J. van... add sendmany support
2011-07-14 Wladimir J. van... solve warnings at startup
2011-07-11 Wladimir J. van... Show unconfirmed balance on overview page
2011-07-08 Wladimir J. van... Add context menu on transaction list: copy label, copy...
2011-07-02 Wladimir J. van... Send: dialog redesign (automatically look up label...
2011-06-30 Wladimir J. van... Split off WalletModel from ClientModel, to be able...