Commit graph

1200 commits

Author SHA1 Message Date
Maurus Cuelenaere
4b578b6167 Update Lua manual page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21514 a1c6a512-1295-4272-9138-f99709370657
2009-06-25 18:19:33 +00:00
Frank Gevaerts
ccc712b597 c200 doesn't have \ActionTreeStop anymore since r21373, so don't try to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21513 a1c6a512-1295-4272-9138-f99709370657
2009-06-25 17:36:41 +00:00
Jonas Häggqvist
4b831753e7 Center the list on the currently loaded file in the following screens (FS#10093):
- Font selection
 - FM preset selection
 - WPS/RWPS selection
 - Language selection
Modify the menu wording to make them seem more like a setting and update the manual accordingly.

The code could possibly be more compact - any help on that would be appreciated.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21464 a1c6a512-1295-4272-9138-f99709370657
2009-06-22 17:37:36 +00:00
Marianne Arnold
1f07151110 Remove the 'hand-made' MASCODEC UseOption from the platform files and replace it with other options which automatically parsed from features.txt. Also clean up some outdated left-overs and add some missing information (e.g. be more accurate in the config file section). Try to use the most appropriate features - masd and/or masf depending on their characteristics, large_plugin_buffer in the jpegviewer chapter as this is the restricting factor etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21426 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 22:44:36 +00:00
Alexander Levin
05e3aad620 Fix a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21425 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 22:15:49 +00:00
Alex Parker
931ff0b12c Much cleaner version of r21411 - add three column button tables capability to the manual. To use, add remote_keymap to the platform file, then button tables can be used in the form Main Button & Remote Button & Description. If remote_keymap is defined in the platform file but additional buttons are not added to the button tables, then the decription will appear in the remote key column, but the manual should still build. Thanks to bluebrother for pointing out!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21423 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 22:00:47 +00:00
Alexander Levin
e70a23a9d4 Remove the setting from the list as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21420 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 21:42:22 +00:00
Alexander Levin
18ddbfe193 Update manual (include changes from r21414)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21419 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 21:39:02 +00:00
Alex Parker
01bcd2c612 The define is remote_keymap - good place for a typo that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21412 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 19:20:13 +00:00
Alex Parker
60c0474050 Prepare the manual to have two or three column button map tables so that remote keymaps can be added.
btnmap is set to be either two or three columns wide depending on whether remote_kaymap is defined in the platform file for the target in question.  If it is, then every button table needs to have three columns of the form Main Unit Key  &  Remote Key  &  Description \\   or the manual will fail to build.  For some reason, it doesn't seem possible to put the \end{btnmap} in a macro, so leave it as it is in the keymaps.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21411 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 19:17:06 +00:00
Alex Parker
d13f49737a Document the ability to start playback from Pictureflow to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21376 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 10:39:30 +00:00
Marianne Arnold
c88ee0ba07 Finally commit a few improvements to the c200 (last version of FS#8824): In lists - long instead of short Rec to switch to the recording screen for consistency, one button 'resume' on long Right (disables the forced horizontal scrolling on long Left/Right though). WPS - put context menu on long Select for consistency, frees the short Down for entering the quickscreen. Virtual keyboard - enable line edit mode, additionally better navigating of the input line (Volume Up/Down to move left/right, backspace on Rec) and move accept to long Select -- see patch description for details (and everything I might forgot). Change the manual accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21373 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 10:32:55 +00:00
Steve Bavin
fb2380790e FS#8894 - Add time stretching feature to all SWCODEC targets - the current algorithm is best for spoken word.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
2009-06-12 07:20:50 +00:00
Marianne Arnold
f7fc98905f Commit FS#10265 - add m200 images (complete set of SVG,PNG and PDF) to the manual source. The hard work of drawing the SVG was done by Marko Pahlke.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21192 a1c6a512-1295-4272-9138-f99709370657
2009-06-04 22:25:38 +00:00
Marianne Arnold
0bf12e4522 Update the Fuze images for the manual with 'scroll fwd/back' labels -patch from FS#10262 and a little rearranging by me. Also restores the SVG's text layer which has gone missing in the first attempt.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21191 a1c6a512-1295-4272-9138-f99709370657
2009-06-04 22:21:10 +00:00
Alex Parker
9c1283c80d Add the Lua scripting language plugin to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21168 a1c6a512-1295-4272-9138-f99709370657
2009-06-02 20:17:21 +00:00
Marianne Arnold
a9955c584f Commit FS#10262 by Marko Pahlke: Fuze SVG for the manual (again with pdf and updated png).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21132 a1c6a512-1295-4272-9138-f99709370657
2009-05-29 22:28:53 +00:00
Marianne Arnold
6634e0e32f Commit FS#10260 by Marko Pahlke: Clip SVG for the manual (used to add a pdf and update the png as well). Add him to the credits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21131 a1c6a512-1295-4272-9138-f99709370657
2009-05-29 21:42:30 +00:00
Marc Guay
b50f18d50c Specify that the Battery Capacity setting is used for runtime estimation, not battery percentage remaining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21079 a1c6a512-1295-4272-9138-f99709370657
2009-05-25 18:03:58 +00:00
Alex Parker
964106a20d Fix manual building.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21068 a1c6a512-1295-4272-9138-f99709370657
2009-05-24 18:59:47 +00:00
Marc Guay
fe263f7260 FS#8627 - change 'beep volume' setting name to the more descriptive 'track skip beep'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21038 a1c6a512-1295-4272-9138-f99709370657
2009-05-22 16:34:26 +00:00
Marc Guay
9f55ed82a7 FS#10207 - And update the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21037 a1c6a512-1295-4272-9138-f99709370657
2009-05-22 13:55:43 +00:00
Marc Guay
667fee3846 FS#10230 - And the change to the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21035 a1c6a512-1295-4272-9138-f99709370657
2009-05-22 13:52:41 +00:00
Rafaël Carré
e2e68c9840 Initial work on Sansa Clip manual
Still missing:
    - svg/pdf/nice png front image
    - plugin keymaps
    - manual install instructions for sansav2 (and mkamsboot binaries)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21032 a1c6a512-1295-4272-9138-f99709370657
2009-05-22 10:44:25 +00:00
Rafaël Carré
e3c9d6a359 Initial work on the Fuze manual
Still missing:
    - svg/pdf/nice png front image
    - plugin keymaps
    - manual install instructions for sansav2 (and mkamsboot binaries)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21031 a1c6a512-1295-4272-9138-f99709370657
2009-05-22 10:44:15 +00:00
Alex Parker
68e512f8d3 Add screenshots for Chopper to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21015 a1c6a512-1295-4272-9138-f99709370657
2009-05-21 14:40:29 +00:00
Alex Parker
6c00e1ccd0 Add plugin keys to the manual for the Gigabeat S, plus a couple of missing ones for the Gigabeat F. Also add missing equalizer keys for the S. Vast majority is from FS#10073 by Teruaki Kawashima.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21006 a1c6a512-1295-4272-9138-f99709370657
2009-05-21 11:39:22 +00:00
Alex Parker
97abe62c19 FS#10202 - Add Rockpaint to the manual by Michael Carr.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21003 a1c6a512-1295-4272-9138-f99709370657
2009-05-21 00:05:00 +00:00
Frank Gevaerts
106d2ebd07 It's no longer possible to switch to charge-only mode by pressing a button, so remove that bit from the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20998 a1c6a512-1295-4272-9138-f99709370657
2009-05-20 15:24:40 +00:00
Marianne Arnold
58e332390c Mention the Rockblox restart combo in the Player's and the Ondios' manuals. Move the ONDIO_PAD opt to the end of this list to avoid an unnecessary blank line that was inserted for some reason otherwise.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20985 a1c6a512-1295-4272-9138-f99709370657
2009-05-19 00:08:06 +00:00
Alexander Levin
98b7da47e1 Set SVN properties to the standard Rockbox values
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20972 a1c6a512-1295-4272-9138-f99709370657
2009-05-16 21:16:53 +00:00
Alexander Levin
6903836b49 (Maybe the first) correction of the order the album art images are searched. Also correct some typos. Preferred sizes are not described yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20971 a1c6a512-1295-4272-9138-f99709370657
2009-05-16 20:53:40 +00:00
Marianne Arnold
e435e4d976 New 'clock present' WPS tag: The tag checks for the presence of the clock hardware and can be used unconditionally (returning a 'c') or in a conditional. You can specify what to display if a target has the clock (the true case) and an alternative for targets without. This can be useful for e.g. the greyscale 160x128 WPSs or the Archos ones which work on players with and without the hardware. - Add the new tag to the WPS tag description in the manual. Change the headline to the less technical 'Time and Date' as per the discussion in IRC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20961 a1c6a512-1295-4272-9138-f99709370657
2009-05-16 11:22:41 +00:00
Robert Menes
a96ce3ba52 I had the file priority mixed up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20949 a1c6a512-1295-4272-9138-f99709370657
2009-05-15 21:41:15 +00:00
Robert Menes
7d5477c355 I think we should also make mention of support BMP
and JPEG files as well. Taken from the wiki and
originally written by Nick Sant (evilnick).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20947 a1c6a512-1295-4272-9138-f99709370657
2009-05-15 21:28:52 +00:00
Robert Menes
a1c9174a6a Make a mention of the now-supported JPEG album art in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20946 a1c6a512-1295-4272-9138-f99709370657
2009-05-15 21:21:59 +00:00
Alex Parker
e56030a40d Apply FS#10204 by Wookey (yes, his real name :)) - Add the subline tags to the WPS Tags summary appendix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20945 a1c6a512-1295-4272-9138-f99709370657
2009-05-15 21:17:21 +00:00
Alex Parker
3a0a9915eb Properly capitalise "Rockbox", and rewrite a couple of small sections. Some of this is taken from FS#9880 by Johannes Linke.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20900 a1c6a512-1295-4272-9138-f99709370657
2009-05-10 18:53:34 +00:00
Alex Parker
681a774472 Add missing screenshots to Gigabeat S (or other 240x320 targets with recording + radio).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20881 a1c6a512-1295-4272-9138-f99709370657
2009-05-08 21:22:19 +00:00
Alex Parker
4347303959 Add missing Calendar screenshots to the manual. Fixes FS#10036.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20879 a1c6a512-1295-4272-9138-f99709370657
2009-05-08 20:47:33 +00:00
Alex Parker
391f9df754 Correct location of frequency, quality and channel settings display, and change opts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20878 a1c6a512-1295-4272-9138-f99709370657
2009-05-08 19:50:22 +00:00
Alex Parker
d8e58b6be0 Correct what happens when selecting Recording in the Main Menu in the manual. Fixes FS#9768
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20877 a1c6a512-1295-4272-9138-f99709370657
2009-05-08 19:19:48 +00:00
Alex Parker
97eafee79e Add missing crossfade enable option - fixes FS#10170. Also re-arrange the options to match the target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20876 a1c6a512-1295-4272-9138-f99709370657
2009-05-08 18:50:23 +00:00
Alex Parker
444080a2b9 Correct error in previous commit - the recording screen is again now only included in the manual if the target can record.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20805 a1c6a512-1295-4272-9138-f99709370657
2009-04-26 14:25:07 +00:00
Alex Parker
3ea02a85c5 Fix order of Recording settings and Manage settings in the manual. Thanks to Grahack in IRC for pointing out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20804 a1c6a512-1295-4272-9138-f99709370657
2009-04-26 14:20:27 +00:00
Alex Parker
48db5b53c5 Change two occurences of m3u to m3u8, as this is what Rockbox saves in. Thanks to Grahack on IRC for pointing out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20799 a1c6a512-1295-4272-9138-f99709370657
2009-04-26 10:56:38 +00:00
Dominik Riebeling
690f1f1207 Fix wrong path to "Recursively Insert Directories" setting. Thanks to Grahack on IRC for pointing it out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20798 a1c6a512-1295-4272-9138-f99709370657
2009-04-26 09:17:48 +00:00
Andrew Mahone
361f87f1c6 Add PictureFlow screenshot to manual for M:Robe 100.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20669 a1c6a512-1295-4272-9138-f99709370657
2009-04-09 23:38:27 +00:00
Marianne Arnold
49fcfe81b8 Exchange some references to certain players or pads with a feature in some parts of the manual where the feature is actually the determing factor (uses the automatic parsing of features.txt to options). In the WPS button table this helps rearranging one line a bit to keep the code together in a better way. (Also convert 2 tabs to spaces while at it.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20663 a1c6a512-1295-4272-9138-f99709370657
2009-04-08 23:40:00 +00:00
Marianne Arnold
5b72c4eb85 Pictureflow chapter, hwcodec target manuals: add a note about the plugin stopping playback.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20655 a1c6a512-1295-4272-9138-f99709370657
2009-04-08 10:19:29 +00:00