summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\| |
| | * | Turn a local QHash into a QMultiHashMÃ¥rten Nordheim2019-10-311-1/+1
* | | | Extract QGuiShortcutFriedemann Kleint2019-11-012-255/+24
* | | | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-0121-58/+57
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-012-2/+8
|\| | |
| * | | 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
| | |/ /
* | | | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-3115-1533/+98
* | | | Make QList an alias to QVectorLars Knoll2019-10-302-3/+3
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-271-14/+21
|\| | |
| * | | 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.15' into devQt Forward Merge Bot2019-10-268-35/+53
|\| | |
| * | | 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
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-245-23/+40
| | |\|
| | | * Doc: Correct snippet about customizing QMenuBarNico Vertriest2019-10-111-1/+1
| | | * Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-112-4/+26