summaryrefslogtreecommitdiffstats
path: root/pokemodr/TileUI.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for...Ben Boeckel2008-09-051-102/+0
* [FIX] Fixed method in SoundWrapper to be more accurateBen Boeckel2008-08-271-1/+1
* [FIX] Script to make a tarball now defaults to HEAD for the revisionBen Boeckel2008-08-181-3/+11
* [FIX] Cleaned up the RC fileBen Boeckel2008-08-041-12/+14
* [FIX] Using qobject_cast now where possibleBen Boeckel2008-06-301-10/+10
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-22/+22
* [FIX] Windows buildBen Boeckel2008-06-041-6/+2
* [FIX] Tiles now have scripts associated with themBen Boeckel2008-05-281-30/+3
* [FIX] Status and Weather classes in pokemod instead of hardcodedBen Boeckel2008-05-271-37/+0
* [FIX] Recent files now worksBen Boeckel2008-05-261-2/+4
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-5/+5
* [FIX] Added a command widgetBen Boeckel2008-05-211-1/+0
* [ADD] Added Dialog widget and preliminary code for the commandsBen Boeckel2008-05-201-1/+0
* [FIX] SoundUI uses correct icon names nowBen Boeckel2008-05-161-4/+1
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-151-4/+0
* [FIX] Refactored the apply/discard buttons out of the widgetsBen Boeckel2008-05-151-3/+2
* [ADD] MapEffect widget logicBen Boeckel2008-05-151-2/+2
* [ADD] MapTrainerUI logicBen Boeckel2008-05-141-2/+2
* [ADD] Sound UI codeBen Boeckel2008-05-131-5/+6
* [FIX] UI widgets now load upon clickBen Boeckel2008-05-111-2/+2
* [FIX] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-071-70/+13
* [FIX] More header cleanlinessBen Boeckel2008-04-271-35/+32
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-14/+14
* [FIX] Frac -> FractionBen Boeckel2008-04-171-106/+81
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-2/+2
* [FIX] ImageDialog -> FileDialogBen Boeckel2008-03-101-3/+5
* [FIX] UI classes now have initGui and refreshGuiBen Boeckel2008-02-281-13/+16
* [FIX] Apply/Discard buttons now set correctly when loaded or changes are disc...Ben Boeckel2008-02-261-2/+2
* [FIX] Sizers fixed in KTabWidgetsBen Boeckel2008-02-251-1/+2
* [FIX] Cleaned up .ui filesBen Boeckel2008-02-251-1/+0
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design...Ben Boeckel2008-02-241-6/+5
* [FIX] MapWildList now checks value settingBen Boeckel2008-02-231-1/+1
* [FIX] Frac bug with type of Over1Ben Boeckel2008-02-231-9/+9
* [FIX] UI forms now only allow apply/discard when it can be appliedBen Boeckel2008-02-231-0/+1
* [FIX] Frac now makes sure that the denominator is positiveBen Boeckel2008-02-221-9/+9
* [FIX] Store item setting is now less touchyBen Boeckel2008-02-191-4/+7
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-191-5/+5
* [FIX] Tile UI form fixesBen Boeckel2008-02-071-0/+244