qa: Replace deprecated qVariantFromValue() by QVariant::fromValue()
[quassel.git] / src / qtui / systraynotificationbackend.cpp
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Require member function pointers for Setting...
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Prefer default member init over ctor init
2018-06-17 Manuel Nickschasicons: Warn on missing icons
2018-06-14 romibiSplit systray notification backend
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2017-04-13 György BallóFix handling systray notifications
2016-06-06 Manuel NickschasBring copyright headers into 2016
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-10-25 Manuel NickschasRemove the obsolete Icon and IconLoader classes
2014-10-25 Manuel NickschasUse Qt's native icon theme support rather than our own
2014-01-01 Manuel NickschasHappy New Year!
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-02-14 Daniel Albersbump © years
2012-01-24 Daniel Albersproper plurals for en_US
2010-04-14 Manuel NickschasFix tray icon behavior for non-KDE StatusNotifier
2010-04-13 Manuel NickschasStop blinking of tray icon on first click
2010-03-03 Manuel NickschasPrettify notifications settingspage
2010-03-03 Manuel NickschasMake disabling the tray icon animation work again
2010-03-03 Manuel NickschasIntegrate DesktopNotification into system tray/status...
2010-02-23 Manuel NickschasAdd a tooltip to the tray icon
2010-02-16 Manuel NickschasRework tray icon activation behavior yet again
2010-02-14 Manuel NickschasImprove systray activation behavior; more refactoring
2010-02-09 Manuel NickschasSystemTray refactoring in preparation of supporting...
2010-01-17 Manuel NickschasAllow compilation without QSystemTrayIcon
2009-09-10 Manuel NickschasImprove tray icon notification behavior
2009-04-27 Manuel NickschasSystray icon improvements
2009-04-12 Manuel NickschasIntroduce a notification type and add extra notificatio...
2009-04-01 Manuel NickschasImprove systray notifications
2009-02-14 Manuel NickschasUse SystemTray in MainWin and notification backends
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-05 Manuel NickschasNotification backends now can emit a signal activated...
2008-11-18 Marcus EggenbergerFixing the issues with the NotificationsSettingspage
2008-11-15 Manuel NickschasDon't try to workaround QSystemTray's not being able...
2008-10-28 Manuel NickschasDon't show an empty systray bubble on Windows anymore.
2008-10-12 Manuel NickschasMake systray animation work
2008-10-12 Manuel NickschasAdd SystrayNotificationBackend (untested yet and still...