summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemwatcher_inotify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize QInotifyFileSystemWatcherEngine::getPathFromID()Marc Mutz2019-07-151-8/+19
* QFileSystemWatcherEngines: port some Java-style iterators to ranged-forMarc Mutz2019-05-211-12/+13
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Fix QFileSystemWatcher::removePath after move operationsFilippo Cucchetto2018-11-121-5/+16
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-271-4/+0
* QFileSystemWatcher/Linux: don't print warnings for benign casesThiago Macieira2018-06-071-1/+2
* Android: Fix compile with unified headersBogDan Vatra2017-08-171-1/+9
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-111-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: eradicate all Q_FOREACH loops [io]Marc Mutz2016-01-041-1/+1
* QFileSystemWatcher: print out path in case of error.David Faure2015-11-231-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add AArch64 support to qfilesystemwatcher_inotify.cppDmitry Shachnev2014-03-141-0/+9
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-3/+3
* Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-191-4/+17
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* 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/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix incorrect check for error when monitoring a path using inotify.Robin Burchell2012-01-211-1/+1
* Make QFileSystemWatcherEngines children of QFileSystemWatcherBradley T. Hughes2012-01-121-5/+6
* Remove unnecessary QMutexes in QFileSystemWatcher implementationsBradley T. Hughes2012-01-121-6/+0
* Avoid races when destroying QFileSystemWatcherBradley T. Hughes2012-01-121-0/+1
* Remove thread from QFileSystemWatcherEngine implementations.Robin Burchell2012-01-101-16/+2
* Remove duplicate fnctl() call.Robin Burchell2012-01-061-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix obsolete contact emailJason McDonald2011-07-281-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+410