summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile
Commit message (Expand)AuthorAgeFilesLines
* tst_QFile::setPermissions/Unix: test both chmod() and fchmod()Thiago Macieira2022-09-161-1/+12
* tst_QFile::setPermissions: add QScopeGuard to remove temporary fileThiago Macieira2022-09-161-2/+3
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-161-0/+6
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-071-0/+3
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-9/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Android: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-171-9/+7
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-3/+3
* tst_qfile: skip trash bin test on webOSJanne Juntunen2022-06-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-162-57/+7
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+52
* tst_qfile: Remove unused methodsIevgenii Meshcheriakov2021-11-031-2/+0
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-031-23/+0
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-4/+3
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-0/+18
* tst_QFile: fix GCC -Wignored-qualifiersMarc Mutz2021-07-091-2/+5
* tst_QFile: confirm behavior is the same on pipes and socketpairsThiago Macieira2021-05-181-2/+75
* Fix warnings from deprecated posix functionsVolker Hilsheimer2021-04-281-3/+3
* Disable security warnings from MSVC in testsVolker Hilsheimer2021-03-171-0/+2
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-6/+4
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-87/+0
* Android: exclude tst_QFile::moveToTrash on AndroidAssam Boudjelthia2021-01-111-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-073-36/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+6
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* tst_QFile: add a couple more sequential Unix device filesThiago Macieira2020-12-101-1/+10
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-17/+17
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-29/+29
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-092-16/+16
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-2/+1
* Remove winrtOliver Wolff2020-06-065-40/+18
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-071-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-071-8/+12
* Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-042-2/+2
* Remove QTextStream dependency from tst_qfileLars Knoll2020-05-011-15/+6
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-243-0/+54
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+140
|\
| * 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
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-2/+2
|\|
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* | Post merge fixesLeander Beernaert2019-11-252-2/+0