aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-171-14/+50
* SelectionRectangle: ensure we remove or update selection handles if selection...Richard Moe Gustavsen2024-03-261-8/+30
* QQuickTableView: remove syncView from destructorRichard Moe Gustavsen2024-02-291-0/+8
* Doc: Fix broken linkVenugopal Shivashankar2024-02-231-1/+1
* TableView: improve debug outputRichard Moe Gustavsen2024-01-301-13/+47
* TableView: don't clear existing selectionRichard Moe Gustavsen2024-01-181-5/+17
* TableView: start a new selection when using Qt::ShiftModifierRichard Moe Gustavsen2024-01-091-3/+12
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-131-4/+10
* TableView: don't rebuild everything if row count changedRichard Moe Gustavsen2023-11-131-13/+14
* TableView: don't emit rows and columns changed while rebuildingRichard Moe Gustavsen2023-11-091-16/+6
* QML TableView: resizable{Rows|Columns} scroll fixJonas Karlsson2023-09-211-0/+4
* QQuickTableView: let the subclass decide which model to use for selectionsRichard Moe Gustavsen2023-09-201-8/+33
* QQuickTableViewResizeHandler: Silence warning about switch fall throughFriedemann Kleint2023-08-251-1/+1
* QQuickTableViewResizeHandler: don't accept events outside of usMitch Curtis2023-07-061-2/+5
* Doc: Fix linking issuesTopi Reinio2023-07-051-19/+24
* Fix crash while positioning zero sized table viewSanthosh Kumar2023-06-281-2/+8
* TableView: implement SelectionModeRichard Moe Gustavsen2023-06-021-5/+62
* Fix delegate loading issue when valid size is specifiedSanthosh Kumar2023-05-301-2/+8
* Ignore tap events for table view when interactive is disabledSanthosh Kumar2023-04-111-1/+15
* doc: Fix some warnings (broken links)Shawn Rutledge2023-03-281-21/+21
* QQuickTableView: fix minor documentation issuesRichard Moe Gustavsen2023-03-221-28/+11
* QQuickTableView: only clear selections when selections are enabledRichard Moe Gustavsen2023-03-221-2/+4
* doc, HeaderView: add a code snippet to the documentationRichard Moe Gustavsen2023-03-211-0/+4
* QQuickTableView: implement SelectedTapped correctlyRichard Moe Gustavsen2023-03-171-15/+20
* QQuickTableView: add more docs related to required propertiesRichard Moe Gustavsen2023-03-021-6/+33
* Doc: Fix warnings for undocumented parametersTopi Reinio2023-02-211-0/+3
* qquicktableview.cpp: Fix qdoc warningFriedemann Kleint2023-02-131-1/+1
* TableView: deprecate positionViewAtCell(column, row) in favor of positionView...Richard Moe Gustavsen2023-02-131-8/+40
* TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex)Richard Moe Gustavsen2023-02-131-1/+31
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-131-10/+32
* Doc: Add snippet to demonstrate keyboard navigationAndreas Eliasson2023-01-301-1/+5
* QQuickTableView: Don't fallthrough from tab/backtab to esc keyUlf Hermann2023-01-261-0/+1
* QQuickTableView: set active focus directly on the edit itemRichard Moe Gustavsen2023-01-201-64/+70
* QQuickTableView: reposition selection handles whenever TableView updates the ...Richard Moe Gustavsen2023-01-201-48/+60
* Fix content position of table view controlSanthosh Kumar2023-01-181-9/+16
* Fix build with -no-feature-cursorTasuku Suzuki2023-01-171-0/+16
* QQuickTableView: don't load any delegates if viewport has zero sizeRichard Moe Gustavsen2023-01-121-0/+11
* QQuickTableView: change the order of row and column to modelIndex()Richard Moe Gustavsen2022-12-211-8/+25
* QQuickTableView: fix C++20 buildGiuseppe D'Angelo2022-12-181-2/+2
* QQuickTableView: never start to edit from a modifier key aloneRichard Moe Gustavsen2022-12-121-1/+14
* QQuickTableView: support multi-selectionRichard Moe Gustavsen2022-12-081-7/+16
* QQuickTableView: let the edit delegate be a child of the cell delegateRichard Moe Gustavsen2022-12-071-29/+70
* QQuickTableView: improve edit docsRichard Moe Gustavsen2022-12-051-1/+6
* QQuickTableView: add layoutChanged() signalRichard Moe Gustavsen2022-12-051-0/+36
* QQuickTableView: implement TableView.editDelegateRichard Moe Gustavsen2022-12-011-33/+542
* QQuickTableView: respect activeFocusOnTabRichard Moe Gustavsen2022-11-251-0/+9
* QQuickTableView: factor out common press/tapp code to handleTap()Richard Moe Gustavsen2022-11-181-27/+27
* QQuickTableView: factor out parts of the key handling into private functionRichard Moe Gustavsen2022-11-171-156/+191
* QQuickTableView: don't change index if tapping on the resize areaRichard Moe Gustavsen2022-11-161-16/+22
* QQuickTableView: add tab supportRichard Moe Gustavsen2022-11-161-1/+45