summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make assorted constructors follow good coding practiceKeith Isdale2009-08-244-14/+10
* Fix the size returned by QCommonStylePrivate::viewItemSize() for textBenjamin Poulain2009-08-211-1/+1
* Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-0/+1
* Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-3/+8
* Fixed usage of the MITSHM extension for 16 bit X servers.Trond Kjernåsen2009-08-191-3/+6
* Fixed rounding error in fillRect() in the raster paint engineEskil Abrahamsen Blomfeldt2009-08-181-11/+7
* Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-181-0/+2
* fix WA_DontShowOnScreen bug on Windows CEJoerg Bornemann2009-08-171-1/+1
* Document QAction::MenuRole not working on submenus.Norwegian Rock Cat2009-08-141-0/+5
* Fix the painting of QComboBox on Mac when the rect is not at the originBenjamin Poulain2009-08-141-42/+60
* On Mac, hitTestComplexControl() return an incorrect value for comboboxBenjamin Poulain2009-08-141-2/+0
* Fix crash/assert on Mac when painting "small" QPushButtons.Morten Sorvig2009-08-131-0/+7
* Fix Menu icons are too large on CocoaDean Dettman2009-08-131-2/+2
* Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-08-121-0/+4
* respect QAbstractSpinBox::NoButtons in windowsce / windowsmobile stylesJoerg Bornemann2009-08-122-1/+9
* fix QTextFormat::doubleProperty where qreal is floatJoerg Bornemann2009-08-121-3/+4
* fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
* Revert "Frame property for QDateTimeEdit can be set independently of"Matthew Cattell2009-08-111-1/+0
* Frame property for QDateTimeEdit can be set independently ofMatthew Cattell2009-08-111-0/+1
* Update URL of online documentation.Jason McDonald2009-08-113-3/+3
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-112-12/+12
* Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-114-6/+6
* Update license headers.Jason McDonald2009-08-11979-979/+979
* Fix crash in QX11Data::xdndHandleEnter when XGetWindowProperty failsOctavian Voicu2009-08-061-6/+7
* Fix a bug when activating HideNameFilterDetails on Windows filedialog.Alexis Menard2009-08-052-11/+19
* Fixes hangup when pressing key in QListWidgetOlivier Goffart2009-08-051-0/+7
* Cocoa: Menus show old selected values.Richard Moe Gustavsen2009-08-051-0/+6
* Make file extension case insensitive with the Gtk+ file dialogJens Bache-Wiig2009-08-041-1/+18
* Fix indentation.Alexis Menard2009-08-041-1/+3
* Fix ancestor flags that are not correctly update when reparenting.Alexis Menard2009-08-041-11/+12
* Preserved fill rule for perspective mapped strokes in raster engine.Samuel Rødal2009-08-032-0/+3
* 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
* Fixed crash when vectorpath was polygonal only in raster::stroke()Gunnar Sletta2009-07-241-9/+16
* QPainter::stroke() on raster engine would draw moveto's as linesGunnar Sletta2009-07-231-5/+17
* Diagonal dashes are moving when touching the clip boundary.Gunnar Sletta2009-07-231-1/+4
* Implement clipping in the QPaintEngineEx::stroke() function.Gunnar Sletta2009-07-233-6/+11
* Revert "Added a check that X11 timestamp goes forward only."Denis Dzyubenko2009-07-221-20/+15