summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/TreeItem.cpp
Commit message (Expand)AuthorAgeFilesLines
* The first column is selectableBen Boeckel2009-05-231-1/+1
* 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
* 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
* 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-021-0/+12
* 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-021-1/+1
* 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-021-0/+6
* 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
* Deal with group titlesBen Boeckel2009-05-021-1/+90
* Don't collide with ItemType from SigmodBen Boeckel2009-05-021-2/+2
* Deal with QDomElement, not QMimeData and QByteArrayBen Boeckel2009-05-021-12/+4
* Return the flags for the itemBen Boeckel2009-05-021-1/+4
* Add method to get the editing widget for the itemBen Boeckel2009-05-021-0/+5
* Use logic statment instead of switch statementBen Boeckel2009-05-021-13/+1
* Copy the data outBen Boeckel2009-05-021-1/+11
* Simplify the check for removingBen Boeckel2009-05-021-8/+1
* If we can edit, we can copyBen Boeckel2009-05-021-11/+5
* The menu won't be needed in the new treeBen Boeckel2009-05-021-5/+0
* Add factory method so that the root item can create new onesBen Boeckel2009-05-011-0/+5
* Add TreeItem for new MVCBen Boeckel2009-05-011-0/+154