summaryrefslogtreecommitdiff
path: root/src/controls/TableView.qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove hard dependency on widgetsJens Bache-Wiig2013-04-151-2/+1
* Remove StyleItem dependencies from controlsJens Bache-Wiig2013-04-131-92/+11
* Doc: minor language editsNico Vertriest2013-04-051-7/+7
* Improve focus behavior of TableViewJens Bache-Wiig2013-04-041-0/+2
* TableView: fix key navigationJ-P Nurmi2013-03-141-2/+2
* Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao2013-03-141-1/+1
* Replace variant with var in qml filesCaroline Chao2013-03-131-11/+11
* TableView: fixed review findingsJ-P Nurmi2013-03-121-106/+120
* Rename TableView::sortIndicatorDirection to sortIndicatorOrderJ-P Nurmi2013-03-111-8/+8
* Update TabView API and allow inser/remove of tabsJens Bache-Wiig2013-03-011-1/+1