aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen13 days1-15/+24
* QQuickTableView: remove syncView from destructorRichard Moe Gustavsen2024-02-291-0/+16
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-131-0/+27
* TableView: don't rebuild everything if row count changedRichard Moe Gustavsen2023-11-131-4/+9
* TableView: don't emit rows and columns changed while rebuildingRichard Moe Gustavsen2023-11-091-0/+120
* QML TableView: resizable{Rows|Columns} scroll fixJonas Karlsson2023-09-211-0/+49
* QQuickTableView: let the subclass decide which model to use for selectionsRichard Moe Gustavsen2023-09-201-1/+1
* Fix delegate loading issue when valid size is specifiedSanthosh Kumar2023-05-301-0/+12
* TableInstanceModel: handle roleName invalidationRichard Moe Gustavsen2023-04-181-0/+15
* Quick item view tests: fix compile warningVolker Hilsheimer2023-04-181-1/+1
* Ignore tap events for table view when interactive is disabledSanthosh Kumar2023-04-111-0/+42
* QQuickTableView: only clear selections when selections are enabledRichard Moe Gustavsen2023-03-221-2/+17
* QQuickTableView: implement SelectedTapped correctlyRichard Moe Gustavsen2023-03-171-1/+6
* TableView: deprecate positionViewAtCell(column, row) in favor of positionView...Richard Moe Gustavsen2023-02-131-9/+10
* TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex)Richard Moe Gustavsen2023-02-131-11/+11
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-131-5/+5
* QQuickTableView: set active focus directly on the edit itemRichard Moe Gustavsen2023-01-201-0/+68
* QQuickTableView: don't load any delegates if viewport has zero sizeRichard Moe Gustavsen2023-01-121-2/+40
* QQuickTableView: never start to edit from a modifier key aloneRichard Moe Gustavsen2022-12-121-0/+10
* QQuickTableView: let the edit delegate be a child of the cell delegateRichard Moe Gustavsen2022-12-071-0/+16
* QQuickTableView: add layoutChanged() signalRichard Moe Gustavsen2022-12-051-0/+47
* QQuickTableView: implement TableView.editDelegateRichard Moe Gustavsen2022-12-011-0/+688
* QQuickTableView: respect activeFocusOnTabRichard Moe Gustavsen2022-11-251-0/+46
* QQuickTableView: don't change index if tapping on the resize areaRichard Moe Gustavsen2022-11-161-12/+25
* QQuickTableView: add tab supportRichard Moe Gustavsen2022-11-161-0/+98
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-111-0/+37
* QQuickTableView: do a relayout whenever the view is resizedRichard Moe Gustavsen2022-11-111-1/+24
* QQuickTableView: emit changes to leftColumn() _after_ it has been updatedRichard Moe Gustavsen2022-11-101-0/+28
* QQuickTableView: implement support for letting the user resize rows and columnsRichard Moe Gustavsen2022-11-091-0/+338
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-241-0/+80
* QQuickTableView: protect against delegate being deletedFabian Kosmale2022-10-191-0/+14
* QQuickTableView: forward sync view calls to setColumnWidth/RowHeightRichard Moe Gustavsen2022-10-141-0/+58
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-8/+8
* Port from container::count() and length() to size()Marc Mutz2022-10-071-15/+15
* QQuickTableView: add API to set section sizes explicitlyRichard Moe Gustavsen2022-10-071-0/+283
* QQuickTableView: clear selection on tap directly in TableViewRichard Moe Gustavsen2022-08-111-0/+24
* QQuickLoader: Remove QQmlV4Function usageFabian Kosmale2022-08-031-1/+1
* TableView: Add a test for TableView with bound delegate componentsUlf Hermann2022-07-211-0/+54
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QQuickTableView: add new property 'selectionBehavior'Richard Moe Gustavsen2022-06-031-4/+140
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-1/+1
* QQuickTableView: ensure we use the correct margins during key navigationRichard Moe Gustavsen2022-05-311-0/+51
* QQuickTableView: add a 'subRect' argument to the positionViewAtCell() functionsRichard Moe Gustavsen2022-05-311-105/+251
* QQuickTableView: add a new 'alternatingRows' propertyRichard Moe Gustavsen2022-05-271-0/+13
* QQuickTableView: make top-left cell current on first key pressRichard Moe Gustavsen2022-05-251-0/+53
* QQuickTableView: let sync views sync margins as wellRichard Moe Gustavsen2022-05-111-3/+36
* QQuickTableView: add currentRow and currentColumnRichard Moe Gustavsen2022-04-211-0/+72
* Fix tst_qquicktableview on AndroidAndreas Buhr2022-04-151-1/+1
* QQuickTableView: for cells bigger than the view, prefer showing the top-left ...Richard Moe Gustavsen2022-04-131-0/+47