summaryrefslogtreecommitdiffstats
path: root/pokemodr/MoveUI.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for...Ben Boeckel2008-09-051-126/+0
* [FIX] Move no longer uses the overworld flag (will just check to see if the w...Ben Boeckel2008-08-041-7/+0
* [ADD] Added pokescripting to the spec fileBen Boeckel2008-07-201-0/+1
* [FIX] Separated battle and world scripts for abilities and movesBen Boeckel2008-07-121-3/+9
* [FIX] Using qobject_cast now where possibleBen Boeckel2008-06-301-22/+22
* [FIX] Replaced Point with QPoint (less duplicate code)Ben Boeckel2008-06-301-0/+6
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-37/+37
* [FIX] Modified Rules a bitBen Boeckel2008-06-021-1/+1
* [FIX] Fixed up some FractionWidget codeBen Boeckel2008-05-301-0/+2
* [FIX] Moves cleaned upBen Boeckel2008-05-291-26/+0
* [FIX] Item widget works betterBen Boeckel2008-05-271-5/+4
* [FIX] Recent files now worksBen Boeckel2008-05-261-4/+13
* [FIX] Added an overworld property to movesBen Boeckel2008-05-231-0/+6
* [ADD] Added UI classes for GlobalScriptBen Boeckel2008-05-231-30/+5
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-7/+6
* [FIX] Added a command widgetBen Boeckel2008-05-211-1/+0
* [ADD] Added Dialog widget and preliminary code for the commandsBen Boeckel2008-05-201-3/+1
* [FIX] spec file no longer sees generalBen Boeckel2008-05-191-3/+6
* [FIX] general is now merged into pokemodBen Boeckel2008-05-191-1/+2
* [FIX] SoundUI uses correct icon names nowBen Boeckel2008-05-161-2/+1
* [FIX] Matrix had an infinite loopBen Boeckel2008-05-161-1/+2
* [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] MapTrainerUI logicBen Boeckel2008-05-141-3/+3
* [ADD] Sound UI codeBen Boeckel2008-05-131-2/+2
* [FIX] UI widgets now load upon clickBen Boeckel2008-05-111-2/+2
* [FIX] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-071-71/+10
* [FIX] More header cleanlinessBen Boeckel2008-04-271-38/+40
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-10/+10
* [FIX] Frac -> FractionBen Boeckel2008-04-171-105/+84
* [FIX] UI classes now have initGui and refreshGuiBen Boeckel2008-02-281-9/+12
* [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
* [ADD] Pokemod tree will reflect PokéMod heirarchy and load panelsBen Boeckel2008-02-251-0/+1
* [FIX] Frac bug with type of Over1Ben Boeckel2008-02-231-18/+18
* [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-4/+7
* [FIX] Store item setting is now less touchyBen Boeckel2008-02-191-3/+7
* [ADD] MoveUI.{h, cpp}Ben Boeckel2008-02-191-0/+227