summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Split polling watcher out to its own seperate files.Robin Burchell2012-01-044-178/+291
* Pass notification of failure of watches onto the caller.Robin Burchell2012-01-042-31/+76
* QStandardPaths: add GenericCacheLocation.David Faure2012-01-035-6/+17
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-025-648/+7
* Merge integrity support into unix.Robin Burchell2012-01-021-7/+2
* Remove Symbian support from src/corelib/io/.Robin Burchell2012-01-027-2030/+7
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-292-35/+33
* Remove unused qInitResourceIO() method.Robin Burchell2011-12-201-2/+0
* Fix QDir::removeRecursively so it doesn't follow symlinks to directories.David Faure2011-12-191-1/+1
* extract QWindowsPipeReader from qlocalsocket_win.cppJoerg Bornemann2011-12-163-0/+439
* 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