summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QGtkStyle: Fix styling and palette issues related to combo boxJens Bache-Wiig2009-04-035-39/+89
* Fixes crash in QTreeView with QSortFilterProxyModelOlivier Goffart2009-04-031-0/+1
* Do not loose WindowType flags when setting translucent background in X11Olivier Goffart2009-04-031-1/+1
* Fix a crash in QFileDialog with a proxy on it.Alexis Menard2009-04-032-22/+44
* Fix focus policy propagation bug in QCompleter.jasplin2009-04-031-0/+7
* Only set system style when it actually changesJens Bache-Wiig2009-04-021-1/+5
* Improved stylesheet support for setting background and foreground rolesJens Bache-Wiig2009-04-024-23/+19
* Fixing some CoreText errors.Norwegian Rock Cat2009-04-022-14/+19
* Fix slowdown regression in QGraphicsItem::ItemCoordinateCacheAndreas Aardal Hanssen2009-04-021-4/+7
* Doc: Clarified the usage of QImage::dotsPerMeterX() and QImage::dotsPerMeterY().David Boddie2009-04-011-6/+10
* Doc - clarified that QMessageBox's predefined icons are not defined inKavindra Devi Palaraja2009-04-011-16/+16
* Marked QWidget::resetInputContext() function as obsolete.Denis Dzyubenko2009-04-011-4/+8
* Removed obsolete internal function that focuses input context.Denis Dzyubenko2009-04-013-25/+0
* Input Method cannot be enabled in License Wizard and Class WizardDenis Dzyubenko2009-04-011-1/+2
* Subject: Fix typo in CompositionMode sectionAndy Shaw2009-04-011-1/+1
* QComboBox with Qt::NoFocus triggers a crash.Prasanth Ullattil2009-04-011-3/+7
* Subject: A couple of minor doc fixesAndy Shaw2009-04-011-1/+1
* Doc: Clarified that the main use case for QRegion is as a clipping primitive ...David Boddie2009-03-311-9/+13
* Doc: Removed a reference to a deprecated function.David Boddie2009-03-311-4/+4
* Fix text drawing and perspective transforms for the Windows, PDF andTrond Kjernåsen2009-03-314-3/+17
* compile on Linux.jasplin2009-03-311-1/+1
* Doc: Added a code snippet to illustrate the opening of local files.David Boddie2009-03-301-0/+5
* Doc: Synchronized the QTransform constructor arguments with the class documen...David Boddie2009-03-301-8/+11
* Fix threaded QImage text drawing under Windows.Trond Kjernaasen2009-03-301-1/+3
* Don't send QFileOpenEvents for items on the command-lineNorwegian Rock Cat2009-03-302-4/+21
* Adjust the opacity value for popupsNorwegian Rock Cat2009-03-301-1/+1
* Fix draImage() calls for threaded printing to a PostScript printer.Trond Kjernaasen2009-03-304-5/+35
* Fix missing fills of rects with negative width/height in raster engine.Samuel Rødal2009-03-301-1/+1
* Revert "don't include uic in non-gui configurations"Rohan McGovern2009-03-301-1/+0
* QDesktopWidget::resized wasn't emitted properly on X11.Denis Dzyubenko2009-03-271-6/+15
* Fix background of QAbstractScrollArea when styled only with pseudo-classOlivier Goffart2009-03-271-1/+13
* Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-274-14/+24
* Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-271-7/+3
* Fix QPixmap::fromImage() bug for monochrome images on Mac.Samuel Rødal2009-03-271-1/+1
* don't include uic in non-gui configurationsOswald Buddenhagen2009-03-271-0/+1
* Creating a native window handle doesn't reset input context on X11.Denis Dzyubenko2009-03-271-1/+10
* Creating an instance of the QDesktopWidget breaks clipboard on X11.Denis Dzyubenko2009-03-271-2/+9
* Squashed commit of the following:David Boddie2009-03-261-0/+2
* Squashed commit of the following:David Boddie2009-03-261-1/+6
* Fix a bug where lineedits in a second page of a stack widget would not get ke...Norwegian Rock Cat2009-03-263-1/+121
* Fix crash when accessing newly constructed QTextObjects.Benjamin Poulain2009-03-267-10/+26
* Fix regression where QMacStyle would only draw tabs w/QStyleOptionTabV3.Norwegian Rock Cat2009-03-261-7/+10
* alphaMask needs to be const, because first bytesPerLine() is called and then ...Alessandro Portale2009-03-251-1/+1
* QGtkStyle: Support styled QFrameJens Bache-Wiig2009-03-251-0/+65
* Fix layout problem in QMainWindowThierry Bastian2009-03-251-4/+8
* Doc - removed a trailing whitespaceKavindra Devi Palaraja2009-03-251-1/+1
* Doc - removed mention of an internal function. Also gave theKavindra Devi Palaraja2009-03-251-973/+918
* Fix assertion failure in QCompleter::setCompletionPrefix().jasplin2009-03-251-2/+2
* Fixed the gap that was not appearing on a QMainWindowThierry Bastian2009-03-251-1/+1
* Fix a possible crash in QMainWindow when dragging a dock widget.Thierry Bastian2009-03-251-1/+2