Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / walletmodel.cpp
2022-01-02 svostRemove boost foreach macro
2021-12-23 CryptoManiacUse fully qualified boost::placeholders identifiers...
2021-12-20 CryptoManiacCreate CMakeLists.txt for Qt project
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2016-03-06 CryptoManiacSimplification of scriptPubKey handling code.
2016-03-06 CryptoManiacCleanup
2016-02-23 alexAdd CWallet::ExtractAddress method
2015-04-14 CryptoManiacMiner stats didn't work in RPC and UI
2015-02-23 fsb4000Revert "производительность Qt" 175/head
2015-02-20 fsb4000производительность Qt 173/head
2015-02-11 MASM fanWallet decryption support
2015-02-10 MASM fanSave and restore fWalletUnlockMintonly flag
2015-02-10 MASM fanFix gcc reorder warning
2015-01-27 fsb4000устранил предупреждения компилятора 133/head
2014-12-31 fsb4000Add removeaddress RPC call
2014-12-27 CryptoManiacCode cleanup
2014-11-29 fsb4000multisig dialog 70/head
2014-11-27 MASM fanCalculate actual kernel and coin*day rates on the fly.
2014-11-20 fsb4000Add a menu entry in the transaction view allowing...
2014-11-17 fsb4000PosTab
2014-07-26 CryptoManiacImplement IsMine filter 24/head
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...