summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree
Commit message (Collapse)AuthorAgeFilesLines
* Fix install paths to use KDE4-provided variablesBen Boeckel2009-08-041-2/+2
|
* Add missing includeBen Boeckel2009-06-051-0/+3
|
* Delete old tree widget filesBen Boeckel2009-05-23134-9567/+0
|
* The first column is selectableBen Boeckel2009-05-231-1/+1
|
* Remove unneeded connectionBen Boeckel2009-05-221-1/+0
|
* Reorder the model setting so that the header gets the correct column countBen Boeckel2009-05-221-3/+4
|
* Add reminder to check if layout refreshing is still needed in 4.6Ben Boeckel2009-05-211-0/+1
|
* Normalize the index to get the correct dataBen Boeckel2009-05-211-1/+1
|
* Add method for getting the game for an index instead of only the current indexBen Boeckel2009-05-212-7/+6
|
* Remove the old files from the buildBen Boeckel2009-05-211-69/+0
|
* Another missing includeBen Boeckel2009-05-211-0/+3
|
* Fix up the column sizesBen Boeckel2009-05-211-0/+2
|
* A game cannot be added to or removed (have to close)Ben Boeckel2009-05-211-2/+2
|
* Fix flags for the main itemBen Boeckel2009-05-211-1/+1
|
* Add missing includeBen Boeckel2009-05-211-0/+3
|
* Implement adding and removing rows from the modelBen Boeckel2009-05-212-0/+39
|
* 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 widgetBen Boeckel2009-05-212-25/+32
|
* Get the current game from the currently selected indexBen Boeckel2009-05-212-14/+7
|
* Add game management to the modelBen Boeckel2009-05-211-0/+21
|
* Add special data methodsBen Boeckel2009-05-212-24/+20
|
* Remove unneeded methodsBen Boeckel2009-05-212-11/+0
|
* Add URL management for the gamesBen Boeckel2009-05-212-36/+38
|
* Add management of the dirty flag for gamesBen Boeckel2009-05-212-6/+13
|
* Fix how selection hows in the treeBen Boeckel2009-05-211-0/+2
|
* Allow for fetching the mimetypes that can be dropped onto an indexBen Boeckel2009-05-212-0/+7
|
* Enable fetching the editing widget from the modelBen Boeckel2009-05-212-1/+6
|
* Namespace fixBen Boeckel2009-05-211-1/+2
|
* Actually remove the fhild from the list of childrenBen Boeckel2009-05-211-0/+1
|
* Add default return values to unfinished methodsBen Boeckel2009-05-201-0/+3
|
* Reorder method when getting a childBen Boeckel2009-05-201-3/+3
|
* 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
|
* Add a basic TreeWidget (copied from the old widget)Ben Boeckel2009-05-033-0/+242
|
* 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
|
* If an item has no parent, it has a row of 0Ben Boeckel2009-05-031-1/+1
|
* Connect up to set the dirty flag with the widgetBen Boeckel2009-05-023-1/+22
|
* Delete itemsBen Boeckel2009-05-021-1/+98
|
* Add children when constructing the itemsBen Boeckel2009-05-021-0/+189
|
* Use the namespaceBen Boeckel2009-05-021-0/+1
|
* Actually use parent when creating the editor widgetBen Boeckel2009-05-021-33/+32
|
* Also allow adding to the root itemBen Boeckel2009-05-021-0/+3
|
* Add the new item to childrenBen Boeckel2009-05-021-0/+2
|