summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-155-14/+15
|\|
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-141-2/+2
| * Item views: Fix 5.11 API review findingsFriedemann Kleint2018-03-142-11/+10
| * widgets: Add a QT_CONFIG(messagebox) guardMikhail Svetkin2018-03-131-1/+3
| * Doc: Add doc to Graphics View Flow Layout exampleNico Vertriest2018-03-131-0/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-1/+1
|\|
| * Fix ambiguous shortcut warning messageSergio Martins2018-03-111-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-103-1/+22
|\|
| * Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-083-1/+22
* | Make QToolTip always wrap textFilipe Azevedo2018-03-091-14/+24
* | QTreeView: speedup isFirstColumnSpanned/setFirstColumnSpannedChristian Ehrlicher2018-03-082-17/+8
* | QItemDelegate: fix text height calculationChristian Ehrlicher2018-03-081-15/+53
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-082-13/+29
|\|
| * QTabWidget: Do not add tabbar size during sizeHint() when it is hiddenChristian Ehrlicher2018-03-071-12/+24
| * QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-071-1/+5
* | QUndoStack: add more Q_PROPERTYsMitch Curtis2018-03-071-0/+5
* | qlineedit: Use QIcon::Active for pressed action buttonKai Uwe Broulik2018-03-061-3/+1
* | QAbstractSpinBox: respond to QEvent::LocaleChangeSven Pauli2018-03-051-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-053-53/+92
|\|
| * QHeaderView: make use of LayoutChangeHint in _q_sectionsChanged()Christian Ehrlicher2018-03-043-22/+61
| * QHeaderView: fix indentation in setModel() and clear()Christian Ehrlicher2018-03-031-37/+37
* | QTableView: Fix drawing grid for spanned cellsChristian Ehrlicher2018-03-041-6/+35
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-03-022-4/+16
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-022-4/+16
| |\|
| | * ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-011-1/+11
| | * QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-011-2/+4
| | * QHeaderView: skip dividing by 1, rather pointlessDavid Faure2018-02-281-1/+1
* | | Show the checkmark when rendering a QAction in a QMenu using QSSSteve Mokris2018-03-011-7/+30
|/ /
* | When cloning QWheelEvent, also propagate the event's timestampSteve Mokris2018-03-012-0/+3