summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-137-43/+30
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
| * Properly use the "process" featureUlf Hermann2017-02-277-45/+35
* | Deprecate QString::nullMarc Mutz2017-03-121-1/+1
* | Increase timeout of tst_QProcess::softExitInSlots even moreJoerg Bornemann2017-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-29/+47
|\|
| * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-1/+1
| * tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32
| * tst_qurl: replace all QDir::currentPath() calls with local variableDavid Faure2017-02-231-18/+19
| * QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-085-6/+90
|\|
| * Reset QFileDevicePrivate::cachedSize on file closeAleksey Lysenko2017-02-061-0/+62
| * Fix data corruption when reading byte arrays from QSettingsThierry Bastian2017-02-033-0/+22
| * tst_qurl: add test for fromUserInput(3 args) using "." as working dirDavid Faure2017-02-021-1/+4
| * Read the .ini file back in text modeThiago Macieira2017-01-311-5/+2
* | Use qtConfig where appropriateJake Petroules2017-01-271-2/+4
* | Make variant selection possible if base is missingSebastian Lösch2017-01-201-1/+1
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-2/+0
* | Simplify fileTimeToQDateTime() by having it return a UTC timeEdward Welbourne2017-01-113-0/+98
* | Introduce QDir::isEmpty()Elvis Angelaccio2017-01-081-0/+23
* | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-161-1/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-136-18/+112
|\|
| * QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-121-1/+6
| * QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-4/+12
| * tst_QTextStream: Use casts instead of Q_UINT64_C for negative values cast to ...Friedemann Kleint2016-11-301-10/+10
| * Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-291-2/+3
| * Fix some warnings in testsFriedemann Kleint2016-11-281-1/+2
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-242-0/+64
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-232-0/+64
| | |\
| | | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
| | | * tst_qstandardpaths: Disable WOW64 redirection on WindowsFriedemann Kleint2016-11-221-0/+14
| * | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-221-0/+15
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-023-1/+35
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-1/+35
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-272-1/+22
| | |\|
| | | * Autotest: fix silly mistake in assigning where a comparison was intendedThiago Macieira2016-10-251-1/+1
| | | * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-0/+21
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-1/+62
| | |\|
| | | * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-0/+13
| | | * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-181-1/+49
* | | | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-234-4/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-132-18/+179
|\| | |
| * | | tst_QSettings: Don't assume the presence of a key means isWritableTor Arne Vestbø2016-10-101-1/+1
| * | | tst_QSettings: Fix tests on sandboxed platforms such as iOSTor Arne Vestbø2016-10-101-13/+7
| * | | Don't truncate QDateTime milliseconds when storing QSettings on Apple platformsTor Arne Vestbø2016-10-052-0/+103
| * | | Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-051-1/+49
| * | | tst_QSettings: Detect if Apple platforms support writing to SystemScopeTor Arne Vestbø2016-10-041-1/+17
| * | | Exclude tst_QSettings::rainersSyncBugOnMac() on all Apple OSesTor Arne Vestbø2016-10-031-2/+2
* | | | QSettings: Add proper support for XDG_CONFIG_DIRSPalo Kisa2016-09-271-0/+73
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+1