summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | WinRT: Fix various test compilationsAndrew Knight2013-10-021-0/+6
|/
* Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-191-0/+81
* test: Mark tst_QFileSystemWatcher::watchFileAndItsDirectory() as XFAILSergio Ahumada2013-08-111-1/+6
* Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-041-5/+16
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-301-0/+5
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove unused inotify includes in the filesystem watcher testThomas McGuire2012-08-231-8/+0
* Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-0/+27
* Fix tst_QFileSystemWatcher failure on Mac OS XBradley T. Hughes2012-02-171-0/+5
* Stabilize QFileSystemWatcher test.Friedemann Kleint2012-02-151-34/+69
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Pass notification of failure of watches onto the caller.Robin Burchell2012-01-041-30/+41
* Remove redundant debug code from QFileSystemWatcher test.Jason McDonald2012-01-041-4/+2
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-021-32/+1
* Change test to use new QTRY_COMPARE/QTRY_VERIFY macros.Robin Burchell2011-12-301-26/+10