summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated template code.Jędrzej Nowacki2012-04-034-112/+61
* Don't use qstrlen if string is not nullJoão Abecasis2012-04-031-5/+5
* QSqlDriver functions made virtualMatt Newell2012-04-0211-207/+58
* Deprecate QItemSelectionModel::intersect().Stephen Kelly2012-04-022-4/+7
* QUuid: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-04-021-1/+1
* Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-022-15/+18
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-023-2/+115
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-024-8/+21
* Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-023-1/+103
* Add missing include on 32-bit buildsJoão Abecasis2012-04-021-3/+1
* Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-3113-43/+50
* 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