summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-95/+173
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-2/+3
* Add Q_UNREACHABLE / Q_ASSERT to two conditions that can't happenThiago Macieira2012-10-021-1/+7
* Move QUrlPrivate to qurl.cpp and mark all methods as inlineThiago Macieira2012-10-022-126/+125
* Change QUrlPrivate::setAuthority to return voidThiago Macieira2012-10-022-4/+4
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-1/+0
* Update QUrlPrivate::setScheme: EmptySchemeError never happensThiago Macieira2012-10-022-8/+5
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-021-21/+54
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-5/+4
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-022-13/+59
* Forward the layout change hint through QSortFilterProxyModel.Stephen Kelly2012-10-022-20/+20
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-022-10/+41
* QWindowsPipeReader: use CancelIoEx on Windows >= VistaJoerg Bornemann2012-10-021-1/+16
* QWinOverlappedIoNotifier: multiple I/O operations on the same handleJoerg Bornemann2012-10-024-34/+64
* Return QPersistentModelIndexes from QItemSelectionRange.Stephen Kelly2012-10-011-2/+2
* Emit layout change hint from QStringListModel.Stephen Kelly2012-09-301-2/+2
* Process and forward the layout change hint through the QIdentityProxyModel.Stephen Kelly2012-09-302-16/+40
* Add hint API to QAIM::layout*Change signals.Stephen Kelly2012-09-292-7/+29
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-1/+11
* Prevent an overflow warning in assertions.Christian Kandeler2012-09-293-7/+7
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-282-4/+25
* qfuturesynchronizer.cpp: fix whitespace errorsMarc Mutz2012-09-281-14/+14
* QException/QFuture*: add \inmodule QtCoreMarc Mutz2012-09-284-0/+5
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-284-0/+330