summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Speed benchmark for QNetworkDiskCacheSiddharth Mathur2011-04-013-1/+452
* QNetworkDiskCache: change file organizationSiddharth Mathur2011-04-014-44/+78
* Make sure we don't use subpixel positions in full hinting modeJiang Jiang2011-04-013-7/+4
* Fix broken test on windowsOlivier Goffart2011-04-011-4/+0
* Fix compilation warningsOlivier Goffart2011-04-011-5/+4
* linking doc of QLocale with QApplication::keyboardInputLocale()Zeno Albisser2011-04-011-1/+5
* Fix autotest when using QStringBuilderOlivier Goffart2011-04-012-25/+25
* Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-018-9/+10
* QStringBuilder now support building QByteArrayOlivier Goffart2011-04-014-34/+205
* Chnaged Q_AUTOTEST_EXPORT marco into Q_GUI_EXPORT for QZipWriter classPavel Mogilevskiy2011-04-011-1/+1
* Fix horizontal centered text drawing without word wrapJiang Jiang2011-04-014-23/+30
* Fix bug when catching exceptions in tests.Marco Alanen2011-04-011-0/+2
* fix order of #include-s on SPARCRitt Konstantin2011-04-011-2/+1
* move semun declaration to qcore_unix_p.hRitt Konstantin2011-04-015-50/+27
* Optimize QMutexPoolOlivier Goffart2011-03-312-13/+19
* Fix declarative after the last changes to the QObject internalsOlivier Goffart2011-03-313-6/+6
* moc: be able to compile if there are private classesOlivier Goffart2011-03-314-10/+41
* Speedup activation of signalsOlivier Goffart2011-03-3110-135/+221
* Improve slightly the performence of activateOlivier Goffart2011-03-311-12/+12
* Add a test in QObject.Olivier Goffart2011-03-311-1/+30
* Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-315-4/+9
* Remove NOPODINITIALIZATIONminiak2011-03-311-11/+0
* Replace CL_MIN/CL_MAX by qMin/qMaxminiak2011-03-311-23/+20
* Remove ANSI function definitionsminiak2011-03-311-4/+0
* Fix window pixmap initialization strategyJacopo De Simoi2011-03-311-3/+9
* Track compositingManagerRunning changesJacopo De Simoi2011-03-311-0/+9
* QSslSocket: fix setReadBufferSizeMartin Petersson2011-03-312-14/+2
* Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-3132-301/+510
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-03-2913-59/+144
| |\
| | * Unix configure: Add support for --sysrootThiago Macieira2011-03-292-2/+27
| | * Add a 'capabilities' flag to the marshaller and demarshallerThiago Macieira2011-03-297-34/+40
| | * Add a set of connection capabilities to QDBusConnectionThiago Macieira2011-03-294-2/+31
| | * Move the main D-Bus session and system connections to the main threadThiago Macieira2011-03-291-1/+11
| | * Add a way to obtain the DBusConnection* pointer from a QDBusConnectionThiago Macieira2011-03-292-0/+17
| | * Make the QIconvCodec on Unix not enforce the Latin1 codec.Thiago Macieira2011-03-291-20/+18
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-03-2819-242/+366
| |\ \
| | * \ Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-teamQt Continuous Integration System2011-03-2819-242/+366
| | |\ \
| | | * | Fix crash and infinite recursion caused by previous commitsJiang Jiang2011-03-282-2/+3
| | | * | Fix remaining regressions in QWSJiang Jiang2011-03-253-2/+7
| | | * | Take Xft.hintstyle by default to match the behavior of GTK+Jiang Jiang2011-03-252-1/+10
| | | * | Fixed remaining issues in subpixel positioning with FreeTypeJiang Jiang2011-03-246-142/+142
| | | * | Fix QTransform debug outputJiang Jiang2011-03-241-0/+3
| | | * | qFloor the decoration line width before paintingJiang Jiang2011-03-241-1/+1
| | | * | Let QTextLine decide its own x position in QPainterJiang Jiang2011-03-241-8/+5
| | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-03-2313-105/+209
| | | |\ \
| | | | * | Reset GL glyph cache when texture limit is reachedEskil Abrahamsen Blomfeldt2011-03-236-2/+45
| | | | * | unlockFace was put in the wrong place in previous patchJiang Jiang2011-03-221-2/+2
| | | | * | Implement subpixel positioning with FreeTypeJiang Jiang2011-03-228-105/+166
| | | * | | Avoid repeatedly trying to load unloadable plugins, causing slownessaavit2011-03-231-2/+7
| | | |/ /
* | | | | Improved documentation for new QTranslator::load() overloadDenis Dzyubenko2011-03-291-8/+9