summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2214-89/+11
* Use QMAKE_SUBSTITUTIONS conditionalsStephen Kelly2012-02-221-7/+7
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-2213-217/+256
* 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
* Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-225-671/+248
* Fix typosPekka Vuorela2012-02-222-2/+2
* Migrate evdev plugins to the new plugin systemLaszlo Agocs2012-02-229-6/+33
* CodeCoverage: Move installCoverageTool call.Caroline Chao2012-02-221-3/+3
* QtCore: add constexpr to geometric classesMarc Mutz2012-02-225-363/+331
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-2223-402/+276
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-221-1/+3
* Merge overloadsRichard Moore2012-02-222-83/+2
* Merge overloads.Richard Moore2012-02-222-28/+1
* QElapsedTimer/Win: Fix 64-bit integer overflowJonathan Liu2012-02-221-1/+3
* Fix error in addrlen fieldAndrew Stanley-Jones2012-02-211-1/+1
* Give the compile flags an EXECUTABLE_ prefix.Stephen Kelly2012-02-211-1/+1
* Add GL_BGR to the list of defined GL constants, right next to GL_BGRASimon Hausmann2012-02-211-0/+3
* 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-2119-30/+30
* 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
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-2121-65/+65
* Make https requests fail fast when configured without ssl supportShane Kearns2012-02-212-1/+8
* 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
* Use requested window format to match rest of the patch in 38257651Tor Arne Vestbø2012-02-211-1/+1
* Rename Q_MUTEX_LINUX to QT_LINUX_FUTEXHarald Fernengel2012-02-212-6/+6
* moc: Fix loading of plugins in release mode.Friedemann Kleint2012-02-211-26/+40
* Streamline QPalette initialization code.Friedemann Kleint2012-02-211-26/+32
* Use new plugin system for Input Context plugins.Friedemann Kleint2012-02-217-5/+21
* QHeaderView - create a union to save some space.Thorbjørn Lund Martsum2012-02-211-3/+5
* QHeaderview - many sections removed performance boost.Thorbjørn Lund Martsum2012-02-212-2/+23
* Remove qMacVersion()Bradley T. Hughes2012-02-213-16/+11
* Remove many unneeded virtuals.Richard Moore2012-02-201-28/+16
* convert length functions in QDom from uint to int.Richard Moore2012-02-202-16/+15