summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-22/+26
|\
| * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-23/+28
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+3
|\|
| * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-081-0/+3
* | QStandardPaths: don't build a QHash just to look up one keyMarc Mutz2019-07-291-41/+34
* | corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-291-9/+11
* | QStandardDirs: fix quadratic loopMarc Mutz2019-05-211-8/+4
|/
* wasm: disable XDG_RUNTIME_DIR warningMorten Johan Sørvig2019-04-031-0/+2
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-0/+2
* Fix build with -no-feature-regularexpressionUlf Hermann2017-12-211-2/+2
* Migrate QStandardPaths to use QRegularExpressionSamuel Gaist2017-08-051-3/+5
* Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
* Fix QStandardPaths::FontsLocation to be compliant with the latest XDG specLars Knoll2016-10-261-1/+4
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QStandardPaths: add AppConfigLocation.David Faure2015-01-091-9/+22
* Report the system error on why chmod(2) failed in XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+2
* Don't always chmod the XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-3/+5
* QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-4/+11
* QStandardPaths: remove trailing slash when reading from user-dirs.dirsDavid Faure2014-02-081-0/+2
* QStandardPaths: add GenericConfigLocationDavid Faure2013-11-051-0/+2
* Normalise and deduplicate paths for XDG_DATA_DIRSMartin Klapetek2013-09-091-0/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Warn when XDG_RUNTIME_DIR isn't set, as per XDG Base Dir SpecDavid Faure2012-12-061-0/+1
* Allow QStandardPaths (Mac, Windows, Unix) to be bootstrappedThiago Macieira2012-11-021-1/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-091-16/+4
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-091-0/+5
* Use QtCore instead of QtGui for the standardpaths comments to be correctLaszlo Papp2012-08-011-1/+1
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-1/+14
* QStandardPaths: implement displayName() on all platforms.David Faure2012-03-221-6/+0
* Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-22/+49
* Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-291-0/+1
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-171-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QStandardPaths: remove unused includes (leftovers from qdesktopservices)David Faure2012-01-261-2/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QStandardPaths: add GenericCacheLocation.David Faure2012-01-031-4/+7
* QStandardPaths: add DownloadLocation.David Faure2011-11-041-1/+6
* QStandardPaths: fix encoding of XDG_CONFIG_HOME env varDavid Faure2011-11-021-1/+1
* Rename storageLocation() to writableLocation().David Faure2011-10-231-3/+3
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-231-0/+34
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-231-28/+85
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-231-0/+166