| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unify license header usage | Antti Kokko | 2016-02-04 | 1 | -12/+15 |
| * | TableView, TreeView: Refactor documentation | Gabriel de Dietrich | 2015-04-16 | 1 | -217/+4 |
| * | Doc: Fix qml method signatures | Caroline Chao | 2015-03-13 | 1 | -1/+1 |
| * | Doc: Fix qtdoc warnings | Caroline Chao | 2015-03-06 | 1 | -4/+4 |
| * | Merge Extras' styling system into Controls'. | Mitch Curtis | 2015-03-02 | 1 | -1/+1 |
| * | BasicTableView: Refactor and specialize ItemDelegateLoader | Gabriel de Dietrich | 2015-02-13 | 1 | -0/+6 |
| * | BasicTableView refactoring: Separate view from user interaction | Gabriel de Dietrich | 2015-02-12 | 1 | -857/+211 |
| * | Controls: update license headers | J-P Nurmi | 2015-02-11 | 1 | -28/+24 |
| * | TableView: Fixed rowDelegate's "model" property | Ruslan Nigmatullin | 2015-02-05 | 1 | -2/+2 |
| * | Fix column header dragging | Joni Poikelin | 2015-02-04 | 1 | -2/+0 |
| * | TableView: Clear row index when the delegate gets recycled | Gabriel de Dietrich | 2015-02-02 | 1 | -0/+1 |
| * | Format TableView's detailed description code snippet. | Mitch Curtis | 2014-11-13 | 1 | -16/+33 |
| * | TableViewStyle: Fix and document styleData.hasActiveFocus property | Gabriel de Dietrich | 2014-10-22 | 1 | -3/+6 |
| * | TableView: Raise focused and selected rows | Gabriel de Dietrich | 2014-10-22 | 1 | -0/+1 |
| * | Tidy up TableView delegate documentation. | Mitch Curtis | 2014-10-19 | 1 | -6/+6 |
| * | TableView: correct event.accepted in key handlers | Liang Qi | 2014-10-09 | 1 | -3/+8 |
| * | Controls: Fixed support for Keys attached property on TableView | Liang Qi | 2014-10-08 | 1 | -1/+2 |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4 | Frederik Gladhorn | 2014-09-16 | 1 | -1/+3 |
| |\ |
|
| | * | TableView: fix tab navigation | J-P Nurmi | 2014-09-10 | 1 | -1/+3 |
| * | | TableView: fix styleData.pressed for filled rows | J-P Nurmi | 2014-07-31 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.3' into dev | J-P Nurmi | 2014-07-17 | 1 | -1/+2 |
| |\| |
|
| | * | Fixed incorrect cursor when moving column in TableView | Piotr Wycisk | 2014-07-11 | 1 | -1/+2 |
| * | | Introduce TableView::pressAndHold(int row) [signal] | J-P Nurmi | 2014-07-14 | 1 | -0/+19 |
| * | | TableView: add styleData.pressed for itemDelegate & rowDelegate | J-P Nurmi | 2014-07-11 | 1 | -13/+41 |
| |/ |
|
| * | TableView: Allow resizing and scrolling single-column tables | Gabriel de Dietrich | 2014-06-06 | 1 | -4/+5 |
| * | TableView: Make sure we get the content width with hidden header | Gabriel de Dietrich | 2014-06-05 | 1 | -2/+2 |
| * | TableView: Reset dragged header position if not moved | Gabriel de Dietrich | 2014-06-05 | 1 | -1/+6 |
| * | TableView: cleanup unused Text left over | J-P Nurmi | 2014-05-21 | 1 | -2/+0 |
| * | TableView: fix the position of "filled" rows | J-P Nurmi | 2014-05-15 | 1 | -1/+1 |
| * | TableView: fix styleData.row to be a binding | J-P Nurmi | 2014-05-06 | 1 | -1/+1 |
| * | Ensure that styleData.row is initialized in delegates | Jens Bache-Wiig | 2014-04-15 | 1 | -2/+3 |
| * | Allow TableView headers to be resized in a Flickable | Jens Bache-Wiig | 2014-04-08 | 1 | -0/+1 |
| * | Bump QtQuick.Controls import version to 1.2 | J-P Nurmi | 2014-04-07 | 1 | -1/+1 |
| * | Import QtQuick 2.2 | J-P Nurmi | 2014-04-07 | 1 | -1/+1 |
| * | Add a note on recycling of delegates for TableView | Jens Bache-Wiig | 2014-03-28 | 1 | -1/+16 |
| * | Doc: Append handler names to \qmlsignal documentation | Sze Howe Koh | 2014-03-18 | 1 | -0/+6 |
| * | Fixed offset for overlay in moveable TableViewColumns | Jens Bache-Wiig | 2014-03-11 | 1 | -3/+3 |
| * | TableView: Make "model" property consistent with ListView | Jens Bache-Wiig | 2014-02-26 | 1 | -1/+1 |
| * | TableView: fix activeFocusOnTab behavior | Liang Qi | 2014-02-25 | 1 | -1/+1 |
| * | Minor cleanup and optimizations for TableView | Jens Bache-Wiig | 2014-02-21 | 1 | -4/+2 |
| * | Speed up binding comparisons for TableView | Jens Bache-Wiig | 2014-02-20 | 1 | -9/+9 |
| * | Improve TableView performance by caching row-delegates | Jens Bache-Wiig | 2014-02-20 | 1 | -69/+114 |
| * | TableViewColumn: make resizing easier on touchscreens | Shawn Rutledge | 2014-01-23 | 1 | -1/+3 |
| * | TableView: added resizeToContents and resizeColumnsToContents | Shawn Rutledge | 2014-01-22 | 1 | -13/+20 |
| * | TableView.selection docs | Shawn Rutledge | 2014-01-14 | 1 | -4/+4 |
| * | Fixed: Regression in key navigation on TableView | Jens Bache-Wiig | 2013-12-21 | 1 | -1/+1 |
| * | Fix TableView scrolling problem | J-P Nurmi | 2013-11-20 | 1 | -1/+1 |
| * | Fix some issues with Base style | Jens Bache-Wiig | 2013-10-31 | 1 | -1/+1 |
| * | Doc: Fix links to Qt Quick Controls Styles items | Caroline Chao | 2013-10-23 | 1 | -0/+3 |
| * | Ignore shift modifier in single selection mode | Jens Bache-Wiig | 2013-10-22 | 1 | -1/+1 |