aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickTreeView: be able to expand rows that are not yet visible in the viewHEADmasterRichard Moe Gustavsen2022-01-241-10/+14
* Fix compiler warningsRichard Moe Gustavsen2022-01-062-2/+2
* Change the cmake build to use qt_internal_add_qml_moduleRichard Moe Gustavsen2022-01-061-13/+12
* Avoid conflict between TreeView in QtQuick and MarketplaceRichard Moe Gustavsen2022-01-062-22/+22
* 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
* 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 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-161-37/+17
* Check that modelIndex is valid before trying to use it6.1Richard Moe Gustavsen2021-05-191-0/+6
* Fix compiler warning about returning reference to local objectRichard Moe Gustavsen2021-05-102-2/+2
* Only stop keypress propagation if TreeView actually uses the keyRichard Moe Gustavsen2021-04-191-0/+1
* Ensure the tree has items before moving currentViewIndexRichard Moe Gustavsen2021-04-191-0/+3
* 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-301-2/+2
* 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-223-0/+3
* Don't store pointers to items inside a QListRichard Moe Gustavsen2021-02-112-9/+13
* Add CMake port based on the qmake setupVenugopal Shivashankar2021-01-071-0/+48
* Doc: Fix documentation warningsTopi Reinio2020-11-262-78/+69
* Update correct marketplace license headerJani Heikkinen2020-10-227-56/+77
* 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-037-0/+14
* Doc: Fix the qhp file name in the qdocconfVenugopal Shivashankar2020-05-281-1/+1
* Make TreeView a proper Qt moduleRichard Moe Gustavsen2020-05-203-12/+42
* Fix namespace buildRichard Moe Gustavsen2020-05-151-0/+2
* TreeView 1.0Richard Moe Gustavsen2020-05-149-0/+2822