summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Accessibility Windows: Improve MenusFrederik Gladhorn2014-04-253-8/+0
* Update tooltip palette when receiving a theme change notification.Friedemann Kleint2014-04-252-4/+11
* Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-1/+12
|\
| * Restore Qt 4 behavior in default double click handlerLaszlo Agocs2014-04-171-1/+3
| * Doc: document obsolete QApplication::setGraphicsSystem()Marc Mutz2014-04-101-0/+9
* | QMacNativeWidget: Fix background renderingGabriel de Dietrich2014-04-171-0/+1
* | CMake: Include the definition of the Qt5::AccessibleFactory target.Stephen Kelly2014-04-161-0/+2
* | Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-141-0/+4
* | Restrict QFontComboBox's popup width to screen widthFabian Bumberger2014-04-141-2/+5
|/
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-093-41/+88
* Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-093-5/+23
* Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-093-20/+32
* Fix crash in qt_try_modal.Friedemann Kleint2014-04-091-2/+1
* QComboBox: Set the proper font after a MacSizeChange eventGabriel de Dietrich2014-04-091-0/+12
* Cocoa: Use private property to enable NSWindow child windowsGabriel de Dietrich2014-04-091-0/+1
* QOpenGLWidget: Avoid crashing if updateGL is called before the first resizeJocelyn Turcotte2014-04-091-0/+3
* Forward "_q_platform_*" QWidgets's properties to QWindow.Tomasz Olszak2014-04-092-0/+7
* 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