summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1123-97/+331
|\
| * 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
* | Remove some unused forward declarations.Jan Arve Saether2014-04-082-9/+0
* | Remove qobject_cast to QDockWidget in QWindowsVistaStyle.Friedemann Kleint2014-04-071-5/+3
* | Fix warnings produced by QT_ASCII_CAST_WARNINGS in widgets/accessibleJan Arve Saether2014-04-021-21/+21
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-0115-91/+90
|\|
| * 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
* | Add a new optimization flag to QGraphicsItem.Dimitar Asenov2014-03-316-23/+71
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2435-536/+395
|\|
| * 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