summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mainline/4.7' into 4.7Oswald Buddenhagen2011-03-312-7/+8
|\
| * Doc: Removed links to obsolete API in QResourceGeir Vattekar2011-03-171-3/+3
| * Doc: Clarified the -1 return value of QIODevice::readData().David Boddie2011-02-171-4/+5
* | QDirIterator returns hidden directories when it should only return filesCarlos Manuel Duclos Vergara2011-03-301-13/+15
|/
* Update copyright year to 2011.Jason McDonald2011-01-1075-75/+75
* QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
* Doc: Fixed a link to the correct searchPaths() function.David Boddie2010-12-071-1/+1
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-272-107/+97
|\
| * 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
* | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-261-0/+1
|\ \ \ | |/ /
| * | Fix minor memory leakMiikka Heikkinen2010-11-261-0/+1
| |/
* | Doc: Removed two warnings from QDirIterator docsGeir Vattekar2010-11-261-6/+0
|/
* doc: Stated that the destructor does not call close().Martin Smith2010-11-121-1/+4
* 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 memory leak on exitHarald Fernengel2010-10-291-8/+13
* 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
* | Fixed many spelling errors.Rohan McGovern2010-10-252-2/+2
|/
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-221-1/+0
|\
| * remove extra includesRitt Konstantin2010-09-211-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
|\ \ | |/
| * Restore 4.7.0 behavior that non-existing paths are possible.Thomas Zander2010-09-161-2/+3
* | Added default value documentation for two variables.Jerome Pasion2010-09-171-3/+4
|/
* Fix the bug for QSettings on Windows, to store qint32/quint32, qint64/quint64...Liang Qi2010-09-101-3/+21
* Update the error handling of invalid hostnames in QUrl.Thiago Macieira2010-09-101-6/+19
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-086-449/+387
|\
| * Fix handling of braces/no-braces in QUrl::host / setHost.Thiago Macieira2010-09-081-0/+4
| * QDir: Removed checks for existance of fileEngineJoão Abecasis2010-09-071-49/+8
| * QDir and QFileInfo shouldn't lose properties when detachingJoão Abecasis2010-09-072-20/+29
| * Another bug-o introduced in fixing QDirPrivate refactoringJoão Abecasis2010-09-071-0/+1
| * Reverting QDir::detach introduced earlierJoão Abecasis2010-09-072-51/+33
| * QFileInfo: Prepare for engine-less implementationJoão Abecasis2010-09-072-46/+59
| * Removed QFileInfoPrivate::initFileEngineJoão Abecasis2010-09-072-13/+4
| * Simplify QDir::cdJoão Abecasis2010-09-071-2/+1
| * QDir::makeAbsolute could self-destruct on failureJoão Abecasis2010-09-071-7/+4
| * QDir::operator= simplificationJoão Abecasis2010-09-071-3/+0
| * QDirPrivate refactoringJoão Abecasis2010-09-071-1/+3
| * QDirPrivate refactoringJoão Abecasis2010-09-071-20/+20
| * QDirPrivate refactoringJoão Abecasis2010-09-071-25/+24
| * Removed QDirPrivate layer of indirectionJoão Abecasis2010-09-072-229/+216