aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/filesystemwatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move some FileSystemWatcher usages to FilePathhjk2023-01-271-9/+4
* Utils: Start migration of FileSystemWatcher to FilePathhjk2023-01-231-1/+63
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Fix clazy "Mixing iterators with const_iterators" warningsJarek Kobus2022-11-301-7/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Add FileSystemWatcher::clear()Eike Ziller2021-09-151-4/+9
* Libs: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-4/+4
* FileSystemWatcher: Prevent slot execution on deleted objectChristian Kandeler2019-01-101-0/+1
* Utils: Postpone FileSystemWatcher signals when application is inactiveOrgad Shaneh2019-01-081-7/+54
* FileSystemWatcher: Prevent double-delete of static dataChristian Kandeler2018-12-141-1/+1
* Utils: ModernizeAlessandro Portale2018-07-201-11/+11
* Utils: Watch file replacements with FileSystemWatcherUlf Hermann2018-03-201-0/+31
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Utils: Modernize connectionsOrgad Shaneh2015-03-061-4/+4
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Doc: edit utils docsLeena Miettinen2013-09-091-2/+2
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* Clean headers in Utils.Friedemann Kleint2013-03-191-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* all: less QScopedPointerhjk2011-09-191-0/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Utils: Introduce FileSystemWatcher.Friedemann Kleint2011-04-151-0/+404