summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-33/+9
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2728-88/+148
|\
| * Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-251-0/+7
| * Doc: Fix CustomStyle snippetAlexander Volkov2014-10-245-4/+5
| * QGraphicsScene: stabilize stacking order of toplevel itemsaavit2014-10-241-1/+1
| * Fix rubberband selection in rotated GraphicsViewaavit2014-10-241-1/+1
| * QStyleSheetStyle: Don't interfere with QFontDialogPierre Rossi2014-10-242-0/+5
| * Correctly update QComboBox appearance on editable changeEskil Abrahamsen Blomfeldt2014-10-242-4/+3
| * Item view: Update item positions when delegate changesEskil Abrahamsen Blomfeldt2014-10-241-0/+1
| * QMainWindow: respect the maximum size of the central widgetPaul Olav Tvete2014-10-241-2/+4
| * Doc: warn about preserving input method hintsPaul Olav Tvete2014-10-241-0/+4
| * QSwipeGestureRecognizer: Fix gesture cancel on direction change.Friedemann Kleint2014-10-231-2/+2
| * Fix styled vertical dockwidget title cut off bug and elide text if longMarko Kangas2014-10-231-4/+6
| * Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-233-0/+28
| * Fix title font of Vista-style wizards.Friedemann Kleint2014-10-231-4/+1
| * Fix QWidget::mapTo/FromGlobal() when embedded in QGraphicsView.Friedemann Kleint2014-10-231-0/+22
| * Doc: Fix obsoleteness of some QStyle::PixelMetric enum itemsAlexander Volkov2014-10-221-6/+6
| * Windows XP style: Fix size calculation of QScrollBar's grip.Friedemann Kleint2014-10-223-37/+17
| * Respect contents margins when calculating the size hintLars Knoll2014-10-221-0/+3
| * Respect minimum size of heightForWidth layoutsPaul Olav Tvete2014-10-221-9/+0
| * Fix helper function call in QWindowsVistaStyle::pixelMetric().Friedemann Kleint2014-10-221-1/+1
| * Windows: Implement Qt::WA_ShowWithoutActivating.Friedemann Kleint2014-10-221-2/+0
| * Fix height of combo popup when the list view has non-zero spacing.Friedemann Kleint2014-10-222-5/+23
| * Produce more correct clip path for QGraphicsShapeItemLars Knoll2014-10-211-1/+1
| * OS X: Retina displays and blurry QToolButtonTimur Pocheptsov2014-10-211-0/+2
| * Set correct transient parent in q_createNativeChildrenAndSetParent().Friedemann Kleint2014-10-211-5/+5
* | Build with -no-accessibility on OS XFrederik Gladhorn2014-10-221-4/+16
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2013-60/+329
|\|
| * Always report focusObjectChanged on QWidget::clearFocus()Tor Arne Vestbø2014-10-201-4/+13
| * Clear specific QWindow::focusObject() on QWindowPrivate::clearFocusObject()Tor Arne Vestbø2014-10-201-2/+4
| * Widgets: only update IM if the widget is the current focus objectRichard Moe Gustavsen2014-10-191-4/+6
| * QSizePolicy: remind to mark as Q_PRIMITIVE_TYPE in Qt 6Marc Mutz2014-10-191-0/+4
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-183-20/+45
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-143-20/+45
| | |\
| | | * QMacStyle: Fix QPushButton with menu appearance on 10.10Gabriel de Dietrich2014-10-132-16/+42
| | | * QAbstractItemView: fix CTRL+A select all behaviorMaximilian Hrabowski2014-10-131-3/+2
| | | * QMacStyle: save context state before changing to avoid crashDyami Caliri2014-10-131-1/+1
| * | | QMacStyle: Fix QSlider appearance on YosemiteGabriel de Dietrich2014-10-182-10/+142
| * | | QMacStyle: Add optional block parameter to drawNSViewInRect()Gabriel de Dietrich2014-10-182-3/+8
| * | | Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-161-11/+22
| * | | Prevent 'recursive' update events when calling QToolButton::setMenu()Tor Arne Vestbø2014-10-151-0/+3
| * | | Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-143-4/+71
| |/ /
| * | osx: let qcombobox specify target rect when showing popupRichard Moe Gustavsen2014-10-131-1/+1
| * | QMacStyle: Use NSRect instead of CGRect in drawNSViewInRect()v5.4.0-beta1Gabriel de Dietrich2014-10-131-3/+3
| * | DPI-scale PM_SubMenuOverlap after allOswald Buddenhagen2014-10-101-1/+2
| * | QMenu: ensure that a menu item's icon can be removed dynamicallyShawn Rutledge2014-10-101-0/+2
| * | Add a warning when using QOpenGLWidget as a native childLaszlo Agocs2014-10-101-0/+6
* | | QAIV: speed up isRowHidden for the case where no rows are hidden.David Faure2014-10-121-0/+2
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0932-120/+238
|\| |
| * | Removing a few unneeded "? true : false"Alessandro Portale2014-10-094-5/+5