summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Use strlen to determine length of returned pathJoão Abecasis2012-03-151-1/+1
* Fix build error when QT_NO_FILESYSTEMWATCHER is setsh kim2012-03-142-1/+5
* QProcess/Win: pointless Sleep call removedJoerg Bornemann2012-03-061-2/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-044-12/+14
|\
| * Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-0/+1
| * Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-291-0/+1
| * Merge master -> api_changesRohan McGovern2012-02-292-1/+3
| |\
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-262-12/+12
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-029-153/+153
* | | Use correct types in QResource.Robin Burchell2012-03-021-4/+4
* | | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-011-69/+0
| |/ |/|
* | Fix QSettings autotest fails under WindowsDebao Zhang2012-02-281-0/+2
* | QWindowsPipeWriter could terminate the process to earlyMartin Petersson2012-02-231-1/+1
|/
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-2220-396/+275
* Merge overloadsRichard Moore2012-02-222-83/+2
* 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