summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: emit geometriesChanged() when the header is resizedChristian Ehrlicher2018-04-221-0/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-205-18/+40
|\
| * QTabWidget: clarify ownership after insertTab() and addTab()Anton Kudryavtsev2018-04-201-4/+8
| * Send ShortcutOverride event when receiving a non-spontaneous key pressAndy Shaw2018-04-201-2/+14
| * QToolTip: Hide tooltip on key event on macOSGabriel de Dietrich2018-04-181-7/+5
| * QSplitter: fix doc for widget() and handle()Anton Kudryavtsev2018-04-181-4/+5
| * Don't ignore the shortcut when the QMenuBar is parentlessAndy Shaw2018-04-181-1/+8
* | Accessible: use range-based for instead of foreachAnton Kudryavtsev2018-04-184-12/+11
* | Don't send a mouse move when we just need to do a synthetic enter/leaveAndy Shaw2018-04-182-9/+16
* | Widgets: Use accelerated scroll when scrolled widget is overlappedBłażej Szczygieł2018-04-173-23/+81
* | QSplashScreen: honor alignment when message contains htmlChristian Ehrlicher2018-04-151-0/+6
* | GraphicsView: use range-based for instead of foreachAnton Kudryavtsev2018-04-154-4/+4
* | ItemViews: use range-based for instead of foreachAnton Kudryavtsev2018-04-156-8/+8
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-158-38/+47
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-122-1/+21
|\|
| * dockwidgets: Resize the rubber-band when our drop target is resizedSergio Martins2018-04-122-1/+18
| * Fix grouped dock widget from shifting down when createdSergio Martins2018-04-111-0/+2
| * Fix z-order when dragging a dock widget over anotherSergio Martins2018-04-111-0/+1
* | QSplitter: some cleanupAnton Kudryavtsev2018-04-111-7/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-112-4/+5
|\|
| * Fix crash if dock widget gets deleted while draggingSergio Martins2018-04-101-2/+3
| * QSplitter::indexOf: fix documentationAnton Kudryavtsev2018-04-101-2/+2
* | QSplitter: micro optimizationAnton Kudryavtsev2018-04-101-3/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-063-7/+10
|\|
| * QTabBar: Repaint when releasing mouse on selected tabGabriel de Dietrich2018-04-051-1/+5
| * Improve QAbstractSpinBox::stepBy() docsMitch Curtis2018-04-051-5/+4
| * Fix memory corruption in heightForWidth cacheHarald Brinkmann2018-04-051-1/+1
* | Add missing documentation for QUndoStack propertiesMitch Curtis2018-04-051-0/+55
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-052-2/+2
|\|
| * Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
| * QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
* | QTabBar: properly clean up move animationChristian Ehrlicher2018-04-042-2/+2
* | QTextBrowser: do not try to open file with empty filenameChristian Ehrlicher2018-04-031-0/+5
* | QCommonStyle: use proxy pixelMetric for SE_TabBarScrollLeft/RightButtonChristian Ehrlicher2018-03-301-4/+4
* | QAbstractSpinBox: honor QAbstractSpinBox::NoButtons in sizeHint()Christian Ehrlicher2018-03-301-2/+2
* | Add missing Q_ENUM to QAbstractSpinBox::StepTypeFriedemann Kleint2018-03-291-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-2/+2
|\|
| * QTableWidget: fix spelling errorRichard Moe Gustavsen2018-03-231-1/+1
| * offscreen: Check that native interface is valid before using itAndy Shaw2018-03-211-1/+1
* | Fix QML integration of widgetsLars Knoll2018-03-271-1/+2
* | Doc: Fix description of QStyleOptionMenuItem::tabWidthAlexander Volkov2018-03-272-4/+6
* | Allow adaptive decimal stepping for QSpinBox and QDoubleSpinBoxHarald Nordgren2018-03-225-1/+146
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-212-4/+8
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+1
| * widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
* | QCommonStyle: Add title bar and tool bar extension iconsFriedemann Kleint2018-03-1726-5/+61
* | Rename toolbar icons used by QMacStyle to contain "macstyle"Friedemann Kleint2018-03-173-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-172-4/+11
|\|
| * QMenu: Realign submenu first action with its parent menu actionGabriel de Dietrich2018-03-161-0/+7
| * QFusionStyle: Fix compilation when qreal is floatAlexander Akulich2018-03-151-4/+4