aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, ↵Philip Kaufmann2012-06-171-4/+14
| | | | sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit
* Move back setPlaceholderText to code, from xml, as this broke building with ↵Wladimir J. van der Laan2012-05-071-1/+5
| | | | Qt 4.6
* move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann2012-05-041-4/+0
|
* Set label when selecting an address that already has a label. Fixes #1080.Wladimir J. van der Laan2012-04-131-3/+5
|
* Make the sendcoins dialog use the configured unit type, even on the first ↵Joel Kaartinen2012-03-181-0/+1
| | | | attempt.
* Only fill in label from address book, if no label is filled in yet, fixes #840Wladimir J. van der Laan2012-02-171-2/+3
|
* Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo2012-01-051-0/+5
|
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-1/+5
|
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+4
| | | | | | | | 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.
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-4/+2
|
* Accept "bitcoin:" URL drops from browsersWladimir J. van der Laan2011-08-071-1/+13
|
* Full support for other units, add configuration option for default unit ↵Wladimir J. van der Laan2011-07-291-0/+5
| | | | (used when displaying amounts)
* allow multiple units in bitcoin amount widget (for example, for sending) ↵Wladimir J. van der Laan2011-07-261-1/+11
| | | | using a combobox
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-1/+2
|
* fix clear() (clear red/invalid status)Wladimir J. van der Laan2011-07-221-1/+1
|
* add sendmany supportWladimir J. van der Laan2011-07-161-0/+119