Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The tree deletes the game, don't double delete | Ben Boeckel | 2009-05-28 | 1 | -1/+0 |
| | |||||
* | Invalidate the index when closing the editor | Ben Boeckel | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Handle enableing and disabling the buttons more gracefully | Ben Boeckel | 2009-05-28 | 1 | -0/+4 |
| | |||||
* | Remove the context menu from the widgets and use a button instead | Ben Boeckel | 2009-05-28 | 1 | -0/+2 |
| | |||||
* | When the widget is saved, refresh the data in the tree | Ben Boeckel | 2009-05-21 | 1 | -0/+2 |
| | |||||
* | Add method for setting the sigmod at some index as dirty | Ben Boeckel | 2009-05-21 | 1 | -2/+8 |
| | |||||
* | Add method for getting the game for an index instead of only the current index | Ben Boeckel | 2009-05-21 | 1 | -11/+13 |
| | |||||
* | Don't do anything on copy/paste since it isn't fixed yet | Ben Boeckel | 2009-05-21 | 1 | -2/+2 |
| | |||||
* | Handle selecting an index for the new model | Ben Boeckel | 2009-05-21 | 1 | -9/+26 |
| | |||||
* | Accept the click if the index is enabled, not selectable | Ben Boeckel | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | Use new convenience function for the current game | Ben Boeckel | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | Replace the old tree with the new one | Ben Boeckel | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | Fix unneeded namespacing | Ben Boeckel | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | Context menu isn't used in the new model | Ben Boeckel | 2009-05-21 | 1 | -20/+0 |
| | |||||
* | Better error messages and check for Game, not Sigmod as the DOCTYPE | Ben Boeckel | 2009-03-30 | 1 | -4/+4 |
| | |||||
* | Signal/slot connection fixes | Ben Boeckel | 2009-03-29 | 1 | -1/+1 |
| | |||||
* | Delete the menu | Ben Boeckel | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | Clean up more than just the widget | Ben Boeckel | 2009-03-26 | 1 | -1/+4 |
| | |||||
* | Clean up memory | Ben Boeckel | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | Don't export BaseModel | Ben Boeckel | 2009-03-22 | 1 | -3/+2 |
| | |||||
* | Fix management of the editor widget when changing widgets and closing games | Ben Boeckel | 2009-03-05 | 1 | -17/+27 |
| | |||||
* | Don't set new games as dirty | Ben Boeckel | 2009-03-05 | 1 | -1/+0 |
| | |||||
* | Remove unneeded include in SigmodrUI | Ben Boeckel | 2009-03-02 | 1 | -1/+0 |
| | |||||
* | New games are marked as dirty | Ben Boeckel | 2009-03-01 | 1 | -1/+3 |
| | |||||
* | Update Sigmodr to use new signals | Ben Boeckel | 2009-03-01 | 1 | -2/+2 |
| | |||||
* | Update sigmodr to reflect all code changes and the build | Ben Boeckel | 2009-02-26 | 1 | -88/+97 |
| | |||||
* | Krazy check fixes | Ben Boeckel | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | Fixed the title for the configuration page | Ben Boeckel | 2008-12-25 | 1 | -1/+1 |
| | |||||
* | Fixed up configuration handling and am now using KConfig XT | Ben Boeckel | 2008-12-25 | 1 | -14/+28 |
| | |||||
* | [FIX] No more asserts in sigmod | Ben Boeckel | 2008-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | [FIX] Moved to using *ById instead of *Index methods in sigmod [FIX] Tilemaps are now collaged (not completely done on the editing side yet) [FIX] Removed the resource files (drawn natively instead) [FIX] ATBTimer now uses the built-in QTimer in a QObject [FIX] Coordinates are now edited on the map for warps, trainers, and effects [FIX] Tiles are now completely scripted [FIX] Config is now thread-safe git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@308 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Reordered sections in class declarations | Ben Boeckel | 2008-10-11 | 1 | -41/+41 |
| | | | | | | | [FIX] Using QSet rather than QList for players [ADD] Started signet library (compilation fails) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@273 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Fixed some things that Krazy complained about | Ben Boeckel | 2008-09-23 | 1 | -5/+5 |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@266 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Refactored out some code to ObjectModel | Ben Boeckel | 2008-09-16 | 1 | -12/+66 |
| | | | | | | | [FIX] Drag and drop now accepts URLs [FIX] The main window can now accept drops git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@265 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Copy and pasting in the tree works better now | Ben Boeckel | 2008-09-15 | 1 | -3/+2 |
| | | | | | | [FIX] Drag and dropped touched up git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@264 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Include guard stripped of __ | Ben Boeckel | 2008-09-15 | 1 | -4/+4 |
| | | | | | | [FIX] KDE includes put before Qt includes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@263 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Players now have money | Ben Boeckel | 2008-09-10 | 1 | -4/+4 |
| | | | | | | | | [FIX] Some more things added to Arena stuff [FIX] Can now delete objects in the tree in Sigmodr [FIX] Setting Sigmods as dirty is better now git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@258 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Renamed everything (in use) away from Poké- prefixes | Ben Boeckel | 2008-09-06 | 1 | -0/+451 |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@250 6ecfd1a5-f3ed-3746-8530-beee90d26b22 |