aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-171-1/+2
* SelectionRectangle: ensure we remove or update selection handles if selection...Richard Moe Gustavsen2024-03-261-0/+4
* TableView: don't clear existing selectionRichard Moe Gustavsen2024-01-181-0/+1
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-131-0/+1
* TableView: don't emit rows and columns changed while rebuildingRichard Moe Gustavsen2023-11-091-0/+1
* QQuickTableView: let the subclass decide which model to use for selectionsRichard Moe Gustavsen2023-09-201-1/+1
* TableView: implement SelectionModeRichard Moe Gustavsen2023-06-021-0/+1
* Ignore tap events for table view when interactive is disabledSanthosh Kumar2023-04-111-0/+16
* QQuickTableView: reposition selection handles whenever TableView updates the ...Richard Moe Gustavsen2023-01-201-2/+0
* Fix content position of table view controlSanthosh Kumar2023-01-181-1/+2
* Fix build with -no-feature-cursorTasuku Suzuki2023-01-171-0/+4
* QQuickTableView: support multi-selectionRichard Moe Gustavsen2022-12-081-2/+2
* QQuickTableView: implement TableView.editDelegateRichard Moe Gustavsen2022-12-011-0/+8
* QQuickTableView: factor out common press/tapp code to handleTap()Richard Moe Gustavsen2022-11-181-0/+1
* QQuickTableView: factor out parts of the key handling into private functionRichard Moe Gustavsen2022-11-171-0/+1
* QQuickTableView: implement support for letting the user resize rows and columnsRichard Moe Gustavsen2022-11-091-0/+74
* QQuickTableView: protect against delegate being deletedFabian Kosmale2022-10-191-1/+1
* SelectionRectangle: ask TableView for acceptance before starting a selectionRichard Moe Gustavsen2022-10-181-0/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* QQuickTableView: add API to set section sizes explicitlyRichard Moe Gustavsen2022-10-071-0/+3
* QQuickTableViewPrivate: add immediate arg to forceLayout()Richard Moe Gustavsen2022-09-241-1/+1
* QQuickTableView: remove unused codeRichard Moe Gustavsen2022-09-221-20/+0
* QQuickTableView: remove unused static variablesFabian Kosmale2022-08-031-5/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-041-1/+1
* QQuickTableView: add new property 'selectionBehavior'Richard Moe Gustavsen2022-06-031-2/+3
* QQuickTableView: add a 'subRect' argument to the positionViewAtCell() functionsRichard Moe Gustavsen2022-05-311-4/+8
* QQuickTableView: add a new 'alternatingRows' propertyRichard Moe Gustavsen2022-05-271-0/+1
* QQuickTableView: add currentRow and currentColumnRichard Moe Gustavsen2022-04-211-0/+4
* QQuickTableView: for cells bigger than the view, prefer showing the top-left ...Richard Moe Gustavsen2022-04-131-2/+0
* QQuickTableView: keep selection model and tableview model in syncRichard Moe Gustavsen2022-04-111-0/+2
* QQuickTableView: implement support for currentIndexRichard Moe Gustavsen2022-03-301-0/+9
* QQuickTableView: add "Visible" and "Contain" to PositionModeRichard Moe Gustavsen2022-03-231-0/+2
* QQuickTableView: refactor positionViewAtCell() into two functionsRichard Moe Gustavsen2022-03-211-1/+2
* QQuickTableView: refactor scrollToCell() into two separate functionsRichard Moe Gustavsen2022-03-211-1/+3
* QQuickTableView: rename a couple of private variablesRichard Moe Gustavsen2022-03-211-4/+4
* QQuickTableView: implement PositionMode, deprecate usage of Qt::AlignmentRichard Moe Gustavsen2022-03-181-0/+1
* QQuickTableView: implement scrollToCell()Richard Moe Gustavsen2022-03-121-0/+8
* QQuickTableView: refactor cancelOvershoot()Richard Moe Gustavsen2022-03-071-5/+2
* QQuickTableView: implement private helper function: atTableEnd()Richard Moe Gustavsen2022-03-051-2/+4
* QQuickTableView: implement getEffectiveRowY/ColumnX()Richard Moe Gustavsen2022-03-021-0/+2
* QQuickTableView: be able to specify incubation mode to loadAndUnloadVisibleEd...Richard Moe Gustavsen2022-03-021-1/+1
* QQuickTableView: make some functions constRichard Moe Gustavsen2022-03-021-12/+12
* QQuickTreeView: refactor 'setRequiredProperty()' into QQuickTableViewRichard Moe Gustavsen2022-02-221-4/+8
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-141-0/+5
* QQuickTableView: replace two QFlatMaps with ordered QListsMarc Mutz2022-01-291-7/+7
* QQuickTableView: convert callback functions to be virtualRichard Moe Gustavsen2021-12-041-5/+5
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-271-1/+1
* QQuickTableView: issue warning if no selection model is availableRichard Moe Gustavsen2021-08-261-0/+2