summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-286-1/+962
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-287-0/+2084
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-283-0/+496
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-284-0/+406
* QProcess/Win fix forwarding of output channelsJoerg Bornemann2012-09-281-16/+20
* QPostEventList: change pointer comparison to integer comparisonMarc Mutz2012-09-271-1/+1
* Take a QPersistentIndex out of the container instead of casting it.Stephen Kelly2012-09-271-7/+17
* Use a QVector to store QPersistentModelIndexes.Stephen Kelly2012-09-272-5/+5
* Avoid looping over the indexes multiple times to create a persistent list.Stephen Kelly2012-09-271-9/+14
* Use the sibling method to make iteration over a range potentially faster.Stephen Kelly2012-09-271-4/+7
* Create an invalid QPersistentModelIndex if it will be converted anyway.Stephen Kelly2012-09-271-2/+2
* Remove unused qMetaType helpers.Jędrzej Nowacki2012-09-271-54/+0
* Workaround MSVC2008 build failure after switching to std::upper_boundGiuseppe D'Angelo2012-09-271-7/+3
* Do not reference to the QAbstractNativeEventFilter documentationLaszlo Papp2012-09-271-1/+1
* CMake: Change suffix from "cxx" to "cpp" for generate sourcesYuchen Deng2012-09-271-2/+2
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-8/+0
* Doc: update QMap's description following 5cb036851Pierre Rossi2012-09-271-1/+1
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-273-17/+79
* Fix typo in variable name.Stephen Kelly2012-09-271-2/+2
* Fix spelling mistakeThiago Macieira2012-09-271-1/+1
* Rename a variable it -> childIt.Stephen Kelly2012-09-271-5/+5
* qtypetraits.h: add is_signed/is_unsigned/not_/not_c predicatesMarc Mutz2012-09-271-1/+90
* QFlags: fail for 64-bit enumsMarc Mutz2012-09-271-0/+3
* Don't call parent() so often when processing a range.Stephen Kelly2012-09-261-1/+2
* Make QSignalTransition take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-266-9/+9
* Core: Silence gcc warnings about unitinialized members in qarraydata.cppKai Koehne2012-09-261-0/+9
* [docs] QFlags: fix a whitespace errorMarc Mutz2012-09-261-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-264-4/+4
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-263-42/+68
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-3/+3
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Fixed QJsonDocument::fromBinaryData on big endian platforms.Konstantin Tokarev2012-09-242-4/+4
* Fixed ifdef condition in QJson resulting in big endian breakage.Konstantin Tokarev2012-09-241-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-242-19/+25
* QModelIndex: add constexprMarc Mutz2012-09-241-10/+10
* QModelIndex: store quintptr instead of void*Marc Mutz2012-09-241-16/+12