summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/dbustray
Commit message (Expand)AuthorAgeFilesLines
* Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * dbustray: Use separate D-Bus connections for each tray iconDmitry Shachnev2016-05-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-2/+16
|\|
| * dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-2/+16
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-5/+4
|\|
| * dbustray: Support late registering of tray icon menuDmitry Shachnev2016-02-091-0/+3
| * dbustray: Do not change m_menu in QDBusTrayIcon::createMenu()Dmitry Shachnev2016-02-091-5/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+4
|\|
| * Fix pixmap types in org.kde.StatusNotifierItem.xmlDmitry Shachnev2016-01-211-4/+4
* | Updated license headersJani Heikkinen2016-01-158-112/+160
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-051-0/+11
* Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-012-0/+22
* platformsupport/dbustray: mark some types as movableMarc Mutz2015-07-191-0/+2
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+2
* D-Bus system tray: emit activated on middle and right clickShawn Rutledge2015-03-313-20/+10
* D-Bus system tray: emit QPlatformSystemTrayIcon::activated on clickShawn Rutledge2015-03-311-1/+1
* D-Bus tray icon menus: support submenusShawn Rutledge2015-03-301-2/+3
* Do not attempt to unregister an unregistered dbus serviceAllan Sandfeld Jensen2015-02-202-2/+6
* D-Bus system tray: properly check whether StatusNotifierHost availableShawn Rutledge2015-02-201-5/+2
* Update copyright headersJani Heikkinen2015-02-118-56/+56
* D-Bus tray icons: save temp file with size 22pxShawn Rutledge2015-02-081-5/+1
* D-Bus tray icons: get devicePixelRatio at runtimeShawn Rutledge2015-02-041-8/+9
* D-Bus tray icons: make endian conversion work againShawn Rutledge2015-01-232-8/+10
* D-Bus tray icon: when eliminating large icons, scale to medium sizeShawn Rutledge2015-01-231-5/+12
* D-Bus tray icon: ensure that the image is square before sendingShawn Rutledge2015-01-231-6/+17
* QSystemTrayIcon uses D-Bus org.freedesktop.Notifications on LinuxShawn Rutledge2015-01-235-1/+226
* QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-227-11/+831
* Add D-Bus types marshalling for Linux tray icon supportMarco Martin2015-01-122-0/+244