summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* If the new rectangle collides with any, it isn't viableBen Boeckel2009-05-221-1/+10
|
* handle the fact that the right and bottom edges of polygons are not "inside" ↵Ben Boeckel2009-05-221-0/+4
| | | | the polygon
* Removed unused memberBen Boeckel2009-05-221-1/+0
|
* Remove unneeded connectionBen Boeckel2009-05-221-1/+0
|
* Reorder the model setting so that the header gets the correct column countBen Boeckel2009-05-221-3/+4
|
* Add reminder to check if layout refreshing is still needed in 4.6Ben Boeckel2009-05-211-0/+1
|
* Normalize the index to get the correct dataBen Boeckel2009-05-211-1/+1
|
* When the widget is saved, refresh the data in the treeBen Boeckel2009-05-211-0/+2
|
* Add method for setting the sigmod at some index as dirtyBen Boeckel2009-05-212-2/+9
|
* Add method for getting the game for an index instead of only the current indexBen Boeckel2009-05-213-18/+19
|
* Don't do anything on copy/paste since it isn't fixed yetBen Boeckel2009-05-211-2/+2
|
* Remove the old files from the buildBen Boeckel2009-05-211-69/+0
|
* Handle selecting an index for the new modelBen Boeckel2009-05-212-9/+27
|
* Accept the click if the index is enabled, not selectableBen Boeckel2009-05-211-1/+1
|
* Use new convenience function for the current gameBen Boeckel2009-05-211-1/+1
|
* Replace the old tree with the new oneBen Boeckel2009-05-212-4/+4
|
* Fix unneeded namespacingBen Boeckel2009-05-211-1/+1
|
* Context menu isn't used in the new modelBen Boeckel2009-05-212-21/+0
|
* Another missing includeBen Boeckel2009-05-211-0/+3
|
* 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
|