| Commit message (Expand) | Author | Age | Files | Lines |
* | QQuickTreeView: be able to expand rows that are not yet visible in the viewHEADmaster | Richard Moe Gustavsen | 2022-01-24 | 2 | -10/+37 |
* | Fix compiler warnings | Richard Moe Gustavsen | 2022-01-06 | 2 | -2/+2 |
* | Change the cmake build to use qt_internal_add_qml_module | Richard Moe Gustavsen | 2022-01-06 | 3 | -14/+17 |
* | Avoid conflict between TreeView in QtQuick and Marketplace | Richard Moe Gustavsen | 2022-01-06 | 9 | -42/+63 |
* | Update qquicktreeview to take Qt 6.3 API changes into account | Richard Moe Gustavsen | 2022-01-06 | 2 | -0/+15 |
* | Let Q_DECLARE_PUBLIC be public | Richard Moe Gustavsen | 2022-01-06 | 1 | -2/+1 |
* | Ensure we emit layoutChanged when layout changes | Richard Moe Gustavsen | 2021-12-16 | 1 | -0/+13 |
* | Autotest: Add new test: expandAndCollapseChildren | Richard Moe Gustavsen | 2021-10-20 | 1 | -0/+51 |
* | Autotest: Add new test: insertRows | Richard Moe Gustavsen | 2021-10-20 | 3 | -0/+54 |
* | Let TreeView update attached properties when model data changes | Richard Moe Gustavsen | 2021-08-05 | 2 | -17/+37 |
* | Fix spelling mistake | Richard Moe Gustavsen | 2021-08-05 | 2 | -7/+7 |
* | Update model data for all columns | Richard Moe Gustavsen | 2021-08-02 | 1 | -3/+6 |
* | Add note about building with cmake | Richard Moe Gustavsen | 2021-07-08 | 1 | -0/+3 |
* | Add the dependencies for the generated qmldir | Andy Shaw | 2021-07-08 | 1 | -2/+6 |
* | Ensure that the symbol is found in a static build | Andy Shaw | 2021-06-17 | 1 | -0/+8 |
* | Port to newer CMake API | Fabian Kosmale | 2021-06-16 | 3 | -53/+22 |
* | Check that modelIndex is valid before trying to use it6.1 | Richard Moe Gustavsen | 2021-05-19 | 2 | -0/+22 |
* | Fix compiler warning about returning reference to local object | Richard Moe Gustavsen | 2021-05-10 | 2 | -2/+2 |
* | Fix README.md to have the right clone URL | Andy Shaw | 2021-05-07 | 1 | -1/+2 |
* | Don't assign TreeView.view to a CustomTreeView pointer | Richard Moe Gustavsen | 2021-05-07 | 1 | -1/+1 |
* | Add some extra tests for when the model is empty | Richard Moe Gustavsen | 2021-04-19 | 1 | -0/+12 |
* | Only stop keypress propagation if TreeView actually uses the key | Richard Moe Gustavsen | 2021-04-19 | 3 | -0/+89 |
* | Ensure the tree has items before moving currentViewIndex | Richard Moe Gustavsen | 2021-04-19 | 2 | -0/+28 |
* | Fix part of clazy warnings: ineffective loops and missed overrides | Evgeniy A. Dushistov | 2021-04-14 | 3 | -9/+21 |
* | Emit dataUpdated() when updating other columns than the first | Andy Shaw | 2021-03-30 | 6 | -13/+115 |
* | Support Qt 5.15 | Richard Moe Gustavsen | 2021-03-15 | 4 | -10/+248 |
* | Don't attach one big hoverhandler to the contentItem | Richard Moe Gustavsen | 2021-03-15 | 1 | -30/+26 |
* | Enable revisioned properties from TableView | Richard Moe Gustavsen | 2021-03-15 | 5 | -9/+20 |
* | Ensure we set TreeView.view | Richard Moe Gustavsen | 2021-02-22 | 5 | -1/+81 |
* | Add autotest boilerplate code | Richard Moe Gustavsen | 2021-02-22 | 7 | -7/+340 |
* | Don't store pointers to items inside a QList | Richard Moe Gustavsen | 2021-02-11 | 2 | -9/+13 |
* | Inform that you need to use qmake to build with Qt 5 | Richard Moe Gustavsen | 2021-02-08 | 1 | -0/+14 |
* | Add CMake port based on the qmake setup | Venugopal Shivashankar | 2021-01-07 | 9 | -0/+225 |
* | Update dependencies | Venugopal Shivashankar | 2021-01-07 | 1 | -3/+2 |
* | Doc: Fix documentation warnings | Topi Reinio | 2020-11-26 | 2 | -78/+69 |
* | Add dependencies.yaml | Richard Moe Gustavsen | 2020-10-22 | 1 | -0/+8 |
* | Update correct marketplace license header | Jani Heikkinen | 2020-10-22 | 13 | -104/+143 |
* | Add marketplace license file | Jani Heikkinen | 2020-10-22 | 1 | -0/+716 |
* | Update license headers to use the Marketplace version (2) | Richard Moe Gustavsen | 2020-07-16 | 2 | -2/+2 |
* | Update license headers to use the Marketplace version | Richard Moe Gustavsen | 2020-07-15 | 5 | -5/+5 |
* | Add missing lines to license headers | Richard Moe Gustavsen | 2020-06-03 | 13 | -0/+26 |
* | Disable some examples when widgets are not available | Richard Moe Gustavsen | 2020-06-02 | 2 | -0/+4 |
* | Doc: Fix the qhp file name in the qdocconf | Venugopal Shivashankar | 2020-05-28 | 1 | -1/+1 |
* | Fix auto-test not building | Richard Moe Gustavsen | 2020-05-20 | 1 | -1/+1 |
* | Make TreeView a proper Qt module | Richard Moe Gustavsen | 2020-05-20 | 22 | -19/+127 |
* | Fix namespace build | Richard Moe Gustavsen | 2020-05-15 | 1 | -0/+2 |
* | TreeView 1.0 | Richard Moe Gustavsen | 2020-05-14 | 24 | -0/+3688 |