summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-2/+2
* fix QProcess for Windows XPJoerg Bornemann2012-02-201-1/+4
* QProcess documentation typo fix and improvement.Rafael Roquetto2012-02-171-4/+4
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-171-1/+1
* QStandardPaths implementation configured using JSONJeremy Katz2012-02-172-0/+186
* Enables QProcess back on QNX.Rafael Roquetto2012-02-173-16/+160
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-171-5/+0
* Drop QFile::fileEngineJoão Abecasis2012-02-165-51/+48
* Fixes QTemporaryDir compilation error under QNX.Rafael Roquetto2012-02-151-1/+1
* Add QFileInfo::isNativePathJoão Abecasis2012-02-142-0/+24
* Use toDisplayString when debugging urls (no passwords in logs)David Faure2012-02-121-1/+1
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-112-6/+22
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-091-1/+2
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-091-0/+1
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-081-1/+1
* Fix compilation with -Werror -WshadowDavid Faure2012-02-081-4/+4
* Fix QProcess compile for Windows CE.Andreas Holzammer2012-02-082-4/+6
* Don't include qguifunctions_wince.h in QtCore.Andreas Holzammer2012-02-081-1/+0
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-6/+15
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-1/+1
* Use the QNX implementation of mkdtemp for win and wince.Andreas Holzammer2012-02-071-23/+14
* Inline information about FS case sensitivityJoão Abecasis2012-02-063-11/+8
* 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