Bugfix: Unspendable inputs handling
[novacoin.git] / src / qt / walletmodel.h
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacHandle unspendable inputs correctly.
2014-07-10 CryptoManiacImplement DumpWallet and ImportWallet calls from menu.
2014-07-10 CryptoManiacAdd input weight to coin control interface
2013-09-29 alexMerge coin control features v0.4.4.5
2013-04-19 alexFix balanceChanged event error
2013-04-15 alexhzupdate to 0.4 preview
2012-11-10 Sunny KingPPCoin: Qt: display coinstake as single 'mint by stake...
2012-04-16 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-15 Wladimir J. van... fix warnings: enumeration values 'XX' not handled in...
2012-04-15 Wladimir J. van... fix warnings: enumeration values 'XX' not handled in...
2012-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
2012-04-04 Wladimir J. van... remove dependency on serialize.h and util.h for SecureS...
2012-04-04 Wladimir J. van... Update UI through async calls MainFrameRepaint and...
2012-04-03 Wladimir J. van... VC2010 compile fixes
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 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
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-11-13 Wladimir J. van... Improve documentation for UI classes
2011-08-31 Wladimir J. van... comments and readme update
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-29 Wladimir J. van... Full support for other units, add configuration option...
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...