summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemwatcher_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: include mocsMårten Nordheim2023-07-071-0/+1
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-141-12/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-9/+11
* QFileSystemWatcher: fix QWindowsFileSystemWatcherEngine crashesTim Jenssen2021-09-231-1/+2
* QFileSystemWatcher: use nullptr, instead of 0Giuseppe D'Angelo2020-10-201-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* QFileInfo: make stat method publicVolker Hilsheimer2020-08-101-0/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-8/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Remove winrtOliver Wolff2020-06-061-10/+0
* Don't store iterators on QHash while erasingLars Knoll2020-04-011-18/+19
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-0/+1
|\
| * QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+1
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-6/+7
|\|
| * QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-6/+7
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-3/+3
|\|
| * Remove the last uses of Java-style iterators in QtCoreMarc Mutz2019-05-231-3/+3
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-27/+24
|\|
| * QWindowsFileSystemWatcher: optimize qWarning() useMarc Mutz2019-05-291-12/+10
| * QFileSystemWatcherEngines: port some Java-style iterators to ranged-forMarc Mutz2019-05-211-15/+14
* | Bump version to Qt 6Lars Knoll2019-05-141-1/+1
|/
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-2/+2
* Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-4/+0
|\
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-271-4/+0
* | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-021-1/+2
* | Make sure there's an event dispatcher in QWindowsRemovableDriveListenerThiago Macieira2018-07-141-1/+3
|/
* QFilesystemWatcher/Windows: Use event dispatcher of threadFriedemann Kleint2017-11-041-2/+2
* QFileSystemWatcher/Windows: Fix crash when no QCoreApplication is presentFriedemann Kleint2017-08-021-22/+23
* Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-3/+6
* QFileSystemWatcher/Windows: Recreate handle for filesFriedemann Kleint2017-07-071-9/+38
* QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGEFriedemann Kleint2016-10-181-0/+286
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-7/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+1
|\
| * Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-101-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [io]Marc Mutz2016-01-041-3/+3
* | QWindowsFileSystemWatcher: increase concurrency when canceling threadsMarc Mutz2016-01-041-3/+3
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-2/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-041-21/+22
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use the same ifdef-based debugging as the other engines.Robin Burchell2012-03-231-22/+28
* Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-1/+14