summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qmimetypeparser: more optimized definition of string constantsDavid Faure2012-02-242-45/+21
* QMimeMagicRule: declare as Q_MOVABLE_TYPEMarc Mutz2012-02-241-0/+1
* Remove unused QT_NO_QWS_SHARE_FONTSStephen Kelly2012-02-241-1/+0
* Remove QT_NO_QWS_MULTIPROCESSStephen Kelly2012-02-241-2/+0
* Remove unused define QT_NO_COP.Stephen Kelly2012-02-241-4/+0
* Add the QtMain windows library to the CMake files.Stephen Kelly2012-02-231-0/+23
* Bump the moc output revisionKent Hansen2012-02-231-1/+1
* QWindowsPipeWriter could terminate the process to earlyMartin Petersson2012-02-231-1/+1
* Require compiler support for deprecated constructors.Stephen Kelly2012-02-232-10/+0
* Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-234-12/+5
* Rename QMetaTypeSwitcher::UnknownType to NotBuiltinType.Jędrzej Nowacki2012-02-233-11/+11
* Add the quitlock feature to QThread.Stephen Kelly2012-02-235-2/+46
* Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-232-0/+4
* Silence coverity warning about sizeof(Node*) vs sizeof(Node) in QListAndy Shaw2012-02-231-1/+1
* Use the CMake definition of Windows for CMake macros.Stephen Kelly2012-02-231-1/+1
* Remove unneeded code to convert to ASCII/Latin1.Robin Burchell2012-02-222-45/+0
* Don't do macro self-expansion for moc anymore.Stephen Kelly2012-02-221-6/+2
* Remove unused Q_CANNOT_DELETE_CONSTANTStephen Kelly2012-02-221-2/+0
* Add the QT_LIBINFIX to the CMake config files.Stephen Kelly2012-02-221-0/+4
* Remove detection of GCC versions which are not supported anywhere.Stephen Kelly2012-02-221-31/+8
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-225-37/+7
* Use QMAKE_SUBSTITUTIONS conditionalsStephen Kelly2012-02-221-7/+7
* QEasingCurve: fix a missing */Marc Mutz2012-02-221-0/+1
* Fail with #error early if the compiler does not support bool or explicit.Stephen Kelly2012-02-222-28/+10
* Remove custom text codec for C strings.Robin Burchell2012-02-229-192/+40
* QtCore: add constexpr to geometric classesMarc Mutz2012-02-225-363/+331
* 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