summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-4/+30
|\
| * Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-061-4/+30
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-054-4/+13
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-024-15/+16
* | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-022-10/+26
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-9/+0
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-9/+0
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-082-32/+91
| | |\
| | * | Revert "QListView: Honor css :first/:middle/:last Pseudo-States"Christian Ehrlicher2019-01-041-9/+0
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-214-7/+7
|\| | |
| * | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-104-7/+7
| | |/ | |/|
* | | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-068-14/+16
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-32/+91
|\| |
| * | QTableView: Fix keyboard navigation with disabled rowsChristian Ehrlicher2018-12-182-32/+91
| |/
* | QbstractItemView: Allow Key_Space for keyboardSearch()Christian Ehrlicher2018-12-251-2/+8
* | QTreeView: fix keyboard navigation when first or last item is disabledChristian Ehrlicher2018-12-252-3/+29
* | Widgets: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-1/+1
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* | QTreeWidget: mark is/setFirstItemColumnSpanned() as deprecatedChristian Ehrlicher2018-12-112-20/+33
* | Remove the model pointer from QPersistentModelIndexDataLars Knoll2018-12-071-2/+1
* | QListWidget: mark (is|set)Item(Selected|Hidden) as deprecatedChristian Ehrlicher2018-12-042-45/+63
* | QTreeWidget: mark (is|set)Item(Selected|Hidden|Expanded) as deprecatedChristian Ehrlicher2018-11-092-58/+78
* | QHeaderView: check for changed roles in dataChanged()Christian Ehrlicher2018-11-081-1/+17
* | QHeaderView: Fix updating hidden sections during initializeSections()Christian Ehrlicher2018-11-081-2/+3
* | ItemWidgets: add helper function to retrieve the underlying modelChristian Ehrlicher2018-11-086-67/+105
* | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-052-4/+4
* | QTableWidget: mark isItemSelected/setItemSelected() as deprecatedChristian Ehrlicher2018-11-022-32/+49
* | QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-025-13/+46
* | QTreeView: add expandRecursively() to expand all items below an indexChristian Ehrlicher2018-11-022-16/+47
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-256-28/+32
|\|
| * QTableWidget: fix cellChanged signal emitted by takeItem()Christian Ehrlicher2018-10-191-1/+1
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-175-27/+31
| |\
| | * Modernize the "animation" featureLiang Qi2018-10-125-27/+31
* | | Itemviews: mark some functions as deprecatedChristian Ehrlicher2018-10-213-12/+36
* | | QTreeView: small optimization in verticalOffset()Christian Ehrlicher2018-10-131-5/+3
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-081-3/+4
|\| |
| * | QTreeView: adjust documentation of key bindingsChristian Ehrlicher2018-10-041-3/+4
* | | QAbstractScrollArea: fix sizeHint when widget is not visibleChristian Ehrlicher2018-10-042-7/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-292-4/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-272-4/+1
| |\|
| | * QHeaderView: Don't unhide hidden sections on layoutChanged()Christian Ehrlicher2018-09-241-3/+0
| | * Modernize the "datestring" featureLiang Qi2018-09-241-1/+1
* | | QTreeView: sync keyboard search behavior with other itemviewsChristian Ehrlicher2018-09-251-9/+2
* | | QHeaderView: apply small optimization in recalcSectionStartPos()Christian Ehrlicher2018-09-241-3/+3
* | | QItemWidgets: emit layoutChanged with proper sortHintChristian Ehrlicher2018-09-243-12/+12
* | | QListView: Speedup handling of hidden itemsChristian Ehrlicher2018-09-172-16/+27
* | | QTableView: fix calculating cells to drawChristian Ehrlicher2018-09-171-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-101-2/+6
|\| |
| * | QTableView: Fix PageUp not getting to top when first row is hiddenChristian Ehrlicher2018-09-091-2/+6