aboutsummaryrefslogtreecommitdiff
path: root/src/qt/macnotificationhandler.mm
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring with QString::toNSStringHennadii Stepanov2018-12-161-19/+4
| | | | | The behavior of MacNotificationHandler::showNotification() has not been changed.
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
| | | | | | | | -BEGIN VERIFY SCRIPT- sed --in-place'' --regexp-extended 's/[[:space:]]+$//g' $(git grep -I --files-with-matches --extended-regexp '[[:space:]]+$' -- src test ':!*.svg' ':!src/crypto/sha256_sse4*' ':!src/leveldb' ':!src/qt/locale' ':!src/secp256k1' ':!src/univalue') -END VERIFY SCRIPT-
* [macOS] remove Growl support, remove unused codeJonas Schnelli2017-09-071-14/+0
|
* Document the preference of nullptr over NULL or (void*)0practicalswift2017-08-181-1/+1
|
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* [Qt, OSX] fix usage of osx 10.8+ user notification centerJonas Schnelli2014-11-181-1/+23
| | | | Currently Bitcoin-Qts support for OSX User Notification Center is broken. This pull will fix a known issue of non-official-apple-built apps having problems sending user notifications.
* [Qt] style-police, add missing license headersPhilip Kaufmann2013-12-171-0/+4
| | | | | - add missing license headers in Mac files - small code formating cleanups
* osx: make use of the 10.8+ user notification center to display growl like ↵Jonas Schnelli2013-05-241-0/+65
notifications - if 10.8, use user notification center, if <10.8, use growl Signed-off-by: Jonas Schnelli <[email protected]>