summaryrefslogtreecommitdiffstats
path: root/pokemodr
Commit message (Expand)AuthorAgeFilesLines
...
* [ADD] Added SoundModel classes missed in last commitBen Boeckel2008-05-132-0/+124
* [ADD] Added Sound class and related codeBen Boeckel2008-05-134-12/+77
* [FIX] UI widgets now load upon clickBen Boeckel2008-05-1136-86/+164
* [FIX] More test code for the tree bugBen Boeckel2008-05-0922-17/+53
* [FIX] Some invalid indexing in PokemodModelBen Boeckel2008-05-093-10/+5
* [FIX] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-0760-1229/+296
* [FIX] Added images to pokemodr qmake fileBen Boeckel2008-04-301-0/+8
* [FIX] QStringList needed in some of the pokemod headersBen Boeckel2008-04-2953-87/+3061
* [FIX] Organized some more model codeBen Boeckel2008-04-2935-293/+420
* [FIX] Fixed some qmake options for WindowsBen Boeckel2008-04-2812-26/+30
* [FIX] De-inlined some methodsBen Boeckel2008-04-2813-101/+38
* [FIX] More header cleanlinessBen Boeckel2008-04-2762-1002/+841
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-2786-687/+693
* [FIX] Matrix edge case when size is (0,0)Ben Boeckel2008-04-255-13/+54
* [FIX] Drag/Drop should work (in theory)Ben Boeckel2008-04-2539-279/+206
* [FIX] Cleaner setting of model dataBen Boeckel2008-04-2517-346/+240
* [FIX] Fleshed out a lot more Model classesBen Boeckel2008-04-2534-733/+509
* [ADD] More model classesBen Boeckel2008-04-2435-51/+2170
* [ADD] New classes for the modelsBen Boeckel2008-04-2417-511/+2189
* [FIX] Old tree handling is goneBen Boeckel2008-04-2413-768/+595
* [FIX] Fraction can now be used in QVariantBen Boeckel2008-04-221-3/+4
* [FIX] Frac -> FractionBen Boeckel2008-04-1792-3972/+3533
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-3110-14/+14
* [FIX] ImageDialog -> FileDialogBen Boeckel2008-03-1011-83/+324
* [ADD] ItemType now has a count descriptorBen Boeckel2008-03-0912-150/+307
* [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-053-88/+79
* [FIX] Hat now uses Qt rand functionsBen Boeckel2008-03-053-20/+44
* [FIX] Cross compilation added (linux -> windows through mingw-cross)Ben Boeckel2008-02-281-10/+16
* [FIX] UI classes now have initGui and refreshGuiBen Boeckel2008-02-2856-576/+664
* [FIX] Apply/Discard buttons now set correctly when loaded or changes are disc...Ben Boeckel2008-02-2633-75/+113
* [FIX] Main .pro file now excludes non-working subdirectoriesBen Boeckel2008-02-254-16/+17
* [FIX] Sizers fixed in KTabWidgetsBen Boeckel2008-02-2530-27/+120
* [FIX] Cleaned up .ui filesBen Boeckel2008-02-2539-1711/+90
* [ADD] Pokemod tree will reflect PokéMod heirarchy and load panelsBen Boeckel2008-02-2514-130/+344
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design...Ben Boeckel2008-02-2411-30/+41
* [DEL] SkinsUI.{h, cpp}, skins.ui, typechat.uiBen Boeckel2008-02-2411-666/+116
* [FIX] Macro fun with the repetitive class checking for determining class type...Ben Boeckel2008-02-246-126/+400
* [FIX] Include cleanupBen Boeckel2008-02-2435-231/+847
* [FIX] MapWildList now checks value settingBen Boeckel2008-02-237-19/+251
* [FIX] Errors with MapWarpUI and MapWildListEncounterUIBen Boeckel2008-02-239-14/+237
* [ADD] MapWarpUI.{h, cpp} added to repoBen Boeckel2008-02-2310-17/+581
* [FIX] Warp states can now leave states untouchedBen Boeckel2008-02-237-9/+13
* [FIX] Map editing looks promisingly partially fixedBen Boeckel2008-02-236-21/+79
* [FIX] Matrix edge cases around 0 x 0 dimensionBen Boeckel2008-02-231-5/+7
* [FIX] Frac bug with type of Over1Ben Boeckel2008-02-2325-320/+332
* [FIX] UI forms now only allow apply/discard when it can be appliedBen Boeckel2008-02-2355-61/+281
* [FIX] Changelog/SVN desynchronization fixedBen Boeckel2008-02-237-89/+663
* [FIX] SpeciesUI now compiles without vtable errorsBen Boeckel2008-02-223-0/+92
* [FIX] Frac now makes sure that the denominator is positiveBen Boeckel2008-02-2254-615/+1579