summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QEasingCurve: simplify and fix copy constructorMarc Mutz2012-02-211-4/+6
* QHash: more robust use of qDebug()Marc Mutz2012-02-211-1/+1
* QEasingCurve: implement move constructorMarc Mutz2012-02-211-0/+1
* QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-211-0/+4
* QEasingCurve: add member-swapMarc Mutz2012-02-212-0/+10
* QEasingCurve: mark as Q_MOVABLE_TYPEMarc Mutz2012-02-211-0/+1
* Rename Q_MUTEX_LINUX to QT_LINUX_FUTEXHarald Fernengel2012-02-212-6/+6
* Remove qMacVersion()Bradley T. Hughes2012-02-212-15/+10
* Include qt_windows.h for Windows CE.Andreas Holzammer2012-02-201-0/+3
* Merges several overloaded functions in QCoreApplication.Xizhi Zhu2012-02-202-63/+6
* QPoint/QPointF: inline manhattanLength(); QLineF: inline isNull()Marc Mutz2012-02-204-14/+18
* Move QTypeInfo out of qglobal.h and into a separate headerBradley T. Hughes2012-02-203-165/+220
* fix QProcess for Windows XPJoerg Bornemann2012-02-201-1/+4
* Use standard unix mutexes on LSBHarald Fernengel2012-02-203-9/+19
* Move QMetaMethod::parameterTypes() implementation to helper functionKent Hansen2012-02-202-18/+30
* Port QSignalEventGenerator meta-object to revision 6Kent Hansen2012-02-202-23/+44
* Add QMetaMethod::isValid() functionKent Hansen2012-02-202-0/+10
* Fix typo in QByteArray(QConstByteArrayData) constructorKent Hansen2012-02-201-1/+1
* Don't call metaObject() several timesKent Hansen2012-02-201-5/+6
* Rename Q_PROCESSOR_POWERPC to Q_PROCESSOR_POWERBradley T. Hughes2012-02-206-25/+36
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-1820-0/+36054
* Added error reporting to QJsonParserAndrew Christian2012-02-184-23/+87
* QEasingCurve: return QVector for cubic spline representationMarc Mutz2012-02-182-5/+18
* Document Q_PROCESSOR_* macrosBradley T. Hughes2012-02-182-0/+218
* qnamespace.qdoc: Add doco for new values of Qt::MouseButtonRick Stockton2012-02-171-3/+49
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* Ensure that Qt public headers compile with strict flagsDavid Faure2012-02-171-3/+3
* QProcess documentation typo fix and improvement.Rafael Roquetto2012-02-171-4/+4
* Mention QT_NO_STL in the QString documentationSimon A. Eugster2012-02-171-3/+3
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-171-1/+1
* QSize/QSizeF: add const versions of scale()/transpose()Marc Mutz2012-02-172-18/+85
* QStandardPaths implementation configured using JSONJeremy Katz2012-02-172-0/+186
* Plugin loader: Output offending plugin name in warning.Friedemann Kleint2012-02-171-1/+2
* Enables QProcess back on QNX.Rafael Roquetto2012-02-174-18/+160
* Static plugins don't break QFactoryLoader::keys()Lincoln Ramsay2012-02-171-1/+1
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-175-12/+6
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-171-5/+0
* Use ctest to run all tests and print output.Stephen Kelly2012-02-171-4/+2
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* [QTBUG-22847] Compile with C++11 compilerMarc Mutz2012-02-171-3/+3
* QMimeData: export URLs as text tooDavid Faure2012-02-171-1/+27
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-171-1/+22
* Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-161-4/+5
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-163-10/+348
* Drop QFile::fileEngineJoão Abecasis2012-02-165-51/+48
* qmetaobjectbuilder: Store only unique strings in the string tableKent Hansen2012-02-161-37/+53
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-162-2/+6
* qmetaobjectbuilder: Add asserts to confirm validityKent Hansen2012-02-161-5/+12
* Fix ref counted window close handling.Stephen Kelly2012-02-162-2/+12
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-0/+1