summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/services
Commit message (Expand)AuthorAgeFilesLines
* XDG Portal: quick optimization to avoid dup/close of a file descriptorThiago Macieira2019-03-051-2/+2
* XDG Portal: allow the portal not to be runningThiago Macieira2019-03-051-16/+32
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-1/+3
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-1/+3
* | Make flatpak portal support to be used also by Snap applicationsJan Grulich2018-09-021-12/+12
* | Fix unused parameter warningRobert Griebl2018-06-151-0/+2
* | Add support for opening files in OpenURI flatpak portalJan Grulich2018-04-131-0/+39
|/
* QtServiceSupport: Remove redundant conditionGabriel de Dietrich2017-12-011-2/+1
* Add support for flatpak portalsJan Grulich2017-11-142-1/+108
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
* Update detection of $DESKTOP_SESSIONThiago Macieira2017-04-271-4/+24
* Fix warning for -no-feature-multiprocessTasuku Suzuki2017-04-251-0/+2
* Properly use the "process" featureUlf Hermann2017-02-271-2/+4
* Don't set platform specific QT_NO_FOO defines in qglobal.hLars Knoll2016-11-241-1/+2
* create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-152-3/+13
* Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-2/+2
|\
| * QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-211-2/+2
* | Updated license headersJani Heikkinen2016-01-152-28/+40
* | Remove use of system() when QT_NO_MULTIPROCESS is defined.Rolland Dudemaine2015-12-041-0/+22
|/
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-2/+2
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-3/+3
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* Improve desktop environment detection.David Faure2013-04-241-9/+17
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Detect Unity by checking XDG_CURRENT_DESKTOP and use Gnome theme.Friedemann Kleint2012-11-201-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-2/+2
* Remove widgets lib dependency on platformsupport.Frederik Gladhorn2012-06-082-20/+10
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-172-6/+8
* Add QPlatformServices class.Friedemann Kleint2012-02-104-0/+232