summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the code that finds unfit areas between rectanglesBen Boeckel2009-04-231-10/+22
|
* Don't process a rectangle if it already existsBen Boeckel2009-04-231-0/+2
|
* Add rectangles as QRectF and change the internal queue to use them as wellBen Boeckel2009-04-232-3/+3
|
* Use drand48() instead of qrand() since it's more fairBen Boeckel2009-04-234-3/+11
|
* Simplify (and fix) conditional when finding the outermost pointBen Boeckel2009-04-221-3/+1
|
* Fix finalize() to merge the rectangles in the mappingBen Boeckel2009-04-221-18/+39
|
* Correct the QPoint comparison functionBen Boeckel2009-04-221-2/+2
|
* Since some outlines are "holes", the contains() check failsBen Boeckel2009-04-221-2/+0
|
* Move mergePolygons out of the class and find the outlinesBen Boeckel2009-04-222-7/+57
|
* Add function to find the outermost point of the polygonsBen Boeckel2009-04-221-0/+21
|
* Add algorithm to find where two polygons touch each otherBen Boeckel2009-04-221-0/+38
|
* Move clser method out of WorldPlacementBen Boeckel2009-04-222-12/+11
|
* Move the touches method out of WorldPlacementBen Boeckel2009-04-222-16/+15
|
* Connect up the common widgetBen Boeckel2009-04-221-0/+9
|
* Add the common widget fileBen Boeckel2009-04-222-0/+110
|
* Add base code for the common editing thingsBen Boeckel2009-04-221-0/+28
|
* Add slots for editing the valuesBen Boeckel2009-04-222-1/+89
|
* Update the item when the path is restrokedBen Boeckel2009-04-221-0/+1
|
* Add a way to get the current shape and an editing widget for itBen Boeckel2009-04-222-0/+12
|
* Initialize THe points vector if it's a Poly*Ben Boeckel2009-04-221-0/+6
|
* Files are new in 2009Ben Boeckel2009-04-192-2/+2
|
* Add hover/select feedbackBen Boeckel2009-04-191-2/+19
|
* Fix default thickness for the shapeBen Boeckel2009-04-191-2/+2
|
* Add ShapeItem class to handle shapes for the effect/warp areasBen Boeckel2009-04-193-0/+248
|
* Notify of the layout changing when adding/deletingBen Boeckel2009-04-191-0/+2
|
* Call base method for deletion of childrenBen Boeckel2009-04-1930-90/+30
|
* Add base code for removal of childrenBen Boeckel2009-04-194-0/+16
|
* Add how the model changed in signals and slots for notification of changesBen Boeckel2009-04-196-17/+32
|
* Add callgrind testsBen Boeckel2009-04-164-40/+72
|
* Rename output file for valgrindBen Boeckel2009-04-161-1/+1
|
* More explicit when return empty flagsBen Boeckel2009-04-161-2/+2
|
* Add more tests to Hat to ensure that it works as expected when emptyBen Boeckel2009-04-161-0/+9
|
* Remove unneeded returnBen Boeckel2009-04-161-1/+0
|
* Can't pick or take from an empty hatBen Boeckel2009-04-161-1/+5
|
* Make WorldMapItem checking staticBen Boeckel2009-04-111-1/+1
|
* Disable WorldPlacement usageBen Boeckel2009-04-111-13/+13
|
* Add basic skeleton of KrossArenaBen Boeckel2009-04-112-0/+61
|
* Add packagestructure serviceBen Boeckel2009-04-112-0/+18
|
* Remove unused variableBen Boeckel2009-04-111-1/+0
|
* Discover Kross plugins that are installedBen Boeckel2009-04-112-1/+22
|
* Add interpreter property to scriptsBen Boeckel2009-04-111-0/+3
|
* Add package structure for Arena scriptsBen Boeckel2009-04-113-0/+73
|
* Add a servicetype for Kross scriptsBen Boeckel2009-04-102-0/+20
|
* Add basic factory for Arena -- Kross bridgeBen Boeckel2009-04-105-0/+158
|
* Fix class names for plugin factoriesBen Boeckel2009-04-104-28/+28
|
* Rename plugin factory files to be less genericBen Boeckel2009-04-106-2/+2
|
* Fix the plugin namesBen Boeckel2009-04-102-2/+2
|
* Fix up library names in .desktop filesBen Boeckel2009-04-092-4/+4
|
* Fix include for TurnArenaBen Boeckel2009-04-091-1/+1
|
* Rename plugin librariesBen Boeckel2009-04-094-18/+18
|