summaryrefslogtreecommitdiffstats
path: root/sigmodr
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Deal with group titlesBen Boeckel2009-05-021-1/+90
|
* Don't collide with ItemType from SigmodBen Boeckel2009-05-022-6/+6
|
* Fix name of enum entryBen Boeckel2009-05-021-1/+1
|
* Deal with QDomElement, not QMimeData and QByteArrayBen Boeckel2009-05-022-14/+7
|
* Return the flags for the itemBen Boeckel2009-05-021-1/+4
|
* 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
|
* Add method to get the editing widget for the itemBen Boeckel2009-05-022-0/+7
|
* Use logic statment instead of switch statementBen Boeckel2009-05-021-13/+1
|
* Be more verbose with the check for childrenBen Boeckel2009-05-021-1/+1
|
* Use multiple columnsBen Boeckel2009-05-021-3/+3
|
* 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-022-12/+6
|
* The menu won't be needed in the new treeBen Boeckel2009-05-022-7/+0
|
* Add factory method so that the root item can create new onesBen Boeckel2009-05-013-1/+8
|
* Basic model for the new treeBen Boeckel2009-05-013-0/+173
|
* Add root item to allow extra accessBen Boeckel2009-05-013-0/+74
|
* Add TreeItem for new MVCBen Boeckel2009-05-013-0/+299
|
* Commit set creating fix (needs to improve)Ben Boeckel2009-04-281-2/+13
|
* Don't rely on boundingRectBen Boeckel2009-04-281-5/+3
|
* Enable placement algorithm and fix old codeBen Boeckel2009-04-281-14/+20
|
* Add case for when rect2 is nullBen Boeckel2009-04-281-0/+2
|
* Its not Invalid anymoreBen Boeckel2009-04-281-20/+17
|
* Rename old function to specify that its concaveBen Boeckel2009-04-281-3/+3
|
* Add function for determining convex turn direction as wellBen Boeckel2009-04-281-0/+13
|
* Fix which edge is moved when collisions happenBen Boeckel2009-04-281-8/+8
|
* Shift the rectangle around to try and fit it if it collides on a sideBen Boeckel2009-04-271-0/+26
|