From: Barry G. <sm...@gm...> - 2007-05-20 22:30:29
|
I just posted version 132 to the SVN repository. This revision brings about several changes to the overall layout of the source code. Notable changes include the splitting up of gui.cpp to multiple files. While still approximately 1300 lines, gui.cpp is much more manageable. Many of the helper classes and helper functionality have been moved to new files. Menuclass, playlist, mp3class, buttonclass, and populate have all been broken out further. No changes were made to actually functionality in this changeset. Another notable change is that the executable created is now called nghost instead of gui. (Hope you don't mind Kev, If it is a problem or something you don't want feel free to revert it. nghost made more sense to me :-)). Hopefully these changes will allow for faster recompilation times and will help avoid developers stepping on each other when editing files. Thanks, Barry |