aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
|
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-3/+12
|
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+6
| | | | | | | | Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac. The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator. Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.
* Send Coins page not cleared when changing tabs. Clear all button for ↵Janne Pulkkinen2011-09-271-0/+1
| | | | clearing the entries
* show balance in sendcoins screen (issue #24)Wladimir J. van der Laan2011-09-221-0/+10
|
* Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan2011-08-311-1/+8
|
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-1/+0
|
* Accept "bitcoin:" URL drops from browsersWladimir J. van der Laan2011-08-071-10/+37
|
* Properly html-escape labelsWladimir J. van der Laan2011-07-311-2/+2
|
* show amounts in <b>bold</b> in confirmation dialogWladimir J. van der Laan2011-07-261-1/+1
|
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-3/+3
|
* add sendmany supportWladimir J. van der Laan2011-07-161-58/+118
|
* solve warnings at startupWladimir J. van der Laan2011-07-141-5/+0
|
* Add context menu on transaction list: copy label, copy address, edit label, ↵Wladimir J. van der Laan2011-07-081-1/+2
| | | | show details
* send coins dialog: make sure send button remain default button (triggered ↵Wladimir J. van der Laan2011-07-081-0/+1
| | | | with enter)
* forgot synced iconsWladimir J. van der Laan2011-07-081-0/+1
|
* Reorganize "send coins" tabWladimir J. van der Laan2011-07-081-0/+1
|
* Selection/tab navigation fixesWladimir J. van der Laan2011-07-071-4/+6
|
* convert to full tab-based uiWladimir J. van der Laan2011-07-071-3/+31
|
* move another setPlaceHolderText to 4.7+ only codeWladimir J. van der Laan2011-07-031-1/+3
|
* Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan2011-07-021-7/+5
|
* Split off WalletModel from ClientModel, to be able to support multi-wallets ↵Wladimir J. van der Laan2011-06-301-7/+7
| | | | in future
* show an error if amount is not valid (either the amount or decimals is empty)Wladimir J. van der Laan2011-06-301-2/+2
|
* Implement filter row instead of tabs, allows for more expressive filtersWladimir J. van der Laan2011-06-291-5/+2
|
* allow adding address to address book in send dialogWladimir J. van der Laan2011-06-251-1/+13
|
* introduce bitcoin amount field with split amount/decimals, to protect ↵Wladimir J. van der Laan2011-06-201-1/+0
| | | | against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0)
* remove commented code, use // for one-line comments and comments inside ↵Wladimir J. van der Laan2011-06-181-2/+2
| | | | functions
* Address book: select action (edit/select) based on contextWladimir J. van der Laan2011-06-131-1/+1
|
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+113