summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Mac style: Fix one-pixel offset for combo boxes in small sizeGabriel de Dietrich2014-04-081-1/+1
* QStyle: Add new SH_ComboBox_UseNativePopup style hintGabriel de Dietrich2014-04-072-0/+4
* QComboBox: Use native popups on MacGabriel de Dietrich2014-04-072-6/+94
* Fix a crash on startup with QOpenGLWidgetJocelyn Turcotte2014-04-071-1/+2
* Accessibility text updates for QTextEditFrederik Gladhorn2014-04-053-0/+30
* Improve QWidget::metric for PdmDevicePixelRatio.Morten Johan Sørvig2014-04-051-6/+9
* Compile: isChildOfQMdiSubWindow may be unused.Morten Johan Sørvig2014-04-051-0/+2
* QNX: Surpress manual window activation during showFullScreenFabian Bumberger2014-04-051-0/+3
* Make it possible to render QtWebEngine in QOpenGLWidgetJocelyn Turcotte2014-04-041-0/+2
* Don't assume qt_tablet_target widget exists from one event to the nextShawn Rutledge2014-04-041-10/+2
* OS X: Fix QRubberBand drawing on retina displaysMorten Johan Sørvig2014-04-031-1/+3
* Avoid double clicks confusing popupsLaszlo Agocs2014-04-031-1/+1
* Enable the depth and stencil buffers by default in QOpenGLWidgetJocelyn Turcotte2014-04-021-1/+1
* When looking up the window hierarchy, stop at foreign windowsAlberto Mardegan2014-04-011-2/+9
* Item views: respect selection mode when closing an editorJ-P Nurmi2014-04-011-2/+3
* Item views: respect focus policy when closing an editorJ-P Nurmi2014-04-013-11/+9
* Propagate textureChildSeen properlyLaszlo Agocs2014-03-311-1/+1
* Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-313-1/+12
* If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-291-1/+6
* Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
* Do not rely on the list of standard font sizes for QFontDialog.Leonard Lee2014-03-281-8/+10
* Fix disappearing transient scrollbarsJ-P Nurmi2014-03-282-5/+19
* Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
* Streamline code in standard gesture recognizers.Friedemann Kleint2014-03-271-27/+8
* Make QWidget::render() work correctly with all paint devicesLars Knoll2014-03-272-23/+8
* QPA: Fix QPlatformTheme::Palette enum value spellingGabriel de Dietrich2014-03-211-1/+1
* Mac theming: Remove obsolete private color conversion functionsGabriel de Dietrich2014-03-211-12/+0
* Mac theming: Set background brush for menu paletteGabriel de Dietrich2014-03-211-5/+0
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-203-8/+44
* Respect scrollbar position setting on MacJens Bache-Wiig2014-03-201-4/+4
* QFusionStyle: support transient scrollbarsJ-P Nurmi2014-03-202-32/+168
* QPushButton: draw label using the stylesheet's font.Mitch Curtis2014-03-201-0/+8
* QApplication: fix scroll phase handling for wheel eventsJ-P Nurmi2014-03-201-2/+2
* Update year in About Qt dialogKai Koehne2014-03-201-1/+1
* Fix QAbstractScrollArea to respect transiency per scrollbarJ-P Nurmi2014-03-201-25/+31
* QOpenGLWidget retina support.Morten Johan Sørvig2014-03-201-1/+1
* Delete the OpenGL context before the window.Morten Johan Sørvig2014-03-201-4/+2
* Use parent cursor for QLineEdit's clear button when not shown.Friedemann Kleint2014-03-202-3/+12
* Fixes: style runtime warnings when painting too small widgetsaavit2014-03-201-2/+2
* QMenu: Enable sloppy submenu mouse navigationGabriel de Dietrich2014-03-193-5/+8
* QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-192-11/+10
* QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-191-0/+1
* QNX: Fix QToolTipFabian Bumberger2014-03-191-2/+21
* Handle key release events correctlyPaul Olav Tvete2014-03-181-1/+1
* Android input method improvementsPaul Olav Tvete2014-03-182-1/+9
* QGraphicsSimpleTextItem: Fix drawing the outline with pen, when setKonstantin Ritt2014-03-171-1/+1
* QFileDialog: documentation clarifications about file type filteringShawn Rutledge2014-03-171-2/+14
* Remove unused static const variableUlf Hermann2014-03-171-4/+0
* Fix high-dpi QGraphicsPixmapItem bounding rects.Morten Johan Sørvig2014-03-171-2/+2
* Remove the _qt_filedialog_xxx hooksJ-P Nurmi2014-03-151-45/+4