summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/themes
Commit message (Expand)AuthorAgeFilesLines
* make use of QT_REQUIRE_CONFIG() in platformsupport modulesOswald Buddenhagen2016-10-153-8/+8
* create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-153-13/+22
* Fix build with various features disabledLars Knoll2016-10-111-0/+10
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-113-8/+16
|\
* | move dbusmenu and dbustray under themes/genericunixOswald Buddenhagen2016-10-0723-0/+3434
* | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-2/+1
* | platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-4/+4
* | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-053-0/+232
* | Add XDG file icon support for UNIX themesFriedemann Kleint2016-08-042-0/+42
* | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-221-7/+7
|\|
| * Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-7/+7
* | Add QStyleHints::useHoverEffectsJ-P Nurmi2016-07-201-0/+2
|/
* OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-071-3/+4
* Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-212-24/+0
* Add native support for D-Bus global menuDmitry Shachnev2016-02-232-1/+79
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-19/+19
|\
| * QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-211-7/+7
| * QGnomeTheme: Change the QFont members to pointer members.Friedemann Kleint2016-01-211-12/+12
* | Updated license headersJani Heikkinen2016-01-152-28/+40
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\|
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-1/+2
|\|
| * Use “Adwaita” as the default icon theme for QGnomeThemeDmitry Shachnev2015-11-171-1/+2
* | Port the Gtk platform theme to Gtk+ 3Dmitry Shachnev2015-11-131-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+6
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+6
| |\
| | * Update KDE theme defaults for Plasma 5.Allan Sandfeld Jensen2015-08-281-1/+6
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-28/+36
|\| |
| * | Adding plasma5 support for QKdeThemeStanislav Baiduzhyi2015-08-261-28/+36
* | | Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-261-1/+1
|/ /
* / Fix creation of QPlatformTheme on UNIX platforms.Friedemann Kleint2015-07-221-3/+2
|/
* D-Bus system tray: properly check whether StatusNotifierHost availableShawn Rutledge2015-02-201-1/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* D-Bus tray icons: try to use them with QGenericUnixThemeShawn Rutledge2015-02-122-0/+16
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-222-2/+44
* Support multiple desktop names in XDG_CURRENT_DESKTOPDmitry Shachnev2014-12-211-12/+17
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-7/+7
* QGenericUnixTheme::xdgIconThemePaths: add /usr/share/pixmapsAntti Kaijanmäki2014-10-291-0/+5
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-10/+11
|\
| * Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-4/+4
| * Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-7/+7
| * Add Cinnamon to the list of Gtk+-based DEsDmitry Shachnev2014-10-071-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-292-38/+33
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+11
| |\
| | * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* | | Read and use WheelScrollLines configuration on KDEAllan Sandfeld Jensen2014-09-121-0/+8
|/ /
* | GTK2 theme should use GTK configured font variantAllan Sandfeld Jensen2014-08-172-6/+23
* | QKdeTheme: use system-wide kdeglobals as a fallbackJ-P Nurmi2014-05-032-66/+103
|/