summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qstandardpaths: check the return value of QFile::openAhmad Samir2024-04-131-17/+30
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Add StateLocation & GenericStateLocation to StandardLocationJonathan Ketchker2023-09-071-4/+40
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-191-3/+1
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* QStandardPaths: de-duplicate some unittests codeAhmad Samir2023-04-221-28/+28
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-221-3/+66
* QStandardPaths/Unix: restore org and app names in unittestsAhmad Samir2023-04-221-7/+11
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-0/+27
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Fix autotest public API compilation for INTEGRITYTatiana Borisova2021-10-151-4/+8
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-2/+2
* Fix warning: helper functions are only used on some platformsVolker Hilsheimer2020-10-161-2/+2
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-251-57/+204
* Remove winrtOliver Wolff2020-06-061-11/+6
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-14/+20
|\
| * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-14/+20
* | test: migrate QStandardPaths tests to QRegularExpressionSamuel Gaist2019-06-101-2/+6
* | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-3/+3
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-0/+6
|\
| * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-261-0/+6
* | tst_qstandardpaths: #if-out a function only used within #if-eryEdward Welbourne2018-05-311-0/+2
|/
* Fix tests that assume system files are owned by root for qemuSami Nurmenniemi2017-04-261-2/+14
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-0/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-0/+14
| |\
| | * tst_qstandardpaths: Disable WOW64 redirection on WindowsFriedemann Kleint2016-11-221-0/+14
* | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+4
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-1/+4
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-0/+23
|\|
| * QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-0/+23
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-4/+4
|/
* Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-0/+9
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QStandardPaths: add AppConfigLocation.David Faure2015-01-091-2/+26
* Android: Fix QStandardPaths testEskil Abrahamsen Blomfeldt2014-12-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-9/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+16
|\
| * QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-0/+14
| * QStandardPaths: ensure that paths use '/' on all platforms, as the comment saidDavid Faure2014-02-081-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-3/+3
|\|
| * Android: QStandardPaths implementationChristian Strømme2014-01-161-3/+3