summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-3/+3
* QFilesystemWatcher: speed up the unittestsAhmad Samir2024-02-141-26/+43
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Skip adding a test case for a native backend when QT_NO_INOTIFY is setŁukasz Matysiak2023-12-281-0/+2
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-191-4/+2
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-191-2/+3
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+3
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-141-2/+16
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-23/+23
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* QNX: inotify is supported, so enable testsPasi Petäjäjärvi2021-12-121-3/+3
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+8
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Remove winrtOliver Wolff2020-06-061-3/+3
* QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+28
* QFileSystemWatcher: lock autotest code away into a cold sectionMarc Mutz2019-05-211-0/+12
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-271-6/+0
* macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-28/+60
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* QFileSystemWatcher/Windows: Recreate handle for filesFriedemann Kleint2017-07-071-0/+4
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+21
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+21
| |\
| | * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-0/+21
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-11/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-2/+3
|/
* Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-6/+7
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+26
|\
| * Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-0/+26
* | Extend the scope of QTBUG-30943Simon Hausmann2015-06-201-1/+1
|/
* tst_QFileSystemWatcher: Improve diagnostics.Friedemann Kleint2015-04-231-7/+67
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix QFileSystemWatcher::directoryChanged docs/testCory Bloor2015-01-051-10/+1
* Android: Fix QFileSystemWatcher test failuresEskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-1/+3
|\
| * QNX: Fix tst_qfilesystemwatcherBernd Weimer2014-06-031-1/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-081-14/+17
|\|
| * Stabilize tst_qfilesystemwatcher::watchFileAndItsDirectory().Friedemann Kleint2014-04-251-14/+17
* | Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-6/+6
|/
* Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-271-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-1/+1
|\
| * Fix potential crash: adding int to stringFrederik Gladhorn2013-10-041-1/+1