summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/dbusmenu
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-3/+4
|\
| * dbustray: Use separate D-Bus connections for each tray iconDmitry Shachnev2016-05-122-3/+4
* | Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-212-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\|
| * Fix QDBusPlatformMenu::menuItemAt()J-P Nurmi2016-02-251-1/+1
* | Add native support for D-Bus global menuDmitry Shachnev2016-02-235-0/+458
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-118-68/+155
|\|
| * dbustray: Support late registering of tray icon menuDmitry Shachnev2016-02-092-8/+11
| * Fix clang 3.7 developer build [Werror, Winconsistent-missing-override]Sérgio Martins2016-02-081-1/+1
| * dbusmenu: Refactor the code to allow dynamic updating of menusDmitry Shachnev2016-02-086-54/+102
| * dbusmenu: Fix return type for QDBusMenuAdaptor::EventGroup methodDmitry Shachnev2016-02-032-2/+3
| * dbusmenu: Add missing methods for getting QDBusPlatformMenu propertiesDmitry Shachnev2016-02-031-0/+3
| * dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-022-4/+36
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-093-4/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+2
|\|
| * dbusmenu: Make D-Bus menus and menu items enabled by defaultDmitry Shachnev2016-01-311-2/+2
* | Updated license headersJani Heikkinen2016-01-158-112/+160
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-052-0/+22
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-0/+7
|\
| * QDBusPlatformMenu and Item: remove stored pointers when deletedShawn Rutledge2015-09-022-0/+7
* | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | platformsupport/dbusmenu: fix uses of inefficient QListsMarc Mutz2015-07-191-5/+10
* | Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-0/+1
|/
* D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-212-2/+11
* D-Bus tray icon menus: support submenusShawn Rutledge2015-03-304-24/+33
* D-Bus system tray: properly check whether StatusNotifierHost availableShawn Rutledge2015-02-202-7/+7
* Update copyright headersJani Heikkinen2015-02-118-56/+56
* Get rid of Q_GUI_EXPORT occurrences in QPlatformSupportKonstantin Ritt2015-01-231-2/+2
* QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-229-0/+1338