summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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