2015-07-08, 16:58
Then "Interface". They all change how the interface is presented and how the user visually sees things. Otherwise we're going to have a million people asking us where the skin settings went to.
(2015-09-02, 18:41)da-anda Wrote: IMO a third layer would be helpful
(2015-09-02, 21:44)Montellese Wrote:(2015-09-02, 18:41)da-anda Wrote: IMO a third layer would be helpful
A third layer? There already are four layers: sections, regions, groups, settings.
Btw @jjd-uk: we now have the possibility to assign a label/title to setting groups. That might help in some places where it gets a bit crowded.
(2015-09-02, 22:12)jjd-uk Wrote: Actually I meant to ping you, if you look at the video from about 2:15 you'll see I added a Media Sources category which has buttons which I hoped to activate the relevant window where you add the selected source, so for example pressing Videos button opens Videos - Files window which contains "Add videos..." however I can't get it work. I assumed there must be some way to open a new window as we have it in several places in settings, for example the button which opens skin settings. I thought it a good idea to begin the path to central source management even if for now it's nothing more than shortcuts to the different windows that contain "Add videos", "Add music" and "Add pictures", with maybe your media import work being added here in the future.This requires changes in the code which catch the user clicking on the button and the open the proper window.
(2015-09-02, 22:12)jjd-uk Wrote: I knew about the possibility of adding settings group labels from following the ADSP work, but I've no idea how they are used, do you know of an example I can use as a template.AFAIK you just need to add a label="1234" attribute to a <group> tag in settings.xml
(2015-09-02, 22:17)Montellese Wrote:(2015-09-02, 22:12)jjd-uk Wrote: I knew about the possibility of adding settings group labels from following the ADSP work, but I've no idea how they are used, do you know of an example I can use as a template.AFAIK you just need to add a label="1234" attribute to a <group> tag in settings.xml