summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [FIX] ImageDialog -> FileDialogBen Boeckel2008-03-1012-83/+332
* [ADD] ItemType now has a count descriptorBen Boeckel2008-03-0925-267/+778
* [FIX] Pokemod can now has setPath which copies the directory structure to the...Ben Boeckel2008-03-054-10/+44
* [FIX] Menus and Toolbar fixed in the main windowBen Boeckel2008-03-054-88/+86
* [FIX] Hat now uses Qt rand functionsBen Boeckel2008-03-0511-54/+273
* [FIX] Cross compilation added (linux -> windows through mingw-cross)Ben Boeckel2008-02-286-24/+54
* [FIX] UI classes now have initGui and refreshGuiBen Boeckel2008-02-2857-576/+672
* [FIX] Apply/Discard buttons now set correctly when loaded or changes are disc...Ben Boeckel2008-02-2634-75/+121
* [FIX] Main .pro file now excludes non-working subdirectoriesBen Boeckel2008-02-256-21/+26
* [FIX] Sizers fixed in KTabWidgetsBen Boeckel2008-02-2531-27/+129
* [FIX] Cleaned up .ui filesBen Boeckel2008-02-2540-1711/+99
* [ADD] Pokemod tree will reflect PokéMod heirarchy and load panelsBen Boeckel2008-02-2525-318/+386
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design...Ben Boeckel2008-02-2448-728/+981
* [DEL] SkinsUI.{h, cpp}, skins.ui, typechat.uiBen Boeckel2008-02-2412-666/+125
* [FIX] Macro fun with the repetitive class checking for determining class type...Ben Boeckel2008-02-247-126/+411
* [FIX] Include cleanupBen Boeckel2008-02-2440-240/+864
* [FIX] MapWildList now checks value settingBen Boeckel2008-02-2310-21/+278
* [FIX] Errors with MapWarpUI and MapWildListEncounterUIBen Boeckel2008-02-2310-15/+246
* [ADD] MapWarpUI.{h, cpp} added to repoBen Boeckel2008-02-2317-67/+641
* [FIX] Warp states can now leave states untouchedBen Boeckel2008-02-2312-32/+53
* [FIX] Map editing looks promisingly partially fixedBen Boeckel2008-02-237-21/+88
* [FIX] Matrix edge cases around 0 x 0 dimensionBen Boeckel2008-02-234-63/+67
* [FIX] Frac bug with type of Over1Ben Boeckel2008-02-2331-446/+485
* [FIX] UI forms now only allow apply/discard when it can be appliedBen Boeckel2008-02-2356-61/+289
* [FIX] Changelog/SVN desynchronization fixedBen Boeckel2008-02-2319-130/+826
* [FIX] SpeciesUI now compiles without vtable errorsBen Boeckel2008-02-224-0/+99
* [FIX] Frac now makes sure that the denominator is positiveBen Boeckel2008-02-2265-689/+1724
* [FIX] Prettyfied include sectionsBen Boeckel2008-02-2065-258/+388
* [ADD] SpeciesUI.{h, cpp}Ben Boeckel2008-02-2016-63/+49
* [ADD] SpeciesEvolution.{h, cpp}Ben Boeckel2008-02-2012-39/+324
* [FIX] Store item setting is now less touchyBen Boeckel2008-02-1917-65/+165
* [ADD] MoveUI.{h, cpp}Ben Boeckel2008-02-1913-118/+332
* [FIX] Fixed GPL headers in source files from rogue find/replaceBen Boeckel2008-02-1929-25/+201
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-1980-1428/+1444
* [ADD] SpeciesItemUI.{h, cpp}Ben Boeckel2008-02-187-13/+343
* [ADD] Store UI fileBen Boeckel2008-02-127-1/+278
* [FIX] Tile UI form fixesBen Boeckel2008-02-0715-66/+570
* [ADD] Tilemap editing to the Map formBen Boeckel2008-02-0615-28/+560
* [ADD] CoinListObjectUI.{h, cpp}Ben Boeckel2008-02-025-5/+220
* [FIX] Only committed general last timeBen Boeckel2008-02-0171-2031/+2055
* [FIX] ItemUI now fully worksBen Boeckel2008-02-019-88/+69
* [FIX] CoinList UI now uses a KComboBox instead of a KIntNumInput for valueBen Boeckel2008-02-0118-188/+196
* [FIX] Changelog fixedBen Boeckel2008-01-3117-12/+459
* [ADD] GenericListItem.{h, cpp}Ben Boeckel2008-01-3112-50/+217
* [ADD] BadgeUI, AuthorUI, and AbilityUIBen Boeckel2008-01-3027-29/+497
* [FIX] Fixed errors in general.pro and pokemodr.pro for WindowsBen Boeckel2008-01-253-6/+13
* [ADD] win32 support (KDE) into .pro filesBen Boeckel2008-01-2514-23/+321
* [FIX] ObjectUI::setObjects now protectedBen Boeckel2008-01-257-7/+174
* [FIX] pokemodr.ui now uses QScrollArea rather than QAbstractScrollAreaBen Boeckel2008-01-255-9/+28
* [FIX] Frac returns a double (not an unsigned typcast to double, making 0 all ...Ben Boeckel2008-01-259-65/+95