aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-1/+1
* QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-091-0/+13
* QQuickTableView: add cellAtPos() functionsRichard Moe Gustavsen2020-04-091-0/+2
* QQuickTableView: add function: itemAtCell(const QPoint)Richard Moe Gustavsen2020-04-081-0/+2
* QQuickTableView: add positionViewAtRow()/Column()Richard Moe Gustavsen2020-04-081-0/+4
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-5/+5
* QQuickTableView: make syncView/syncDirection/model private implementation vir...Yulong Bai2020-01-201-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-2/+2
|\
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-2/+2
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-1/+4
|/
* QQuickTableView: change implementation of enforceTableAtOrigin()Richard Moe Gustavsen2019-05-111-0/+5
* QQuickTableView: add new 'syncView' propertyRichard Moe Gustavsen2019-04-231-0/+10
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-1/+1
|\
| * QQuickTableView: use correct WRITE function for contentHeightRichard Moe Gustavsen2019-02-181-1/+1
* | QQuickTableView QQuickFlickable: make destructors explicitly overrideYulong Bai2018-10-311-3/+3
* | QQuickTableView: add a protected contructor with d pointer as first argumentYulong Bai2018-10-121-0/+3
|/
* QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-171-0/+3
* QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-131-1/+0
* QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-111-8/+4
* QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-101-20/+0
* QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-221-0/+3
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-131-9/+8
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-101-5/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-101-0/+2
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-091-0/+9
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-021-0/+7
* QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-181-22/+0
* QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-181-2/+10
* TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-101-22/+0
* TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-041-7/+11
* TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-281-0/+21
* TableView: add support for table marginsRichard Moe Gustavsen2018-05-141-0/+20
* QQuickTableView: add new class: QQuickTableViewRichard Moe Gustavsen2018-04-121-0/+171