summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+3
|\
| * Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-9/+1
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-9/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QStandardPaths: add AppConfigLocation.David Faure2015-01-091-1/+15
|/
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-4/+4
|\
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-4/+4
* | Implement Download folder path retrieval on OS XSamuel Gaist2014-11-241-1/+1
|/
* iOS: Make sure QStandardPaths::displayName() is definedTor Arne Vestbø2014-11-191-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-6/+29
* Update QStandardPaths documentation with Android paths.Christian Strømme2014-01-231-1/+42
* Add Asset Locations to QStandardPaths::DataLocationAlan Alpert2013-12-101-4/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+6
|\
| * QStandardPaths: add GenericConfigLocationDavid Faure2013-11-051-1/+6
* | QStandardPaths: Add GenericConfigLocation to the documentationDavid Faure2013-11-051-0/+6
* | 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