summaryrefslogtreecommitdiffstats
path: root/manual
AgeCommit message (Collapse)AuthorFilesLines
2010-08-29Change dap{} to \dap{} in the iaudio battery capacity descriptionFrank Gevaerts1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27943 a1c6a512-1295-4272-9138-f99709370657
2010-08-26Describe the default value of the new optional tag parameterAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27899 a1c6a512-1295-4272-9138-f99709370657
2010-08-26Clip keymap : move pitchscreen to short submenu in wpsRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27897 a1c6a512-1295-4272-9138-f99709370657
2010-08-26Manual: Change the labels on the clip, clip+ and fuze images so that they ↵Alex Parker9-98/+87
actually match the text. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27896 a1c6a512-1295-4272-9138-f99709370657
2010-08-26Manual: Make the clip WPS buttons match what actually happens. Short ↵Alex Parker1-2/+2
submenu is not defined, is this intentional? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27895 a1c6a512-1295-4272-9138-f99709370657
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-2/+4
%Fl now takes an optional 3rd param which is the number of glyphs to cache (default to 256). the smaller the number, the less ram will be used (i.e using 15 for a font which only shown numbers is a good idea) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27882 a1c6a512-1295-4272-9138-f99709370657
2010-08-25Add 'lowmem' feature to the manual, defined if MEM <= 2Rafaël Carré1-5/+5
Use it to remove mentions of Doom/mpegplayer/midiplay because these plugins aren't built on such models git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27881 a1c6a512-1295-4272-9138-f99709370657
2010-08-25c200v2 manualRafaël Carré3-11/+30
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27880 a1c6a512-1295-4272-9138-f99709370657
2010-08-25Manual: fix Sansa AMS installRafaël Carré1-6/+13
Sandisk has changed its forum, so update the links to OF Also add c200v2 link and description git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27879 a1c6a512-1295-4272-9138-f99709370657
2010-08-17Small change to sansa fuze keymap.Nils Wallménius1-4/+4
Move stop from long home to long play/pause in wps, browsers and fm screen. In the fm screen that means switching between scan and preset is now on long home. Move stop from the power switch to long play/pause in the hid multimedia mode. Update manual keymaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27836 a1c6a512-1295-4272-9138-f99709370657
2010-08-16Manual: replace target options with the more appropriate button pad options ↵Marianne Arnold1-5/+5
in the 'Screen scroll out of view' key mapping description. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27825 a1c6a512-1295-4272-9138-f99709370657
2010-08-16Missed two files in r27823...Marianne Arnold2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27824 a1c6a512-1295-4272-9138-f99709370657
2010-08-16First step of completing the target rename in the manual. Some target ↵Marianne Arnold11-46/+52
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
2010-08-14last warning and fix manualJonathan Gordon1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27816 a1c6a512-1295-4272-9138-f99709370657
2010-08-14Manual - logo and pegbox button tables: simplify the code and add missing info.Marianne Arnold2-101/+86
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27811 a1c6a512-1295-4272-9138-f99709370657
2010-08-14Manual - wormlet.tex: remove 'opt'ing for different player pads inside a ↵Marianne Arnold1-40/+42
Recorder pad only block. Simplify and complete the other players' button table. Maybe the two tables could be merged... in another commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27810 a1c6a512-1295-4272-9138-f99709370657
2010-08-14Manual: some cosmetic changes in phrasing as well as code... fix typos and ↵Marianne Arnold5-8/+12
RAS syndrome, correct use of dap{} and {daps}. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27809 a1c6a512-1295-4272-9138-f99709370657
2010-08-14Correct the ActionTreeWps in the Clips' keymap file (button combo for going ↵Marianne Arnold1-1/+1
to the WPS). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27808 a1c6a512-1295-4272-9138-f99709370657
2010-08-13Fix manuals broken by r27787 - underscores have a meaning in tex and need to ↵Marianne Arnold1-1/+1
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
2010-08-12New feature for the %xl (image load) tag. If you give it the filename ↵Jonathan Gordon1-0/+1
__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
2010-08-12Update the manual regarding the bl tag change in r27784. Also fix a typo.Magnus Holmgren1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27785 a1c6a512-1295-4272-9138-f99709370657
2010-08-07Fix typo that broke the manual.Marianne Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27739 a1c6a512-1295-4272-9138-f99709370657
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon1-3/+8
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
2010-08-02Manual: Fix typoAlex Parker1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27670 a1c6a512-1295-4272-9138-f99709370657
2010-08-02Manual: %Vl tag was in the viewports section but missing from the tag table ↵Alex Parker1-0/+4
in the tags appendix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27669 a1c6a512-1295-4272-9138-f99709370657
2010-07-31Manual: add some missing theme tags, and close FS#11472.Alex Parker1-8/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27637 a1c6a512-1295-4272-9138-f99709370657
2010-07-28Add an entry for WMA Pro in the manual.Mohamed Tarek1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27594 a1c6a512-1295-4272-9138-f99709370657
2010-07-25Manual - Recording source settings description: replace target options with ↵Marianne Arnold1-9/+18
the correct features (needs one more in features.txt). Correct(s) wrong list of options in some manuals (e.g. Gigabeat S) at the same time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27544 a1c6a512-1295-4272-9138-f99709370657
2010-07-24Manual: Correct spelling (US-->UK) for "centre" in touchscreen keymaps.Alex Parker2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27542 a1c6a512-1295-4272-9138-f99709370657
2010-07-23Also fix Rockboy wrongly included in the Ipod Minis' manual. The option is ↵Marianne Arnold1-1/+1
just called 'ipodmini' because there is no difference between the two Minis important to the manual. Maybe the platform file should be renamed accordingly?. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27526 a1c6a512-1295-4272-9138-f99709370657
2010-07-22Fix Rockboy wrongly included in the Ondio manuals - the linebreak after the ↵Marianne Arnold1-2/+2
opening { made TeX ignore the first following option, a comment also escapes the linebreak and helps here. Also change the option to ONDIO_PAD as the keypad is the important criteria here. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27525 a1c6a512-1295-4272-9138-f99709370657
2010-07-21manual: include rockboy on m5 and x5 (mistakenly disabled in previous commit)Rafaël Carré1-4/+4
Do not put a space after commas, and put commas at the beginning of newlines to match the existing style git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27508 a1c6a512-1295-4272-9138-f99709370657
2010-07-21manual: rockboy isn't built on all lcd bitmap targetsRafaël Carré1-1/+6
ideally we should check pixelformat and lcd height/depth but I don't know how to do comparisons in tex (nor if it is possible at all) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27507 a1c6a512-1295-4272-9138-f99709370657
2010-07-21rockboy manualRafaël Carré3-8/+11
- add entry for all supported targets (all lcd_bitmap but ondio) - add clip screenshot - add clip keymap description - fix fuze keymap description git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27505 a1c6a512-1295-4272-9138-f99709370657
2010-07-19Clip manual: add zxbox and recording screens screenshotsRafaël Carré3-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27497 a1c6a512-1295-4272-9138-f99709370657
2010-07-19TTA should be realtime on all targets now.Nils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27491 a1c6a512-1295-4272-9138-f99709370657
2010-07-19manual: restore '%' removed in r27485Rafaël Carré2-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27487 a1c6a512-1295-4272-9138-f99709370657
2010-07-18Add a 'ab_repeat_buttons' featureRafaël Carré2-6/+3
Use it in the manual instead of a built in list of models Sort all features which aren't used in apps/lang/* Fix FS#11379 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27485 a1c6a512-1295-4272-9138-f99709370657
2010-07-18Fix broken (html) manual: set seriesimg globally in preamble.tex to \specimg ↵Marianne Arnold1-0/+7
if it isn't defined in a target's platform file, otherwise tex tries to check for it and doesn't know which string to take. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27481 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Manual: add \seriesimg to the OndioFM's and OndioSP's platform file and use ↵Marianne Arnold18-0/+4
it to clean up some Ondio specific screenshots. There are a few 'different to the Recorders' screenshots because Ondios don't have an RTC. Some were there twice to make them show in both manuals but not actually different - rename one of each real duplicate pairs to -ondio and delete the other. There are a few FM and SP specific ones that will stay as they are really different for the two (related to radio and recording). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27475 a1c6a512-1295-4272-9138-f99709370657
2010-07-17manual: Play/Pause button for Clip keymap is 'Play'Rafaël Carré1-1/+1
Fix FS#11480 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27474 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Set \specimg to sansaclipplus again for the Clip+ so that it uses the ↵Marianne Arnold1-1/+1
correct player image (screenshots will still be correct due to \seriesimg - compare to r25344 and r26198). Fixes part of FS#1180). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27473 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Oops, r27471 only contained the delete part of the 'svn rename' - commit the ↵Marianne Arnold62-0/+0
second part and actually add the screenshots (again :\ ) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27472 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Manual: add the new \seriesimg option to the 3 different Clip's platform ↵Marianne Arnold65-0/+6
files and rename all _screenshots_ which have 'sansaclip' in their name so that they contain 'clip' instead to make use of this new option. This way they can be used for all Clips even when \specimg will differ. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27471 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Manual: add another possible parameter to screenshot names: 'seriesimg' to ↵Marianne Arnold1-7/+18
be able to use screenshots for manuals of the same series (e.g. all Clips) which need to be different to other targets with the same resolution, keeping the possibility to differentiate between targets (e.g. the Clip+ and the rest). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27470 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Add a lcd_contrast feature and use it for the relevant manual sectionRafaël Carré1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27414 a1c6a512-1295-4272-9138-f99709370657
2010-07-08Clarify where music can be put on the player.Alex Parker1-7/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27352 a1c6a512-1295-4272-9138-f99709370657
2010-07-07More consistent formatting of setting namesAlexander Levin1-4/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27343 a1c6a512-1295-4272-9138-f99709370657
2010-07-07Describe what 'Update on stop' doesAlexander Levin1-0/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27337 a1c6a512-1295-4272-9138-f99709370657
2010-07-06Fix a typo and clarify when bookmarks are autocreatedAlexander Levin1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27311 a1c6a512-1295-4272-9138-f99709370657