summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Rename realloc -> reallocDataJoão Abecasis2012-04-054-27/+26
* | Move growth computation to re-allocation functionJoão Abecasis2012-04-054-22/+22
* | Drop nullary overload of private QString::reallocJoão Abecasis2012-04-052-12/+8
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-046-19/+37
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-047-71/+99
* | Document that the order of results from QAIM::match are not relevant.Stephen Kelly2012-04-041-1/+3
* | Merge one static function into anotherThiago Macieira2012-04-041-13/+5
* | Add missing #include <stdio.h> for _filenoThiago Macieira2012-04-041-0/+1
* | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-043-51/+91
* | Reorganize unicode string support in QStringJoão Abecasis2012-04-031-23/+24
* | QLocale: Merge month name data storage to save 50KB memoryJohn Layt2012-04-032-2889/+1641
* | QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-033-6/+115
* | Remove old comment restored by mistakeThiago Macieira2012-04-031-3/+0
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-0313-0/+145
* | Remove duplicated template code.Jędrzej Nowacki2012-04-033-72/+60
* | Don't use qstrlen if string is not nullJoão Abecasis2012-04-031-5/+5
* | 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-021-11/+14
* | Introduce QArrayDataOps::truncateJoão Abecasis2012-04-021-0/+20
* | Introduce QArrayData::detachCapacityJoão Abecasis2012-04-022-1/+8
* | Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-021-0/+23
* | 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-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