Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-07 | [macOS] remove Growl support, remove unused code | Jonas Schnelli | |
2017-08-18 | Document the preference of nullptr over NULL or (void*)0 | practicalswift | |
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-11-18 | [Qt, OSX] fix usage of osx 10.8+ user notification center | Jonas Schnelli | |
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. | |||
2013-12-17 | [Qt] style-police, add missing license headers | Philip Kaufmann | |
- add missing license headers in Mac files - small code formating cleanups | |||
2013-05-24 | osx: make use of the 10.8+ user notification center to display growl like ↵ | Jonas Schnelli | |
notifications - if 10.8, use user notification center, if <10.8, use growl Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> |