Andy Fuchs wrote: > Hi Thomas, > > too late :-) > > but thanks for the advise. At least I feel now a little better, since that > was the change first tried :-) > > A very welcome optimization would be a stripped down framework, which we can > check-in along with a project. Currently such a check-in also includes all > those 'Tango' and 'Oxygen' icons and what not (6). I'd prefer having only > the core checked in, or some way to find out, which files I don't need, and > which ones are mandatory. > > - Can I assume, that I can throw out all these icon files (except lets say > 'Modern'). I strictly use 0.8.2.... >
You need one of the icon themes. If you stick with Modern, you need Tango, so you could strip Oxygen. > - What are the 'legacy' classes meant for? Do I need them, or can they go to > trash? > ... > You can delete the qx.legacy name space if you don't use those classes in your code. You can also delete the qx.test.* name space, if you do not intend to run the framework's Testrunner application (would be created in framework/test). You can delete all 'application' and 'component' folders, giving up on, well, the applications and some helper components. With the 'component/skeleton' gone, you will not be able to use create-application.py anymore. Essentially, you need the 'framework' and the 'tool' folder. From the 'tool' folder you could strip: 'test' -- only test data 'migration' -- if you don't need to upgrade your apps from, say, 0.8 to 0.8.2 'cldr' -- not! Although a big folder, I wouldn't recommend removing that since the build system uses it > A stripped down framework would be great! Really ;-) > Yes, but everybody has a different opinion what should be in and what out :-). Thomas > best > > andy > > > > > On 10.03.09 18:19, "thron7" <[email protected]> wrote: > > >> <grin>... no, we never thought about a "light" version of the SDK :-). >> > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
