summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QNX: QtGlobal: compile as a C header againMarc Mutz2012-07-091-1/+3
* Remove Library dependency on SettingsTasuku Suzuki2012-07-095-16/+8
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-081-2/+3
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-082-20/+3
* Q_DECLARE_SHARED: fix docs; require and use member-swapMarc Mutz2012-07-061-5/+5
* QArrayData: Fix gcc warning about parentheses in 'a + b & c'.Friedemann Kleint2012-07-061-1/+1
* Fix event loop throughput issueRafael Roquetto2012-07-051-8/+25
* Fix socket notifier registration on Blackberry.Rafael Roquetto2012-07-042-8/+52
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-042-9/+16
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-6/+6
* Simplify the creation of QMetaTypeId specializations.Stephen Kelly2012-07-031-10/+6
* QNX: fix compilation with C++11 enabledMarc Mutz2012-07-031-0/+12
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-032-1/+2
* Silence clang warning in QVector::reallocData()Kent Hansen2012-07-031-1/+1
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-031-0/+63
* QtCore: add member-swap to shared classesMarc Mutz2012-07-0313-0/+67
* Forward the CMAKE_PREFIX_PATH to invoked tests.Stephen Kelly2012-07-031-2/+2
* Move the macros for invoking ctest to a shared location.Stephen Kelly2012-07-033-0/+60
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-5/+5
* buildsystem: Remove SXE from the configure and qconfig-*.h filesHolger Hans Peter Freyther2012-07-022-6/+0
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-022-43/+67
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-1/+1
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-1/+64
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-013-7/+98
* Add detection for C++11 noexceptThiago Macieira2012-06-291-0/+13
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-56/+3
* Fix warning: returning non void by using Q_UNREACHABLEFrederik Gladhorn2012-06-281-0/+2
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-282-0/+5
* QMetaType: Fix warnings about truncation from uint64 to int.Friedemann Kleint2012-06-281-2/+2
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-282-18/+18
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-281-80/+42
* Include QScopedPointer in qsettings.hThiago Macieira2012-06-281-0/+1
* doc: use correct snippet id for QObject::isSignalConnectedKent Hansen2012-06-281-1/+1
* doc: remove duplicate linkKent Hansen2012-06-281-1/+1
* doc: add missing \sa tagKent Hansen2012-06-281-1/+1
* Document that the object of a plugin must be default-constructible.Stephen Kelly2012-06-271-0/+2
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1
* Remove debug outputABBAPOH2012-06-272-68/+0
* Add QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-262-6/+10
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-10/+10
* QIODevice: free memory when buffer is clearedMartin Petersson2012-06-262-5/+9
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-263-1/+19
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-1/+1
* Small documentation fix about the text streams default encoding.Lars Knoll2012-06-251-2/+2
* Remove the font codecsLars Knoll2012-06-2512-902/+2
* The codecForTr() should be utf8Lars Knoll2012-06-251-1/+1
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-251-1/+1
* Ensure that no extra bits can leak into QUrl::toEncoded.Thiago Macieira2012-06-241-1/+1
* Wrap QObject usage in qsharedpointer_impl.h with ifndef QT_NO_QOBJECTThiago Macieira2012-06-241-0/+2