Commit Graph

126 Commits

Author SHA1 Message Date
Alex Mayer
6c4395be94 Corrected typo '%Play' with 'Play' on line 407
Change-Id: I19b290c6dd305537746a2f3abeee947cec53aba9
Reviewed-on: http://gerrit.rockbox.org/324
Reviewed-by: Alex Parker <rockbox@aeparker.com>
2012-10-05 17:23:48 +02:00
Jean-Louis Biasini
6637e24aed Update Fuze+ manual (main files) FS#12492
- this patch add all general sections of the manual for the fuze+
     - also correct some typos

Change-Id: Idd28675f48c0d01079d8fa01d68d3238ad2a54ce
Reviewed-on: http://gerrit.rockbox.org/116
Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-05-01 20:19:25 +02:00
Alexander Levin
fa452c1025 Manual: Describe more generally how to customise the main menu.
Change-Id: I1eda6d8b7785d1e2888860c8e461eb54b4f9abb7
Reviewed-on: http://gerrit.rockbox.org/164
Reviewed-by: Alex Parker <rockbox@aeparker.com>
Tested-by: Alex Parker <rockbox@aeparker.com>
2012-03-02 21:19:39 +01:00
Thomas Martitz
e958aeeb76 root menu ordering: Remove underscores from the config setting.
The very vast majority doesn't have an underscore. There are a few
exceptions but there shouldn't be introduced even more.

Change-Id: I18d9bf86b5588f8a22a7a96d2dbea61fde4aba61
2012-02-29 00:05:40 +01:00
Jonathan Gordon
9f48f5f207 root menu: Use - to reset the root menu order from a config
use root_menu_order: - to reset the order

Change-Id: I10c38926d79b10c88e5f1e0acdd85ca1a1489edf
2012-02-27 09:34:37 +11:00
Jonathan Gordon
13412f67ca main menu: Add the ability to hide and reorder the main menu items.
To change the shown menu items add the line "root_menu_order:<items>" into your config.cfg
<items> can be any of:
bookmarks, files, database, wps, settings, recording, radio, playlists, plugins, system_menu, shortcuts

Manual entry by Alexander Levin

Change-Id: Ie7f4bfb0f795184de094d05fc341a6cedd1c0cde
Reviewed-on: http://gerrit.rockbox.org/104
Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-02-25 12:40:44 +01:00
Andree Buschmann
2a72e0af30 Add a recommendation about 'peak meter' usage to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31354 a1c6a512-1295-4272-9138-f99709370657
2011-12-18 12:41:52 +00:00
Fred Bauer
ea7a89606c FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. Defaults to 250. This saves a lot of RAM while still allowing non-English users to have adequate glyph coverage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31031 a1c6a512-1295-4272-9138-f99709370657
2011-11-19 23:34:26 +00:00
Alex Parker
77a78ee8f4 Manual: add %Vg and %Vs tags. Closes FS#12230.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30332 a1c6a512-1295-4272-9138-f99709370657
2011-08-19 11:43:51 +00:00
Alex Parker
964a5e6dfb Manual: A few more spelling corrections.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30273 a1c6a512-1295-4272-9138-f99709370657
2011-08-09 14:39:32 +00:00
Marianne Arnold
b43b4936a1 Pick up the target rename completion in the manual started in r27823 ... 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
2011-01-17 18:30:18 +00:00
Alexander Levin
55dc25fe72 Describe the default value of the new optional tag parameter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27899 a1c6a512-1295-4272-9138-f99709370657
2010-08-26 20:56:07 +00:00
Jonathan Gordon
faaf431d32 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts
%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-25 14:11:38 +00:00
Marianne Arnold
c4bdf20197 Manual: some cosmetic changes in phrasing as well as code... fix typos and 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-14 10:30:42 +00:00
Alex Parker
abd05669ba Manual: Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27670 a1c6a512-1295-4272-9138-f99709370657
2010-08-02 21:38:37 +00:00
Marianne Arnold
8c54767453 Close the \ActionStdCancel correctly so that the following space won't be eaten.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27285 a1c6a512-1295-4272-9138-f99709370657
2010-07-04 22:33:37 +00:00
Marianne Arnold
79a863b322 Replace COWON_D2_PAD with 'touchscreen' in manual button tables and text where appropriate - places where a touch area is meant and hence valid for all touchscreen devices. Makes the Onda VX777 manual build correctly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27282 a1c6a512-1295-4272-9138-f99709370657
2010-07-04 13:52:22 +00:00
Alexander Levin
e39f4098f2 Do not use fancy apostrophes in the verbatim code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27092 a1c6a512-1295-4272-9138-f99709370657
2010-06-23 18:21:35 +00:00
Alex Parker
994d955d9c Fix typos/c&p errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26993 a1c6a512-1295-4272-9138-f99709370657
2010-06-20 16:23:47 +00:00
Alex Parker
64d4ddf216 Convert the manual to the new theme syntax. As a result, adds the viewport 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-20 12:58:41 +00:00
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
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
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
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
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
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
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
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
Andree Buschmann
2349cf5f44 Add a subsection for Replaygain to the runtime optimisation section.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25601 a1c6a512-1295-4272-9138-f99709370657
2010-04-12 06:40:58 +00:00
Andree Buschmann
10023adf72 Add new section 'Optimising battery runtime' to the manual (FS#11148).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25382 a1c6a512-1295-4272-9138-f99709370657
2010-03-29 17:58:17 +00:00
Alexander Levin
15c850ccd3 Section headings should not end with a full stop
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24314 a1c6a512-1295-4272-9138-f99709370657
2010-01-22 22:54:05 +00:00
Alexander Levin
b57fe483be Improve typesetting and fix a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24103 a1c6a512-1295-4272-9138-f99709370657
2009-12-23 20:05:29 +00:00
Tomer Shalev
c7fee0057a Manual: Fix spacing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24049 a1c6a512-1295-4272-9138-f99709370657
2009-12-17 17:38:58 +00:00
Tomer Shalev
13c7866425 FS#10848 - Cowon D2 manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23991 a1c6a512-1295-4272-9138-f99709370657
2009-12-14 20:18:38 +00:00
Alex Parker
ab563da175 Add viewports to the manual. Adapted from FS#9934 by Jonas Häggqvist and FS#10553 by David Kauffmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22756 a1c6a512-1295-4272-9138-f99709370657
2009-09-20 16:48:45 +00:00
Alex Parker
5174341999 Add gigabeat F/S volume limits to the manual, and a few minor formatting changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22513 a1c6a512-1295-4272-9138-f99709370657
2009-08-25 21:51:55 +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
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