summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Handle the case where persistent indexes have gone invalid.Stephen Kelly2012-10-191-0/+6
* Doc fix in return value of QDate::setYMDFrederik Gladhorn2012-10-191-0/+1
* Add new error strings to QRegularExpressionGiuseppe D'Angelo2012-10-181-1/+3
* Fix for memory leak in ResultStoreChristian Strømme2012-10-181-1/+4
* Add qlibraryinfo.h to global.pri's HEADERS listThiago Macieira2012-10-171-0/+1
* Add parameter documentation.Frederik Gladhorn2012-10-161-1/+1
* Logging: Mark deprecated API with QT_DEPRECATEDKai Koehne2012-10-162-2/+9
* Add documentation for ucs4 overloads.Frederik Gladhorn2012-10-161-11/+43
* Review of documentation.Michele Caini2012-10-162-2/+11
* Use the mkspec name Qt was configured with instead of default symlinkStephen Kelly2012-10-161-2/+2
* qfeatures.txt: add LOCALSERVER (requires TEMPORARYFILE)J-P Nurmi2012-10-152-0/+11
* QThread signals documentation improvementOlivier Goffart2012-10-151-2/+12
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-154-28/+8
* Review of documentation.Michele Caini2012-10-131-2/+10
* Fix warnings from syncqt.Friedemann Kleint2012-10-131-0/+4
* Blackberry: Populating the QCoreApplicationDataFabian Bumberger2012-10-131-0/+47
* Blackberry: Emit aboutToBlock() and awake() correctly in the dispatcherThomas McGuire2012-10-131-7/+30
* qfeatures.txt: cleanup obsolete cde & motif stylesJ-P Nurmi2012-10-131-14/+0
* Review of documentation.Michele Caini2012-10-122-3/+9
* QTextBoundaryFinder: Fix handling of break opportunitiesKonstantin Ritt2012-10-122-59/+99
* QVarLengthArray: use memory on stack if possiblePeter Kümmel2012-10-111-5/+10
* Make QVarLengthArray exception safe in case of OOMPeter Kümmel2012-10-111-26/+22
* Fix a "warning: 'operator+=' is deprecated" when building with clangJocelyn Turcotte2012-10-111-2/+1
* Modularize documenation buildTor Arne Vestbø2012-10-102-6/+4
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-104-8/+14
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-102-3/+4
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-101-0/+10
* Optimise the deletion of a QSharedPointer with no custom deleterThiago Macieira2012-10-102-18/+40
* QElapsedTimer: Instead of two ints, store only the clock typeThiago Macieira2012-10-101-46/+82
* Simplify QDate::addDays() impementationJon Severinsson2012-10-101-14/+3
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-102-5/+5
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-095-3150/+3170
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-092-0/+3
* [QTBUG-13230] Make QVariantAnimation non-abstractMarc Mutz2012-10-092-4/+5
* QMap - remove unused maximumNode() functionsThorbjørn Lund Martsum2012-10-081-4/+0
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-081-1/+1
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-081-33/+62
* Tools: add QLibraryInfo to the bootstrapped library.Pierre Rossi2012-10-082-18/+26
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-082-64/+135
* QNX: Fix input lagThomas McGuire2012-10-081-0/+8
* QNX: Remove workaround for BPS bugThomas McGuire2012-10-081-25/+6
* QNX: Remove the busy loop work around for bps ignoring timeout bugSean Harmer2012-10-081-21/+41
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* Add docs to clarify and restrict what the LayoutChangeHint means.Stephen Kelly2012-10-051-0/+4
* Use slogger2 for logging on Blackberry instead of writing to stderrFabian Bumberger2012-10-043-5/+69
* CMake: Improve QT5_GET_MOC_FLAGS macroStephen Kelly2012-10-041-0/+4
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-1/+5
* Fix QTextBoundaryFinder assignment operatorKonstantin Ritt2012-10-031-6/+15
* Introducing the PlatformPanel event type.Sergio Martins2012-10-032-0/+3