summaryrefslogtreecommitdiff
path: root/src/controls/TableView.qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "TableView: remove unused property backgroundColor"Jens Bache-Wiig2013-05-081-0/+6
* Refactor and clean up public style APIJens Bache-Wiig2013-05-081-2/+4
* TableView: Expose positionViewAtIndex() methodCaroline Chao2013-05-071-0/+35
* TableView: Fix activated() not emittedCaroline Chao2013-05-071-4/+19
* TableView: remove unused property backgroundColorCaroline Chao2013-05-071-6/+0
* disable horizontal flick in TableViewTasuku Suzuki2013-05-071-1/+1
* Doc: correct for compliancy with Writing GuidelinesNico Vertriest2013-05-071-0/+1
* Allow TableView to scroll to bottomJens Bache-Wiig2013-05-041-0/+1
* TableView: Fix sortIndicatorOrder propertyCaroline Chao2013-05-031-3/+7
* TableView: make rowCount and columnCount read-onlyCaroline Chao2013-04-291-2/+2
* ScrollBar style refactoringJens Bache-Wiig2013-04-261-2/+2
* Make TableView selection color workJens Bache-Wiig2013-04-261-11/+13
* Don't select a TableView index by defaultJens Bache-Wiig2013-04-261-1/+4
* TableView: Fix mouse click not forwarded to childCaroline Chao2013-04-251-0/+1
* Add column role back in TableView itemDelegateJens Bache-Wiig2013-04-241-0/+1
* Improved styling for Qml styleJens Bache-Wiig2013-04-191-2/+0