summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-242-6/+0
* Merge master into api_changesKent Hansen2012-03-235-63/+133
|\
| * Use the same ifdef-based debugging as the other engines.Robin Burchell2012-03-231-22/+28
| * QStandardPaths: implement displayName() on all platforms.David Faure2012-03-224-18/+42
| * Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-22/+49
| * Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-1/+14
* | QDirIterator: don't inherit from QDirMarc Mutz2012-03-232-3/+3
* | Rewrite QMap to use a RB treeLars Knoll2012-03-231-2/+0
* | Merge master into api_changesKent Hansen2012-03-163-2/+6
|\|
| * 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
* | QDirIterator, QDataStream: remove virtual dtorMarc Mutz2012-03-142-2/+2
* | Port file-flushing code to QFileDevice.David Faure2012-03-131-1/+1
* | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-081-2/+0
|\|
| * QProcess/Win: pointless Sleep call removedJoerg Bornemann2012-03-061-2/+0
* | Add QUrl formatting option "PreferLocalFile".David Faure2012-03-072-7/+25
* | Split up base class QFileDevice for open-file operations (read/write)David Faure2012-03-067-695/+1012
|/
* 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