summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Long live QUrlQueryThiago Macieira2012-03-303-0/+864
| * | | Refactor the URL recoder a littleThiago Macieira2012-03-301-77/+80
| * | | Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-106/+95
| * | | Add the code that recodes URLs.Thiago Macieira2012-03-303-0/+518
| * | | Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-302-87/+86
| * | | Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-9/+8
| * | | Fix operator precedence order.Thiago Macieira2012-03-291-1/+1
| * | | Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-282-2/+218
| * | | Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-0/+204
| * | | Allow auto tests to stay away from the user's configuration.David Faure2012-03-286-8/+131
| * | | Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-242-6/+0
| * | | Merge master into api_changesKent Hansen2012-03-235-63/+133
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
* | | | | | | Add support for iOS.Qt4iOS2012-04-171-0/+5
* | | | | | | Remove the Qt 5 todo about empty string lists in QSettingsThiago Macieira2012-04-161-2/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+3
* | | | | | Suppress warnings caused by ignoring chdir retvalGirish Ramakrishnan2012-04-121-7/+14
* | | | | | Modified project files to be iOS compatible.Qt4iOS2012-04-111-1/+5
* | | | | | Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-103-4/+4
* | | | | | Blackberry OS implementation of QStandardPathsRafael Roquetto2012-04-102-0/+105
| |_|_|_|/ |/| | | |
* | | | | Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-2/+2
* | | | | Document QFile::rename and QDir::rename's copy operationVincent A2012-04-032-2/+12
* | | | | Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-03-301-0/+7
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | 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