summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-243-13/+86
* Migrate QString over to QArrayDataJoão Abecasis2012-04-242-82/+32
* Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-233-43/+15
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-205-70/+135
* Add an assertion to deleteLater() before it modifies QEvent::dThiago Macieira2012-04-191-0/+6
* Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-15/+0
* Remove redundant check in QMetaType::typeInfoJędrzej Nowacki2012-04-181-2/+1
* Remove redundant checks in QVariant.Jędrzej Nowacki2012-04-181-6/+0
* Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-183-17/+17
* 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
| |\
| | * UCD-5.0: apply Corrigendum #6Konstantin Ritt2012-04-151-788/+789
| | * qdoc: Fixed bugs causing invalid DITA XMLMartin Smith2012-04-141-1/+1
| | * doc: Fix QObject::connect documentationOlivier Goffart2012-04-133-15/+12
| | * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-134-10/+11
| | * QChar: documentation fixesKonstantin Ritt2012-04-131-1/+18
| | * __builtin_unreachable was added to GCC in version 4.5, so fix macrosThiago Macieira2012-04-131-2/+4
| | * Remove Q_CORE_EXPORT from the simple QFlag and QIncompatibleFlagThiago Macieira2012-04-131-2/+2
| | * Move QFlags to qflags.hThiago Macieira2012-04-133-86/+142
| | * Add OS version detection for windows 8Shane Kearns2012-04-122-0/+6
| | * QRegularExpression: optimize global matchGiuseppe D'Angelo2012-04-121-1/+12
| | * Suppress warnings caused by ignoring chdir retvalGirish Ramakrishnan2012-04-121-7/+14
| | * fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-113-3/+3
| | * Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-112-0/+10
| | * QChar: optimize some methods a bit for general caseKonstantin Ritt2012-04-112-18/+22
| | * Modified project files to be iOS compatible.Qt4iOS2012-04-111-1/+5
| | * minor improvement for NormalizationCorrectionsKonstantin Ritt2012-04-112-2/+3
| | * fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-1/+1
| | * Fix crash with evaluation licenseSamuli Piippo2012-04-111-7/+2
| | * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-107-8/+8
| | * remove CODEC_FOR_C_STRINGS leftoversKonstantin Ritt2012-04-101-9/+1
| | * Document QEvent::ThreadChangeOlivier Goffart2012-04-101-1/+1
| | * Blackberry OS implementation of QStandardPathsRafael Roquetto2012-04-102-0/+105
| | * QTypeInfo: document Q_PRIMITIVE_TYPE existing practiceMarc Mutz2012-04-091-1/+8
* | | 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