summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Make setModel() virtualAndrew Patterson2019-12-061-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-2/+5
|\
| * Document that toggleViewAction can't be used to toggle the dock widgetVolker Hilsheimer2019-12-041-2/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-046-17/+42
|\|
| * QMdiArea: on macOS using tabs, render document icons next to the textVolker Hilsheimer2019-12-031-1/+1
| * CMake: Use lower-case macro/function namesKai Koehne2019-12-031-1/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-034-15/+40
| |\
| | * QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-291-0/+2
| | * QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-271-3/+8
| | * QDial: use correct button colorChristian Ehrlicher2019-11-261-3/+6
| | * Doc: Improve explanation of QLineEdit input maskEirik Aavitsland2019-11-261-9/+24
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2019-11-295-7/+31
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-295-7/+31
| |\| |
| | * | QtWidgets/Windows: Simplify .pro filesFriedemann Kleint2019-11-281-1/+0
| | * | QLayoutItem: make QLayoutItem::widget() const in Qt6Christian Ehrlicher2019-11-274-6/+31
* | | | Windows: Remove configure test for theme library uxthemeFriedemann Kleint2019-11-281-9/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-277-96/+64
|\| |
| * | QtWidgets: Fix warnings about providing function for DESIGNABLE in property d...Friedemann Kleint2019-11-265-18/+12
| * | qtestsupport_widgets.h: Fix syncqt warningFriedemann Kleint2019-11-261-1/+1
| * | QComboBox cleanup: use member initialization and nullptrChristian Ehrlicher2019-11-262-78/+52
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2581-199/+449
|\| |
| * | QList/Table/TreeWidgetItem: Allow reseting values by passing the default valueChristian Ehrlicher2019-11-226-15/+28
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-229-37/+27
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-2046-74/+72
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-202-6/+14
| |\|
| | * Doc: improve Using Model Indexes in Model View Programming guideSamuel Gaist2019-11-192-6/+14
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-1/+1
| |\|
| | * QLineEdit: Fix End key for input masksDaniel Teske2019-11-151-1/+1
| * | QComboBox: add property placeholderTextChristian Ehrlicher2019-11-153-6/+55
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-11-153-14/+27
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-153-14/+27
| | |\|
| | | * QTreeView: make sure to not ask the old model during setModelChristian Ehrlicher2019-11-141-0/+2
| | | * Fix rendering of markdown in QLabelEike Ziller2019-11-132-14/+25
| | | * QTableWidget: Fix -Wdeprecated-copy warningAlbert Astals Cid2019-11-122-5/+6
| * | | Take widget content margin into account for menu bar size calculationSamuel Gaist2019-11-152-10/+8
| * | | QStyleSheetStyle: add new property to QPushButton: iconRichard Moe Gustavsen2019-11-142-16/+52
| * | | QShortcut: add pmf ctor overloadsChristian Ehrlicher2019-11-142-4/+130
| * | | Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-145-5/+5
| |/ /
| * | Make sure the metatypes are installed in prefix buildsUlf Hermann2019-11-131-2/+2
| * | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-085-6/+24
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-11-064-5/+23
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-064-5/+23
| | | |\
| | | | * Doc: Add notes about Qt Style Sheets taking precedenceLeena Miettinen2019-10-312-2/+10
| | | | * Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-292-3/+13
| | * | | QAbstractItemView: don't toggle selection on mouse move on some indexChristian Ehrlicher2019-11-061-1/+1
| | |/ /
| * | | Don't insert multiple names for the same roleLars Knoll2019-11-052-2/+3
* | | | QShortcut: Fix build with -no-feature-whatsthisFriedemann Kleint2019-11-061-0/+4
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-021-1/+1
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-011-1/+1
| |\| |