summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3
* Android: exclude tst_QFile::moveToTrash on AndroidAssam Boudjelthia2021-01-121-0/+3
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+2
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-041-0/+7
* Android: exclude faulty qfilesystemwatcher testAssam Boudjelthia2020-11-263-2/+7
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-6/+6
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-071-0/+41
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-071-0/+43
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-301-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* Add function to access QLockFile's file nameShantanu Tushar2020-10-181-0/+1
* Fix warning: helper functions are only used on some platformsVolker Hilsheimer2020-10-161-2/+2
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-131-0/+15
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-2/+2
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-051-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-051-52/+60
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2370-110/+110
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-3/+0
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-1521-26/+156
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-116-59/+59
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+15
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-081-28/+19
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-252-59/+204
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-241-1/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-43/+1
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Constrain the data stream operators for containersLars Knoll2020-08-151-4/+6
* Constrain the debug stream operators for containersLars Knoll2020-08-151-0/+6
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-7/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-071-47/+1
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-0/+41
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-32/+0
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* QUrl: purge deprecated APIEdward Welbourne2020-07-201-2/+0
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-093-18/+18
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0931-49/+49
* CMake: Regenerate testsAlexandru Croitor2020-07-091-1/+1
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-8/+8
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-074-5/+5
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-2/+1
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-291-0/+28
* CMake: Skip building tst_qprocess test when cross compilingAlexandru Croitor2020-06-261-1/+6
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-2/+0