summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
* tst_QSaveFile: skip test that fails when run as rootThiago Macieira2020-04-081-0/+4
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-0/+3
* forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
* QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-051-2/+5
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-5/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-261-2/+3
|\
| * tst_QSettings: Fix leaking registry keyFriedemann Kleint2020-02-251-2/+3
* | On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-3/+0
* | Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-051-0/+143
* | Address failing test case for internal implementation of moveToTrashVolker Hilsheimer2020-02-042-174/+0
* | Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-302-0/+174
* | QResource: Add API to get the decompressed contentThiago Macieira2020-01-157-4/+95
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-0/+28
|\|
| * QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+28
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+2
|\|
| * Fix encoding inconsistency between tst_QNoDebug and QTestLogEdward Welbourne2020-01-091-2/+2
* | MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-101-15/+5
* | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-264-12/+12
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-3/+3
* | Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-091-11/+14
|/
* QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-0/+4
* 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
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-142-41/+20
* | Remove CFBundleGetInfoString from Info.plist templatesTor Arne Vestbø2019-10-041-2/+0
* | Disable debug-and-release builds for MinGWSimon Hausmann2019-09-181-1/+1
* | Fix mis-handling of actual TLD in qIsEffectiveTLD()Edward Welbourne2019-09-161-0/+7
* | Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-051-2/+1
* | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-301-82/+107
* | Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-192-4/+1
* | Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-161-4/+162
* | Port from QStringViewLiteral to u""Marc Mutz2019-07-292-2/+2
* | QDir: strip Windows' long-path markers when converting from nativeVolker Hilsheimer2019-07-171-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-171-0/+34
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-0/+34
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-131-0/+34
| | |\
| | | * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+34
* | | | QResource: deprecate isCompressed()Thiago Macieira2019-07-161-5/+5
|/ / /
* | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-1/+3
* | | unblacklist passing testsDaniel Smith2019-07-083-13/+7
* | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-052-2/+3
* | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-054-43/+277
* | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-021-1/+1
* | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-1/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-7/+1
|\| |
| * | Android: don't run test function for fd leakage, make test passVolker Hilsheimer2019-06-191-7/+1
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-3/+4
* | | test: migrate QStandardPaths tests to QRegularExpressionSamuel Gaist2019-06-101-2/+6
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+8
|\| |