summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-083-13/+11
* Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-052-2/+0
* Merge one static function into anotherThiago Macieira2012-04-041-13/+5
* Add missing #include <stdio.h> for _filenoThiago Macieira2012-04-041-0/+1
* Remove old comment restored by mistakeThiago Macieira2012-04-031-3/+0
* Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-13/+3
* Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-305-9/+10
* De-inline qHash(const QUrl&) and improveThiago Macieira2012-03-302-5/+22
* Fix QUrl operator== and operator<Thiago Macieira2012-03-302-20/+46
* Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-1/+1
* Reimplement the StrictMode URL parsingThiago Macieira2012-03-302-22/+121
* Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-302-91/+119
* Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
* Add QUrl::setQuery overload with QUrlQueryThiago Macieira2012-03-303-3/+18
* QUrl: optimise setHost for the common caseThiago Macieira2012-03-301-5/+6
* QUrl: Always lowercase the schemeThiago Macieira2012-03-301-2/+16
* Long live the new QUrl implementation.Thiago Macieira2012-03-307-1906/+1226
* Move some of qurl.cpp into other files for ease of maintenanceThiago Macieira2012-03-306-3244/+3422
* Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-303-532/+37
* 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
|\
| * 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
| |\