summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with C++20Marc Mutz2019-07-092-2/+2
* Bump copyright year to 2019Kai Koehne2018-12-251-1/+1
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-09-261-1/+1
* Windows: Fix MDI child window titles in High-DPI displaysAndre de la Rocha2018-08-302-20/+24
* QStyleHelper: Use palette cache key in pixmap keyGabriel de Dietrich2018-08-211-20/+1
* Revert "Fix restoring geometry of dockwidget"R.J.V. Bertin2018-08-132-19/+2
* Doc: Update out-of-date image in QColorDialog documentationPaul Wicking2018-08-041-0/+0
* Doc: Make reference to platform styles version agnosticPaul Wicking2018-07-311-4/+3
* Merge remote-tracking branch 'origin/5.9.5' into 5.9Qt Forward Merge Bot2018-04-113-6/+8
|\
| * QFusionStyle: Fix compilation when qreal is floatAlexander Akulich2018-03-201-4/+4
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-201-2/+2
| * Merge 5.9 into 5.9.5Oswald Buddenhagen2018-03-141-2/+8
| |\
| * | Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-121-0/+2
* | | Fix restoring geometry of dockwidgetAnna Wojciechowska2018-03-232-2/+19
| |/ |/|
* | QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-091-1/+5
* | QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-021-2/+4
|/
* Bump copyright yearJani Heikkinen2018-02-271-1/+1
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-221-0/+24
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-221-3/+7
* QFusionStyle: fix the checkbox rendering in low DPI settingsYulong Bai2018-02-191-15/+20
* QComboBoxPrivate::showNativePopup(): Scale target rectangleJ-P Nurmi2018-02-051-1/+3
* Fix native QFileDialog initial selection for remote URLsAlex Richardson2018-02-011-1/+4
* QHeaderView: properly restore section data after layoutChanged()Christian Ehrlicher2018-01-292-26/+73
* Fix missing update of QTreeView on setTreePosition()Igor Mironchik2018-01-271-1/+1
* Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-261-6/+1
* 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