summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QTemporaryDir/File: cleanups (static internal function, QScopedPointer)David Faure2011-12-083-13/+10
* Remove unused includeDavid Faure2011-12-071-1/+0
* New class QTemporaryDir.David Faure2011-12-024-3/+347
* Implement QDir::removeRecursivelyDavid Faure2011-12-022-0/+48
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-012-2/+2
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-293-4/+2
* Fix QFile::copy() returning false but error() being NoErrorxiechyong2011-11-181-1/+4
* Build fix for WINCE to qfilesystemengine_win.cppjaanttil2011-11-181-1/+0
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-11-182-1/+7
* Don't use deprecated functions on Mac OS XBradley T. Hughes2011-11-142-7/+7
* Prefer organizationDomain or CFBundleIdentifier for settings fileChris Meyer2011-11-111-0/+44
* Add Q_DECLARE_PRIVATE equivalent for QDir, to be able to subclass itDavid Faure2011-11-084-15/+33
* QStandardPaths: add DownloadLocation.David Faure2011-11-045-3/+13
* QStandardPaths: fix encoding of XDG_CONFIG_HOME env varDavid Faure2011-11-021-1/+1
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-14/+7
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-2/+2
* QIODevice - disallow setTextMode when not openShane Kearns2011-10-241-0/+6
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-249-38/+17
* Rename storageLocation() to writableLocation().David Faure2011-10-235-13/+13
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-235-7/+42
* Add QStandardPaths::findExecutable.David Faure2011-10-232-1/+90
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-235-74/+297
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-236-0/+688
* Off-by-one error in assert condition...João Abecasis2011-10-211-1/+1
* Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6João Abecasis2011-10-211-14/+0
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-211-50/+34
* Use "native paths" on POSIX platforms as wellJoão Abecasis2011-10-211-27/+3
* Cleanup #includesJoão Abecasis2011-10-211-2/+0
* Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-10-211-49/+102
* Minimize encoding conversions when generating unique file nameJoão Abecasis2011-10-211-15/+54
* Use QStringBuilder when copying template for modificationJoão Abecasis2011-10-211-15/+47
* Make Symbian follow Windows code in temporary path generationJoão Abecasis2011-10-211-8/+5
* Encapsulate pointer manipulations to createFileTemplate functionJoão Abecasis2011-10-211-15/+18
* ret is an "internal" path, no need to re-process itJoão Abecasis2011-10-201-1/+1
* We prefer capitalized drive letters, make it so soonerJoão Abecasis2011-10-201-2/+3
* Avoid spurious detaching in QDir::to/fromNativeSeparatorsJoão Abecasis2011-10-201-10/+28
* Use fromLocal8Bit for reversing toLocal8BitJoão Abecasis2011-10-201-1/+1
* Don't convert template's path separators againJoão Abecasis2011-10-201-1/+1
* Changed if/if/else/if/eleven chain to switchJoão Abecasis2011-10-201-15/+22
* Modulus of negative dividends is undefined or negativeJoão Abecasis2011-10-201-1/+1
* Remove stale documentation.Casper van Donderen2011-10-181-29/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-5/+0
* Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
* Merge fixes for QDir::operator==Shane Kearns2011-10-062-2/+22
* Fix QDir::operator==(const QDir &) constJoão Abecasis2011-10-062-3/+4
* QTemporaryFile: use QCoreApplication::applicationName() as base filenameDavid Faure2011-09-281-13/+31
* Doc: Moved general notes about character conversion.David Boddie2011-09-261-10/+13
* Merge branch 'refactor'Gunnar Sletta2011-09-133-6/+6
|\
| * Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-066-10/+36
| |\
| * \ Merge branch 'master' into refactorGunnar Sletta2011-08-252-24/+14
| |\ \