summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-0/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-272-107/+97
| |\
| | * QKqueueFileSystemWatcher: don't stop thread that isn't runningJoão Abecasis2010-11-261-0/+2
| | * QPollingFileSystemWatcherEngine: Fix double report of directory change.Tijl Coosemans2010-11-261-2/+8
| | * QKqueueFileSystemWatcherEngine: Use higher file descriptors.Tijl Coosemans2010-11-261-0/+8
| | * QKqueueFileSystemWatcherEngine: Unlock mutex between two events.Tijl Coosemans2010-11-261-13/+6
| | * QKqueueFileSystemWatcherEngine: Unlock mutex before calling write(2).Tijl Coosemans2010-11-261-65/+69
| | * QKqueueFileSystemWatcherEngine: Handle kevent(2) returning EINTR.Tijl Coosemans2010-11-261-1/+2
| | * QKqueueFileSystemWatcherEngine: Deleting kevent is handled by close().Tijl Coosemans2010-11-261-13/+1
| | * QKqueueFileSystemWatcherEngine: Use EV_CLEAR instead of EV_ONESHOT.Tijl Coosemans2010-11-261-14/+2
| * | Fix minor memory leakMiikka Heikkinen2010-11-261-0/+1
| |/
* | QFileSystemWatcher: don't try to stop non-running threadJoão Abecasis2010-11-261-0/+2
* | QPollingFileSystemWatcherEngine: Fix double report of directory change.Tijl Coosemans2010-11-261-2/+8
* | QKqueueFileSystemWatcherEngine: Use higher file descriptors.Tijl Coosemans2010-11-261-0/+8
* | QKqueueFileSystemWatcherEngine: Unlock mutex between two events.Tijl Coosemans2010-11-261-13/+6
* | QKqueueFileSystemWatcherEngine: Unlock mutex before calling write(2).Tijl Coosemans2010-11-261-65/+69
* | QKqueueFileSystemWatcherEngine: Handle kevent(2) returning EINTR.Tijl Coosemans2010-11-261-1/+2
* | QKqueueFileSystemWatcherEngine: Deleting kevent is handled by close().Tijl Coosemans2010-11-261-13/+1
* | QKqueueFileSystemWatcherEngine: Use EV_CLEAR instead of EV_ONESHOT.Tijl Coosemans2010-11-261-14/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-1/+4
|\ \ | |/
| * doc: Stated that the destructor does not call close().Martin Smith2010-11-121-1/+4
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-233-8/+3
|\ \
| * | QFileSystemWatcher: Do not require QApplication in the destructor.Olivier Goffart2010-11-223-8/+3
* | | QHash is a bit faster than QMap and thus preferable if sorting by the key is ...Konstantin Ritt2010-11-231-2/+2
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-051-5/+11
|\ \ | |/
| * Fix tst_symbols auto testHarald Fernengel2010-11-041-5/+5
| * Export isLikelyToBeNfs only if we have an internal buildHarald Fernengel2010-11-021-4/+10
| * Fixed QFileInfo autotest to skip on NFS.Dominik Holland2010-11-021-4/+4
* | Fix warnings with clangOlivier Goffart2010-11-031-8/+8
* | Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-032-0/+10
* | Compile when PATH_MAX is not definedOlivier Goffart2010-11-011-0/+4
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-301-8/+13
|\ \ | |/
| * Fix memory leak on exitHarald Fernengel2010-10-291-8/+13
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-264-3/+7
|\ \
| * \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-261-1/+1
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-251-1/+1
| | |\
| | | * Doc: Fixing typoSergio Ahumada2010-10-251-1/+1
| * | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-252-2/+2
| |\ \ \ | | |/ /
| | * | Fixed many spelling errors.Rohan McGovern2010-10-252-2/+2
| | |/
| * | SPI_GETPLATFORMTYPE not defined for Windows Embedded 7Oliver Gutbrod2010-10-201-0/+4
* | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-10-226-5/+18
|\ \ \
| * | | Lighthouse on OS X.Morten Johan Sørvig2010-10-206-5/+18
| * | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-10-054-15/+47
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'qt-4.7' into lighthouse-4.7Paul Olav Tvete2010-09-138-456/+415
| |\ \ \
* | \ \ \ Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-051-3/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-3/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-221-1/+0
| | |\ \ \
| | * \ \ \ Merge branch 'doc-4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Jerome Pasion2010-09-201-2/+3
| | |\ \ \ \
| | * | | | | Added default value documentation for two variables.Jerome Pasion2010-09-171-3/+4
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-09-273-12/+43
|\ \ \ \ \ \ \ | |/ / / / / /