Commit graph

1657 commits

Author SHA1 Message Date
Alex Parker
1b0c77fd28 Add multifont to the manual. Closes FS#11294.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26987 a1c6a512-1295-4272-9138-f99709370657
2010-06-20 12:58:09 +00:00
Dominik Riebeling
439cddf72c Apply LATEXOPTS to all LaTeX runs.
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-20 12:39:23 +00:00
Rafaël Carré
b6a1ac9837 clip recording keymap changes, thanks to dfkt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26943 a1c6a512-1295-4272-9138-f99709370657
2010-06-18 22:42:35 +00:00
Rafaël Carré
94f18b1f9f clip+ keymap: revert r26396
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-18 20:03:39 +00:00
Alexander Levin
5f87334d4f Do not produce additional space after 'to the picture above'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26901 a1c6a512-1295-4272-9138-f99709370657
2010-06-17 22:12:11 +00:00
Rafaël Carré
c0bd4173aa Make sure files which aren't windows-specific use \n line endings only
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26893 a1c6a512-1295-4272-9138-f99709370657
2010-06-17 16:59:51 +00:00
Alex Parker
7ee0983a87 That was supposed to be \opt{touchscreen} not \opt{cowond2}.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26849 a1c6a512-1295-4272-9138-f99709370657
2010-06-14 20:19:00 +00:00
Alex Parker
7a72a291cb Add WPS hotkey for the D2, and make the tree hotkey only valid for 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-14 20:15:56 +00:00
Rafaël Carré
4752798b58 fuzev2 manual: mention the USB OF setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26823 a1c6a512-1295-4272-9138-f99709370657
2010-06-12 21:17:03 +00:00
Marianne Arnold
014add996b Quick fix of the Player's manual which was also broken in r26617. I 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-11 23:37:20 +00:00
Marianne Arnold
65291f14e9 Use the correct 'RC' macro for the remote column in the pitch screen button table.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26806 a1c6a512-1295-4272-9138-f99709370657
2010-06-11 22:48:20 +00:00
Marianne Arnold
8c8b0b37c2 Enable the IAUDIO_RC_PAD macro for the M5 and X5 too, so that tables using 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-11 22:45:18 +00:00
Marianne Arnold
467f15ee59 Various minor corrections to some Iaudios' and their remote's keymap files. 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-11 22:33:11 +00:00
Marianne Arnold
82ff776fbb Rework the button table in 'Navigating the Main Menu' - use \newline to keep 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-11 20:31:38 +00:00
Marianne Arnold
197b4407ab Replace the table that was used for the channels settings option with the 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-11 20:23:34 +00:00
Jonathan Gordon
9ac4b44610 SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last 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-09 16:15:01 +00:00
Rafaël Carré
592324e68d manual: Rockbox Utility supports all clips
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26707 a1c6a512-1295-4272-9138-f99709370657
2010-06-08 22:12:47 +00:00
Jonathan Gordon
50356d8387 The real reason to change the %C was to remove a very nasty hack!
%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-08 15:09:32 +00:00
Jonathan Gordon
34dc14d865 fix the manual also
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26694 a1c6a512-1295-4272-9138-f99709370657
2010-06-08 14:52:48 +00:00
Marianne Arnold
c3ee226b33 Rework the button table in the graphical eq section. Clean up the code, 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-07 21:14:42 +00:00
Teruaki Kawashima
d669d4ab6e text viewer: gigabeat f: add buttons to do one line up/down, and one column left/right.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26659 a1c6a512-1295-4272-9138-f99709370657
2010-06-07 13:01:15 +00:00
Torne Wuff
8ef1c68430 USB charging: update manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26633 a1c6a512-1295-4272-9138-f99709370657
2010-06-06 14:18:16 +00:00
Marianne Arnold
6029502468 Close the ActionKbdSelect macro so that the following space won't get eaten in the output.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26618 a1c6a512-1295-4272-9138-f99709370657
2010-06-06 10:11:03 +00:00
Marianne Arnold
a18e462e1e Consolidate the two button tables in the virtual keyboard section into one. 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-06 10:07:23 +00:00
Marianne Arnold
9becb7a085 Add a mapping for the PLA_EXIT action for Iriver remote and provide it in the manual as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26591 a1c6a512-1295-4272-9138-f99709370657
2010-06-05 17:29:06 +00:00
Marianne Arnold
6ea6dce4b5 Update, correct and complete the Iaudio remote keymap file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26588 a1c6a512-1295-4272-9138-f99709370657
2010-06-05 16:48:07 +00:00
Marianne Arnold
6b9de1ea91 Enable info about the Iaudio remote keymapping in the M5 and X5 manual. Only '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-05 14:42:36 +00:00
Dominik Riebeling
48832cd20a Change font encoding to T1.
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-05 13:55:36 +00:00
Nils Wallménius
e821c031fc Remove Jump scroll from the manual too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26577 a1c6a512-1295-4272-9138-f99709370657
2010-06-05 12:31:11 +00:00
Teruaki Kawashima
c5b8394ea3 new plugin: FS#10559 - lrcplayer: a plugin to view .lrc file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26574 a1c6a512-1295-4272-9138-f99709370657
2010-06-05 11:54:40 +00:00
Marianne Arnold
9381b49b04 Correct the iaudio-remote button names which were added in r26377 to make the M3 manual build again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26461 a1c6a512-1295-4272-9138-f99709370657
2010-06-02 05:51:00 +00:00
Rafaël Carré
cdc42458a2 Use version.sh in manual builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26423 a1c6a512-1295-4272-9138-f99709370657
2010-05-30 23:18:06 +00:00
Andree Buschmann
f0e1cf038f Submit FS#11240 by Raphael Jakse. Allows to reduce volume on WM8985 to -89 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-30 18:29:04 +00:00
Michael Giacomelli
be0aa25aba Change the software hold button combo from select + home to just holding 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-29 21:46:14 +00:00
Rafaël Carré
c401eecd26 manual: add key combo for clip+ software hold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26394 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 20:01:24 +00:00
Alex Parker
018133ea30 Consolidate the information on album art into one place.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26390 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 19:02:25 +00:00
Alex Parker
caa68b5e1c Only show the section on radio tags if the target has a radio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26389 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 19:02:19 +00:00
Alex Parker
4b3606314c Add a brief description of radio art to the manual. Closes FS#11279.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26388 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 19:02:10 +00:00
Alex Parker
b7330ca295 Correct manual keymaps for plugins recently converted to PLA, and use manual PLA defines for them.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 15:23:22 +00:00
Alex Parker
64eba682b0 Correct typos in D2 keymap file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26379 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 15:23:15 +00:00
Alex Parker
6cbce7b9c4 Add non-defined remote actions to the manual keymap files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26378 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 15:23:10 +00:00
Alex Parker
9081c9958b Add the plugin lib actions to the manual keymap files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26377 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 15:23:01 +00:00
Szymon Dziok
f7253e322f manual: add a forgotten note about reseting settings for the vibe 500.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26267 a1c6a512-1295-4272-9138-f99709370657
2010-05-24 19:24:38 +00:00
Rafaël Carré
66f20d2664 manual: make the wake-up alarm entry up to date with the current code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26265 a1c6a512-1295-4272-9138-f99709370657
2010-05-24 18:49:42 +00:00
Rafaël Carré
6e7df95b0e manual: wake up alarm buttons for Clip and Fuze keymaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26264 a1c6a512-1295-4272-9138-f99709370657
2010-05-24 18:40:37 +00:00
Rafaël Carré
5d92ae4eb6 manual: change all references to 'headphone jack' into more correct 'headphone socket'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26213 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 19:58:45 +00:00
Rafaël Carré
f39ef96676 Clip+: add description of buttons for blind users
Also change 'clip' options into correct 'clipv1'

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26212 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 19:53:44 +00:00
Rafaël Carré
4c6b94551e fuzev2: make manual build
Use the same info than Clipv1/v2 to warn about the version
(the path in OF menu to check the version has just one more component on Fuze)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26205 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:34:05 +00:00
Rafaël Carré
cfe3be3a1b Clipv2 manual: correct playertype
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26204 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:34:00 +00:00
Alexander Levin
97365803d3 Get rid of unnecessary 'table' environment and the never used parameters for button maps (FS#11088)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26201 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 17:38:38 +00:00
Alexander Levin
5a379bce60 Another strike against ugly apostrophes in the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26199 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 16:35:45 +00:00
Alexander Levin
87b2ad14c7 Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. This time properly implemented.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26198 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 16:20:58 +00:00
Alexander Levin
9fbd7fd9c9 Revert r26171. Special macro for the image base name is needed. Will be committed soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26173 a1c6a512-1295-4272-9138-f99709370657
2010-05-19 17:10:14 +00:00
Alexander Levin
3fa48eef45 Show another way to learn about convbdf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26172 a1c6a512-1295-4272-9138-f99709370657
2010-05-19 16:34:20 +00:00
Alexander Levin
4bc0cf6fac Use nice 'times' glyphs for describing dimensions (FS#11295)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26171 a1c6a512-1295-4272-9138-f99709370657
2010-05-19 16:06:42 +00:00
Alexander Levin
8f8cdd3187 Fix another not nice apostrophe (FS#11296)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26170 a1c6a512-1295-4272-9138-f99709370657
2010-05-19 16:01:38 +00:00
Alexander Levin
d9306418ac Rockbox can handle fonts larger than 16 pixels too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26152 a1c6a512-1295-4272-9138-f99709370657
2010-05-18 20:45:32 +00:00
Alexander Levin
64bb9a0bf5 Fix a couple of typos in the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26151 a1c6a512-1295-4272-9138-f99709370657
2010-05-18 20:23:22 +00:00
Michael Chicoine
86d91e3f84 Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26124 a1c6a512-1295-4272-9138-f99709370657
2010-05-18 00:10:55 +00:00
Nils Wallménius
22942db49f Update the notes for which compression levels of ape are realtime and fix the location of rockbox version in the bug reporting instructions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26098 a1c6a512-1295-4272-9138-f99709370657
2010-05-17 08:12:07 +00:00
Marianne Arnold
226c0b16ba Update and complete the start screen option description in the manual. Thanks to Alex Parker for the native speaker help.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26094 a1c6a512-1295-4272-9138-f99709370657
2010-05-16 21:05:43 +00:00
Jonathan Gordon
32382938c5 .sbs is base skin, not custom statusbar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26079 a1c6a512-1295-4272-9138-f99709370657
2010-05-16 11:20:42 +00:00
Alexander Levin
edb6bedddb Format FM frequency depending on the regional settings (FS#11273)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26069 a1c6a512-1295-4272-9138-f99709370657
2010-05-15 21:47:30 +00:00
Alex Parker
21920408be Correct English.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25997 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 17:25:32 +00:00
Yoshihisa Uchida
c64ac19753 add the true audio codec.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25995 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 13:25:57 +00:00
Alexander Levin
1940a0b189 Use nice quotation marks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25992 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 08:45:22 +00:00
Alexander Levin
9f95a0bfad Use a nice apostroph
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25991 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 08:41:01 +00:00
Alex Parker
0926e3e38c Add FMS tags to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25988 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 08:13:42 +00:00
Alex Parker
6d549df28d FS#11243 - The %VI (capital i) WPS tag is not described in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25987 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 08:13:37 +00:00
Alex Parker
40782d5c5e Update the discussion of themeing in the manual, and put a note in the wps tags appendix that the actual discussion is elsewhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25986 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 08:13:31 +00:00
Alex Parker
c66e1eeb0f Fix FS#11196 - update %pv in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25985 a1c6a512-1295-4272-9138-f99709370657
2010-05-13 08:13:24 +00:00
Alexander Levin
e5d6d7a47e More nice apostrophes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25976 a1c6a512-1295-4272-9138-f99709370657
2010-05-12 22:17:07 +00:00
Alexander Levin
e0bb221859 Use a nice apostroph
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25975 a1c6a512-1295-4272-9138-f99709370657
2010-05-12 22:07:49 +00:00
Alexander Levin
9df563834c Make table headers bold; fix a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25974 a1c6a512-1295-4272-9138-f99709370657
2010-05-12 22:06:18 +00:00
Jeffrey Goode
e141f80e11 Add Insert Shuffled to hotkey options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25950 a1c6a512-1295-4272-9138-f99709370657
2010-05-11 13:40:25 +00:00
Alexander Levin
fb6723afe4 Convert quotes to fancy ones in the license text as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25934 a1c6a512-1295-4272-9138-f99709370657
2010-05-10 16:34:30 +00:00
Andree Buschmann
6a96037d09 Add non-breaking spaces to mA, mAh, MB and GB. Add playertype for iPod Video when describing the different variants.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25921 a1c6a512-1295-4272-9138-f99709370657
2010-05-09 21:03:30 +00:00
Alexander Levin
e8c72b6891 Use typographic quotation marks -- correct more places
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25917 a1c6a512-1295-4272-9138-f99709370657
2010-05-09 18:33:31 +00:00
Alexander Levin
598ed2eee1 Use typographic quotation marks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25916 a1c6a512-1295-4272-9138-f99709370657
2010-05-09 16:00:24 +00:00
Alexander Levin
38234e2d80 Manual: Bookmarking update (FS#11227 by Magnus Holmgren)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25915 a1c6a512-1295-4272-9138-f99709370657
2010-05-09 15:46:48 +00:00
Jeffrey Goode
1ad76ff25b FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25905 a1c6a512-1295-4272-9138-f99709370657
2010-05-09 02:02:51 +00:00
Alexander Levin
04afc139ef Add some vertical space before and after notes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25897 a1c6a512-1295-4272-9138-f99709370657
2010-05-08 11:56:28 +00:00
Rafaël Carré
7f3b3494a6 Correct manual entry for Sansa Clip keymap
Flyspray: FS#11241 / FS#11233
Author: Alexander Levin

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25894 a1c6a512-1295-4272-9138-f99709370657
2010-05-07 22:27:05 +00:00
Andree Buschmann
b753447a06 Add available recording sample rates for different iPod types to manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25848 a1c6a512-1295-4272-9138-f99709370657
2010-05-06 19:25:12 +00:00
Andree Buschmann
ba0f8310bc Use correct spelling for 'dB'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25845 a1c6a512-1295-4272-9138-f99709370657
2010-05-06 18:41:41 +00:00
Torne Wuff
5b4a84a4ce FS#11149: alternative fix for ipod startup/shutdown issue
Instead of using the OF's low-battery handler to force a shutdown which appears to have numerous unwanted side effects, just clear the end of IRAM before shutting down which appears to solve the original "ipod sometimes needs hard reset to turn on" issue.

If you experience the "need hard reset" issue after this commit, please let us know. It has been tested on several models but we still don't know for sure what the original problem was. ;)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25772 a1c6a512-1295-4272-9138-f99709370657
2010-05-02 09:41:28 +00:00
Szymon Dziok
5187b4199b Packard Bell Vibe: language corrections in the manual, thanks to: AlexP, linuxstb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25752 a1c6a512-1295-4272-9138-f99709370657
2010-04-28 20:55:27 +00:00
Alex Parker
8867292ee6 Correct path to set MSC mode in the OF for the Clip+
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25749 a1c6a512-1295-4272-9138-f99709370657
2010-04-28 16:16:57 +00:00
Alex Parker
16a0e81985 Add that you need to be in MSC mode to the fuze manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25748 a1c6a512-1295-4272-9138-f99709370657
2010-04-28 16:02:49 +00:00
Magnus Holmgren
d38093de2f FS#11099 - Rewind before resume
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25706 a1c6a512-1295-4272-9138-f99709370657
2010-04-24 14:10:28 +00:00
Szymon Dziok
76269f166b Packard Bell Vibe: clear temporary keys in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25704 a1c6a512-1295-4272-9138-f99709370657
2010-04-23 19:57:30 +00:00
Szymon Dziok
5035833bf8 Packard Bell Vibe: finish the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25703 a1c6a512-1295-4272-9138-f99709370657
2010-04-23 19:39:39 +00:00
Marianne Arnold
672c51ab92 Add missing comma (pointed out by Szymon Dziok). Without it the MROBE100_PAD was ignored and the manual didn't mention the 'Up' and 'Down' buttons in the table.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25693 a1c6a512-1295-4272-9138-f99709370657
2010-04-21 05:33:49 +00:00
Marianne Arnold
854dfba1b4 Fix broken Iaudio M3 manual and missing buttons in the M:Robe 100 manual, caused by the same weirdness of tex: breaking a long opt list needs escaping of the linebreak otherwise the one option before or after the break will be ignored (the one that is 'disconnected' from the comma).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25692 a1c6a512-1295-4272-9138-f99709370657
2010-04-20 22:03:21 +00:00
Szymon Dziok
0d824d2b59 Packard Bell Vibe: Manual - change the names of the buttons internally (ButtonPrev -> ButtonLeft, ButtonNext -> ButtonRight), remove unnecessary strings, join the target to the existing mappings, where it's needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25683 a1c6a512-1295-4272-9138-f99709370657
2010-04-19 21:28:54 +00:00
Jeffrey Goode
8173fed6d9 Manual update to document pitchscreen info saved in bookmarks on swcodec targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25680 a1c6a512-1295-4272-9138-f99709370657
2010-04-19 17:52:21 +00:00
Szymon Dziok
e5ad01a7a1 Packard Bell Vibe: manual - add a few plugin keymaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25679 a1c6a512-1295-4272-9138-f99709370657
2010-04-19 17:03:03 +00:00
Marianne Arnold
eee235f0b4 Correct word order in the 'puzzle mode' explanation in jewels.tex.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25654 a1c6a512-1295-4272-9138-f99709370657
2010-04-16 05:55:45 +00:00
Marianne Arnold
8a142fe9cb Minor corrections or updates to descriptions in the manual: 'study mode' is called 'skip length', and talk clips are not MP3 files on all targets anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25653 a1c6a512-1295-4272-9138-f99709370657
2010-04-16 05:50:15 +00:00
Szymon Dziok
a09152b128 Packard Bell Vibe 500: Add a part of the manual (no plugin keymaps yet).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25652 a1c6a512-1295-4272-9138-f99709370657
2010-04-15 18:35:41 +00:00