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