summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-318-27/+30
* Make numerus unsignedJoão Abecasis2012-03-301-6/+5
* Pre-validate numerus rules: fail early, fail gracefullyJoão Abecasis2012-03-301-17/+80
* Verify presence of "magic cookie" before more expensive readsJoão Abecasis2012-03-301-5/+15
* Use unsigned variable for size and indexJoão Abecasis2012-03-301-2/+2
* Fix comments out of touch with realityJoão Abecasis2012-03-301-3/+3
* 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
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-292-6/+13
* Add an assert to QMetaObjectBuilder.Jędrzej Nowacki2012-03-291-0/+1
* Fix operator precedence order.Thiago Macieira2012-03-291-1/+1
* Make qsimd.cpp also complain if required features are missingThiago Macieira2012-03-281-2/+58
* Clean up and make robust the file loading codeJoão Abecasis2012-03-281-37/+51
* 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
* Remove the -no-stl option from configureThiago Macieira2012-03-284-12/+0
* Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-6/+0
* Remove AutoCompatConnectionDebao Zhang2012-03-283-35/+4
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-286-8/+131
* Ensure QTypedArrayData is just a shim over QArrayDataJoão Abecasis2012-03-281-0/+4
* Unify the atomic implementation for x86 architecturesThiago Macieira2012-03-284-394/+96
* Rename qatomic_x86_64.h to qatomic_x86.hThiago Macieira2012-03-283-3/+3
* Fail when no translations found, reset pointers on failureJoão Abecasis2012-03-281-0/+14
* Use Big-Endian conversion functions from qendian.hJoão Abecasis2012-03-281-6/+4
* Remove unused argumentJoão Abecasis2012-03-281-7/+1
* There's no need to check pre-validated inputJoão Abecasis2012-03-281-8/+6
* Use accumulating hash, instead of allocating intermediate stringJoão Abecasis2012-03-281-4/+17
* Avoid overflow in boundary checkJoão Abecasis2012-03-271-1/+1
* Merge master into api_changesKent Hansen2012-03-2713-101/+268
|\
| * Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
| * Fix measurement system for the UKLars Knoll2012-03-264-9/+18
| * Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-6/+0