Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-21 | enhance Qt5 compatibility | Philip Kaufmann | |
- replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5) | |||
2012-06-17 | add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, ↵ | Philip Kaufmann | |
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 | |||
2012-05-07 | Move back setPlaceholderText to code, from xml, as this broke building with ↵ | Wladimir J. van der Laan | |
Qt 4.6 | |||
2012-05-04 | move label placeholdertext from sendcoinsentry.cpp to ui-file | Philip Kaufmann | |
2012-04-13 | Set label when selecting an address that already has a label. Fixes #1080. | Wladimir J. van der Laan | |
2012-03-18 | Make the sendcoins dialog use the configured unit type, even on the first ↵ | Joel Kaartinen | |
attempt. | |||
2012-02-17 | Only fill in label from address book, if no label is filled in yet, fixes #840 | Wladimir J. van der Laan | |
2012-01-05 | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | |
2011-11-08 | Add robustness against null models | Wladimir J. van der Laan | |
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | |
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. | |||
2011-08-07 | don't include <QDebug> | Wladimir J. van der Laan | |
2011-08-07 | Accept "bitcoin:" URL drops from browsers | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-26 | allow multiple units in bitcoin amount widget (for example, for sending) ↵ | Wladimir J. van der Laan | |
using a combobox | |||
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |
2011-07-22 | fix clear() (clear red/invalid status) | Wladimir J. van der Laan | |
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |