summaryrefslogtreecommitdiffstats
path: root/pokemodr/PokeModrUI.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-423/+0
* [FIX] URLs now accepted on the command lineBen Boeckel2008-06-041-22/+30
* [FIX] Fixed up some FractionWidget codeBen Boeckel2008-05-301-1/+1
* [FIX] Typechart now worksBen Boeckel2008-05-281-0/+4
* [FIX] Item widget works betterBen Boeckel2008-05-271-1/+3
* [FIX] GroupModels will now add an item to itself if pasted toBen Boeckel2008-05-261-43/+72
* [FIX] Recent files now worksBen Boeckel2008-05-261-9/+13
* [FIX] Context menus addedBen Boeckel2008-05-261-31/+7
* [ADD] More documentationBen Boeckel2008-05-251-51/+57
* [FIX] Closing PokeMods works nowBen Boeckel2008-05-211-65/+84
* [FIX] Some things wrong in the Species widgetBen Boeckel2008-05-211-1/+5
* [FIX] Opening files and saving now worksBen Boeckel2008-05-211-19/+58
* [FIX] Added a command widgetBen Boeckel2008-05-211-5/+13
* [ADD] ItemEffect widget near completion (value2 setting on the widget needed)Ben Boeckel2008-05-191-1/+1
* [FIX] Fixed up the .desktop and .spec filesBen Boeckel2008-05-171-5/+13
* [FIX] TypeModel done for data() in modelsBen Boeckel2008-05-161-0/+1
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-151-1/+6
* [FIX] Refactored the apply/discard buttons out of the widgetsBen Boeckel2008-05-151-1/+4
* [FIX] Added more code for the main windowBen Boeckel2008-05-151-22/+53
* [FIX] More things are coded for the main windowBen Boeckel2008-05-151-30/+11
* [FIX] Added the MapTrainer code (forgot to commit)Ben Boeckel2008-05-151-81/+77
* [ADD] Sound UI codeBen Boeckel2008-05-131-11/+12
* [FIX] UI widgets now load upon clickBen Boeckel2008-05-111-17/+14
* [FIX] More test code for the tree bugBen Boeckel2008-05-091-4/+5
* [FIX] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-071-3/+0
* [FIX] De-inlined some methodsBen Boeckel2008-04-281-1/+1
* [FIX] More header cleanlinessBen Boeckel2008-04-271-4/+0
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-18/+18
* [FIX] Matrix edge case when size is (0,0)Ben Boeckel2008-04-251-0/+1
* [ADD] More model classesBen Boeckel2008-04-241-11/+14
* [FIX] Old tree handling is goneBen Boeckel2008-04-241-74/+72
* [FIX] Frac -> FractionBen Boeckel2008-04-171-70/+71
* [ADD] ItemType now has a count descriptorBen Boeckel2008-03-091-4/+4
* [FIX] Pokemod can now has setPath which copies the directory structure to the...Ben Boeckel2008-03-051-10/+17
* [FIX] Menus and Toolbar fixed in the main windowBen Boeckel2008-03-051-12/+74
* [FIX] Hat now uses Qt rand functionsBen Boeckel2008-03-051-3/+13
* [FIX] UI classes now have initGui and refreshGuiBen Boeckel2008-02-281-297/+18
* [FIX] Apply/Discard buttons now set correctly when loaded or changes are disc...Ben Boeckel2008-02-261-1/+7
* [FIX] Main .pro file now excludes non-working subdirectoriesBen Boeckel2008-02-251-0/+3
* [FIX] Sizers fixed in KTabWidgetsBen Boeckel2008-02-251-1/+1
* [FIX] Cleaned up .ui filesBen Boeckel2008-02-251-50/+51
* [ADD] Pokemod tree will reflect PokéMod heirarchy and load panelsBen Boeckel2008-02-251-102/+256
* [FIX] Macro fun with the repetitive class checking for determining class type...Ben Boeckel2008-02-241-101/+206
* [FIX] Include cleanupBen Boeckel2008-02-241-9/+90
* [FIX] Warp states can now leave states untouchedBen Boeckel2008-02-231-0/+2
* [FIX] Map editing looks promisingly partially fixedBen Boeckel2008-02-231-2/+0
* [FIX] Matrix edge cases around 0 x 0 dimensionBen Boeckel2008-02-231-5/+7
* [FIX] SpeciesUI now compiles without vtable errorsBen Boeckel2008-02-221-0/+4
* [FIX] Frac now makes sure that the denominator is positiveBen Boeckel2008-02-221-2/+6
* [FIX] Store item setting is now less touchyBen Boeckel2008-02-191-8/+21