summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\|
| * Include with qt module to avoid configure warningPekka Vuorela2012-04-051-2/+1
| * Change the parameter name of the mutex in a QWaitCondition.Stephen Kelly2012-04-042-16/+16