|
|
|
ViewDrawingDisclaimerThe below information is available simply for drafting purposes and should not be considered an officially scheduled feature. The below information is related to the Google Summer of Code (SoC) Project Proposal by RobFrawley. Those interested in helping develop this possible feature are welcome to add comments/edit the page below.General DescriptionThe current CustomWPS system allows for simple customization, based on newlines and line height of the current font laid on top of a backdrop image. This makes themes break easily: simply changing a font size or family can cause the text to become misaligned with the backdrop image. The goal of ViewDrawing is to, in combination with ViewPorts, provide an elegant pixel-based solution involving spaces, or quadrants (ViewPorts) of content. Additionally, ViewDrawing and ViewPorts would expand the customizations of the current CustomWPS system and allow theming of both the browsing and playing screens.Goals
File StructureThe current CustomWPS system has folders throughout the root rockbox folder pertaining to theme elements. The proposed folder structure below would work to help centralize these folders.
Parsing and SyntaxTo help explain the redundant font folders in the proposed file structure (ViewDrawing#File_Structure), I will briefly describe my interpretation on parsing the drawing (.draw) files as they pertain to fonts. Whenever a font declaration is found, the parser will first search the theme font folder (/rockbox/themes/theme_1/fonts). If the font cannot be found, the parser will then check the lower font folder (/rockbox/themes/_fonts). The lower font folder will contain fonts which come with Rockbox by default. Having an additional fonts folder in the specific theme folder itself allows users to simply copy the whole theme folder (with necessary additional fonts enclosed) into the themes folder (/rockbox/themes/). This should greatly simplify theme instillation for the average user. Much though needs to go into the parsing and syntax of the drawing files (.draw), which handle the customizing of their respective screens. Currently, I think this needs to be discussed at length with core developers. Ideas are welcome!Additional IdeasSome ideas that have been discussed on IRC and on the official Google Summer of Code pages. These ideas really need some eyes looking at them and comments:
r1 - 02 Apr 2007 - 21:47:40 - RobFrawley
Copyright © by the contributing authors.
|