Re: [opensource-dev] from debug to prefences

2011-01-29 Thread Argent Stonecutter
On 2011-01-24, at 11:25, Erin Mallory wrote: > Here's how it would work. We take the existing advanced preferences tab and > turn it into a floater activated if you click on where the advanced tab is > now. we then bump many of the preferences that are in the debug over. we can > do it in kinda

Re: [opensource-dev] from debug to prefences

2011-01-25 Thread Oz Linden (Scott Lawrence)
On 2011-01-24 20:45, Robert Martin wrote: > On Mon, Jan 24, 2011 at 7:53 PM, Trilo Byte wrote: >> Perhaps the experimental/developer-related debug settings should be >> accessible from the Developer menu (further removing it from casual users). >> Then an 'Advanced Preferences' floater could be

Re: [opensource-dev] from debug to prefences

2011-01-25 Thread Jonathan Welch
I just did a little research on what is referenced in settings.xml (aka debug settings). I scanned the source code for "gsavedsettings." and then pulled out the name of what was being accessed. There are some faults in this approach: 1) some source code lines are split, so with my simple approach

Re: [opensource-dev] from debug to prefences

2011-01-25 Thread Hitomi Tiponi
I have been struggling with this on StarLight as well. My design approach was to incorporate many of the debug settings that people seemed to like while also keeping a fairly simple approach. The skill seems to be in allocating them into a sensible form - so in the end I settled for sub-tabs

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Robert Martin
On Mon, Jan 24, 2011 at 7:53 PM, Trilo Byte wrote: > Perhaps the experimental/developer-related debug settings should be > accessible from the Developer menu (further removing it from casual users).   > Then an 'Advanced Preferences' floater could be made available from the > Advanced Menu.  Thi

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Trilo Byte
Perhaps the experimental/developer-related debug settings should be accessible from the Developer menu (further removing it from casual users). Then an 'Advanced Preferences' floater could be made available from the Advanced Menu. This would allow for an effort to seriously streamline the main

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Nyx Linden
Also keep in mind most debug preferences were written by coders who want to provide the functionality to debug features and provide QA with the tools to test features. The debug options themselves often are not formalized / well tested / well supported. This would be providing more formal suppo

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Jonathan Welch
There are approximately 1,100 entries in settings.xml, which is the list you see in the Debug Settings floater (perhaps it should be renamed to just Settings). I don't see any practical way of having all those available in any kind of sane preferences menu system. It would be good to generate a l