Bugfix: Unspendable inputs handling
[novacoin.git] / src / qt / sendcoinsdialog.cpp
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacHandle unspendable inputs correctly.
2014-07-19 CryptoManiacFix coin control change field behavior.
2014-07-10 CryptoManiacCoinControl: add paste from address book and clipboard...
2014-07-10 CryptoManiacConvert UI files to UNIX EOL format.
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-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-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-04-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-04-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-02-27 Wladimir J. van... Restructure IPC URL handling (fixes #851)
2012-02-17 Wladimir J. van... Restructure IPC URL handling (fixes #851)
2012-02-02 Matt CoralloAutomatically refocus on new SendCoinsEntrys and scroll...
2012-01-05 Matt CoralloAdd support for opening bitcoin: URIs directly.
2012-01-05 Matt CoralloAutomatically refocus on new SendCoinsEntrys and scroll...
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-08 Wladimir J. van... Add robustness against null models
2011-10-09 p2kImproved Mac experience; QDoubleSpinBox for BitcoinAmou...
2011-09-27 Janne PulkkinenSend Coins page not cleared when changing tabs. Clear...
2011-09-22 Wladimir J. van... show balance in sendcoins screen (issue #24)
2011-08-31 Wladimir J. van... Wallet encryption part 2: ask passphrase when needed...
2011-08-07 Wladimir J. van... don't include <QDebug>
2011-08-07 Wladimir J. van... Accept "bitcoin:" URL drops from browsers
2011-07-31 Wladimir J. van... Properly html-escape labels
2011-07-26 Wladimir J. van... show amounts in <b>bold</b> in confirmation dialog
2011-07-25 Wladimir J. van... preparations for multiple unit (uBTC, mBTC, BTC) suppor...
2011-07-16 Wladimir J. van... add sendmany support
2011-07-14 Wladimir J. van... solve warnings at startup
2011-07-08 Wladimir J. van... Add context menu on transaction list: copy label, copy...
2011-07-08 Wladimir J. van... send coins dialog: make sure send button remain default...
2011-07-08 Wladimir J. van... forgot synced icons
2011-07-08 Wladimir J. van... Reorganize "send coins" tab
2011-07-07 Wladimir J. van... Selection/tab navigation fixes
2011-07-07 Wladimir J. van... convert to full tab-based ui
2011-07-03 Wladimir J. van... move another setPlaceHolderText to 4.7+ only code
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...
2011-06-30 Wladimir J. van... show an error if amount is not valid (either the amount...
2011-06-29 Wladimir J. van... Implement filter row instead of tabs, allows for more...
2011-06-25 Wladimir J. van... allow adding address to address book in send dialog
2011-06-20 Wladimir J. van... introduce bitcoin amount field with split amount/decima...
2011-06-18 Wladimir J. van... remove commented code, use // for one-line comments...
2011-06-13 Wladimir J. van... Address book: select action (edit/select) based on...
2011-06-11 Wladimir J. van... move back to original directory structure