aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Selection support: make TableView selectableRichard Moe Gustavsen2021-06-031-1/+22
* Selection support: support setting a QItemSelectionModel on TableViewRichard Moe Gustavsen2021-06-021-0/+10
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-261-0/+2
* QQuickTableView: make functions constRichard Moe Gustavsen2021-03-261-14/+14
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-231-0/+1
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-211-3/+6
* QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-091-0/+2
* QQuickTableView: add positionViewAtRow()/Column()Richard Moe Gustavsen2020-04-081-7/+27
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-0/+4
|\