index
:
qt-extensions/qttreeview.git
6.1
master
Qt Extension: TreeView
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickTreeView: be able to expand rows that are not yet visible in the view
HEAD
master
Richard Moe Gustavsen
2022-01-24
1
-10
/
+14
*
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
1
-13
/
+12
*
Avoid conflict between TreeView in QtQuick and Marketplace
Richard Moe Gustavsen
2022-01-06
2
-22
/
+22
*
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
*
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 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
1
-37
/
+17
*
Check that modelIndex is valid before trying to use it
6.1
Richard Moe Gustavsen
2021-05-19
1
-0
/
+6
*
Fix compiler warning about returning reference to local object
Richard Moe Gustavsen
2021-05-10
2
-2
/
+2
*
Only stop keypress propagation if TreeView actually uses the key
Richard Moe Gustavsen
2021-04-19
1
-0
/
+1
*
Ensure the tree has items before moving currentViewIndex
Richard Moe Gustavsen
2021-04-19
1
-0
/
+3
*
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
1
-2
/
+2
*
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
3
-0
/
+3
*
Don't store pointers to items inside a QList
Richard Moe Gustavsen
2021-02-11
2
-9
/
+13
*
Add CMake port based on the qmake setup
Venugopal Shivashankar
2021-01-07
1
-0
/
+48
*
Doc: Fix documentation warnings
Topi Reinio
2020-11-26
2
-78
/
+69
*
Update correct marketplace license header
Jani Heikkinen
2020-10-22
7
-56
/
+77
*
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
7
-0
/
+14
*
Doc: Fix the qhp file name in the qdocconf
Venugopal Shivashankar
2020-05-28
1
-1
/
+1
*
Make TreeView a proper Qt module
Richard Moe Gustavsen
2020-05-20
3
-12
/
+42
*
Fix namespace build
Richard Moe Gustavsen
2020-05-15
1
-0
/
+2
*
TreeView 1.0
Richard Moe Gustavsen
2020-05-14
9
-0
/
+2822