summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QGraphicsView: Improve high-DPI item cachingMorten Johan Sørvig2018-04-261-11/+20
* QGraphicsView: Create high-dpi background pixmapMorten Johan Sørvig2018-04-261-3/+11
* QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2018-04-261-1/+2
* QColorDialog: deprecate rgba()Giuseppe D'Angelo2018-04-262-2/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-262-5/+8
|\
| * Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
| * Style sheets: detect and use font set on QHeaderViewsGabriel de Dietrich2018-04-241-5/+7
* | Fix crash in QMainWindow::tabifyDockWidgets()Friedemann Kleint2018-04-251-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-241-2/+4
|\|
| * Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
| * Style sheets: Include margin while calculating QHeaderview section sizePeng Wu2018-04-221-2/+4
* | 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