summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix warning introduced in "Adjust a double leading slash..."Thiago Macieira2012-04-121-1/+1
| * | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-114-47/+77
| * | Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-112-9/+13
| * | Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-112-4/+126
| * | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-114-23/+18
| * | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-113-43/+60
| * | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-112-84/+130
| * | unite QString::normalized() overloadsKonstantin Ritt2012-04-112-26/+12
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-1110-29/+14
| * | Mark QObject::disconnect overload constOlivier Goffart2012-04-112-4/+4
| * | Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-114-38/+38
| * | Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-2/+12
| * | Add early-clobbers to the output variables in CPUIDThiago Macieira2012-04-101-3/+3
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1046-318/+476
| |\ \
| * | | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-19/+23
| * | | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-084-2/+33
| * | | QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-083-13/+11
| * | | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-071-2/+2
| * | | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-0711-55/+2
| * | | qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
| * | | Fix compilation with MinGW.Marcel Krems2012-04-052-2/+8
| * | | QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-052-0/+7
| * | | Enable variadic macros for MSVC >= 2005João Abecasis2012-04-051-0/+4
| * | | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-1/+1
| * | | Make QLocale::toULongLong return the proper type: qulonglongThiago Macieira2012-04-052-4/+2
| * | | Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-052-2/+0
| * | | Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-052-2/+2
| * | | Simplify conditionalsJoão Abecasis2012-04-052-2/+2
| * | | 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