summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make {TCBPoint,QEasingCurveFunction}::operator==() consthjk2012-04-161-3/+3
* Remove the Qt 5 todo about empty string lists in QSettingsThiago Macieira2012-04-161-2/+0
* 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
* 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
* Revert "Make the CONFIG and QT_CONFIG contents available downstream."Stephen Kelly2012-04-041-3/+0
* Update the documentation about the sign in QElapsedTimer::(m)secsToThiago Macieira2012-04-041-3/+3
* Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-043-3/+1
* Fix warnings about signed/unsigned comparisons in QtJson.Friedemann Kleint2012-04-032-5/+5
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-034-5/+5
* Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
* Prepare category logging for Qt integrationWolfgang Beck2012-04-032-15/+25
* Document QFile::rename and QDir::rename's copy operationVincent A2012-04-032-2/+12
* Use the relevant "\since 5.0" entry (proposed to public since 5.0)Laszlo Papp2012-04-021-0/+1
* Remove qdoc for obsolete methods of QSet.Jason McDonald2012-04-021-10/+0
* Logging: Make sure documentation shows upKai Koehne2012-04-022-195/+199
* Improve documentation for QMessageLoggerKai Koehne2012-04-021-3/+3
* Remove extra lines in mimetypesABBAPOH2012-04-019-10/+0
* Remove QMimeTypeParserBase from docABBAPOH2012-04-011-0/+1
* Fix wrong method signature in documentationABBAPOH2012-04-011-1/+0
* QRegularExpression: operator<<(QDebug, PatternOptions) improvementsGiuseppe D'Angelo2012-03-311-12/+12
* Ensure that the variable for the installation prefix is unique.Stephen Kelly2012-03-311-2/+2
* Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-03-301-0/+7
* Add Mac OS 10.8 define.Morten Sorvig2012-03-301-1/+4
* Fix "unused variable" warning in QVariant header.Morten Sorvig2012-03-301-0/+1
* Don't copy the whole binary input into QJsonDocumentDenis Dzyubenko2012-03-291-3/+4
* Validate size of the input in QJsonDocument::fromBinaryDataDenis Dzyubenko2012-03-291-2/+4
* Properly detach when the modified object is a sub objectLars Knoll2012-03-291-1/+1