summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Clean up the .ui file for sigmodrBen Boeckel2009-05-211-46/+46
|
* 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
|
* Finish addChild methodBen Boeckel2009-05-021-1/+97
|
* Rename GroupStatusEffectBen Boeckel2009-05-022-2/+2
|
* Add widget creation to the itemsBen Boeckel2009-05-021-0/+140
|
* Fix build, mostly const checksBen Boeckel2009-05-021-7/+7
|
* Missed a headerBen Boeckel2009-05-021-0/+1
|
* Add dirty flagBen Boeckel2009-05-022-0/+8
|
* Fix map trainer name settingBen Boeckel2009-05-021-2/+1
|
* Fix up dirty and empty string checking and replacementBen Boeckel2009-05-021-2/+2
|
* Add more complicated class namingsBen Boeckel2009-05-021-0/+49
|
* Add text entries for trivial entriesBen Boeckel2009-05-021-1/+112
|