summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Collapse)Author
2010-06-20Use normal apostrophes for code. Thanks to fml for pointing out (also for ↵Alex Parker
previoys commit). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26994 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Fix typos/c&p errors.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26993 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Convert the manual to the new theme syntax. As a result, adds the viewport ↵Alex Parker
colour tags which closes FS#11372. Correct multifont tag from %F to %Fl git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26989 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Adjust the tagmap table environment so that the second column doesn't end up ↵Alex Parker
tiny. It can be adjusted further if necessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26988 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Add multifont to the manual. Closes FS#11294.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26987 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Apply LATEXOPTS to all LaTeX runs.Dominik Riebeling
If the build folder does not have the .aux file created yet a different build rule triggers that was lacking the LATEXOPTS variable, thus not running in nonstopmode. This results in the builds hanging in interactive mode if the sources contain an error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26986 a1c6a512-1295-4272-9138-f99709370657
2010-06-18clip recording keymap changes, thanks to dfktRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26943 a1c6a512-1295-4272-9138-f99709370657
2010-06-18clip+ keymap: revert r26396Rafaël Carré
software hold is now on home+select and quickscreen on long home like on other clips git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26938 a1c6a512-1295-4272-9138-f99709370657
2010-06-17Do not produce additional space after 'to the picture above'Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26901 a1c6a512-1295-4272-9138-f99709370657
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26893 a1c6a512-1295-4272-9138-f99709370657
2010-06-14That was supposed to be \opt{touchscreen} not \opt{cowond2}.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26849 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Add WPS hotkey for the D2, and make the tree hotkey only valid for ↵Alex Parker
non-touchscreen targets. This will have to be revisited if we gain touchscreen targets with tree hotkey capabilities. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26848 a1c6a512-1295-4272-9138-f99709370657
2010-06-12fuzev2 manual: mention the USB OF settingRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26823 a1c6a512-1295-4272-9138-f99709370657
2010-06-11Quick fix of the Player's manual which was also broken in r26617. I ↵Marianne Arnold
overlooked that the Player uses yet another button table... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26807 a1c6a512-1295-4272-9138-f99709370657
2010-06-11Use the correct 'RC' macro for the remote column in the pitch screen button ↵Marianne Arnold
table. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26806 a1c6a512-1295-4272-9138-f99709370657
2010-06-11Enable the IAUDIO_RC_PAD macro for the M5 and X5 too, so that tables using ↵Marianne Arnold
this instead of the platform files' actions can be filled too. Complete the table in the quick start section mentioning how to start and shut down Rockbox for the Iaudio remote while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26805 a1c6a512-1295-4272-9138-f99709370657
2010-06-11Various minor corrections to some Iaudios' and their remote's keymap files. ↵Marianne Arnold
Fixes these manuals which were broken since r26617 and a bit more. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26804 a1c6a512-1295-4272-9138-f99709370657
2010-06-11Rework the button table in 'Navigating the Main Menu' - use \newline to keep ↵Marianne Arnold
line breaks inside the cell which makes the alternating row colours work correctly; also restructure a bit to improve readability. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26797 a1c6a512-1295-4272-9138-f99709370657
2010-06-11Replace the table that was used for the channels settings option with the ↵Marianne Arnold
item list which is used for this kind of settings lists everywhere else in the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26796 a1c6a512-1295-4272-9138-f99709370657
2010-06-09SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last ↵Jonathan Gordon
param instead of the first. skin updater, skins and manual all updated. NEW PARSER: add an 'N' param type which will accept any number of strings, will cause very big problems if this isnt the last param for a tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26727 a1c6a512-1295-4272-9138-f99709370657
2010-06-08manual: Rockbox Utility supports all clipsRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26707 a1c6a512-1295-4272-9138-f99709370657
2010-06-08The real reason to change the %C was to remove a very nasty hack!Jonathan Gordon
%CL - load the AA %C - check if AA is avilable %Cd - display the AA git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26696 a1c6a512-1295-4272-9138-f99709370657
2010-06-08fix the manual alsoJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26694 a1c6a512-1295-4272-9138-f99709370657
2010-06-07Rework the button table in the graphical eq section. Clean up the code, ↵Marianne Arnold
correct falso info and add the missing mappings of the: Fuze, H10s, C200, M3 and Iaudio remote pads. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26674 a1c6a512-1295-4272-9138-f99709370657
2010-06-07text viewer: gigabeat f: add buttons to do one line up/down, and one column ↵Teruaki Kawashima
left/right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26659 a1c6a512-1295-4272-9138-f99709370657
2010-06-06USB charging: update manualTorne Wuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26633 a1c6a512-1295-4272-9138-f99709370657
2010-06-06Close the ActionKbdSelect macro so that the following space won't get eaten ↵Marianne Arnold
in the output. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26618 a1c6a512-1295-4272-9138-f99709370657
2010-06-06Consolidate the two button tables in the virtual keyboard section into one. ↵Marianne Arnold
The difference causing having two doesn't exist anymore (targets without line edit mode. Also fixes the Iaudio remote mapping not appearing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26617 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Add a mapping for the PLA_EXIT action for Iriver remote and provide it in ↵Marianne Arnold
the manual as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26591 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Update, correct and complete the Iaudio remote keymap file.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26588 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Enable info about the Iaudio remote keymapping in the M5 and X5 manual. Only ↵Marianne Arnold
'actions' are included now, it still needs a check for accuracy and updating some button tables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26579 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Change font encoding to T1.Dominik Riebeling
Some characters used by the manual can't be represented by the default font encoding OT1 used by LaTeX. Switching the font encoding to T1 fixes this, and makes the manuals build again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26578 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Remove Jump scroll from the manual tooNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26577 a1c6a512-1295-4272-9138-f99709370657
2010-06-05new plugin: FS#10559 - lrcplayer: a plugin to view .lrc file.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26574 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Correct the iaudio-remote button names which were added in r26377 to make ↵Marianne Arnold
the M3 manual build again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26461 a1c6a512-1295-4272-9138-f99709370657
2010-05-30Use version.sh in manual buildsRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26423 a1c6a512-1295-4272-9138-f99709370657
2010-05-30Submit FS#11240 by Raphael Jakse. Allows to reduce volume on WM8985 to -89 ↵Andree Buschmann
dB (e.g. used for Cowon D2). Below -57 dB the line out is affected. The manual is updated accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26413 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Change the software hold button combo from select + home to just holding ↵Michael Giacomelli
home. This is both easier to do on such a small player and more consistent with the OF. Quickscreen is now select + home. Update the manual to reflect this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26396 a1c6a512-1295-4272-9138-f99709370657
2010-05-29manual: add key combo for clip+ software holdRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26394 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Consolidate the information on album art into one place.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26390 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Only show the section on radio tags if the target has a radio.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26389 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Add a brief description of radio art to the manual. Closes FS#11279.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26388 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Correct manual keymaps for plugins recently converted to PLA, and use manual ↵Alex Parker
PLA defines for them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Correct typos in D2 keymap file.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26379 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Add non-defined remote actions to the manual keymap filesAlex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26378 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Add the plugin lib actions to the manual keymap files.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26377 a1c6a512-1295-4272-9138-f99709370657
2010-05-24manual: add a forgotten note about reseting settings for the vibe 500.Szymon Dziok
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26267 a1c6a512-1295-4272-9138-f99709370657
2010-05-24manual: make the wake-up alarm entry up to date with the current codeRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26265 a1c6a512-1295-4272-9138-f99709370657
2010-05-24manual: wake up alarm buttons for Clip and Fuze keymapsRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26264 a1c6a512-1295-4272-9138-f99709370657
2010-05-20manual: change all references to 'headphone jack' into more correct ↵Rafaël Carré
'headphone socket' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26213 a1c6a512-1295-4272-9138-f99709370657