summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/TreeModel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing include0.2.00.2Ben Boeckel2009-06-151-0/+3
* Add reminder to check if layout refreshing is still needed in 4.6Ben Boeckel2009-05-211-0/+1
* Add missing includeBen Boeckel2009-05-211-0/+3
* Implement adding and removing rows from the modelBen Boeckel2009-05-211-0/+36
* Fix up the flags for indexes other than the firstBen Boeckel2009-05-211-1/+23
* Get the number of children for the row even if the column isn't 0Ben Boeckel2009-05-211-2/+0
* Add game management to the modelBen Boeckel2009-05-211-0/+21
* Allow for fetching the mimetypes that can be dropped onto an indexBen Boeckel2009-05-211-0/+2
* Enable fetching the editing widget from the modelBen Boeckel2009-05-211-0/+5
* Namespace fixBen Boeckel2009-05-211-1/+2
* Only row 0 has childrenBen Boeckel2009-05-201-1/+3
* Condense the children checkingBen Boeckel2009-05-201-2/+1
* Fix up the parent method (get the correct row)Ben Boeckel2009-05-201-3/+3
* Fix handling of extra columnsBen Boeckel2009-05-031-1/+3
* Add data roles for other columnsBen Boeckel2009-05-031-0/+20
* Implement adding a game to the treeBen Boeckel2009-05-031-0/+7
* Make a root item if asked forBen Boeckel2009-05-031-0/+4
* Add data fetching for the text of the itemBen Boeckel2009-05-031-0/+9
* Initialize the root itemBen Boeckel2009-05-031-1/+2
* Grab data from the selected indexesBen Boeckel2009-05-021-0/+12
* The root's parent is invalidBen Boeckel2009-05-021-0/+2
* Tree will support moving and copyingBen Boeckel2009-05-021-0/+1
* Only the first column has childrenBen Boeckel2009-05-021-1/+1
* Be more verbose with the check for childrenBen Boeckel2009-05-021-1/+1
* Use multiple columnsBen Boeckel2009-05-021-3/+3
* Basic model for the new treeBen Boeckel2009-05-011-0/+99