summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths_json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-091-13/+1
* 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
* Extend JSON QStandardPaths to support multiple paths per locationJeremy Katz2012-06-141-32/+77
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-1/+1
* replace getenv("HOME") with a "centralized" QDir::homePath()Konstantin Ritt2012-04-191-1/+1
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-0/+42
* QStandardPaths: implement displayName() on all platforms.David Faure2012-03-221-6/+0
* QStandardPaths implementation configured using JSONJeremy Katz2012-02-171-0/+184