summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-7/+7
|\|
| * Fix qdoc include paths for QStandardPathsFriedemann Kleint2019-11-261-7/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-59/+7
|\|
| * Doc: Move the common documentation to a qdocincVenugopal Shivashankar2019-11-181-59/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-141-1/+1
|\|
| * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-081-1/+1
* | Add note about reading/writing external storage on AndroidNicolas Fella2019-09-181-0/+2
|/
* QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1
* Fix docs for QStandardPaths::DesktopLocationAndre Hartmann2018-10-151-1/+2
* QStandardPaths: fall back to a default if PATH isn't setThiago Macieira2017-12-121-0/+29
* Add "<APPDIR>/data/<APPNAME>" to the non Generic paths on WindowsHannah von Reth2017-07-201-3/+3
* QtCore: include mocsThiago Macieira2017-05-051-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+2
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [io]Marc Mutz2016-01-041-4/+4
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-21/+1
* | Refactor standard paths for OS X and iOS.Jake Petroules2015-09-091-8/+8
|/
* QStandardPaths: on Windows, add APPDIR and APPDIR/data for GenericDataLocationDavid Faure2015-08-131-1/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+29
|\
| * doc: add QStandardPaths documentation for iOSRichard Moe Gustavsen2015-05-201-1/+29
* | QStandardPaths: Use QDir::listSeparator() instead of ifdefsSérgio Martins2015-05-271-6/+1
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
|/
* 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