summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-10/+10
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-2/+2
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-6/+15
* QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.Jonas M. Gastal2012-01-311-1/+0
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-13/+10
* Removing Qt5 note that would break SC.Jonas Gastal2012-01-301-2/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove QDir::convertSeparators()Lars Knoll2012-01-191-12/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix QDir::removeRecursively so it doesn't follow symlinks to directories.David Faure2011-12-191-1/+1
* Implement QDir::removeRecursivelyDavid Faure2011-12-021-0/+46
* Add Q_DECLARE_PRIVATE equivalent for QDir, to be able to subclass itDavid Faure2011-11-081-0/+14
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-7/+3
* Avoid spurious detaching in QDir::to/fromNativeSeparatorsJoão Abecasis2011-10-201-10/+28
* Remove stale documentation.Casper van Donderen2011-10-181-29/+0
* Merge fixes for QDir::operator==Shane Kearns2011-10-061-2/+17
* Fix QDir::operator==(const QDir &) constJoão Abecasis2011-10-061-3/+3
* Merge branch 'refactor'Gunnar Sletta2011-09-131-1/+1
|\
| * Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-1/+1
| |\
| * \ Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-155/+0
| |\ \
| * \ \ Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
| |\ \ \
| * | | | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-1/+1
* | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-3/+3
| |_|_|/ |/| | |
* | | | Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-021-1/+1
| |_|/ |/| |
* | | remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-291-155/+0
| |/ |/|
* | 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/+2386