summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Document that toggleViewAction can't be used to toggle the dock widgetVolker Hilsheimer2019-12-041-2/+5
* 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
* | QtWidgets/Windows: Simplify .pro filesFriedemann Kleint2019-11-281-1/+0
* | QLayoutItem: make QLayoutItem::widget() const in Qt6Christian Ehrlicher2019-11-274-6/+31
* | 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
* | 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
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-011-1/+1
|\| |
| * | Turn a local QHash into a QMultiHashMÃ¥rten Nordheim2019-10-311-1/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-302-2/+8
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-291-2/+2
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-281-2/+2
| | |\|
| | | * QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
| * | | QGraphicsItem: disable deprecated warnings during compilationChristian Ehrlicher2019-10-281-0/+6
| |/ /
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-14/+21
|\| |
| * | Specify year in month name lookups for QCalendarWidgetEdward Welbourne2019-10-251-14/+21
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-256-24/+41
|\| |
| * | QTableView: properly deselect row when column 0 is hidden/not visibleChristian Ehrlicher2019-10-241-1/+1