summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master'Jason Barron2009-08-065-72/+84
|\
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-053-31/+37
| |\
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-0523-326/+320
| | |\
| | * | memory leak fix in standardItemModel found during combo box testingmread2009-08-052-13/+11
| | * | protecting against leak in QSymbianControl when QWidget construction failsmread2009-08-051-18/+26
| * | | Implemented QDesktopServices TODOs, and fixed coding style deviations.Janne Anttila2009-08-052-41/+47
| | |/ | |/|
* | | Compile with Q_DECLARE_SCOPED_PRIVATE.Jason Barron2009-08-044-8/+8
* | | Merge commit 'origin/master'Jason Barron2009-08-04260-972/+1122
|\ \ \ | |/ /
| * | Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-0423-327/+321
| |/
| * CFbsBitmap::DataSize() seems to be a private Api function.Alessandro Portale2009-08-031-1/+1
| * fixed qt_pixmapToNativeBitmap name merge problemmread2009-08-031-4/+4
| * Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-03251-658/+798
| * Restored window title after another top-level window was closed.Janne Anttila2009-07-311-3/+9
| * Removed unnecessary code, UID is associated to wserv by framework.Janne Anttila2009-07-311-5/+0
| * Swicthed back to original way of using AddToStackL and RemoveFromStackJanne Anttila2009-07-301-13/+28
* | Fix more compile breakages after merging qt/master-stable.Jason Barron2009-08-044-22/+20
* | Merge commit 'qt/master-stable'Jason Barron2009-08-04109-3316/+5807
|\ \
| * | Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-031-1/+1
| * | Fixed some perspective transform rendering bugs.Samuel Rødal2009-08-034-155/+82
| * | Wizard background images incorrect in Snow Leopard.Prasanth Ullattil2009-08-031-0/+1
| * | fixed broken integration of qwindowsurface_raster.cppGunnar Sletta2009-08-031-1/+1
| * | Merge branch '4.5'Thiago Macieira2009-08-0313-194/+202
| |\ \
| | * | Cocoa with namespace breaks the buildRichard Moe Gustavsen2009-07-311-2/+2
| | * | Coverty warnings --. This switch was missing a break.Alexis Menard2009-07-301-0/+1
| | * | Allow maximize button on the titlebar for a fixed size windowDenis Dzyubenko2009-07-301-0/+5
| | * | Remove mem leak / warning in the cocoaportRichard Moe Gustavsen2009-07-301-0/+1
| | * | Mac: Fix crash in QCoreTextFontEngineMulti when disabling font kerning.Morten Sørvig2009-07-301-1/+1
| | * | Unable to change focus between two line edits on macRichard Moe Gustavsen2009-07-301-37/+12
| | * | Doc - Renamed the cursor's images to illustrate splitV and splitH properlyKavindra Devi Palaraja2009-07-291-2/+2
| | * | Comment one of my changes from yesterdayRichard Moe Gustavsen2009-07-291-4/+7
| | * | Regression: QColorDialog crash on Mac when accepting with keyboardRichard Moe Gustavsen2009-07-283-119/+134
| | * | Fixed drawImage() so that it doesn't sample outside the source image.Kim Motoyoshi Kalland2009-07-281-4/+4
| | * | Don't use layered windows for non-translucent windowsGunnar Sletta2009-07-281-2/+2
| | * | Roll back the fancy updating of translucent windows.Gunnar Sletta2009-07-271-4/+1
| | * | Fix crash when printing to PDF on Qt/MacMorten Sørvig2009-07-271-2/+5
| | * | Prematurely creating a dialog as a sheet causes problemsRichard Moe Gustavsen2009-07-242-21/+34
| * | | Add EGL_BIND_TO_TEXTURE_RGBA to QEglProperties::reduceConfiguration()Tom Cooksey2009-08-031-1/+10
| * | | Add a constructor to QEglProperties which takes an EGLConfigTom Cooksey2009-08-032-0/+15
| * | | Make QEglProperties::setVisualFormat() read alpha for visualTom Cooksey2009-08-031-1/+11
| * | | remove constructors that are not usefulKent Hansen2009-08-034-35/+0
| * | | Ensure that the dash offset is reset when using drawLines()Andy Shaw2009-08-031-2/+4
| * | | Revert "Fix QFormLayout which allowed fields to be smaller that their minimum...Olivier Goffart2009-07-311-5/+1
| * | | Doc: Use new APIs in example and correct documentation regarding replacement.Volker Hilsheimer2009-07-311-1/+1
| * | | Doc: Use new APIs in example and correct documentation regarding replacement.Volker Hilsheimer2009-07-311-4/+27
| * | | Revert "Small simplification of code in ItemViews (delegate)"Olivier Goffart2009-07-312-6/+12
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-3133-901/+1028
| |\ \ \
| | * | | Docs: Improve QGraphicsTransform and subclassesAndreas Aardal Hanssen2009-07-315-191/+327
| | * | | Disabling the close button didn't work correctlyDenis Dzyubenko2009-07-301-10/+11
| | * | | Allow maximize button on the titlebar for a fixed size windowDenis Dzyubenko2009-07-301-0/+5
| | * | | Added an ability to remove size constraints from a widget.Denis Dzyubenko2009-07-301-6/+15