Bugfix: Unspendable inputs handling
[novacoin.git] / src / qt / walletmodel.cpp
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacHandle unspendable inputs correctly.
2014-07-19 CryptoManiacMerge support for watch-only addresses
2014-07-10 CryptoManiacImplement DumpWallet and ImportWallet calls from menu.
2014-07-10 CryptoManiacAdd input weight to coin control interface
2014-02-08 Tranz5Extend fWalletUnlockMintOnly to GUI 1/head
2013-09-29 alexMerge coin control features v0.4.4.5
2013-04-19 alexcache Stake value
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-05-07 Luke DashjrMerge commit '293f264' into 0.6.0.x
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-04-29 Wladimir J. van... Fix critical UI performance issue (#1154)
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
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 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-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...