summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Style for the variable declarationBen Boeckel2009-05-011-1/+1
|
* Fix up some corener cases in the modelBen Boeckel2009-05-011-3/+1
|
* Commit set creating fix (needs to improve)Ben Boeckel2009-04-281-2/+13
|
* Also clear the associated map and matrix when clearing other thingsBen Boeckel2009-04-281-0/+2
|
* 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
|
* Only add the rect if it doesn't collide with some polygonBen Boeckel2009-04-271-3/+20
|
* Use QPointF since the correct position isn't always on a pixelBen Boeckel2009-04-271-2/+2
|
* Determine whether the point is between betterBen Boeckel2009-04-271-2/+2
|
* Also search the last edgeBen Boeckel2009-04-271-2/+2
|
* Include the vertex if it is where the two polygons touch diagonallyBen Boeckel2009-04-261-0/+2
|
* Remove data about the collision once we use itBen Boeckel2009-04-261-0/+1
|
* Quit if we can't make a polygon with what we have leftBen Boeckel2009-04-261-0/+2
|
* The polygon is useless if it doesnt have at least 4 verticesBen Boeckel2009-04-261-1/+2
|
* Replace old (useless) case with when the edge gets cut shortBen Boeckel2009-04-261-2/+2
|
* Fix up when to delete when the polygons share a vertexBen Boeckel2009-04-261-1/+2
|
* Move between test out to a functionBen Boeckel2009-04-261-7/+6
|
* Move turn direction finding code out to a functionBen Boeckel2009-04-262-18/+22
|
* The widgets need to be set as well as the rangesBen Boeckel2009-04-261-1/+1
|
* Update merging the polygons to use the flags and not fail for one caseBen Boeckel2009-04-231-8/+27
|
* Fix up findCollision and data structure with flagsBen Boeckel2009-04-231-19/+33
|
* Swap the data after messing with the collision pointBen Boeckel2009-04-231-3/+3
|
* Append the polygon, not itselfBen Boeckel2009-04-231-1/+1
|