summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-14/+14
|\
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-14/+14
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-022-10/+10
* | Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-23/+23
* | Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-1/+14
* | Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-1/+1
* | Mark known test failures in Windows developer build.Jason McDonald2012-04-251-0/+3
* | Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-0/+1
* | Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+4
* | Really marked tst_QProcess as insignificant on Windows.Rohan McGovern2012-04-191-1/+3
* | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1711-973/+2922
|\|
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-164-7/+5
| |\
| * | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-7/+27
| * | Readd a bunch of tests that had got removed in the QUrl portingThiago Macieira2012-04-111-6/+40
| * | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-113-28/+33
| * | Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-0/+10
| * | Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-4/+4
| * | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-112-7/+7
| * | Add a big test for QUrl encoding principlesThiago Macieira2012-04-111-0/+233
| * | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-2/+2
| * | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-5/+4
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
| * | Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-0/+4
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-104-22/+13
| |\ \
| * | | Fix unittest for QStandardPaths::enableTestModeDavid Faure2012-04-051-5/+5
| * | | Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-3/+3
| * | | Move the #include "tst_qurlinternal.moc" up to workaround a bugThiago Macieira2012-03-301-2/+1
| * | | Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-0/+1
| * | | Fix QUrl operator== and operator<Thiago Macieira2012-03-301-0/+51
| * | | Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-3/+1
| * | | Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-20/+55
| * | | Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-5/+4
| * | | QUrl: Always lowercase the schemeThiago Macieira2012-03-301-6/+14
| * | | Long live the new QUrl implementation.Thiago Macieira2012-03-301-164/+155
| * | | Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-302-101/+120
| * | | Long live QUrlQueryThiago Macieira2012-03-302-0/+700
| * | | Refactor the URL recoder a littleThiago Macieira2012-03-301-13/+25
| * | | Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-6/+12
| * | | Add the code that recodes URLs.Thiago Macieira2012-03-301-0/+215
| * | | Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-304-710/+756
| * | | Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-281-0/+285
| * | | Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-1/+225
| * | | Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-2/+55
| * | | Add the Q_CORE_EXPORT macros to unit-test-exported codeThiago Macieira2012-03-231-2/+2
| * | | Merge master into api_changesKent Hansen2012-03-232-31/+104
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-162-89/+76
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-081-2/+0
| |\ \ \ \ \
| * | | | | | Add QUrl formatting option "PreferLocalFile".David Faure2012-03-071-9/+10
| * | | | | | Add test for QUrl::isLocalFile (there weren't any).David Faure2012-03-061-0/+1
* | | | | | | Marked tst_QProcess as insignificant on Windows.Rohan McGovern2012-04-171-0/+2
| |_|_|_|_|/ |/| | | | |