summaryrefslogtreecommitdiffstats
path: root/src/controls/TableView.qml
Commit message (Expand)AuthorAgeFilesLines
* Unify license header usageAntti Kokko2016-02-041-12/+15
* TableView, TreeView: Refactor documentationGabriel de Dietrich2015-04-161-217/+4
* Doc: Fix qml method signaturesCaroline Chao2015-03-131-1/+1
* Doc: Fix qtdoc warningsCaroline Chao2015-03-061-4/+4
* Merge Extras' styling system into Controls'.Mitch Curtis2015-03-021-1/+1
* BasicTableView: Refactor and specialize ItemDelegateLoaderGabriel de Dietrich2015-02-131-0/+6
* BasicTableView refactoring: Separate view from user interactionGabriel de Dietrich2015-02-121-857/+211
* Controls: update license headersJ-P Nurmi2015-02-111-28/+24
* TableView: Fixed rowDelegate's "model" propertyRuslan Nigmatullin2015-02-051-2/+2
* Fix column header draggingJoni Poikelin2015-02-041-2/+0
* TableView: Clear row index when the delegate gets recycledGabriel de Dietrich2015-02-021-0/+1
* Format TableView's detailed description code snippet.Mitch Curtis2014-11-131-16/+33
* TableViewStyle: Fix and document styleData.hasActiveFocus propertyGabriel de Dietrich2014-10-221-3/+6
* TableView: Raise focused and selected rowsGabriel de Dietrich2014-10-221-0/+1
* Tidy up TableView delegate documentation.Mitch Curtis2014-10-191-6/+6
* TableView: correct event.accepted in key handlersLiang Qi2014-10-091-3/+8
* Controls: Fixed support for Keys attached property on TableViewLiang Qi2014-10-081-1/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-1/+3
|\
| * TableView: fix tab navigationJ-P Nurmi2014-09-101-1/+3
* | TableView: fix styleData.pressed for filled rowsJ-P Nurmi2014-07-311-0/+2
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-171-1/+2
|\|
| * Fixed incorrect cursor when moving column in TableViewPiotr Wycisk2014-07-111-1/+2
* | Introduce TableView::pressAndHold(int row) [signal]J-P Nurmi2014-07-141-0/+19
* | TableView: add styleData.pressed for itemDelegate & rowDelegateJ-P Nurmi2014-07-111-13/+41
|/
* TableView: Allow resizing and scrolling single-column tablesGabriel de Dietrich2014-06-061-4/+5
* TableView: Make sure we get the content width with hidden headerGabriel de Dietrich2014-06-051-2/+2
* TableView: Reset dragged header position if not movedGabriel de Dietrich2014-06-051-1/+6
* TableView: cleanup unused Text left overJ-P Nurmi2014-05-211-2/+0
* TableView: fix the position of "filled" rowsJ-P Nurmi2014-05-151-1/+1
* TableView: fix styleData.row to be a bindingJ-P Nurmi2014-05-061-1/+1
* Ensure that styleData.row is initialized in delegatesJens Bache-Wiig2014-04-151-2/+3
* Allow TableView headers to be resized in a FlickableJens Bache-Wiig2014-04-081-0/+1
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-071-1/+1
* Import QtQuick 2.2J-P Nurmi2014-04-071-1/+1
* Add a note on recycling of delegates for TableViewJens Bache-Wiig2014-03-281-1/+16
* Doc: Append handler names to \qmlsignal documentationSze Howe Koh2014-03-181-0/+6
* Fixed offset for overlay in moveable TableViewColumnsJens Bache-Wiig2014-03-111-3/+3
* TableView: Make "model" property consistent with ListViewJens Bache-Wiig2014-02-261-1/+1
* TableView: fix activeFocusOnTab behaviorLiang Qi2014-02-251-1/+1
* Minor cleanup and optimizations for TableViewJens Bache-Wiig2014-02-211-4/+2
* Speed up binding comparisons for TableViewJens Bache-Wiig2014-02-201-9/+9
* Improve TableView performance by caching row-delegatesJens Bache-Wiig2014-02-201-69/+114
* TableViewColumn: make resizing easier on touchscreensShawn Rutledge2014-01-231-1/+3
* TableView: added resizeToContents and resizeColumnsToContentsShawn Rutledge2014-01-221-13/+20
* TableView.selection docsShawn Rutledge2014-01-141-4/+4
* Fixed: Regression in key navigation on TableViewJens Bache-Wiig2013-12-211-1/+1
* Fix TableView scrolling problemJ-P Nurmi2013-11-201-1/+1
* Fix some issues with Base styleJens Bache-Wiig2013-10-311-1/+1
* Doc: Fix links to Qt Quick Controls Styles itemsCaroline Chao2013-10-231-0/+3
* Ignore shift modifier in single selection modeJens Bache-Wiig2013-10-221-1/+1