summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* MinGW: Fix warnings.Friedemann Kleint2012-02-042-4/+4
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-021-2/+2
* Fix QTextStream and QDebug operator<< for QLatin1StringKent Hansen2012-02-023-1/+17
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-012-17/+14
* Fix parsingMode not used anymore, detected by compiler warningDavid Faure2012-02-011-2/+3
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-019-29/+26
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-22/+5
* QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.Jonas M. Gastal2012-01-313-4/+1
* Allow function types to be registered without workaroundsJoão Abecasis2012-01-311-6/+0
* MinGW build fixes for QWindowsPipeReader and friendsJoerg Bornemann2012-01-313-3/+6
* mkdtemp() support for QNX platformRafael Roquetto2012-01-311-0/+36
* Update contact address in license headers.Jason McDonald2012-01-312-2/+2
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-3022-742/+45
* Removing Qt5 note that would break SC.Jonas Gastal2012-01-301-2/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3094-94/+94
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-291-0/+5
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-282-30/+48
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-281-9/+34
* QProcess/Win: use asynchronous I/O for reading stdout and stderrJoerg Bornemann2012-01-265-59/+116
* QProcess/Win: use named pipes for redirecting standard I/OJoerg Bornemann2012-01-261-21/+51
* QStandardPaths: remove unused includes (leftovers from qdesktopservices)David Faure2012-01-262-6/+0
* QUrl: Implement a number of ## Qt5 TODOs (merging overloads)David Faure2012-01-262-84/+22
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-252-2/+2
* Fixed fileiterator issue for WEC7.Janne Anttila2012-01-251-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2521-21/+0
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+7
* Make QUrl always lowercase the scheme().David Faure2012-01-241-3/+4
* use QWinOverlappedIoNotifier in QWindowsPipeReaderJoerg Bornemann2012-01-242-91/+83
* QWinOverlappedIoNotifier introducedJoerg Bornemann2012-01-243-1/+334
* Add missing documentation to QTemporaryDir constructorsDavid Faure2012-01-241-0/+20
* Remove uses of qMalloc/qFree from out of line code.Robin Burchell2012-01-231-4/+4
* qfilesystemengine_win.cpp: compile with namespaced QtJoerg Bornemann2012-01-231-7/+6
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-2392-92/+92
* Fix incorrect check for error when monitoring a path using inotify.Robin Burchell2012-01-211-1/+1
* Remove QBool and use bool instead.David Faure2012-01-204-19/+0
* Remove Q_CC_MWERKS.Robin Burchell2012-01-192-2/+2
* Remove QDir::convertSeparators()Lars Knoll2012-01-192-15/+0
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-193-24/+11
* fix NTFS mount pointsJoerg Bornemann2012-01-173-11/+24
* Fixed QFile::link behaviour for WinCE devices.Janne Anttila2012-01-131-0/+1
* Windows: Fix qt_ntfs_permission_lookupMiikka Heikkinen2012-01-131-11/+46
* Build fix for WINCE to qfsfileengine_win.cppJanne Anttila2012-01-131-1/+1
* Make QFtp private.Jonas M. Gastal2012-01-122-7/+3
* Make QFileSystemWatcherEngines children of QFileSystemWatcherBradley T. Hughes2012-01-129-36/+33
* Do not call moveToThread(this) in QWindowsFileSystemWatcherEngineThreadBradley T. Hughes2012-01-121-1/+0
* QFileSystemWatcher/Windows: Output paths if FindNext fails.Friedemann Kleint2012-01-121-3/+15
* Remove unnecessary QMutexes in QFileSystemWatcher implementationsBradley T. Hughes2012-01-127-90/+69
* Avoid races when destroying QFileSystemWatcherBradley T. Hughes2012-01-122-0/+2
* Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-1/+1