summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+2
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-081-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-081-52/+60
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+2
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-272-59/+203
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-141-1/+1
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-07-021-0/+28
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-241-0/+2
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-211-6/+25
* tst_QResourceEngine: fix the order of arguments to QCOMPAREThiago Macieira2020-05-201-2/+2
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-191-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-191-8/+12
* 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
| |\|