summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
* 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-302-16/+6
* 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-306-9/+11
* De-inline qHash(const QUrl&) and improveThiago Macieira2012-03-302-5/+22
* Fix QUrl operator== and operator<Thiago Macieira2012-03-303-20/+97
* Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-302-4/+2
* Reimplement the StrictMode URL parsingThiago Macieira2012-03-303-42/+176
* Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-303-96/+123
* Port to the new QUrl APIThiago Macieira2012-03-3013-50/+28
* 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-302-8/+30
* Long live the new QUrl implementation.Thiago Macieira2012-03-308-2070/+1381
* 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-305-633/+157
* Long live QUrlQueryThiago Macieira2012-03-306-1/+1565
* Refactor the URL recoder a littleThiago Macieira2012-03-302-90/+105
* Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-302-112/+107
* Add the code that recodes URLs.Thiago Macieira2012-03-304-0/+733
* Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-306-797/+842
* Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-302-9/+99
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-293-10/+17
* Remove compression support from moc.Jędrzej Nowacki2012-03-291-1/+1
* Add an assert to QMetaObjectBuilder.Jędrzej Nowacki2012-03-291-0/+1
* Compile QArrayData in bootstrap phase.Jędrzej Nowacki2012-03-298-2/+20
* 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
* Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-282-147/+29
* Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-283-2/+503
* Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-286-1/+429
* Remove the -no-stl option from configureThiago Macieira2012-03-286-75/+8
* Remove the old code using MMX registers.Thiago Macieira2012-03-2810-1687/+8
* Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-287-73/+3
* Remove AutoCompatConnectionDebao Zhang2012-03-283-35/+4
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-287-10/+186
* Ensure QTypedArrayData is just a shim over QArrayDataJoão Abecasis2012-03-281-0/+4
* Improve output on test failuresJoão Abecasis2012-03-281-16/+14
* Silence unused comparison result warnings (clang)João Abecasis2012-03-281-4/+4
* Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
* Don't hardcode the order of elements in QHashesThiago Macieira2012-03-282-32/+15
* Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-282-6/+114
* Remove workaround for QComboBox not having a USER property.Stephen Kelly2012-03-283-8/+31
* Add USER properties to QDateEdit and QTimeEdit.Stephen Kelly2012-03-286-24/+43