summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-2220-396/+275
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-221-1/+3
* Merge overloadsRichard Moore2012-02-222-83/+2
* QElapsedTimer/Win: Fix 64-bit integer overflowJonathan Liu2012-02-221-1/+3
* Give the compile flags an EXECUTABLE_ prefix.Stephen Kelly2012-02-211-1/+1
* regenerate unicode tables after rittk's patchesOswald Buddenhagen2012-02-211-196/+196
* optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-211-3/+3
* optimize QString::toLower()/toUpper() for special cases, step 1Konstantin Ritt2012-02-211-8/+8
* optimize QString::toCaseFolded()Konstantin Ritt2012-02-211-16/+36
* optimize handling of surrogate pairs in toLower()/toUpper()Konstantin Ritt2012-02-211-33/+51
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-216-9/+9
* Move QSysInfo out of qglobal.h and into a separate headerBradley T. Hughes2012-02-213-102/+157
* QEasingCurve: implement copy assignment operator inlineMarc Mutz2012-02-212-15/+3
* 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