summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Document licenses for all Qt modulesKai Koehne2018-01-241-1/+10
* QStyleSheetsStyle: Avoid possible division by zeroGabriel de Dietrich2018-01-221-2/+3
* QFusionStyle: Set alpha on color before creating penGabriel de Dietrich2018-01-221-5/+3
* Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-5/+3
|\
| * QMacStyle: Revert state changes for PE_IndicatorMenuCheckMarkv5.9.4Gabriel de Dietrich2018-01-161-5/+3
* | QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-161-1/+2
* | Use font set in the style option if there is no font set in the ruleAndy Shaw2018-01-161-2/+3
* | Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-111-0/+3
|\|
| * Revert "QTreeView: Make sure QHeaderView is notified on layoutChanged()"Thorbjørn Lund Martsum2018-01-051-0/+3
* | Clarify behavior of setData in QListWidget, QTableWidget, and QTreeWidgetKavindra Palaraja2018-01-093-0/+9
* | QFileSystemModel/Windows: Make file name checking case-insensitiveFriedemann Kleint2018-01-092-7/+21
|/
* QTreeView: Fix QTreeViewPrivate::itemAtCoordinate()Christian Ehrlicher2018-01-021-1/+1
* QGestureManager: fix UB (invalid pointer comparison)Marc Mutz2017-12-181-1/+3
* Widgets: check if parent exists before calling parent->locale()Richard Moe Gustavsen2017-12-181-3/+3
* Prevent infinite relayout when adding scrollbarsAndy Shaw2017-12-182-6/+20
* QTreeView: Make sure QHeaderView is notified on layoutChanged()Christian Ehrlicher2017-12-171-3/+0
* QStyleSheetStyle: Draw menu item also when font is setFriedemann Kleint2017-12-141-1/+1
* QFileSystemModel: Enable experimental code path for per-file watchingFriedemann Kleint2017-12-142-18/+20
* Share QWidget update and repaint code for QRect and QRegionTor Arne Vestbø2017-12-142-46/+35
* QWidget: Remove dead code for handling painting without a backingstoreTor Arne Vestbø2017-12-141-49/+18
* Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-133-30/+134
* Set sharedPainter correctly for QGraphicsEffectLaszlo Agocs2017-12-121-2/+2
* QHeaderView: Use correct font for drag'n'drop indicator pixmapChristian Ehrlicher2017-12-121-0/+9
* QHeaderView: Fix painting vertical headers in rtl modeChristian Ehrlicher2017-12-121-6/+8
* QFileSystemModel: properly align file size columnChristian Ehrlicher2017-12-121-1/+1
* QWidgetResizeHandler - undo (potential) move breakThorbjørn Lund Martsum2017-12-081-1/+1
* QFileSystemModel::index(): Add a list size checkFriedemann Kleint2017-12-051-1/+4
* QFusionStyle: fix the checkbox rendering in HiDPI situationYulong Bai2017-12-041-12/+18
* QMenu: Corner case size fix (high DPI + multi screen)Thorbjørn Lund Martsum2017-11-291-2/+1
* QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-24/+10
* QTreeView/Fusion style : Draw child indicator correct in RTL-modeChristian Ehrlicher2017-11-221-2/+4
* CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-221-0/+3
* Start from the first visible item when doing a searchAndy Shaw2017-11-221-5/+13
* QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+6
* QTableView: do not draw grid behind last sectionChristian Ehrlicher2017-11-171-0/+3
* QToolBar: Don't crash on macOS with 'minimal' QPA pluginGabriel de Dietrich2017-11-171-0/+2
* QAbstractButton: don't clear 'pressed' flag unless left button is releasedRichard Moe Gustavsen2017-11-151-1/+2
* QMainWindow: Clear menubar parent when new one is setGabriel de Dietrich2017-11-071-0/+1
* QMenuBar: Update title on changeGabriel de Dietrich2017-11-072-24/+34
* QMenuPrivate: Use in-class initializers where possibleGabriel de Dietrich2017-11-071-56/+31
* QMenuPrivate: Rearrange member variablesGabriel de Dietrich2017-11-071-53/+76
* QWidget: Propagate window file path after createTor Arne Vestbø2017-11-071-0/+2
* QHeaderView: Skip hidden sections on cascading resizeChristian Ehrlicher2017-11-061-0/+6
* QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-1/+1
* Windows: Use SM_CXSMICON instead of SM_CXICON for the tray icon sizeFriedemann Kleint2017-11-041-3/+2
* QListView: make sure to respect grid size during dataChanged() handlingChristian Ehrlicher2017-11-041-3/+12
* Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+1
* Make sure that QAccessibleWindowContainer::childCount is validFrederik Gladhorn2017-10-251-1/+1
* QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-2/+2
* QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+2