diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-30 08:38:38 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-30 08:38:38 +0000 |
| commit | ba41fa537a432210147586b1442ab67b6d400d18 (patch) | |
| tree | d65b1bb4e7d20de518b40db98fb4399f419d36be /utils/themeeditor/resources | |
| parent | f8dd370ff8ece4d32589767dc4a9b43398c1cf7e (diff) | |
| download | rockbox-ba41fa537a432210147586b1442ab67b6d400d18.zip rockbox-ba41fa537a432210147586b1442ab67b6d400d18.tar.gz rockbox-ba41fa537a432210147586b1442ab67b6d400d18.tar.bz2 rockbox-ba41fa537a432210147586b1442ab67b6d400d18.tar.xz | |
Theme Editor: Made auto-complete functional and enabled it by default. Added a small subset of the available tags to the tagdb file, filling it out is todo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27625 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources')
| -rw-r--r-- | utils/themeeditor/resources/deviceoptions | 20 | ||||
| -rw-r--r-- | utils/themeeditor/resources/tagdb | 86 |
2 files changed, 96 insertions, 10 deletions
diff --git a/utils/themeeditor/resources/deviceoptions b/utils/themeeditor/resources/deviceoptions index cc349c5..4b883ae 100644 --- a/utils/themeeditor/resources/deviceoptions +++ b/utils/themeeditor/resources/deviceoptions @@ -1,3 +1,23 @@ +########################################################################### +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# +# Copyright (C) 2010 Robert Bieber +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +############################################################################/ # This file defines the options for the device configuration panel # Declare a section with a line containing a string inside brackets, i.e. # [Some Section] diff --git a/utils/themeeditor/resources/tagdb b/utils/themeeditor/resources/tagdb index d6b2301..8aa58fd 100644 --- a/utils/themeeditor/resources/tagdb +++ b/utils/themeeditor/resources/tagdb @@ -1,10 +1,76 @@ -z : Ending tag -aa : Should come at the beginning of everything -za : Should come after z -y : Should come before z -T : Test tag 1 -Ta : Test tag 2 -Tb : Test tag 3 -U : Another test -Ua : Yet another test -Uc : A sixth test +########################################################################### +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# +# Copyright (C) 2010 Robert Bieber +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +############################################################################/ + +# Enter tags in the format "tag : Description" +# Empty lines and lines beginning with '#' are ignored +# The descriptions are going to be displayed in a little auto-complete +# pop-up, so keep them as terse as possible +# +# Like the deviceoptions file, this is compiled into the executable and +# could segfault things if improperly formatted, so be careful---treat it +# like part of the source code, because it is. +# + +# Viewport tags + +V : Viewport declaration +Vl : Viewport preload +Vd : Viewport display +Vi : Custom UI viewport +VI : Pick custom UI viewport +Vf : Foreground color +Vb : Background color + +# Fonts + +Fl : Load a font + +# Status Bar + +we : Enable status bar +wd : Disable status bar +wi : Display inbuilt status bar + +# ID3 Info +ia : Artist +ic : Composer +iA : Album artist +id : Album Name +iG : Grouping +in : Track # +it : Track Title +iC : Comment +iv : ID3 version +iy : ID3 year +ik : Disc number + +# Next track ID3 +Ia : Next Artist +Ic : Next Composer +IA : Next Album artist +Id : Next Album Name +IG : Next Grouping +In : Next Track # +It : Next Track Title +IC : Next Comment +Iv : Next ID3 version +Iy : Next ID3 year +Ik : Next Disc number |