summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Change coreservices -> iosIan Dean2012-04-1911-26/+26
* Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-192-3/+4
* Fix some unused variable warnings.Stephen Kelly2012-04-181-0/+3
* QThreadPool: unify waitForDone() overloadsKonstantin Ritt2012-04-173-19/+5
* QThreadPool: optimize enqueueTask() for common caseKonstantin Ritt2012-04-171-12/+10
* fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+2
* fix QChar::isPrint() returns an incorrect result.Konstantin Ritt2012-04-171-4/+12
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-17144-12510/+15760
|\
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1731-959/+1175
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1631-959/+1175
| | |\
| * | | Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-162-24/+23
| * | | Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
| * | | Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-162-60/+40
| * | | Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
| * | | Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-164-46/+49
| * | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-1/+7
| |/ /
| * | QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
| * | QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
| * | qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2
| * | qHash: two arguments support for simple integer types (and QChar)Giuseppe D'Angelo2012-04-141-16/+16
| * | Removed QXmlStreamReader::readElementText overloadThorbjørn Lindeijer2012-04-142-13/+2
| * | QSharedPointer: qHash two arguments supportGiuseppe D'Angelo2012-04-131-3/+3
| * | Style: Don't put an else after a return.Stephen Kelly2012-04-131-2/+1
| * | Re-add the Qt 4 compatibility methods for QUrl encoded query itemsThiago Macieira2012-04-122-0/+48
| * | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-1/+3
| * | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-122-8/+19
| * | 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