summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Track compositingManagerRunning changesJacopo De Simoi2011-03-311-0/+9
* QSslSocket: fix setReadBufferSizeMartin Petersson2011-03-311-8/+2
* Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-3130-299/+483
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-03-2911-57/+117
| |\
| | * 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
| |\ \ | | |/ | |/|
| | * 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
* | | Changed the #ifdef block in QLocale to check for Q_OS_WIN instead of WS.Denis Dzyubenko2011-03-291-1/+1
* | | Fixed checking for default arguments in QLocale::toCurrencyString()Denis Dzyubenko2011-03-291-3/+3
* | | Use region name as a locale name on Mac.Denis Dzyubenko2011-03-291-31/+0
* | | Updated CLDR data for QLocale.Denis Dzyubenko2011-03-291-370/+561
* | | Added native language and country names (endonyms) to QLocale.Denis Dzyubenko2011-03-294-1/+75
* | | Fix errors when compiling Qt with STLportCédric OCHS2011-03-281-1/+3
* | | QSslConfiguration: do not lazily construct the d-pointerPeter Hartmann2011-03-283-25/+22
* | | Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-28120-1159/+3148
|\ \ \ | |/ /
| * | Fix warning about unused parameterThiago Macieira2011-03-271-1/+1
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-251-4/+11
| |\ \
| | * | QDir: Fix absolute paths when using file enginesJoão Abecasis2011-03-181-4/+11
| * | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-2413-50/+195
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-233-12/+40
| | |\ \ \
| | | * | | Icon in QMessageBox::question is deformed on SymbianSami Merila2011-03-231-3/+10
| | | * | | Prevent crash when connecting signal in splitviewSami Merila2011-03-231-9/+12
| | | * | | GraphicsViews: Focused widget is not visible after orientation changeSami Merila2011-03-231-12/+14
| | | * | | GraphicsViews: Focused widget is not visible after orientation changeSami Merila2011-03-231-0/+15
| | | * | | Add missing nullify for the s60 style's background pixmap pointer.Laszlo Agocs2011-03-231-0/+1
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-03-232-10/+13
| | |\ \ \ \
| | | * | | | Fixes QT-4753Xizhi Zhu2011-03-232-10/+13
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-228-30/+149
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Implement tiled image and pixmap drawing in VG paint engine.Laszlo Agocs2011-03-221-3/+98
| | | * | | | Change Symbian to use destroyed swap behaviour in GLJani Hautakangas2011-03-225-23/+51
| | | * | | | Remove useless profile reference.axis2011-03-222-4/+0
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-03-2437-14/+188
| |\ \ \ \ \ \
| | * | | | | | Revert "Add a feature to QTestLib to correct benchmark results."Thiago Macieira2011-03-2220-134/+33
| | * | | | | | Add a feature to QTestLib to correct benchmark results.Thiago Macieira2011-03-2220-33/+134