summaryrefslogtreecommitdiff
path: root/src/controls/TableView.qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some TableView optimization for v4Jens Bache-Wiig2013-10-151-13/+11
* Fix crash with TableView on android and show alternating rows when emptyJens Bache-Wiig2013-10-151-2/+12
* TableView: fix touch selection behaviorJ-P Nurmi2013-10-111-2/+7
* Enable flicking on touch based devicesJens Bache-Wiig2013-09-301-3/+3
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-261-1/+1
* Enable TableView multi-row selectionJens Bache-Wiig2013-09-201-5/+173
* Add TableViewColumn::movableJ-P Nurmi2013-09-171-5/+9
* Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-3/+3
* Add textAlignment to TableViewJens Bache-Wiig2013-08-201-0/+4
* Add resizable as a property of TableViewColumnJens Bache-Wiig2013-08-131-1/+1
* TableView: Fix page up / down keyboard navigationNils Jeisecke2013-07-301-2/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-1/+1
|\
| * Adapt to Qt.platform.os rename ("mac" -> "osx")v5.1.0-rc2v5.1.0J-P Nurmi2013-06-241-1/+1
* | TableView: let delegates handle mouse eventsCaroline Chao2013-06-191-3/+14
|/
* Fix TableView::positionViewAtRow()J-P Nurmi2013-06-111-1/+1
* Updated activation signals in TableViewJens Bache-Wiig2013-06-101-17/+59
* Fix missing headerview gap when not showing frame in TableViewJens Bache-Wiig2013-06-061-1/+1
* Replace backgroundColor with backgroundVisibleJens Bache-Wiig2013-06-061-0/+10
* Prevent possible division by zeroJens Bache-Wiig2013-06-041-1/+1
* Improve default size for several controlsJens Bache-Wiig2013-06-031-2/+2
* Doc: Fixes warningsCaroline Chao2013-06-031-3/+2
* TableView: Expand to single column and prevent multiple useJens Bache-Wiig2013-05-311-4/+10
* Move backgroundColor from TableView to TableViewStyleJens Bache-Wiig2013-05-291-7/+1
* Revise TableView API for managing the columnsJ-P Nurmi2013-05-291-24/+88
* Refactor TableView styling APIJens Bache-Wiig2013-05-271-51/+68
* Style polishJens Bache-Wiig2013-05-271-1/+1
* Make QQuickSettings::style a property with a notifier signalJ-P Nurmi2013-05-241-1/+1
* TableView: optimize bindingsJ-P Nurmi2013-05-231-56/+51
* TableView: Fix rowAt functionCaroline Chao2013-05-221-3/+2
* TableView: fix a performance issue with row delegate instantiationJ-P Nurmi2013-05-171-0/+1
* TableView: expose rowAt methodCaroline Chao2013-05-161-2/+17
* Rename rowIndex and columnIndex to just row and columnJens Bache-Wiig2013-05-161-7/+7
* Remove currentRowItem and rename positionViewAtIndexJens Bache-Wiig2013-05-161-13/+10
* Rename sortColumnIndex to sortIndicatorColumnJens Bache-Wiig2013-05-161-10/+10
* Don't draw anything in TableView unless there is a columnJens Bache-Wiig2013-05-161-1/+2