summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-08-19113-687/+1297
|\
| * Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-08-19273-2089/+3793
| |\
| | * cleanup and remove __FUNCTION__, which breaks build on solarisLorn Potter2010-08-192-25/+2
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-182-26/+30
| | |\
| | | * Crash in QWidgetPrivate::init on QApplication::quit() using a modal dialog on...Carlos Manuel Duclos Vergara2010-08-181-12/+12
| | | * Crash in QX11PaintEngine::drawPixmapCarlos Manuel Duclos Vergara2010-08-181-0/+2
| | | * Revert "Fix the rendering of lines with the X11 paint engine"Samuel Rødal2010-08-181-10/+12
| | | * Revert "Outline / fill inconsistency in X11 paint engine."Samuel Rødal2010-08-181-4/+4
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-181-0/+4
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-181-0/+4
| | | |\
| | | | * respect the layout direction in the default text optionLars Knoll2010-08-181-0/+4
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-186-50/+55
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-186-50/+55
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-186-50/+55
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-176-50/+55
| | | | | |\
| | | | | | * Cocoa: revert parts of cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15Richard Moe Gustavsen2010-08-171-4/+0
| | | | | | * qgrayraster: Remove unnecessary indirection in QT_FT_Outline_DecomposeAndreas Kling2010-08-171-35/+9
| | | | | | * Fix compilation: QT_NO_TEXTSTREAMTasuku Suzuki2010-08-171-0/+2
| | | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-174-15/+48
| | | | | | |\
| | | | | | | * Outline / fill inconsistency in X11 paint engine.Samuel Rødal2010-08-171-4/+4
| | | | | | | * Cocoa: parent windows shows on screen when they should be hiddenRichard Moe Gustavsen2010-08-171-6/+16
| | | | | | | * Prevented Xorg crash in qtdemo when running corkboards example.Samuel Rødal2010-08-172-5/+28
| | * | | | | | Ensure native window is considered invisible when it gets destroyedGareth Stockwell2010-08-181-0/+6
| | * | | | | | Refactored handling of window visibility events on SymbianGareth Stockwell2010-08-182-26/+37
| | * | | | | | Replaced backing store reference count with list of visible widgetsGareth Stockwell2010-08-183-31/+58
| | |/ / / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-181-5/+13
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Repaint TextInput when password character changes in password modeJoona Petrell2010-08-171-5/+13
| | | | |/ / | | | |/| |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-179-13/+297
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Fix the blending of ARGB_PM image when using palignr to load the dataBenjamin Poulain2010-08-171-15/+5
| | | * | | Adjusted define stylingDonald Carr2010-08-171-3/+1
| | | * | | Fixes QWS window decoration offset issuesUwe Rathmann2010-08-172-2/+13
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-177-10/+295
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-177-10/+295
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-167-10/+295
| | | | | |\
| | | | | | * Keyboard navigation regression in QTreeViewGabriel de Dietrich2010-08-161-3/+5
| | | | | | * Implement the general blending of ARGB32_pm with SSSE3Benjamin Poulain2010-08-163-0/+275
| | | | | | * QtDeclarative debugging: Add an option not to stream the properties of an obj...Olivier Goffart2010-08-163-7/+15
| | * | | | | Fix memory leak in gesture managerThomas Zander2010-08-171-1/+6
| | |/ / / /
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-1711-175/+255
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Docs - clarify use of PropertyChanges for immediate property changes inBea Lam2010-08-172-121/+167
| | | * | | Update QtDeclarative def filesJoona Petrell2010-08-172-0/+2
| | | * | | Update QtGui def filesJoona Petrell2010-08-172-1/+4
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-165-53/+82
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-165-53/+82
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * Handle QGraphicsWidgets in FlickableMartin Jones2010-08-161-1/+1
| | | | | * More positioners with QGraphicsWidgets fixes.Martin Jones2010-08-161-2/+6
| | | | | * Make positioners work with QGraphicsWidgets alsoMartin Jones2010-08-163-49/+71
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-164-104/+91
| | | | | |\
| | | | | * | emit countChanged where appropriate in RepeaterMartin Jones2010-08-161-1/+4
| | * | | | | Take advantage of a new EGL extension when posting 16 bit surfaces.Nicolai de Haan Brogger2010-08-161-1/+1
| | |/ / / /