summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * Revised fix for pixmap loadingJens Bache-Wiig2010-08-201-0/+5
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-201-8/+17
| | |\
| | | * QFileDialog::HideNameFilterDetails breaks Cocoa QFileDIalog filterRichard Moe Gustavsen2010-08-201-8/+17
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-203-11/+3
| |\ \ \ | | |/ / | |/| |
| | * | QGraphicsView: fix few artefacts that can appear if the changed() signal is c...Olivier Goffart2010-08-201-1/+3
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-202-10/+0
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-192-10/+0
| | | |\
| | | | * Ignore LayoutDirectionChange event in QTextControlJiang Jiang2010-08-191-8/+0
| | | | * QDateEdit/QTimeEdit: remove duplicate properties.Olivier Goffart2010-08-191-2/+0
| * | | | Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-203-7/+17
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-191-13/+13
| |\ \ \ | | |/ / | |/| |
| | * | Ensure geometry of top-level widget accounts for S60 screen furnitureGareth Stockwell2010-08-191-13/+13
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-191-1/+2
| |\ \ | | |/ | |/|
| | * Fatal crash on solaris 64 bitCarlos Manuel Duclos Vergara2010-08-191-1/+2
| * | Fixes a regression preventing loading images without extensionsThierry Bastian2010-08-191-3/+0
| |/
| * 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
| |\ \ | | |/ | |/|
| | * 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-183-45/+25
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-183-45/+25
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-173-45/+25
| | | |\
| | | | * 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
| | | | * 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
| * | | | 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/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-176-6/+282
| |\ \ \ | | |/ / | |/| |
| | * | 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-174-3/+280
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-164-3/+280
| | | |\
| | | | * 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
| * | | | Fix memory leak in gesture managerThomas Zander2010-08-171-1/+6
| |/ / /
| * | | Take advantage of a new EGL extension when posting 16 bit surfaces.Nicolai de Haan Brogger2010-08-161-1/+1
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-162-20/+18
| |\ \
| | * | qgrayraster: Speed up rendering of small cubic splines.Andreas Kling2010-08-161-20/+16
| | * | Fix compilation: QT_NO_LINEEDITTasuku Suzuki2010-08-161-0/+2
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-161-0/+2
| |\ \ | | |/ | |/|
| | * Fix for memory leak in qt_initShane Kearns2010-08-131-0/+2
| * | Cocoa: Stacking order of modal dialogs is wrongRichard Moe Gustavsen2010-08-131-6/+6
| * | Multiple "Edit/Special Characters" menu entries on Mac OS X (Cocoa)Prasanth Ullattil2010-08-134-0/+19
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-121-1/+2
| |\