summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-1/+4
|\
| * Fix native QFileDialog initial selection for remote URLsAlex Richardson2018-02-011-1/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-294-33/+75
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-261-1/+10
|\|
| * Document licenses for all Qt modulesKai Koehne2018-01-241-1/+10
* | Doc: fix wrong link to the example snippet in QApplication classAlexey Safronov2018-01-251-1/+1
* | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-7/+6
|\|
| * 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' into 5.10Liang Qi2018-01-191-1/+2
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-162-2/+6
|\| |
| * | 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
* | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-115-7/+30
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-095-7/+30
| |\| |
| | * | 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
| | |/
* | / qtlite: Fix compilation of QWidgetLineControl when configured with no-feature...Rainer Keller2018-01-101-0/+2
|/ /
* | QStyleHelper: Use palette cache key in pixmap keyGabriel de Dietrich2018-01-051-20/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-1/+1
|\|
| * QTreeView: Fix QTreeViewPrivate::itemAtCoordinate()Christian Ehrlicher2018-01-021-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-3014-175/+267
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-1/+3
|\ \
| * | Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-1/+3
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-2/+1
|\ \ \ | | |/ | |/|
| * | QMenu: Corner case size fix (high DPI + multi screen)Thorbjørn Lund Martsum2017-11-291-2/+1