summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [FIX] Cleaned up some .pro soupBen Boeckel2008-05-167-79/+49
* [FIX] Matrix had an infinite loopBen Boeckel2008-05-1613-24/+48
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-1579-236/+495
* [FIX] Refactored the apply/discard buttons out of the widgetsBen Boeckel2008-05-15101-1076/+222
* [FIX] Added more code for the main windowBen Boeckel2008-05-156-22/+98
* [FIX] More things are coded for the main windowBen Boeckel2008-05-158-33/+73
* [FIX] FractionWidgets now have correct behavior setBen Boeckel2008-05-157-13/+27
* [ADD] MapEffect widget logicBen Boeckel2008-05-1514-27/+282
* [FIX] API of FractionWidget and PointWidgetBen Boeckel2008-05-1518-161/+252
* [FIX] Added the MapTrainer code (forgot to commit)Ben Boeckel2008-05-158-198/+331
* [FIX] Fixed up some of the spec file stuffBen Boeckel2008-05-151-9/+4
* [ADD] MapTrainerUI logicBen Boeckel2008-05-1431-174/+146
* [ADD] Sound UI codeBen Boeckel2008-05-1344-148/+493
* [ADD] Added an option for letting the player not choose the switch style of b...Ben Boeckel2008-05-136-19/+67
* [ADD] Added SoundModel classes missed in last commitBen Boeckel2008-05-133-0/+131
* [ADD] Added Sound class and related codeBen Boeckel2008-05-1313-20/+369
* [FIX] UI widgets now load upon clickBen Boeckel2008-05-1140-101/+184
* [FIX] More test code for the tree bugBen Boeckel2008-05-0926-34/+78
* [FIX] Some invalid indexing in PokemodModelBen Boeckel2008-05-094-10/+13
* [FIX] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-0796-1230/+377
* [FIX] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-0369-1498/+1388
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-0279-3372/+2877
* [FIX] Added images to pokemodr qmake fileBen Boeckel2008-04-302-0/+15
* [FIX] QStringList needed in some of the pokemod headersBen Boeckel2008-04-2959-89/+3081
* [FIX] Organized some more model codeBen Boeckel2008-04-2936-293/+428
* [FIX] Less repetative code in pokemodBen Boeckel2008-04-2945-362/+469
* [FIX] Fixed some qmake options for WindowsBen Boeckel2008-04-2817-34/+71
* [FIX] De-inlined some methodsBen Boeckel2008-04-2814-101/+49
* [FIX] More header cleanlinessBen Boeckel2008-04-27114-1131/+864
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-27163-3885/+3863
* [FIX] Matrix edge case when size is (0,0)Ben Boeckel2008-04-2511-34/+102
* [FIX] Drag/Drop should work (in theory)Ben Boeckel2008-04-2540-279/+213
* [FIX] Cleaner setting of model dataBen Boeckel2008-04-2518-346/+249
* [FIX] Fleshed out a lot more Model classesBen Boeckel2008-04-2535-733/+517
* [ADD] More model classesBen Boeckel2008-04-2436-51/+2178
* [ADD] New classes for the modelsBen Boeckel2008-04-2418-511/+2197
* [FIX] Old tree handling is goneBen Boeckel2008-04-2415-770/+604
* [FIX] Fraction can now be used in QVariantBen Boeckel2008-04-223-3/+13
* [FIX] Fraction bounds checkingBen Boeckel2008-04-2025-38/+74
* [FIX] Loading of submodulesBen Boeckel2008-04-198-30/+38
* [FIX] IndexException is more explicitBen Boeckel2008-04-1942-330/+359
* [FIX] Frac -> FractionBen Boeckel2008-04-17167-4688/+3816
* [ADD] Added Frac and Point widgets to generalBen Boeckel2008-04-1613-6/+369
* [FIX] Object::mid -> m_idBen Boeckel2008-04-1573-2525/+1988
* [FIX] Memory leaks in load and copy methodBen Boeckel2008-03-3111-119/+209
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-3197-9083/+8321
* [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