summaryrefslogtreecommitdiff
path: root/manual/appendix (follow)
Commit message (Collapse)AuthorAge
...
* %cs (current screen) changes:Jonathan Gordon2011-08-07
| | | | | | | * Every top level menu item now has a different screen number * Playlist viewer and Playlist Catalogue browsers no longer share the same number git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30261 a1c6a512-1295-4272-9138-f99709370657
* Add a %cs item for the context menusJonathan Gordon2011-08-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30258 a1c6a512-1295-4272-9138-f99709370657
* Add a plugin activity which to the %cs screen option listJonathan Gordon2011-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30253 a1c6a512-1295-4272-9138-f99709370657
* Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char ↵Jonathan Gordon2011-07-28
| | | | | | | | | | | | | | settings. check the manual... %Tl(..., &action) -> %Tl(..., action, repeat_press) %Tl(..., *action) -> %Tl(..., action, long_press) %Tl(..., !action) -> %Tl(..., action, reverse_bar) and a new allow_while_lock to make the region fire when softlocked these options must all be after the action name, but otherwise the order doesnt matter. And for the setting_inc/dec/set action the setting name must follow the action name, *then* the options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30219 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#12196. Adds support for embedded album art (jpg) with APEv2 tags.Andree Buschmann2011-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30210 a1c6a512-1295-4272-9138-f99709370657
* Add the playlist catalog option to the %cs manual textJonathan Gordon2011-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30179 a1c6a512-1295-4272-9138-f99709370657
* Update manual to mention that we support embedded album art in MP4/M4A files.Michael Giacomelli2011-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30137 a1c6a512-1295-4272-9138-f99709370657
* FS#11925 - Add a proper system to keep track of the current screen/activity ↵Jonathan Gordon2011-06-01
| | | | | | to make %cs far more useful git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29944 a1c6a512-1295-4272-9138-f99709370657
* Fix various minor spelling issues in the rockbox manual.Bertrik Sikken2011-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29911 a1c6a512-1295-4272-9138-f99709370657
* Manual:r29866 changed the meaning of & and * for touch region actions, ↵Marianne Arnold2011-05-22
| | | | | | update the manual accordingly and add some short explanations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29909 a1c6a512-1295-4272-9138-f99709370657
* Manual: Fix theme tags section and hence the complete manual for touchscreen ↵Marianne Arnold2011-05-22
| | | | | | targets . The _ needs escaping (but the * doesn't). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29908 a1c6a512-1295-4272-9138-f99709370657
* Minor manual fix: iPod nano 2G is fast enough to decode ape -c3000.Andree Buschmann2011-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29902 a1c6a512-1295-4272-9138-f99709370657
* Manual, audio formats table: remove the \nopt{ipodnano2g} and pull the row ↵Marianne Arnold2011-05-20
| | | | | | and column separators out of the \opts to make the manual build again which broke for targets that would have gotten an impossible additional columns due to this. Needs a check if the result is correct still though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29901 a1c6a512-1295-4272-9138-f99709370657
* Add AAC to the manuals codec featureset table.Andree Buschmann2011-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29900 a1c6a512-1295-4272-9138-f99709370657
* Add a codec featureset overview (for now 'seek', 'resume' and 'gapless') to ↵Andree Buschmann2011-05-19
| | | | | | the manual. Additionally change table formatting and add a note to the SID format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29899 a1c6a512-1295-4272-9138-f99709370657
* FS#12110: Rework of the audio format and metadata section in the manual. Add ↵Andree Buschmann2011-05-17
| | | | | | notes for several audio formats, correct the file extensions for several formats, describe the feature sets supported by the different metadata formats, describe limitations of the metadata handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29894 a1c6a512-1295-4272-9138-f99709370657
* Correct notation of a few supported audio formats in the manual.Andree Buschmann2011-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29856 a1c6a512-1295-4272-9138-f99709370657
* Manual: typeset the commas using the normal font, not as 'fname'Alexander Levin2011-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29855 a1c6a512-1295-4272-9138-f99709370657
* Manual: add metadata section (FS#12090 by Andree Buschmann with slight ↵Alexander Levin2011-05-09
| | | | | | modifications by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29847 a1c6a512-1295-4272-9138-f99709370657
* Fix touchregions muting volume, and change &<action> to mean 'needs long ↵Jonathan Gordon2011-03-27
| | | | | | press but only fire once'. Use *<action> for 'long press and allow repeats' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29653 a1c6a512-1295-4272-9138-f99709370657
* Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ↵Jonathan Gordon2011-03-22
| | | | | | needed to make it work. 'next' in the sbs changes list selection, 'wps_next' in sbs changes audio tracks. no difference in the wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29631 a1c6a512-1295-4272-9138-f99709370657
* Manual: We now support embedded JPEG album art in ID3v2 tags.Alex Parker2011-02-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29266 a1c6a512-1295-4272-9138-f99709370657
* New option for the bar tags: 'backdrop, <label>' will draw another image ↵Jonathan Gordon2011-01-24
| | | | | | | | | | | | under the progressbar (only works with image and slider bars) example: %V(22,253,198,14,-) %xl(a,PLAY_BAR_BACKDROP-240x320x16.bmp,0,0) %pb(0,0,198,14,PLAY_BAR-240x320x16.bmp, backdrop, a) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29127 a1c6a512-1295-4272-9138-f99709370657
* Pick up the target rename completion in the manual started in r27823 ... ↵Marianne Arnold2011-01-17
| | | | | | this time taking care of the Iriver targets. This fixes a few issues with wrongly in- or excluded parts (e.g. pacbox missing from the H100 manual, invadrox wrongly included in the small H10 manual as the plugin's main.tex already used the new names without making sure they are there). If possible replace 'target name' \opts with sensible feature \opts. Fix small mistakes and break too long lines discovered along the way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29075 a1c6a512-1295-4272-9138-f99709370657
* Manual: Fix FS#11872 - %pL/pR aren't in the manual.Alex Parker2011-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29050 a1c6a512-1295-4272-9138-f99709370657
* Manual: Fix part 2 of FS#11874 - setting_inc and setting_dec missing from ↵Alex Parker2011-01-13
| | | | | | actions list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29049 a1c6a512-1295-4272-9138-f99709370657
* Manual: Fix part 1 of FS#11874 - touchscreen region in the manual isn't 100% ↵Alex Parker2011-01-13
| | | | | | correct. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29048 a1c6a512-1295-4272-9138-f99709370657
* New Touchscreen region type... 'mute' which un/mutes volume without pausing ↵Jonathan Gordon2011-01-13
| | | | | | playback git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29046 a1c6a512-1295-4272-9138-f99709370657
* Add %tr to the manual.Alex Parker2010-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28871 a1c6a512-1295-4272-9138-f99709370657
* Manual, theme tag chapter: add a 'Hardware Capabilities' section for tags ↵Marianne Arnold2010-10-29
| | | | | | that test hardware capabilities of a target and move the 'radio/clock/touchscreen detected' tags there. Fixes inconsistencies in handling these. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28380 a1c6a512-1295-4272-9138-f99709370657
* Fix the manual for %TpJonathan Gordon2010-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28371 a1c6a512-1295-4272-9138-f99709370657
* Manual: fix some English in the bar tag options.Alex Parker2010-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28260 a1c6a512-1295-4272-9138-f99709370657
* Manual: add the missing % for %# in the 'Other tags' theme tag section.Marianne Arnold2010-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28257 a1c6a512-1295-4272-9138-f99709370657
* skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, ↵Jonathan Gordon2010-10-12
| | | | | | pb.bmp,0,0) %pb(0,0,10,10,bar_image) or %pb(0,0,10,10, pb.bmp) both are acceptable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28249 a1c6a512-1295-4272-9138-f99709370657
* improvement for bar tag with slider.Teruaki Kawashima2010-10-12
| | | | | | | | -fix bug the slider is drawn outside of the bounds (FS#11658). -offset the slider position so that the center of the slider indicates current position. -add nobar option. if this option is set, the bar isn't drawn at all. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28248 a1c6a512-1295-4272-9138-f99709370657
* Correct the examples of usage of %pS and %pE in the manualAlexander Levin2010-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28157 a1c6a512-1295-4272-9138-f99709370657
* Manual: add the bar tag themeing possibilites to the manual. Closes bug ↵Alex Parker2010-09-17
| | | | | | FS#11543. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28098 a1c6a512-1295-4272-9138-f99709370657
* Manual: Add the %if tag to the manual. Closes bug FS#11555.Alex Parker2010-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28097 a1c6a512-1295-4272-9138-f99709370657
* Missed two files in r27823...Marianne Arnold2010-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27824 a1c6a512-1295-4272-9138-f99709370657
* First step of completing the target rename in the manual. Some target ↵Marianne Arnold2010-08-16
| | | | | | specific options were already renamed in the rest of the source (e.g. see r23883) but not where they are actually set - in the platform files - leading to parts included or excluded incorrectly. The problem exists for more targets, this commit deals with the supported Iaudios first. Rename 'x5' to 'iaudiox5' (do the same for 'm5' and 'm3'), fix small errors or add missing info related to them along the way, use more appropriate options and simplify code a bit where possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27823 a1c6a512-1295-4272-9138-f99709370657
* last warning and fix manualJonathan Gordon2010-08-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27816 a1c6a512-1295-4272-9138-f99709370657
* Manual: some cosmetic changes in phrasing as well as code... fix typos and ↵Marianne Arnold2010-08-14
| | | | | | RAS syndrome, correct use of dap{} and {daps}. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27809 a1c6a512-1295-4272-9138-f99709370657
* Fix manuals broken by r27787 - underscores have a meaning in tex and need to ↵Marianne Arnold2010-08-13
| | | | | | be escaped. Put the name into quotes like the .bmp above while at it. The way it is done now looks a bit silly but works, feel free to improve. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27804 a1c6a512-1295-4272-9138-f99709370657
* New feature for the %xl (image load) tag. If you give it the filename ↵Jonathan Gordon2010-08-12
| | | | | | | | | | | | | __list_icons__ it will use the list icon strip instead of loading a different bmp. example: %xl(I, __list_icons__, 0, 0) %xd(I, %Li) ^ display the list icon at position 0,0 in that viewport. (you can of course %xd(Ia) if you really wanted also.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27787 a1c6a512-1295-4272-9138-f99709370657
* Update the manual regarding the bl tag change in r27784. Also fix a typo.Magnus Holmgren2010-08-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27785 a1c6a512-1295-4272-9138-f99709370657
* Fix typo that broke the manual.Marianne Arnold2010-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27739 a1c6a512-1295-4272-9138-f99709370657
* New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon2010-08-05
| | | | | | | | | | | | It can now automatically load the correct subimage from a strip (assuming the strip is in the correct order) by giving a tag for the 2nd param. example: %xd(F, %mp) which is equivilant to %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> You can also set the subimage offset.. i.e %xd(E, %mm, -1) which means "show nothing for the first value of %mm and use the bitmap strip for the remaining values" if a tag+offset is <0 or greater than the number of subimages in a strip he image is cleared (I'm open to changing this if someone has a better idea) cabbiev2.176x220x16.wps is an example of how to use this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27717 a1c6a512-1295-4272-9138-f99709370657
* Manual: %Vl tag was in the viewports section but missing from the tag table ↵Alex Parker2010-08-02
| | | | | | in the tags appendix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27669 a1c6a512-1295-4272-9138-f99709370657
* Manual: add some missing theme tags, and close FS#11472.Alex Parker2010-07-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27637 a1c6a512-1295-4272-9138-f99709370657
* Add an entry for WMA Pro in the manual.Mohamed Tarek2010-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27594 a1c6a512-1295-4272-9138-f99709370657