summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/services
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-1/+6
|\
| * Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-061-1/+5
| * Fix deprecation warning in QGenericUnixServicesJoerg Bornemann2020-03-051-1/+2
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-4/+1
* | Regenerate src/*Alexandru Croitor2019-11-141-2/+2
* | Regenerate everything under ./srcAlexandru Croitor2019-11-121-1/+0
* | Regenerate platformsupport projectsAlexandru Croitor2019-10-081-1/+0
* | Use pre-compiled headers when building Qt with cmakeMÃ¥rten Nordheim2019-09-111-1/+2
* | Add support for private module .pri filesSimon Hausmann2019-06-051-0/+1
* | CMake: Regenerate platformsupport/servicesTobias Hunger2019-05-061-2/+5
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-19/+37
|\|
| * 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
* | | CMake: Re-generate platformsupport/servicesTobias Hunger2019-03-291-1/+7
* | | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+24
|/ /
* | 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