summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: update the documentation of QStandardPaths to be more thoroughThiago Macieira2013-10-291-20/+178
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-091-0/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Allow QStandardPaths (Mac, Windows, Unix) to be bootstrappedThiago Macieira2012-11-021-1/+4
* Fix compilation: QChar(char) is "from ASCII"Thiago Macieira2012-10-271-1/+1
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-081-33/+62
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix a couple of qdoc errors.Lars Knoll2012-08-201-1/+2
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-091-0/+12
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-091-0/+9
* Use QtCore instead of QtGui for the standardpaths comments to be correctLaszlo Papp2012-08-011-1/+1
* update QStandardPaths::standardLocations() documentationJeremy Katz2012-06-111-2/+5
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-0/+21
* QStandardPaths: implement displayName() on all platforms.David Faure2012-03-221-0/+42
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-7/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* 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-0/+2
* QStandardPaths: add DownloadLocation.David Faure2011-11-041-1/+2
* Rename storageLocation() to writableLocation().David Faure2011-10-231-4/+4
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-231-2/+2
* Add QStandardPaths::findExecutable.David Faure2011-10-231-0/+87
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-231-6/+80
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-231-0/+114