summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-105-6/+90
|\| |
| * | 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
* | | Remove references to QUrlOperator (Qt3) classGatis Paeglis2017-02-041-17/+0
|/ /
* | 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
* | | | Add a convenience function QTemporaryDir::filePath()Alexander Volkov2016-09-051-0/+25
|/ / /
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-7/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-6/+9
| |\|
| | * Fix tst_QProcess::closeWriteChannel() under WindowsAlex Trotsenko2016-08-051-6/+9
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-091-7/+9
|\ \ \