Accept "bitcoin:" URL drops from browsers
[novacoin.git] / src / qt / sendcoinsdialog.cpp
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