osx: make use of the 10.8+ user notification center to display growl lik...#2615
Conversation
|
It would also be possible to add a settings flag where the user can switch between growl and 10.8+ user notification center. |
|
Don't add an option for trivial stuff such as this, if you think this looks better or is more useful (as you say, it's integrated and free), go for it. |
|
I vaguely recall us having issues with growl notifications in the past. Did you test this on OSX 10.5 ? |
|
@gavinandresen No. It's not yet tested on 10.5 to 10.7. I'll do that in the next days. I also fix the pull-tester-report issue. |
|
@gavinandresen getting crazy while building on 10.6/32bit. :) libssl looks okay: any ideas? |
|
puh.. had to grab out a old mac mini to do 10.6/32bit builds. Testes on 10.5 (VM) and 10.6. After some changes it worked perfect. |
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/b5c1406fd043bcb7d4587ad9494d1d8bca70c29c for binaries and test log. |
|
Is this also Qt5 compatible :)? |
|
@Diapolo yes. I initially wrote this patch for Qt5 compatibility because it can handle growl without qt platform functions. |
|
ACK (on code changes, cannot test Mac changes) |
src/qt/macnotificationhandler.mm
Outdated
There was a problem hiding this comment.
Can you also use our style here please :).
void MacNotificationHandler::sendAppleScript(const QString &script)
{
There was a problem hiding this comment.
oops. yes. will change it.
…like notifications - if 10.8, use user notification center, if <10.8, use growl Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
fixed some minor code-style related things. |
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/b4b017059514ed0157877984363ed94f5ab098e9 for binaries and test log. |
|
@jonasschnelli I'll test it this weekend |
osx: make use of the 10.8+ user notification center to display growl lik...

...e notifications
why: