summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix HiDPI rendering issues in the Windows styleAndre de la Rocha2018-02-021-89/+55
* Fix HiDPI rendering issues in QCommonStyleAndre de la Rocha2018-02-021-12/+10
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-263-7/+13
* QFileSystemModel/Win: Fix file system operations failing due to watchersFriedemann Kleint2018-01-263-17/+91
* QFusionStyle: Properly draw frameless editable combo boxesGabriel de Dietrich2018-01-241-1/+4
* QMenuBar::mouseReleaseEvent: fix triggering hidden actionsYulong Bai2018-01-241-0/+4
* doc: Fix a property declaration for clang-qdocMartin Smith2018-01-241-1/+1
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-2414-17/+19
* QDockWidgetTitleButton: Limit icon size to dpiScaled(10) on WindowsFriedemann Kleint2018-01-241-5/+47
* QCommonStyle: Add dock title bar iconsFriedemann Kleint2018-01-2415-0/+49
* Rename existing dock title icons to contain "macstyle"Friedemann Kleint2018-01-245-4/+4
* itemviews: When an index widget gets focus, update the current indexAndy Shaw2018-01-222-0/+21
* QMenuBar: Fix repetitive emission of triggered() when using addAction(QString)Yulong Bai2018-01-211-3/+7
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-2/+6
|\
| * 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
* | | | Sync QItemDelegate::doLayout with QCommonStylePrivate::viewItemLayoutChristian Ehrlicher2018-01-181-1/+1
* | | | doc: Fix remaining clang parsing errors in QtWidgetsMartin Smith2018-01-182-7/+4
* | | | QCommonStylePrivate::viewItemSize: fix text height calculationChristian Ehrlicher2018-01-172-0/+10
* | | | QMacStyle: Set WA_MacShowFocusRect for checkbox, radio buttonGabriel de Dietrich2018-01-172-0/+2
* | | | QItemDelegate::doLayout: only call QStyle::pixelMetric() onceChristian Ehrlicher2018-01-162-10/+16
* | | | qstylesheet: remove a few unneeded memory allocationsSergio Martins2018-01-131-11/+6
* | | | doc: Add template clause to qstyleoption_cast functionsMartin Smith2018-01-121-4/+4
* | | | doc: Remove several uses of '/' as continuation characterMartin Smith2018-01-121-8/+4
* | | | doc: Add missing template clauses in qitemeditorfactory.cppMartin Smith2018-01-121-6/+6
* | | | doc: Add template clause to \fn commands in qmenu.cppMartin Smith2018-01-121-6/+6
* | | | doc: Add template clause to \fn commands in qtoolbar.cppMartin Smith2018-01-121-6/+6
* | | | doc: Remove <CR> from \fn commandsMartin Smith2018-01-121-4/+2
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-127-27/+33
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-117-27/+33
| |\| | |
| | * | | 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
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-1216-23/+24
|/ / /
* | | QHeaderView: fix visualIndexAt() in rtl-modeChristian Ehrlicher2018-01-091-1/+1
* | | Avoid useless casts to/from uintChristian Ehrlicher2018-01-093-14/+14
* | | QMenuBar: Add overloads of addAction() using Qt 5 signals and slotsAnton Kudryavtsev2018-01-062-0/+62
* | | QStyledItemDelegate: adjust editor geometry also in LTR-modeChristian Ehrlicher2018-01-061-5/+6
* | | QHeaderView: respect min/maximumSectionSize propertyChristian Ehrlicher2018-01-061-3/+40
* | | Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-054-5/+13
* | | QtWidgets: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-042-7/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-1/+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
* | | QTreeWidget: fix visualItemRect()Christian Ehrlicher2018-01-031-3/+3