aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickTreeView: be able to expand rows that are not yet visible in the viewHEADmasterRichard Moe Gustavsen2022-01-242-10/+37
* Fix compiler warningsRichard Moe Gustavsen2022-01-062-2/+2
* Change the cmake build to use qt_internal_add_qml_moduleRichard Moe Gustavsen2022-01-063-14/+17
* Avoid conflict between TreeView in QtQuick and MarketplaceRichard Moe Gustavsen2022-01-069-42/+63
* Update qquicktreeview to take Qt 6.3 API changes into accountRichard Moe Gustavsen2022-01-062-0/+15
* Let Q_DECLARE_PUBLIC be publicRichard Moe Gustavsen2022-01-061-2/+1
* Ensure we emit layoutChanged when layout changesRichard Moe Gustavsen2021-12-161-0/+13
* Autotest: Add new test: expandAndCollapseChildrenRichard Moe Gustavsen2021-10-201-0/+51
* Autotest: Add new test: insertRowsRichard Moe Gustavsen2021-10-203-0/+54
* Let TreeView update attached properties when model data changesRichard Moe Gustavsen2021-08-052-17/+37
* Fix spelling mistakeRichard Moe Gustavsen2021-08-052-7/+7
* Update model data for all columnsRichard Moe Gustavsen2021-08-021-3/+6
* Add note about building with cmakeRichard Moe Gustavsen2021-07-081-0/+3
* Add the dependencies for the generated qmldirAndy Shaw2021-07-081-2/+6
* Ensure that the symbol is found in a static buildAndy Shaw2021-06-171-0/+8
* Port to newer CMake APIFabian Kosmale2021-06-163-53/+22
* Check that modelIndex is valid before trying to use it6.1Richard Moe Gustavsen2021-05-192-0/+22
* Fix compiler warning about returning reference to local objectRichard Moe Gustavsen2021-05-102-2/+2
* Fix README.md to have the right clone URLAndy Shaw2021-05-071-1/+2
* Don't assign TreeView.view to a CustomTreeView pointerRichard Moe Gustavsen2021-05-071-1/+1
* Add some extra tests for when the model is emptyRichard Moe Gustavsen2021-04-191-0/+12
* Only stop keypress propagation if TreeView actually uses the keyRichard Moe Gustavsen2021-04-193-0/+89
* Ensure the tree has items before moving currentViewIndexRichard Moe Gustavsen2021-04-192-0/+28
* Fix part of clazy warnings: ineffective loops and missed overridesEvgeniy A. Dushistov2021-04-143-9/+21
* Emit dataUpdated() when updating other columns than the firstAndy Shaw2021-03-306-13/+115
* Support Qt 5.15Richard Moe Gustavsen2021-03-154-10/+248
* Don't attach one big hoverhandler to the contentItemRichard Moe Gustavsen2021-03-151-30/+26
* Enable revisioned properties from TableViewRichard Moe Gustavsen2021-03-155-9/+20
* Ensure we set TreeView.viewRichard Moe Gustavsen2021-02-225-1/+81
* Add autotest boilerplate codeRichard Moe Gustavsen2021-02-227-7/+340
* Don't store pointers to items inside a QListRichard Moe Gustavsen2021-02-112-9/+13
* Inform that you need to use qmake to build with Qt 5Richard Moe Gustavsen2021-02-081-0/+14
* Add CMake port based on the qmake setupVenugopal Shivashankar2021-01-079-0/+225
* Update dependenciesVenugopal Shivashankar2021-01-071-3/+2
* Doc: Fix documentation warningsTopi Reinio2020-11-262-78/+69
* Add dependencies.yamlRichard Moe Gustavsen2020-10-221-0/+8
* Update correct marketplace license headerJani Heikkinen2020-10-2213-104/+143
* Add marketplace license fileJani Heikkinen2020-10-221-0/+716
* Update license headers to use the Marketplace version (2)Richard Moe Gustavsen2020-07-162-2/+2
* Update license headers to use the Marketplace versionRichard Moe Gustavsen2020-07-155-5/+5
* Add missing lines to license headersRichard Moe Gustavsen2020-06-0313-0/+26
* Disable some examples when widgets are not availableRichard Moe Gustavsen2020-06-022-0/+4
* Doc: Fix the qhp file name in the qdocconfVenugopal Shivashankar2020-05-281-1/+1
* Fix auto-test not buildingRichard Moe Gustavsen2020-05-201-1/+1
* Make TreeView a proper Qt moduleRichard Moe Gustavsen2020-05-2022-19/+127
* Fix namespace buildRichard Moe Gustavsen2020-05-151-0/+2
* TreeView 1.0Richard Moe Gustavsen2020-05-1424-0/+3688