summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1014-177/+213
|\
| * Add "checkable" state to accessible menu itemAndre de la Rocha2019-12-101-0/+2
| * Fix QPushButton style sheet style for overlay (content) imageEirik Aavitsland2019-12-101-0/+1
| * QAbstractItemView: add a note about ToolTipRole in dataChanged()Christian Ehrlicher2019-12-091-0/+2
| * QPushButton: fix icon + text layouting in RTL modeChristian Ehrlicher2019-12-092-64/+15
| * Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-091-15/+28
| * Doc: Clarify ownership of added menu for QMenuBar::addMenu(QMenu *)Alexander Volkov2019-12-091-1/+2
| * Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
| * QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+17
| * Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+6
| * Tell the truth about QDateTimeEdit's range-of-values propertiesEdward Welbourne2019-12-061-85/+115
| * Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-061-7/+10
| * Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-062-2/+6
| * QStyleSheetStyle: properly honor checkmark size when drawing a QMenuChristian Ehrlicher2019-12-051-3/+6
| * QPlainTextEdit: update internal palette on QEvent::EnabledChangeChristian Ehrlicher2019-12-051-0/+1
* | QAIV::sizeHintForIndex: return correct size when no delegate is setChristian Ehrlicher2019-12-091-2/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-06135-1752/+1752
* | QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
* | 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