summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QFontEngine: remove unused and buggy grayPalette()Marc Mutz2012-02-272-20/+0
* Add workaround for projects using 'QT += declarative'Matthew Vogt2012-02-271-0/+27
* Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-275-11/+278
* QStringMatcher: make constructor explicitMarc Mutz2012-02-261-1/+1
* QXmlStream{Reader,Writer}: add explicit to constructorsMarc Mutz2012-02-261-7/+7
* QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-2618-50/+48
* Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-2612-36/+23
* QString: add from{Ascii,Latin1,Utf8,Local8Bit() overloads for QByteArrayMarc Mutz2012-02-231-0/+4
* CodeCoverage: Move installCoverageTool call.Caroline Chao2012-02-221-3/+3
* Fixed tst_qlogging app silently not compiled in some -fast builds.Rohan McGovern2012-02-223-5/+5
* QtCore: add constexpr to geometric classesMarc Mutz2012-02-225-363/+331
* Flag QGraphicsView test as unstable on Mac.Toby Tomkins2012-02-221-1/+1
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-2237-419/+357
* Correct pkg-config usage to respect sysrootDonald Carr2012-02-221-4/+4
* 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 the qlocalsocket testAndrew Stanley-Jones2012-02-211-1/+3
* Enable qlocalsocket auto testAndrew Stanley-Jones2012-02-211-1/+1
* Fix error in addrlen fieldAndrew Stanley-Jones2012-02-211-1/+1
* Give the compile flags an EXECUTABLE_ prefix.Stephen Kelly2012-02-219-2/+34
* Add GL_BGR to the list of defined GL constants, right next to GL_BGRASimon Hausmann2012-02-211-0/+3
* make resolution of default spec less inefficientOswald Buddenhagen2012-02-212-35/+29
* revamp reading of bootstrap variablesOswald Buddenhagen2012-02-211-57/+84
* regenerate unicode tables after rittk's patchesOswald Buddenhagen2012-02-211-196/+196
* optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-212-6/+10
* optimize QString::toLower()/toUpper() for special cases, step 1Konstantin Ritt2012-02-212-26/+39
* 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
* Print out the try_compile output for tests expected to fail.Stephen Kelly2012-02-211-0/+2
* remove bizarre late feeding of user_configs into base_varsOswald Buddenhagen2012-02-211-7/+0
* qmimetype: Fix test failure when LC_ALL is set.David Faure2012-02-211-0/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-2135-144/+144
* Make qget manual test compile without ssl supportShane Kearns2012-02-212-0/+6
* 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-212-0/+7
* QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-212-0/+23
* QEasingCurve: add member-swapMarc Mutz2012-02-213-0/+17
* 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
* Port badxml autotest to QMetaObjectBuilderKent Hansen2012-02-212-16/+16
* 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