Alexander Levin
6119f4887d
Manual: Add the description of the sleep timer related settings for non-rtc targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31212 a1c6a512-1295-4272-9138-f99709370657
2011-12-11 16:32:47 +00:00
Jonathan Gordon
489436385f
Add talk support to the shortcuts menu.
...
'talkclip: <filename>' in the [shortcut] will cause the list to .talk the file specified.
(.talk files are the same filetype as gets talked by the file listing... hopefully we can add rbutil support to generate these)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31210 a1c6a512-1295-4272-9138-f99709370657
2011-12-11 10:27:14 +00:00
Michael Giacomelli
f7c731d463
FS#12439 by Nick Prekett. Fix mention of recording directory in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31208 a1c6a512-1295-4272-9138-f99709370657
2011-12-11 00:06:18 +00:00
Andree Buschmann
a6653a9bb6
Fix decoding of multichannel flac, refactor sample buffer handling and decorrelation (taken from ffmpeg sources) and add some flac details to the manual. Solves FS#12371.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31207 a1c6a512-1295-4272-9138-f99709370657
2011-12-10 22:28:16 +00:00
Alexander Levin
9653ae364c
Manual: Some minor corrections to the 'Shortcuts' section
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31187 a1c6a512-1295-4272-9138-f99709370657
2011-12-09 12:44:51 +00:00
Jonathan Gordon
29b1ba3445
shortcuts: talk the time and configure the sleep timeout
...
Use "type: time" and "data: talk" to have the time voiced when the shortcut is run.
use "type: time" and "data: sleep X" where X is the number of minutes to run the sleep timer for (0 means disable)
the name field is required
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31178 a1c6a512-1295-4272-9138-f99709370657
2011-12-08 10:23:46 +00:00
Alexander Levin
cc95f34036
Manual: Rephrase what 'shutdown' does so that the sentence reads more smoothly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31159 a1c6a512-1295-4272-9138-f99709370657
2011-12-06 16:51:28 +00:00
Jonathan Gordon
565191ad50
Add a shortcut type 'shutdown' which will turn off the player
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31157 a1c6a512-1295-4272-9138-f99709370657
2011-12-06 12:02:49 +00:00
Rafaël Carré
ad0b308265
Clip Zip manual: add platform file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31134 a1c6a512-1295-4272-9138-f99709370657
2011-12-04 00:14:32 +00:00
Andree Buschmann
bdaac8ba04
Rockbox does not support encrypted ADX. Clearly state this in the manual and the debug messages.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31094 a1c6a512-1295-4272-9138-f99709370657
2011-11-29 20:36:11 +00:00
Andree Buschmann
a884ec2017
Update manual to match current codec IDs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31084 a1c6a512-1295-4272-9138-f99709370657
2011-11-28 18:45:33 +00:00
Frank Gevaerts
fc81af98ee
Replace embedded AA limitations by a reference to the "official" list of supported AA tags
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31062 a1c6a512-1295-4272-9138-f99709370657
2011-11-26 22:51:19 +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
Alexander Levin
3607d88aa0
Manual: Some minor fixes to the shortcuts section
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30993 a1c6a512-1295-4272-9138-f99709370657
2011-11-15 22:38:55 +00:00
Jonathan Gordon
101693fd30
FS#12251 - User shortcuts in the main menu.
...
Custom shortcuts which give the user fast access to regularly used files/folders/settings/whatever.
Thanks to Alexander Levin for the manual part of the patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30990 a1c6a512-1295-4272-9138-f99709370657
2011-11-15 13:22:02 +00:00
Dominik Riebeling
a3cc428796
Create features.tex without intermediate file.
...
Using features.tex as intermediate file for creating features.tex is a bit
confusing, and there is no real need for using an intermediate file. Change
some hardcoded output files while at it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30959 a1c6a512-1295-4272-9138-f99709370657
2011-11-10 19:40:36 +00:00
Frank Gevaerts
0d2484bedb
Fix generation of features.tex
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30957 a1c6a512-1295-4272-9138-f99709370657
2011-11-10 14:32:11 +00:00
Dominik Riebeling
3a66005739
Rework manual Makefile a bit.
...
- move some stuff out of manual-prep and improve dependencies.
- always update version information, version.sh is run anyway.
- use $(SILENT) in more places to allow showing the commands.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30902 a1c6a512-1295-4272-9138-f99709370657
2011-11-05 10:53:10 +00:00
Frank Gevaerts
9e0ab22262
Fix playlist catalog directory manual spelling
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30879 a1c6a512-1295-4272-9138-f99709370657
2011-11-01 00:56:29 +00:00
Bertrik Sikken
158b64726a
Sansa clip+: correct manual, clip+ has no button lights
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30862 a1c6a512-1295-4272-9138-f99709370657
2011-10-30 10:50:36 +00:00
Michael Giacomelli
b25cd7d892
Revert swap channel feature as we're presently in a feature freeze. I'll recommit after the release is branched.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30841 a1c6a512-1295-4272-9138-f99709370657
2011-10-26 18:37:50 +00:00
Michael Giacomelli
5c4bd11d91
Add option to exchange the left and right stereo channels. Patch by Dave Chapman and Martin Sägmüller. Also add manual entry (by Michael Giacomelli). Note that this setting will confuse non-software effect options like channel balance. This should be addressed in a future commit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30837 a1c6a512-1295-4272-9138-f99709370657
2011-10-26 18:18:34 +00:00
Andree Buschmann
67a1db437f
Reviewed and updated recording samples rates in the manual. Fixes FS#12318.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30802 a1c6a512-1295-4272-9138-f99709370657
2011-10-19 06:02:35 +00:00
Thomas Martitz
e46f40e174
Fix manual build, forgot to add new files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30789 a1c6a512-1295-4272-9138-f99709370657
2011-10-18 20:48:41 +00:00
Andree Buschmann
5bdfa322ce
Submit FS#11805: Add setting 'Start File Browser Here' to manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30788 a1c6a512-1295-4272-9138-f99709370657
2011-10-18 19:09:36 +00:00
Thomas Martitz
02395cf1a4
Reflect the time & date settings move in the manual.
...
Flyspray: FS#12339
Author: Nick Peskett
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30787 a1c6a512-1295-4272-9138-f99709370657
2011-10-18 19:06:56 +00:00
Thomas Martitz
e347146b62
Sleep timer options: persistent duration and start on boot.
...
This makes the sleep timer persistent, so that the duration is remembered
across reboots. Additionally, it adds a setting to automatically apply
it at boot.
Flyspray: FS#10849
Author: Nick Peskett
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30777 a1c6a512-1295-4272-9138-f99709370657
2011-10-17 18:57:38 +00:00
Alex Parker
40529dd069
Manual: Small English improvement
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30720 a1c6a512-1295-4272-9138-f99709370657
2011-10-05 21:30:16 +00:00
Dominik Riebeling
780968d249
Manual: make features processing silent by default.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30518 a1c6a512-1295-4272-9138-f99709370657
2011-09-13 20:30:37 +00:00
Rafaël Carré
8ec2873fba
manual: mp3_encoder is available on lowmem targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30511 a1c6a512-1295-4272-9138-f99709370657
2011-09-12 00:10:29 +00:00
Frank Gevaerts
544a52d9eb
Add "USB Hide Internal Drive" option for multidrive devices with software usb.
...
This option allows accessing the card slot from "dumb" USB hosts like some car
audio systems that do not handle multi-LUN devices.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30489 a1c6a512-1295-4272-9138-f99709370657
2011-09-09 16:15:35 +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
Andree Buschmann
4d01ace73f
Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM through changes of the buffer configuration and an update of the resampler code. Additionally enable VGM for low memory targets and update the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30327 a1c6a512-1295-4272-9138-f99709370657
2011-08-17 22:20:09 +00:00
Alex Parker
8355ace582
Manual: try to make it clearer that it is NOT recommended to put music in /.rockbox
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30294 a1c6a512-1295-4272-9138-f99709370657
2011-08-14 10:25:03 +00:00
Rafaël Carré
2a2d22866c
typo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30287 a1c6a512-1295-4272-9138-f99709370657
2011-08-13 20:03:30 +00:00
Andree Buschmann
724a2d2514
6th part of FS#12176. Reduce memory consumption of libgme emulators to allow enabling of NSF and SGC codecs for low memory targets. The main lookup table only requires byte precision and can be used by 2413 and 8950 emulators. Update the manual accordingly.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30283 a1c6a512-1295-4272-9138-f99709370657
2011-08-12 21:36:29 +00:00
Dominik Riebeling
35c1df9cd5
Update spellcheck script.
...
- Fix wrong argument list for screenshot macro
- Add some more macros to the ignore list.
- Ignore tex files in platforms/
- Add a user wordlist with common Rockbox terms.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30276 a1c6a512-1295-4272-9138-f99709370657
2011-08-09 23:14:41 +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
Alex Parker
39cc63e099
Manual: correct spelling of catalogue.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30272 a1c6a512-1295-4272-9138-f99709370657
2011-08-09 13:53:39 +00:00
Alex Parker
6013614cdd
Manual: update %cs tag and make list more explicit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30271 a1c6a512-1295-4272-9138-f99709370657
2011-08-09 13:53:26 +00:00
Andree Buschmann
2bd2490531
The manual should reflect that some synthesizer codecs are switched off for low memory targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30266 a1c6a512-1295-4272-9138-f99709370657
2011-08-07 21:12:21 +00:00
Andree Buschmann
acb0917556
Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30264 a1c6a512-1295-4272-9138-f99709370657
2011-08-07 20:01:04 +00:00
Andree Buschmann
93c6f1329a
Submit FS#12218. Add support for embedded album art for ASF tags. For now the support is limited to embedded pictures of max 64 KB size.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30263 a1c6a512-1295-4272-9138-f99709370657
2011-08-07 15:23:57 +00:00
Jonathan Gordon
835683b442
%cs (current screen) changes:
...
* Every top level menu item now has a different screen number
* Playlist viewer and Playlist Catalogue browsers no longer share the same number
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30261 a1c6a512-1295-4272-9138-f99709370657
2011-08-07 08:39:56 +00:00
Jonathan Gordon
e918b7b973
Add a %cs item for the context menus
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30258 a1c6a512-1295-4272-9138-f99709370657
2011-08-05 00:47:11 +00:00
Jonathan Gordon
32dfc0cdc1
Add a plugin activity which to the %cs screen option list
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30253 a1c6a512-1295-4272-9138-f99709370657
2011-08-04 13:40:24 +00:00
Michael Giacomelli
9d8866c7c2
Mention that MSC mode is reset after installing rockbox on AMS players.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30234 a1c6a512-1295-4272-9138-f99709370657
2011-08-01 18:10:42 +00:00
Jonathan Gordon
969903b5fe
Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings.
...
check the manual...
%Tl(..., &action) -> %Tl(..., action, repeat_press)
%Tl(..., *action) -> %Tl(..., action, long_press)
%Tl(..., !action) -> %Tl(..., action, reverse_bar)
and a new allow_while_lock to make the region fire when softlocked
these options must all be after the action name, but otherwise the order doesnt matter. And for the setting_inc/dec/set action the setting name must follow the action name, *then* the options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30219 a1c6a512-1295-4272-9138-f99709370657
2011-07-28 12:53:22 +00:00
Michael Giacomelli
ab759daf5b
Explain in more detail what the precut option for EQ does, and also mention that it requires EQ to be enabled to use it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30216 a1c6a512-1295-4272-9138-f99709370657
2011-07-27 16:02:43 +00:00
Andree Buschmann
5dfc343a24
Submit FS#12196. Adds support for embedded album art (jpg) with APEv2 tags.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30210 a1c6a512-1295-4272-9138-f99709370657
2011-07-25 10:37:51 +00:00
Jonathan Gordon
c7b08ae8f4
Add the playlist catalog option to the %cs manual text
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30179 a1c6a512-1295-4272-9138-f99709370657
2011-07-20 14:19:51 +00:00
Michael Giacomelli
1b2ab0770c
Fix broken merge of my previous USB changes in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30178 a1c6a512-1295-4272-9138-f99709370657
2011-07-20 14:13:09 +00:00
Michael Giacomelli
ded03f43f2
Add back mention that rockbox will boot into the OF when powered by USB because the AMSv2 devices don't support USB yet. This used to be there but was mistakenly removed during recent edits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30174 a1c6a512-1295-4272-9138-f99709370657
2011-07-20 00:27:18 +00:00
Frank Gevaerts
aa27d47782
Set the default battery capacity for ipod video properly depending on detected RAM size.
...
Also set up a callback for the battery capacity setting (for all players) so changes take effect without having to reboot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30170 a1c6a512-1295-4272-9138-f99709370657
2011-07-19 20:48:16 +00:00
Michael Giacomelli
302c0b7484
Update manual to mention that we support embedded album art in MP4/M4A files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30137 a1c6a512-1295-4272-9138-f99709370657
2011-07-11 20:25:58 +00:00
Dominik Riebeling
e9e0cf5908
Manual: add search box to HTML output.
...
To allow easy searching the HTML (multi page) output add a search box that
queries Google. The Google search will get restricted to the location the
manual is stored. Google seems to happily accept a subfolder when specifying a
domain to search. For this to work the search box has to be created dynamically
with the help of a bit JavaScript.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30017 a1c6a512-1295-4272-9138-f99709370657
2011-06-19 15:43:41 +00:00
Dominik Riebeling
19f2456712
Manual: Simplify Makefile htlatex call a bit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30015 a1c6a512-1295-4272-9138-f99709370657
2011-06-19 09:41:13 +00:00
Dominik Riebeling
edaeb1954e
Manual: Add version information to page footer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30014 a1c6a512-1295-4272-9138-f99709370657
2011-06-19 09:41:09 +00:00
Dominik Riebeling
5862612205
Add script to spellcheck the manual LaTeX sources.
...
This script wraps around aspell and calls it for the file passed on the command
line or runs aspell on all TeX files found in the manual folder (except
preamble.tex). aspell is called interactively. Note: there is currently no way
to interrupt checking if running on the complete folder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30013 a1c6a512-1295-4272-9138-f99709370657
2011-06-19 09:41:03 +00:00
Dominik Riebeling
b843abef86
Manual: update copyright year. We are still working on this.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29999 a1c6a512-1295-4272-9138-f99709370657
2011-06-13 16:33:58 +00:00
Torne Wuff
754b1572fb
Remove superfluous executable bits on a bunch of files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29986 a1c6a512-1295-4272-9138-f99709370657
2011-06-08 14:22:03 +00:00
Dominik Riebeling
4cda3774fb
Manual: describe key clicks feature.
...
FS#10491 with minor modifications.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29965 a1c6a512-1295-4272-9138-f99709370657
2011-06-05 10:28:49 +00:00
Dominik Riebeling
9b7b653f85
Move various logo files to a single location.
...
Introduce a new folder that will hold the original files for various variants
of the Rockbox logo. The "Rb" variant of the icon (used in the Rockbox Utility
icon on Windows) has been missing from svn.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29960 a1c6a512-1295-4272-9138-f99709370657
2011-06-04 20:31:11 +00:00
Jonathan Gordon
b58d3656d7
FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29944 a1c6a512-1295-4272-9138-f99709370657
2011-06-01 14:41:49 +00:00
Bertrik Sikken
9e7898b4f7
Fix various minor spelling issues in the rockbox manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29911 a1c6a512-1295-4272-9138-f99709370657
2011-05-22 14:01:28 +00:00
Marianne Arnold
4dad30d038
Manual:r29866 changed the meaning of & and * for touch region actions, update the manual accordingly and add some short explanations.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29909 a1c6a512-1295-4272-9138-f99709370657
2011-05-22 13:34:22 +00:00
Marianne Arnold
a0f346204f
Manual: Fix theme tags section and hence the complete manual for touchscreen targets . The _ needs escaping (but the * doesn't).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29908 a1c6a512-1295-4272-9138-f99709370657
2011-05-22 12:54:52 +00:00
Andree Buschmann
271fdb6ec0
Minor manual fix: iPod nano 2G is fast enough to decode ape -c3000.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29902 a1c6a512-1295-4272-9138-f99709370657
2011-05-20 06:30:22 +00:00
Marianne Arnold
892cc66639
Manual, audio formats table: remove the \nopt{ipodnano2g} and pull the row and column separators out of the \opts to make the manual build again which broke for targets that would have gotten an impossible additional columns due to this. Needs a check if the result is correct still though.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29901 a1c6a512-1295-4272-9138-f99709370657
2011-05-20 05:50:01 +00:00
Andree Buschmann
78cd0c514e
Add AAC to the manuals codec featureset table.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29900 a1c6a512-1295-4272-9138-f99709370657
2011-05-19 21:49:25 +00:00
Andree Buschmann
2d4031057f
Add a codec featureset overview (for now 'seek', 'resume' and 'gapless') to the manual. Additionally change table formatting and add a note to the SID format.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29899 a1c6a512-1295-4272-9138-f99709370657
2011-05-19 20:21:48 +00:00
Andree Buschmann
0101c701e0
FS#12110: Rework of the audio format and metadata section in the manual. Add notes for several audio formats, correct the file extensions for several formats, describe the feature sets supported by the different metadata formats, describe limitations of the metadata handling.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29894 a1c6a512-1295-4272-9138-f99709370657
2011-05-17 20:50:26 +00:00
Dominik Riebeling
58995c1e2f
Fix a typo that made a macro show up as text. Thanks to fml for noting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29893 a1c6a512-1295-4272-9138-f99709370657
2011-05-17 06:11:28 +00:00
Michael Giacomelli
84b4c46d74
Enter USB charging mode on devices that support it if any key is held down during USB insert (except on Archos where certain keys need to be avoided and players like the iRiver H1x0 which do not charge over USB and the iAudios/AMSv2 which do not yet support USB fully). Update the manual to explain the new behavior.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29889 a1c6a512-1295-4272-9138-f99709370657
2011-05-16 20:27:14 +00:00
Michael Hohmuth
4b5f68633f
Manual changes for rewind on pause. (Fixed a few typos while we are
...
at it.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29877 a1c6a512-1295-4272-9138-f99709370657
2011-05-13 22:28:55 +00:00
Michael Hohmuth
9f32eb6f0d
FS#12102 - Manual, "Quick Start" section for AMSv2 players: Clarifies
...
how USB charging is handled. Thanks to Justin Hannigan!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29860 a1c6a512-1295-4272-9138-f99709370657
2011-05-12 06:43:57 +00:00
Andree Buschmann
df7deee00f
Correct notation of a few supported audio formats in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29856 a1c6a512-1295-4272-9138-f99709370657
2011-05-10 21:38:00 +00:00
Alexander Levin
90f21b3fcc
Manual: typeset the commas using the normal font, not as 'fname'
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29855 a1c6a512-1295-4272-9138-f99709370657
2011-05-10 20:19:34 +00:00
Alexander Levin
526346b6a7
Manual: add metadata section (FS#12090 by Andree Buschmann with slight modifications by me)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29847 a1c6a512-1295-4272-9138-f99709370657
2011-05-09 20:34:14 +00:00
Andree Buschmann
a912a99259
Correct manual: rockbox support APEv2 metadata tags.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29812 a1c6a512-1295-4272-9138-f99709370657
2011-05-01 20:17:43 +00:00
Magnus Holmgren
ed2cfb8c1d
Don't (partially) apply changes to max entries in the file browser immediately. The setting affects a buffer that is allocated during boot, so code using that buffer should use the value that was in effect during boot. Add a note to the manual that a reboot is needed for the changes to be applied.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29798 a1c6a512-1295-4272-9138-f99709370657
2011-04-30 11:00:26 +00:00
Dominik Riebeling
33a17dc6c4
Add a warning about WMP11 being necessary on Windows for beastpatcher.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29780 a1c6a512-1295-4272-9138-f99709370657
2011-04-24 20:53:48 +00:00
Dominik Riebeling
8f8f9a5bde
Use Latin Modern font family for the manual.
...
The Latin Modern family uses T1 coding instead of the OT1 coding used by
Computer Modern. Due to this it isn't necessary to emulate characters like
umlauts which makes them searchable.
As a side effect this also addresses FS#12057.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29756 a1c6a512-1295-4272-9138-f99709370657
2011-04-21 21:52:27 +00:00
Bertrik Sikken
a489154eb3
Manual: rephrase a sentence in the installation chapter a bit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29710 a1c6a512-1295-4272-9138-f99709370657
2011-04-13 18:48:32 +00:00
Bertrik Sikken
04b9ca2d95
Fix spelling of "appearance" in the user manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29706 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 22:42:09 +00:00
Dominik Riebeling
0ab97b7015
Allow URLs to break at hyphens and allow more space at breaking characters.
...
Makes URLs much nicer and avoids them running out of the right margin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29705 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 22:09:44 +00:00
Bertrik Sikken
16f8f3409b
Fix various minor spelling issues in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29704 a1c6a512-1295-4272-9138-f99709370657
2011-04-11 20:58:19 +00:00
Michael Chicoine
f0132528fd
Manual correction for entering quick screen from file browser
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29677 a1c6a512-1295-4272-9138-f99709370657
2011-04-04 01:55:56 +00:00
Jonathan Gordon
443b134983
Fix touchregions muting volume, and change &<action> to mean 'needs long press but only fire once'. Use *<action> for 'long press and allow repeats'
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29653 a1c6a512-1295-4272-9138-f99709370657
2011-03-27 07:23:38 +00:00
Alex Parker
e4da0c8068
MAke manuals build again. Non scrollwheel targets don't have \ButtonScrollXX, so use \ActionStdXX instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29636 a1c6a512-1295-4272-9138-f99709370657
2011-03-23 21:22:55 +00:00
Andree Buschmann
0897753d3b
Submit parts of FS#12024. Describe the settings 'List Acceleration Start Delay' and 'List Acceleration Speed' in the manual. Correct the unit (seconds) for the first setting and change the text for the second setting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29634 a1c6a512-1295-4272-9138-f99709370657
2011-03-22 21:15:22 +00:00
Jonathan Gordon
98881fd822
Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev needed to make it work. 'next' in the sbs changes list selection, 'wps_next' in sbs changes audio tracks. no difference in the wps
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29631 a1c6a512-1295-4272-9138-f99709370657
2011-03-22 09:31:45 +00:00
Michael Hohmuth
04043fd3ae
autoresume: Manual: Clarify precedence rules for resume positions
...
Resume positions stored in bookmarks take precedence over autoresume.
Technically, the resume position for the "Resume Playback" function
(which is also saved across power-off/power-on) also takes precedence
over autoresume. However, there is no way for a user to tell as it is
identical to the autoresume position for the last-played track, so
don't highlight it in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29548 a1c6a512-1295-4272-9138-f99709370657
2011-03-08 23:02:20 +00:00
Dominik Riebeling
892fd0abf3
Manual: switch to inputenx and load additional characters.
...
Since we're now loading a file from inputenx directly change to inputenx in
general to avoid issues between those two packages. Fixes manual builds that
broke because of U+0101 and U+0146 glyphs which aren't defined in the utf8
inputenc package.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29428 a1c6a512-1295-4272-9138-f99709370657
2011-02-27 16:31:59 +00:00
Michael Hohmuth
751e922783
Use generic keyboard actions rather than the device-dependent
...
\ButtonLeft / \ButtonRight
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29285 a1c6a512-1295-4272-9138-f99709370657
2011-02-11 18:45:04 +00:00
Michael Hohmuth
97ba12e336
Describe autoresume in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29284 a1c6a512-1295-4272-9138-f99709370657
2011-02-11 17:17:39 +00:00
Alex Parker
40531597f3
Manual: We now support embedded JPEG album art in ID3v2 tags.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29266 a1c6a512-1295-4272-9138-f99709370657
2011-02-09 22:12:37 +00:00
Andree Buschmann
d3934185ac
Correct the metronome keymap in the manual. Better describe buttons/actions in metronome help text. Closes FS#11773.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29204 a1c6a512-1295-4272-9138-f99709370657
2011-02-03 21:20:50 +00:00
Dominik Riebeling
20bd747635
Fix some unwanted empty lines in the manual.
...
Inside a code environment lines opted out will remain as empty lines.
Use a feature of fancyvrb to only show one specific line from the code
block to avoid this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29194 a1c6a512-1295-4272-9138-f99709370657
2011-02-02 18:56:28 +00:00
Alexander Levin
6cdc3166bc
Manual: Correct the description of the Time/Date menu and make it look nicer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29183 a1c6a512-1295-4272-9138-f99709370657
2011-02-01 21:52:24 +00:00
Alexander Levin
b1aad4c496
Manual: correct the 'Playlists' menu description
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29182 a1c6a512-1295-4272-9138-f99709370657
2011-02-01 21:32:19 +00:00
Jonathan Gordon
f06f685273
New option for the bar tags: 'backdrop, <label>' will draw another image under the progressbar (only works with image and slider bars)
...
example:
%V(22,253,198,14,-)
%xl(a,PLAY_BAR_BACKDROP-240x320x16.bmp,0,0)
%pb(0,0,198,14,PLAY_BAR-240x320x16.bmp, backdrop, a)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29127 a1c6a512-1295-4272-9138-f99709370657
2011-01-24 09:04:28 +00:00
Nils Wallménius
2565d37c67
Gigabeat S manual: fix a small glitch in the wps key controls table and correct an incorrect button combo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29093 a1c6a512-1295-4272-9138-f99709370657
2011-01-19 15:16:34 +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
Marianne Arnold
4d46f4ddff
Manual - lrcplayer.tex: correctly 'close' two \Action macros so that the following space is not eaten.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29074 a1c6a512-1295-4272-9138-f99709370657
2011-01-17 18:09:30 +00:00
Marianne Arnold
ed0c5b3c45
Manual - minor fixes to fractals.tex: update screenshot capture to reflect the renaming of the plugin from 'Mandelbrot' and replace an \opt which was using target names with a more suitable and generic \nopt.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29073 a1c6a512-1295-4272-9138-f99709370657
2011-01-17 18:07:14 +00:00
Teruaki Kawashima
5c09844d54
Update manual for image viewer plugin.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29065 a1c6a512-1295-4272-9138-f99709370657
2011-01-16 11:40:47 +00:00
Alex Parker
c16deb3754
Manual: Fix FS#11872 - %pL/pR aren't in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29050 a1c6a512-1295-4272-9138-f99709370657
2011-01-13 18:09:46 +00:00
Alex Parker
b33a2d869e
Manual: Fix part 2 of FS#11874 - setting_inc and setting_dec missing from actions list.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29049 a1c6a512-1295-4272-9138-f99709370657
2011-01-13 18:09:36 +00:00
Alex Parker
3fc41cec05
Manual: Fix part 1 of FS#11874 - touchscreen region in the manual isn't 100% correct.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29048 a1c6a512-1295-4272-9138-f99709370657
2011-01-13 18:09:18 +00:00
Jonathan Gordon
605e2d0e90
New Touchscreen region type... 'mute' which un/mutes volume without pausing playback
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29046 a1c6a512-1295-4272-9138-f99709370657
2011-01-13 10:56:23 +00:00
Dominik Riebeling
fadfa211d3
Add missing ) to manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29025 a1c6a512-1295-4272-9138-f99709370657
2011-01-10 20:09:29 +00:00
Frank Gevaerts
17585a991c
Add AI to the pong plugin, to allow single-player operation.
...
Part of FS#5855 by Travis Hyyppa (the colour changes were removed from the patch)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29007 a1c6a512-1295-4272-9138-f99709370657
2011-01-08 16:32:56 +00:00
Robert Menes
b1a1831a17
Reword the blind description for the MPIO HD200 manual
...
to fix some typos and grammar.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28983 a1c6a512-1295-4272-9138-f99709370657
2011-01-07 04:54:15 +00:00
Alex Parker
f35b76230c
Manual: Very slight alteration to the mp3 encoder plugin entry.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28979 a1c6a512-1295-4272-9138-f99709370657
2011-01-06 19:44:21 +00:00
Andree Buschmann
dfddc16449
Use consistent notation for MPEG Layer 3.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28978 a1c6a512-1295-4272-9138-f99709370657
2011-01-06 19:31:56 +00:00
Andree Buschmann
707c46b152
Add mp3 encoder plugin to manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28977 a1c6a512-1295-4272-9138-f99709370657
2011-01-06 19:29:47 +00:00
Mustapha Senhaji
df3c3aeee9
manual: update stats plugin entry.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28922 a1c6a512-1295-4272-9138-f99709370657
2010-12-28 17:02:29 +00:00
Nils Wallménius
bf897793d7
Fix FS#11838. Escape special char that broke manual builds and generated incomplete output.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28907 a1c6a512-1295-4272-9138-f99709370657
2010-12-27 08:37:38 +00:00
Robert Menes
70dcb6aa05
Remove a line in the iPod video manual that refers to two
...
separate builds to download. The iPod video build has been
available as a unified build for some time now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28902 a1c6a512-1295-4272-9138-f99709370657
2010-12-26 12:48:23 +00:00
Alexander Levin
a69d2c1de7
Minor fixes in the disktidy description in the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28893 a1c6a512-1295-4272-9138-f99709370657
2010-12-25 20:32:36 +00:00
Alexander Levin
aac5916954
Add the new default dir to clean to the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28885 a1c6a512-1295-4272-9138-f99709370657
2010-12-23 19:09:44 +00:00
Alex Parker
a43fc847c4
Add %tr to the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28871 a1c6a512-1295-4272-9138-f99709370657
2010-12-21 10:14:40 +00:00
Alex Parker
8d849723f7
Manual: change wording slightly in the USB charging section.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28849 a1c6a512-1295-4272-9138-f99709370657
2010-12-18 19:07:06 +00:00
Marianne Arnold
abf4065181
Manual - Sansa e200 player images: update the labels for scrolling ('back' and 'fwd' instead of 'up' and 'down') to match the c code and naming in the manual. This reflects a change made long ago (r16182).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28840 a1c6a512-1295-4272-9138-f99709370657
2010-12-15 23:41:14 +00:00
Michael Giacomelli
ee4ea4266b
Make it more clear that key lock is our software hold switch function.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28832 a1c6a512-1295-4272-9138-f99709370657
2010-12-14 21:12:33 +00:00
Michael Stummvoll
a0480c734a
applying FS#10489: Rockboy - rotate directional keys when screen is rotated
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28695 a1c6a512-1295-4272-9138-f99709370657
2010-11-28 19:49:15 +00:00
Marianne Arnold
a51fa04a88
Fix all manuals that were broken in r28617 (targets that do not have \ButtonSelect) by using the respective \ActionStdOk macro which also matches the c code IIUC.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28676 a1c6a512-1295-4272-9138-f99709370657
2010-11-26 19:29:50 +00:00
Teruaki Kawashima
756c59a534
update mpegplayer manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28670 a1c6a512-1295-4272-9138-f99709370657
2010-11-26 14:38:17 +00:00
Michael Stummvoll
72b4c4ff3b
Adding an reset option to the rockboy menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28655 a1c6a512-1295-4272-9138-f99709370657
2010-11-24 11:39:40 +00:00
Teruaki Kawashima
e5b1a7d423
FS#6321: Universal Image Viewer
...
This unifies jpeg viewer, png viewer, and bmp viewer to one plugin, image viewer, so that you can navigate through different image formats.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28626 a1c6a512-1295-4272-9138-f99709370657
2010-11-21 13:47:56 +00:00
Alex Parker
579a7ebcf9
Forgot this very minor tweak.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28622 a1c6a512-1295-4272-9138-f99709370657
2010-11-19 12:33:52 +00:00
Alex Parker
75a306e393
Minor English correction.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28621 a1c6a512-1295-4272-9138-f99709370657
2010-11-19 12:30:22 +00:00
Andree Buschmann
1abc5b8ea8
Correct supported sample rates for iPod nano 2G, at least prepares the manual for recording on this target.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28618 a1c6a512-1295-4272-9138-f99709370657
2010-11-18 22:01:40 +00:00
Andree Buschmann
c08bb63eed
Add section 'Running Time' to the manual. Fixes FS#11561.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28617 a1c6a512-1295-4272-9138-f99709370657
2010-11-18 21:58:05 +00:00
Marcin Bukat
e134021e1b
MPIO manual - add link to mkmpioboot binary
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28547 a1c6a512-1295-4272-9138-f99709370657
2010-11-10 08:14:19 +00:00
Marcin Bukat
a434a0de5c
MPIO HD200 manual - tex files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28544 a1c6a512-1295-4272-9138-f99709370657
2010-11-09 22:10:38 +00:00
Marcin Bukat
608eee71d2
MPIO manual: screenshots
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28543 a1c6a512-1295-4272-9138-f99709370657
2010-11-09 22:10:30 +00:00
Marcin Bukat
4ee38ef5be
MPIO manual: player front graphic FS#11177 by Marko Pahlke
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28542 a1c6a512-1295-4272-9138-f99709370657
2010-11-09 22:10:22 +00:00
Teruaki Kawashima
781f05e40d
FS#11546: Adjustable brightness in lamp plugin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28519 a1c6a512-1295-4272-9138-f99709370657
2010-11-06 13:40:09 +00:00
Alexander Levin
72964f2571
Manual: Bring the opts in the manual in line with ifdefs in the code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28478 a1c6a512-1295-4272-9138-f99709370657
2010-11-03 18:02:26 +00:00
Szymon Dziok
e2e93649b6
Manual: add images for the Philips Gogear HDD6330, FS#11705 by me.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28465 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 23:13:30 +00:00
Szymon Dziok
c25eb1a7bb
Manual: add images for the Philips Gogear HDD1630 (FS#10329), Author: Marko Pahlke.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28464 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 23:06:30 +00:00
Alexander Levin
88b6bef9d4
Manual: make the presence of the timestretch menu description depend on the right condition (pitchscreen instead of just swcodec)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28462 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 22:50:11 +00:00
Marianne Arnold
aee59094db
Manual, lamp plugin button table: fix typo. Simplify and rearrange the code while at it to improve readability, especially with regards to the optional 3rd column for remote targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28441 a1c6a512-1295-4272-9138-f99709370657
2010-11-02 00:02:15 +00:00
Alexander Levin
029eb885ad
Manual: add a reference to the chapter with the description of how to use the timestretch feature
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28436 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 19:16:42 +00:00
Teruaki Kawashima
f2dbbf45de
lamp plugin:
...
-handles sys_events.
-disable idle poweroff (part of FS#11578 by Hayden Pearce.)
-correct button table in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28429 a1c6a512-1295-4272-9138-f99709370657
2010-11-01 13:37:00 +00:00
Alex Parker
dbe2ac1ec6
Manual: rejig the disktidy plugin entry somewhat.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28420 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 14:58:49 +00:00
Alex Parker
e20fc429a8
Manual: PNG Viewer is no longer only for colour LCDs
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28417 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 14:15:38 +00:00
Robert Menes
1e47628a9f
Commit FS #11682 by Teruaki Kawashima: fix the disktidy plugin
...
not cleaning custo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28414 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 13:02:59 +00:00
Marianne Arnold
6ee3c036db
Manual: add drawings of the H100 remote with button labels to the player images and use it in the 'Quick Start' chapter (below the main player drawing) to explain the button names which were already used in the description.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28393 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 11:17:04 +00:00
Marianne Arnold
b03836717b
Manual: Fix typo in the H100's remote keymap file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28389 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 09:29:00 +00:00
Alex Parker
669a327a2e
Manual: correct swapped seek buttons for Hx00 remotes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28383 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 20:34:56 +00:00
Marianne Arnold
fa63211149
Manual, theme tag chapter: add a 'Hardware Capabilities' section for tags that test hardware capabilities of a target and move the 'radio/clock/touchscreen detected' tags there. Fixes inconsistencies in handling these.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28380 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 17:52:20 +00:00
Marianne Arnold
d3e1e9d02a
Manual: fix stupid typo that caused misalignment in the pegbox button table.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28373 a1c6a512-1295-4272-9138-f99709370657
2010-10-28 11:52:44 +00:00
Jonathan Gordon
d7bb580b50
Fix the manual for %Tp
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28371 a1c6a512-1295-4272-9138-f99709370657
2010-10-28 11:11:01 +00:00
Robert Menes
03f6c7a4e7
The c200's blind description also applies to the c200
...
v2, so add that to the c200v2 manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28315 a1c6a512-1295-4272-9138-f99709370657
2010-10-20 17:00:58 +00:00
Torne Wuff
5f8ad3c2a8
FS#10910: Manual incorrectly claims that the sleep timer and wake-up alarm are mutually exclusive
...
The alarm works differently now; you can use sleep and alarm together as the alarm no longer powers the player off immediately. Updated manual to remove text stating this is not the case.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28263 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 23:34:42 +00:00
Alex Parker
f70ec76fcc
Manual: fix some English in the bar tag options.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28260 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 19:34:47 +00:00
Alex Parker
27a6d29771
Manual: get rid of some extra spaces in the sansa ams install instructions.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28259 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 19:34:42 +00:00
Alex Parker
40ec7b9d06
Manual: Add button mappings for the equalizer for the clip/clip+. Fixes part of FS#11672
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28258 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 19:34:38 +00:00
Marianne Arnold
498f66f8db
Manual: add the missing % for %# in the 'Other tags' theme tag section.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28257 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 19:13:24 +00:00
Alex Parker
60e2af282b
Manual: Correct clip/clip+ pitchscreen button table. Closes FS#11671.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28256 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 17:43:37 +00:00
Nils Wallménius
b2f5142601
Fix the last part of FS#11670 by using the 'disk' macro that expands to the appropriate storage type for each player, also change a reference to 'MP3 buffer' to 'music buffer'.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28252 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 13:43:38 +00:00
Nils Wallménius
1a14537e26
Database auto update doesn't need dircache to remove deleted files from the database anymore.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28251 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 13:29:28 +00:00
Nils Wallménius
cf9af0165b
Don't include manual section for the 'Load to ram' option if the option isn't there and use 'disk' macro that expands to the proper storage type.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28250 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 13:14:17 +00:00
Jonathan Gordon
9acd242839
skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.bmp,0,0) %pb(0,0,10,10,bar_image) or %pb(0,0,10,10, pb.bmp) both are acceptable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28249 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 12:46:57 +00:00
Teruaki Kawashima
3eb5826c8a
improvement for bar tag with slider.
...
-fix bug the slider is drawn outside of the bounds (FS#11658).
-offset the slider position so that the center of the slider indicates current position.
-add nobar option. if this option is set, the bar isn't drawn at all.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28248 a1c6a512-1295-4272-9138-f99709370657
2010-10-12 12:17:39 +00:00
Nils Wallménius
5cf249155e
Fix FS#11513, pictureflow keymap in the manual was wrong.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28227 a1c6a512-1295-4272-9138-f99709370657
2010-10-10 08:09:22 +00:00
Teruaki Kawashima
d9a328872e
alarm clock: don't have user pause the playback manually. make the plugin pause it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28217 a1c6a512-1295-4272-9138-f99709370657
2010-10-07 13:19:21 +00:00
Frank Gevaerts
ad6c8c1a72
New plugin: Resistor code calculator
...
Flyspray: FS#11585
Author: Calvin Walden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28191 a1c6a512-1295-4272-9138-f99709370657
2010-10-02 14:11:40 +00:00
Alexander Levin
11e792b3cf
Correct the examples of usage of %pS and %pE in the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28157 a1c6a512-1295-4272-9138-f99709370657
2010-09-24 19:07:42 +00:00
Alex Parker
34c4c44c5d
Manual: Clarify that the player must be running to charge/power over USB. Closes bug FS#11504.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28099 a1c6a512-1295-4272-9138-f99709370657
2010-09-17 19:13:26 +00:00
Alex Parker
15258e0a5b
Manual: add the bar tag themeing possibilites to the manual. Closes bug FS#11543.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28098 a1c6a512-1295-4272-9138-f99709370657
2010-09-17 19:13:20 +00:00
Alex Parker
779f1dbc7a
Manual: Add the %if tag to the manual. Closes bug FS#11555.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28097 a1c6a512-1295-4272-9138-f99709370657
2010-09-17 19:13:14 +00:00
Alex Parker
011bece6ca
Manual: The gigabeat S has hardware tone controls instead of bass/treble settings, so update the manual to reflect this. Also update the sound settings screen shot.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28095 a1c6a512-1295-4272-9138-f99709370657
2010-09-16 18:54:24 +00:00
Rafaël Carré
cb435ab5c1
manual: the AMSv1 don't run OF if powered by USB
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28002 a1c6a512-1295-4272-9138-f99709370657
2010-09-06 05:24:16 +00:00
Alexander Levin
c948cf46e2
Add a manual entry for the shopper plugin. More details are in the wiki.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27990 a1c6a512-1295-4272-9138-f99709370657
2010-09-02 21:55:47 +00:00
Rafaël Carré
5cc11a1914
Clip WPS keymap: move pitchscreen to long up
...
Make users happy, as now short down does nothing (but bring backlight on)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27982 a1c6a512-1295-4272-9138-f99709370657
2010-09-02 07:50:01 +00:00
Frank Gevaerts
a1cf4ced83
Unify 32mb and 64mb ipod video builds - FS#11580
...
Since memory on 32mb ipod videos is mapped twice, a 64mb build still has codecs and plugins mapped in a usable area. This means that all that needs to be done to support 32mb and 64mb boards with the same build is to adjust audiobufend to avoid using more than the actually present RAM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27960 a1c6a512-1295-4272-9138-f99709370657
2010-08-31 19:06:04 +00:00
Frank Gevaerts
dd5e3eb542
Change dap{} to \dap{} in the iaudio battery capacity description
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27943 a1c6a512-1295-4272-9138-f99709370657
2010-08-29 21:19:12 +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
Rafaël Carré
0e19e3f859
Clip keymap : move pitchscreen to short submenu in wps
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27897 a1c6a512-1295-4272-9138-f99709370657
2010-08-26 19:52:19 +00:00
Alex Parker
d581ee9b71
Manual: Change the labels on the clip, clip+ and fuze images so that they actually match the text.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27896 a1c6a512-1295-4272-9138-f99709370657
2010-08-26 18:21:39 +00:00
Alex Parker
d303fad1a8
Manual: Make the clip WPS buttons match what actually happens. Short submenu is not defined, is this intentional?
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27895 a1c6a512-1295-4272-9138-f99709370657
2010-08-26 18:21:18 +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
Rafaël Carré
05d16b1d4e
Add 'lowmem' feature to the manual, defined if MEM <= 2
...
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-25 14:10:25 +00:00
Rafaël Carré
95cbbd1c40
c200v2 manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27880 a1c6a512-1295-4272-9138-f99709370657
2010-08-25 14:01:41 +00:00
Rafaël Carré
2b0db13b51
Manual: fix Sansa AMS install
...
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-25 13:45:03 +00:00
Nils Wallménius
8799af3d73
Small change to sansa fuze keymap.
...
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-17 14:30:10 +00:00
Marianne Arnold
792ccc164c
Manual: replace target options with the more appropriate button pad options 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-16 10:03:00 +00:00
Marianne Arnold
257c719883
Missed two files in r27823...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27824 a1c6a512-1295-4272-9138-f99709370657
2010-08-16 09:56:12 +00:00
Marianne Arnold
5b47b89d16
First step of completing the target rename in the manual. Some target 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-16 09:43:48 +00:00
Jonathan Gordon
d23d7a1686
last warning and fix manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27816 a1c6a512-1295-4272-9138-f99709370657
2010-08-14 15:27:46 +00:00
Marianne Arnold
b75a414167
Manual - logo and pegbox button tables: simplify the code and add missing info.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27811 a1c6a512-1295-4272-9138-f99709370657
2010-08-14 10:48:27 +00:00
Marianne Arnold
7c1c5701cf
Manual - wormlet.tex: remove 'opt'ing for different player pads inside a 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-14 10:43:34 +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
Marianne Arnold
37bd35d667
Correct the ActionTreeWps in the Clips' keymap file (button combo for going to the WPS).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27808 a1c6a512-1295-4272-9138-f99709370657
2010-08-14 10:01:18 +00:00
Marianne Arnold
f67dfd9a2b
Fix manuals broken by r27787 - underscores have a meaning in tex and need to 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-13 21:36:44 +00:00
Jonathan Gordon
70ebe46d74
New feature for the %xl (image load) tag. If you give it the filename __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-12 13:27:10 +00:00