summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0619-56/+182
|\
| * Mac style: Get proper ThemeButtonKind for QDateTimeEditGabriel de Dietrich2014-05-021-6/+24
| * Ignore the fullscreen state of a QMdiSubWindowFabian Bumberger2014-05-021-2/+5
| * Only query for the theme if it is available in the GTKStyleAndy Shaw2014-05-021-1/+1
| * Widgets going "undercover" should also undercover the QWindowJan Arve Saether2014-04-301-2/+9
| * Observe case insensitive file systems in QFileDialog::selectFile().Friedemann Kleint2014-04-291-20/+40
| * Fix QFileDialog::viewMode() when using a native file dialog.David Faure2014-04-281-1/+1
| * Fix crash when accessing QFileDialog::selectedFiles() before widgets exist.Friedemann Kleint2014-04-281-2/+2
| * QMenu: Add support for QWidgetAction on MacGabriel de Dietrich2014-04-254-2/+60
| * Use showNormal() instead of show() in QToolTip.Milian Wolff2014-04-251-2/+2
| * 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
| |/
* | Removed unused function qcolorFromCGColor() in qmacstyle_mac.mm.Ivan Komissarov2014-04-281-19/+0
* | 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