aboutsummaryrefslogtreecommitdiff
path: root/src/qt/notificator.h
Commit message (Collapse)AuthorAgeFilesLines
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
| | | | | | | | | | | | | bitcoin-config.h moved, but the old file is likely to still exist when reconfiguring or switching branches. This would've caused files to not rebuild correctly, and other strange problems. Make the path explicit so that the old one cannot be found. Core libs use config/bitcoin-config.h. Libs (like crypto) which don't want access to bitcoin's headers continue to use -Iconfig and #include bitcoin-config.h.
* [Qt] small notificator and style changesPhilip Kaufmann2013-12-031-1/+1
| | | | | | - remove default arguments for notificator - re-order some calls to use same ordering in Qt files - style police changes (spaces, comments and such)
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+2
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+4
|
* osx: make use of the 10.8+ user notification center to display growl like ↵Jonas Schnelli2013-05-241-5/+7
| | | | | | | | notifications - if 10.8, use user notification center, if <10.8, use growl Signed-off-by: Jonas Schnelli <[email protected]>
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-4/+4
| | | | | | | - try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility
* remove unneeded flag from MSG_INFORMATION and fix an indentationPhilip Kaufmann2012-12-041-4/+4
|
* enhance Qt5 compatibilityPhilip Kaufmann2012-09-211-1/+1
| | | | | - replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5)
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
|
* Proper support for Growl 1.3 notificationsp2k2012-03-201-1/+2
|
* Improve documentation for UI classesWladimir J. van der Laan2011-11-131-17/+18
|
* 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.
* Change define to determine use of DBUS to USE_DBUS, to prevent overlap with ↵Wladimir J. van der Laan2011-09-241-2/+2
| | | | Qt-defined QT_DBUS
* (k)ubuntu 10.04+ notification support (based on @zwierzak his code)Wladimir J. van der Laan2011-09-031-0/+63