summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "Empty or null file name(s)" warning textKai Koehne2013-10-081-4/+4
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-37/+37
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Merge branch 'stable' into devSergio Ahumada2013-09-131-2/+0
|\
| * Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0
* | Constify QDirSortItemComparator::operator() (used for sorting)Giuseppe D'Angelo2013-09-091-2/+2
* | Get rid of qSort usages in QDirGiuseppe D'Angelo2013-09-041-2/+2
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-131-21/+36
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Doc: cleanPath also normalizes separatorsLeena Miettinen2013-01-101-2/+2
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-231-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Speed up sorting of dir entries when sorted by dateRobin Burchell2012-08-201-2/+13
* Fix qdoc erros in qfile and related classesLars Knoll2012-08-181-2/+2
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* ifdef drivespec handling in relativeFilePath to windowsOswald Buddenhagen2012-08-071-9/+4
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-171-4/+0
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+8
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-2/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-31/+31
* Document QFile::rename and QDir::rename's copy operationVincent A2012-04-031-2/+7
* 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
|/