Frank Gevaerts
54c1c770cb
Add changelog (merge from 3.1 branch)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19536 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 16:26:35 +00:00
Frank Gevaerts
abff31b2db
Add fixes and improvements that were only applied to the 3.0 branch
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19529 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 16:00:57 +00:00
Dominik Riebeling
558cce6027
Remove id3 tag priority setting description as that setting was removed quite a while ago.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19514 a1c6a512-1295-4272-9138-f99709370657
2008-12-20 22:34:36 +00:00
Nils Wallménius
142e83aa4c
Correctly opt the anti-skip buffer setting description to include it for disk based targets only, and rewrite the description to be shorter and more to-the-point, fixes FS#9655
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19506 a1c6a512-1295-4272-9138-f99709370657
2008-12-20 14:05:06 +00:00
Robert Menes
1b5c32d246
Fix up the iPod install section of the manual to bring it
...
more up to date (especially the Mac OS X install
instructions), and also some general cleanup of language.
Also added myself to the manual credits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19487 a1c6a512-1295-4272-9138-f99709370657
2008-12-19 16:36:47 +00:00
Marianne Arnold
7b00970c03
Manual: give more info about file structure in the 'Putting music on your player' paragraph and only mention album art for targets with it (fixes FS#9134, phrasing by Paul Louden). While at it, opt the reference to the 'supported audio formats' table for swcodec since the table itself exists only in swcodec player manuals.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19476 a1c6a512-1295-4272-9138-f99709370657
2008-12-19 00:08:42 +00:00
Dominik Riebeling
1244ab632c
Three time's the charm: make HTML manual not use ligatures by using a configuration more tailored for browsers. Fixes FS#9651.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19462 a1c6a512-1295-4272-9138-f99709370657
2008-12-16 22:44:22 +00:00
Dominik Riebeling
9f74c15bee
Revert the last change to the HTML manual configuration as it turned out to break with non-ASCII characters.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19461 a1c6a512-1295-4272-9138-f99709370657
2008-12-16 22:21:52 +00:00
Dominik Riebeling
30ec92360a
Make the HTML manual not use ligatures. Fixes FS#9651.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19458 a1c6a512-1295-4272-9138-f99709370657
2008-12-16 19:39:48 +00:00
Dominik Riebeling
bbc58d5a20
Use caps macro instead of textsc to prevent the heavy HTML issue.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19387 a1c6a512-1295-4272-9138-f99709370657
2008-12-10 21:40:55 +00:00
Dominik Riebeling
2ea61be605
Fix a typo in the manual (FS#9619 by Alexander Levin).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19384 a1c6a512-1295-4272-9138-f99709370657
2008-12-10 18:31:45 +00:00
Dominik Riebeling
f498d53d72
Rename h100 manual name "h1xx" to "h100" to be in line with other players.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19361 a1c6a512-1295-4272-9138-f99709370657
2008-12-07 23:00:15 +00:00
Antoine Cellerier
8289b966b8
Apply FS#9368 : add generic settings tag to WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19357 a1c6a512-1295-4272-9138-f99709370657
2008-12-07 16:20:35 +00:00
Dominik Riebeling
8ea82ff4a8
Make HTML manual crosslink heading more similar to the main website heading.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19341 a1c6a512-1295-4272-9138-f99709370657
2008-12-04 22:15:04 +00:00
Dominik Riebeling
3e166f6101
Recent LaTeX comes with utf8 support called "utf8", while "utf8x" is the older one that has to be installed separately so don't use that anymore.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19307 a1c6a512-1295-4272-9138-f99709370657
2008-12-02 23:12:39 +00:00
Dominik Riebeling
f15e219e69
Let htlatex output pages with utf-8 encoding instead of the default iso-8859-1.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19306 a1c6a512-1295-4272-9138-f99709370657
2008-12-02 22:33:49 +00:00
Dominik Riebeling
cee8f0178e
Fix FS#9550 and FS#5721: don't use Palatino anymore and use the soul package for html output.
...
The Palatino font was responsible for words broken up in the PDF, resulting in small caps parts being not searchable. Using the soul package creates much better HTML output, not putting every small caps character into its own span element anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19294 a1c6a512-1295-4272-9138-f99709370657
2008-12-01 21:21:42 +00:00
Nils Wallménius
2fe7752e3f
Update the 'Supported audio formats' table, we now recognize ogg/vorbis files with the extension '.oga' and ape is now usable on the pp based targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19289 a1c6a512-1295-4272-9138-f99709370657
2008-12-01 13:50:44 +00:00
Nils Wallménius
9fc68a3ccc
Update manual to reflect the new time and date screen, patch by Jonathan Gordon with some small tweaks
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19284 a1c6a512-1295-4272-9138-f99709370657
2008-12-01 10:24:56 +00:00
Marianne Arnold
c5f577d63a
Since r19253 bubbles uses a standard menu instead of a custom start screen where certain key presses were used to adjust start level etc. The button table in the manual doesn't need to mention them either.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19271 a1c6a512-1295-4272-9138-f99709370657
2008-11-30 13:48:31 +00:00
Marianne Arnold
65e8277a22
New manual keymap files: the H100 and H300 use the same keymap in the code so they can share one keymap tex file too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19269 a1c6a512-1295-4272-9138-f99709370657
2008-11-30 12:05:03 +00:00
Marianne Arnold
e090bea1fa
Manual: Platform files - split out the button and action commands from the platform files into separate keymap files. This avoids code duplication for targets which share the same keymap (M5,X5; the Archos Recorders and Ondios etc.). Before, someone would have to change a few files if e.g. something changed for the Ipod 4G pad, now only the keymap-ipod4g.tex has to be edited. The shared keymap files contain all possibly needed commands, for instance the radio screen actions in keymap-mx5.tex which is only used for the X5 not the M5.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19262 a1c6a512-1295-4272-9138-f99709370657
2008-11-29 11:04:02 +00:00
Dominik Riebeling
92f34edf70
Make Select change the scroll direction in Sudoku on Ipods (FS#8428 by Henri Valta).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19247 a1c6a512-1295-4272-9138-f99709370657
2008-11-27 20:26:50 +00:00
Nils Wallménius
e73383ea32
FS#9580 by Thomas Martitz, split the two types of backlight fading into two seperate features and add correct description of the new one based on changing brightness
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19227 a1c6a512-1295-4272-9138-f99709370657
2008-11-26 13:17:18 +00:00
Björn Stenberg
3dcfe9ef71
Removed the DRAFT VERSION text.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19205 a1c6a512-1295-4272-9138-f99709370657
2008-11-24 20:35:10 +00:00
Robert Menes
2527ebff3d
Minor fix of the word "color" in the color settings; it is now spelled
...
in British English "colour".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19163 a1c6a512-1295-4272-9138-f99709370657
2008-11-20 23:06:55 +00:00
Dominik Riebeling
a0584aec74
The HTML manual requires features.txt to be processed first, so add this as prerequisite. Fixes building if no pdf has been built before.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19115 a1c6a512-1295-4272-9138-f99709370657
2008-11-16 12:42:08 +00:00
Dave Chapman
e5b238b496
Gammar correction
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18907 a1c6a512-1295-4272-9138-f99709370657
2008-10-29 00:18:09 +00:00
Nils Wallménius
8fbbbb77bf
Update note for the APE codec mentioning that c2000 files now can be played back realtime on coldfire targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18905 a1c6a512-1295-4272-9138-f99709370657
2008-10-28 22:19:02 +00:00
Marianne Arnold
a83e37270c
Manual: no need to keep the ONDIO_PAD mentioned in calendar.tex (see r18884).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18889 a1c6a512-1295-4272-9138-f99709370657
2008-10-26 18:42:14 +00:00
Dominik Riebeling
a7b387938c
Reword Sudoku section and document the recently added scratchpad marking setting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18888 a1c6a512-1295-4272-9138-f99709370657
2008-10-26 15:42:48 +00:00
Nils Wallménius
7bb81ce689
Change button map for iaudio x5 and m5 to avoid using impossible button combos, delete ondio button map as it has no rtc
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18884 a1c6a512-1295-4272-9138-f99709370657
2008-10-26 12:47:43 +00:00
Nils Wallménius
1304de921f
Update manual entry for calendar plugin, screenshots still missing for most targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18878 a1c6a512-1295-4272-9138-f99709370657
2008-10-25 17:26:44 +00:00
Dominik Riebeling
2f1ec7d9a5
Fix a typo by slightly changing the affected sentence and remove a hard line break.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18876 a1c6a512-1295-4272-9138-f99709370657
2008-10-25 16:40:49 +00:00
Jens Arnold
43ad46cdac
Fix title case in a section header, switch a sentence order for recorders to be more logical, and add a note about 8MB-modded boxes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18842 a1c6a512-1295-4272-9138-f99709370657
2008-10-20 07:10:14 +00:00
Jens Arnold
1f2468b6ef
Rewrite of the Archos flashing chapter, bringing it up to date, removing longish technical background information (that will go into the wiki only), and explaining a few more target specific details.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18841 a1c6a512-1295-4272-9138-f99709370657
2008-10-19 23:59:46 +00:00
Nils Wallménius
0117705542
Oops forgot to commit part of the changes to the manual when Playback Settings was moved up to the Settings menu (r18799)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18833 a1c6a512-1295-4272-9138-f99709370657
2008-10-19 11:18:05 +00:00
Marianne Arnold
45ebc5643a
Manual: Update the Pegbox screenshots affected by the previous change (r18803)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18804 a1c6a512-1295-4272-9138-f99709370657
2008-10-13 23:35:40 +00:00
Nils Wallménius
5aa0665b5b
Move 'Playback Settings' up from 'General Settings' to 'Settings' (FS#9472 by William Poetra Yoga Hadisoeseno but without the menu rearrangement) also closes FS#9154. Update manual to reflect the menu change, Playback Settings is now its own chapter. As a bonus that makes it a bit easier to find stuff in the toc.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18799 a1c6a512-1295-4272-9138-f99709370657
2008-10-13 15:11:11 +00:00
Dominik Riebeling
71c1e2a838
Document %mv wps tag (FS#9482 by Alexander Levin).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18779 a1c6a512-1295-4272-9138-f99709370657
2008-10-12 10:48:06 +00:00
Peter D'Hoye
8db5bf5d29
Add mono mode recording setting to manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18747 a1c6a512-1295-4272-9138-f99709370657
2008-10-08 22:45:20 +00:00
Marc Guay
7eb194477a
Update the release version part of the installation section to mention 3.0
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18731 a1c6a512-1295-4272-9138-f99709370657
2008-10-07 17:03:24 +00:00
Marc Guay
981bd1cb3e
Small cleanup of the factory bootloader description.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18729 a1c6a512-1295-4272-9138-f99709370657
2008-10-07 13:05:28 +00:00
Marc Guay
23028135b7
Unify the wording of the two/three components message in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18728 a1c6a512-1295-4272-9138-f99709370657
2008-10-07 12:36:25 +00:00
Marc Guay
835473c5a5
Add mention of the incompatibility with the 4th gen nano to the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18727 a1c6a512-1295-4272-9138-f99709370657
2008-10-07 12:31:33 +00:00
Marc Guay
2391ad73d0
Change UMS to MSC in the Sansa e200 uninstallation instructions, as it is referred to as such both by the installation instructions and the OF.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18724 a1c6a512-1295-4272-9138-f99709370657
2008-10-07 00:31:51 +00:00
Marianne Arnold
5e7da8842c
Manual, cube button table: be a bit more accurate to avoid misunderstandings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18616 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 22:14:38 +00:00
Frank Gevaerts
bb95d90266
fix typo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18598 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 20:29:32 +00:00
Dominik Riebeling
a2c6b67005
Add a new environment for setting the changelog using a different bullet icon and smaller vertical space between items.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18596 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 20:27:39 +00:00
Marianne Arnold
2d28d008ae
Manual: update the button table in the cube chapter to reflect the new control scheme (see r18572).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18594 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 20:06:54 +00:00
Frank Gevaerts
d97f32d8fe
merge some fixes from the release branch that also apply to trunk
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18591 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 19:43:16 +00:00
Marianne Arnold
17a798400b
Overhaul of the text viewer chapter in the manual - the old one still described the not-existent-anymore button combos to change specific view modes etc. and which was replaced by a menu for quite a while already. Hence update the button table and describe the menu. Also mention the setting save (there was outdated info) and bookmarking (not mentioned yet). Wording could probably improved but at least the information is up-to-date...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18581 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 17:32:20 +00:00
Marianne Arnold
83f6a03ba5
Mostly cosmetic changes to some plugin descriptions in the manual: 1) In main.tex - don't mention chip8 games in the Player manual and give the correct path to the viewers directory. 2) Correct wrongly placed 'end' in zxbox.tex and remove link to the wiki as this chapter is based off of that page and there is no additional information on it. 3) Let long lists of button names break so they don't overlap with the next column in the pdf - blackjack, bubbles, demystify, flipit, logo, oscilloscope, pegbox, rockblox1d, rockblox, rockboy, sliding puzzle, snake2, solitaire, sudoku. 4) While at it, break long (code) lines in bubbles.tex. 5) Additionally exclude lines which showed only 'n/a' in the button tables for a specific target - pegbox, sokoban. 6) Use 'fname' to mark a path in disktidy.tex, also simplify the button table. 7) Use 'ButtonHold' in doom.tex.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18580 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 17:25:32 +00:00
Marianne Arnold
3d0d6d6bb2
Delete superfluous image which seems to have been accidentally committed to the wrong folder. In the meantime an updated screenshot was added in the right location (configure_rockbox).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18556 a1c6a512-1295-4272-9138-f99709370657
2008-09-20 17:43:48 +00:00
Marianne Arnold
3d5fba9865
Manual - plugins section: update a bunch of screenshots. (Some plugins changed in overall appearance , e.g. calculator or sliding_puzzle, some plugins now look different because they show the default font and background, the pegbox screenshots were not available in all necessary sizes yet.) There are still some more screenshots to be updated but this should cover the more obvious ones.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18553 a1c6a512-1295-4272-9138-f99709370657
2008-09-19 21:16:55 +00:00
Marianne Arnold
017c25cdc1
Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18535 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 23:24:31 +00:00
Peter D'Hoye
5b4df4a72e
Updated screenshot for H10-5GB recording screen, the previous one was showing an illegal gain value
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18506 a1c6a512-1295-4272-9138-f99709370657
2008-09-12 21:13:29 +00:00
Marianne Arnold
67fe9dffae
Disable the pacbox chapter for the c200 manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18476 a1c6a512-1295-4272-9138-f99709370657
2008-09-09 19:02:54 +00:00
Marianne Arnold
8ad3b52f83
Fix manuals, some of them were broken by r18469, by using the correct button macros. Also add additional 'fly' buttons to the button table where they exist.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18473 a1c6a512-1295-4272-9138-f99709370657
2008-09-09 01:29:25 +00:00
Marc Guay
e1b0913654
Manual: Add missing word to sentence so that it makes sense.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18470 a1c6a512-1295-4272-9138-f99709370657
2008-09-09 00:41:28 +00:00
Robert Menes
866b907efe
Some more manual work: new plugin description for Chopper. Also updated disktidy description.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18469 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 23:43:29 +00:00
Marianne Arnold
71818b5d68
Update the OndioFM's WRS screenshot once more as the previous one showed a numerical battery display which is not default and might be a bit confusing.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18468 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 23:06:12 +00:00
Marianne Arnold
8d78f43e9d
Update the OndioFM's WRS screenshot too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18466 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 22:53:58 +00:00
Martin Arver
9caf3c4c66
update recorder screenshot
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18461 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 19:24:25 +00:00
Martin Arver
7a1f9cf6dc
update screenshots of wrs, and add a missing one
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18457 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 18:15:03 +00:00
Robert Menes
8397a8497e
Correct a minor error in wording.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18431 a1c6a512-1295-4272-9138-f99709370657
2008-09-06 01:36:31 +00:00
Robert Menes
f22b308c81
My first proper commit: some manual fixes to properly describe shutting down and starting the iPod 1st, 2nd, and 3rd generations, and removed some old bootloader information which is no longer valid. This should bring the manuals for these iPods more up to date.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18429 a1c6a512-1295-4272-9138-f99709370657
2008-09-06 01:09:03 +00:00
Frank Gevaerts
c1e86f7531
Adds descriptions to the manual for the iPod 1st, 2nd, and 3rd generations, and fixes some problems with the nano and Sansa c200 manuals (FS#9367 by Robert Menes)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18423 a1c6a512-1295-4272-9138-f99709370657
2008-09-05 18:55:38 +00:00
Dominik Riebeling
3ed5de8980
r16149 renamed the variable ARCHOS to MODELNAME. Do it for the manual too (used when copying the pdf file to the output folder).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18374 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 21:18:21 +00:00
Dominik Riebeling
1f9cb42e27
Make the wiki base url show up correctly in the html output.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18292 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 21:59:36 +00:00
Frank Gevaerts
a7bba0023a
add some spacing to link the icons more clearly to their explanation in the text
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18271 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 20:07:25 +00:00
Frank Gevaerts
4566f95bf4
some minor edits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18270 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 19:43:00 +00:00
Nils Wallménius
ae79e88da6
Rename the 'Getting started' chapter to 'Introduction' and fix a typo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18269 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 19:22:12 +00:00
Frank Gevaerts
76fa180cb3
Fix the language in the x5/m5 uninstallation instructions
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18266 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 15:52:26 +00:00
Nils Wallménius
d89f400c21
Use the generated feature to control inclusion of sections about different battery types, add 'battery type' to config file options
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18255 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 15:39:47 +00:00
Nils Wallménius
b3d62053df
Update the config file options table, a bunch of options are still missing (we have way too many\!) and i put in a couple of fixme's, closes FS#9185
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18254 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 15:15:49 +00:00
Nils Wallménius
a721083223
FS#9266 Add a table with supported audio formats to the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18250 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 22:47:17 +00:00
Marc Guay
494a50d308
No button called Select on the H10, change to ButtonRight and hopefully repair manuals.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18145 a1c6a512-1295-4272-9138-f99709370657
2008-07-29 01:53:25 +00:00
Marc Guay
2289c42f5f
... and the manual update.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18144 a1c6a512-1295-4272-9138-f99709370657
2008-07-28 23:11:23 +00:00
Marc Guay
7361105fe1
Move the WPS pitch screen key combo next to the others.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18114 a1c6a512-1295-4272-9138-f99709370657
2008-07-21 22:03:03 +00:00
Jens Arnold
9656ea6dae
Ondio FM: Switch long & short OFF in the FM screen to make it consistent with the WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18100 a1c6a512-1295-4272-9138-f99709370657
2008-07-20 12:57:32 +00:00
Jens Arnold
287e0243ff
H10 recording screen: Switch prev & next buttons to make them intuitive, and map file split on Select. * Update manual accordingly, also fixing buttons description for ipod recording screen.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18098 a1c6a512-1295-4272-9138-f99709370657
2008-07-20 12:28:06 +00:00
Robert Kukla
284cbd586e
correct overlooked POWER<->A swaps for gigabeat plugins (thanks to Firestorm ZERO for reporting) and button fix for blackjack on mr100
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18097 a1c6a512-1295-4272-9138-f99709370657
2008-07-20 10:16:35 +00:00
Martin Arver
0099015a5c
fix wrong screenshots
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18094 a1c6a512-1295-4272-9138-f99709370657
2008-07-19 13:00:29 +00:00
Martin Arver
ae0cb5c01e
rename some wrongly named screenshots for the h1xx, and update a few others
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18086 a1c6a512-1295-4272-9138-f99709370657
2008-07-18 18:13:37 +00:00
Marc Guay
a610b0f673
Move a comma in the recording sources /opts so that it doesn't hang after MIC for the Sansas.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18076 a1c6a512-1295-4272-9138-f99709370657
2008-07-17 00:28:21 +00:00
Marianne Arnold
8189246cbc
Add a 'Set As Backdrop' item to the context menu description of targets with greyscale or colour screens. Use a better option for including the 'Load Backdrop' chapter too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18062 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 20:57:05 +00:00
Martin Arver
e78cb65a50
Move the menu structure to the appendix. The menu structure description itself, is still missing though
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18059 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 18:33:43 +00:00
Marianne Arnold
5d1287ce43
Sound settings chapter: fill out the bass and treble settings range of the Archos players (and escape the line endings to avoid unnecessary spaces). Also use a more suitable option for the masf specific settings - like loudness, MDB etc. - to include this part in the Ondio manuals.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18058 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 18:26:30 +00:00
Marianne Arnold
cce7f5b5fe
Change 'labeled' back to 'labelled' as the latter is the British spelling which should be used in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18057 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 18:20:21 +00:00
Martin Arver
bda60d18d8
Updated screenshots for the fm-radio screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18054 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 17:46:20 +00:00
Thom Johansen
3a74208d4e
General language cleanup and small restrucuring of the source code of misc. parts of the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18043 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 22:47:40 +00:00
Martin Arver
167a27dd76
Change wording of the main menu description
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18042 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 20:40:28 +00:00
Thom Johansen
4a7e0c7949
Rename and rework the "Study Mode" menu into the "Skip Length" setting. Update manual. Bump plugin API thanks to having changed global_settings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18041 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 20:39:30 +00:00
Martin Arver
1f6ee2b913
Add and update the last screenshots
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18040 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 20:20:38 +00:00
Martin Arver
f0d0cfe83a
Oops.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18039 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 19:40:34 +00:00
Martin Arver
a2eb62bd59
Update screenshots. The main menu chapter is now up to date in terms of screenshots
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18038 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 19:37:56 +00:00
Marc Guay
37400f8d4d
Revert most of r18029 as recording through line-in is possible on the H10, just not currently functional. Leave the /nopt for line-in on the Sansas.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18030 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 06:17:40 +00:00
Marc Guay
4bcd54e75a
Remove the Mic Recording capacity from the iPod Nano and Video as they can only record through the dock connector. Manual updated accordingly.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18029 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 04:34:26 +00:00
Marc Guay
beb3b6b039
Fix FS#7541 by removing the line-in recording capacity and the manual entry for the H10 (and Sansas). More work needs to be done in this department.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18028 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 03:58:19 +00:00
Martin Arver
b7ae939a91
Add screenshot for a non-rtc target
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18027 a1c6a512-1295-4272-9138-f99709370657
2008-07-13 19:39:56 +00:00
Martin Arver
158051cecc
Update playlist menu screenshot. The browsing and playing chapter is now up to date in terms of screenshots
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18025 a1c6a512-1295-4272-9138-f99709370657
2008-07-13 14:33:32 +00:00
Martin Arver
7d4deb73d5
Update screenshots for the virtual keyboard and id3-viewer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18024 a1c6a512-1295-4272-9138-f99709370657
2008-07-13 14:12:24 +00:00
Marc Guay
a5afecb02b
Add the volume, bass, and treble ranges for the e200.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18022 a1c6a512-1295-4272-9138-f99709370657
2008-07-12 23:22:32 +00:00
Marc Guay
8df0a92526
One last request->suggest
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18020 a1c6a512-1295-4272-9138-f99709370657
2008-07-12 23:05:38 +00:00
Marc Guay
6e4aab0fe9
Update the Feature Request section of the manual's appendix to reflect the new policy.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18018 a1c6a512-1295-4272-9138-f99709370657
2008-07-12 22:46:53 +00:00
Martin Arver
1acd535587
Update context menu screenshots to current theme
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17996 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 19:03:39 +00:00
Martin Arver
d46516c561
Update file browser screenshots to current theme
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17995 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 18:20:42 +00:00
Marc Guay
66ee09de18
Its not It's.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17994 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 02:26:49 +00:00
Marc Guay
4ed54cf9bf
Small improvements to the Chessbox documentation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17993 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 02:23:08 +00:00
Marc Guay
5daf6e35d3
Small change to the calculator plugin description.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17992 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 01:58:23 +00:00
Martin Arver
a1a0ae631c
Update main menu screenshot to reflect the new standard theme
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17990 a1c6a512-1295-4272-9138-f99709370657
2008-07-08 19:34:59 +00:00
Marc Guay
a8af98f750
Update the iPod recording screen keymap and manual. FS#9165.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17989 a1c6a512-1295-4272-9138-f99709370657
2008-07-08 17:52:15 +00:00
Nils Wallménius
85788598ac
Manual page for the keybox plugin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17980 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 14:40:41 +00:00
Marc Guay
6d7adb608a
Small rewording of the iAudio installation instructions. Gets rid of another old fixme.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17978 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 13:56:41 +00:00
Marc Guay
6f2613f199
Cross-reference to 'volume settings' from 'volume display'. Long-standing manual fixme.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17977 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 13:22:14 +00:00
Jens Arnold
105eef98fa
AB repeat: define single button mode for the Player so that it becomes usable, and enable AB repeat for the Ondios, also in single button mode.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17975 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 07:04:07 +00:00
Marc Guay
2bfcb95fea
Clean up the A-B repeat keymaps and add a note to gwps.c describing the ACTION_WPSAB_SINGLE #define. The Archos Player keypresses remain at large - if you have any info on their whereabouts please contact your local law enforcement.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17974 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 05:17:15 +00:00
Marc Guay
f6cde72ce9
Fix a few dead references in the manual and add an 's' where one was missing.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17972 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 21:32:59 +00:00
Marianne Arnold
af78b5fdec
Disable the 'Getting Extras' section in the Archos Player/Studio manual and move the } to the right spot to also exclude the period ...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17960 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 16:10:28 +00:00
Marianne Arnold
18bcdccf4f
Rephrase some sentences about the playlist catalog and just use 'disk' instead of 'hard disk' to avoid confusion. Still part of FS#9086 with some minor tweaks by me
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17959 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 15:58:24 +00:00
Marc Guay
a5f99f2a51
Bring the H300 charging-only button in line with the other targets. Hold the AB button on connect for this feature. To discuss a greater reworking of the function, see FS#8702.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17940 a1c6a512-1295-4272-9138-f99709370657
2008-07-04 18:12:01 +00:00
Jens Arnold
1213e5bcb3
Add proper volume ranges for iAudio M5 and iPod G1/G2. Fix inclusion of the note regarding volumes >0 dB.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17935 a1c6a512-1295-4272-9138-f99709370657
2008-07-04 06:20:15 +00:00
Martin Arver
b1e57c8c8e
Add a fixme to targets where the volume range is missing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17931 a1c6a512-1295-4272-9138-f99709370657
2008-07-03 20:58:43 +00:00
Bertrik Sikken
bb8bc32d0d
Rename peakmeter to peak meter in the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17928 a1c6a512-1295-4272-9138-f99709370657
2008-07-03 14:21:01 +00:00
Frank Gevaerts
580b719d9e
Don't promise features for a certain release in the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17911 a1c6a512-1295-4272-9138-f99709370657
2008-07-01 21:54:32 +00:00
Marianne Arnold
2f85f2d335
Set some wrong or missing svn properties (keywords, eol-style) and remove the executable flag from md5sum.tex.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17905 a1c6a512-1295-4272-9138-f99709370657
2008-07-01 10:37:45 +00:00
Marianne Arnold
b81271ed3e
Repair broken manuals. (1) browsing_and_playing.tex: For some reason LaTeX doesn't seem to like excluding with a \nopt if that is below the last line which would be included. Turning the logic around and include with \opt seems to work. (2) Fix typos in a few platform files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17903 a1c6a512-1295-4272-9138-f99709370657
2008-07-01 10:23:30 +00:00
Frank Gevaerts
c78f5aa965
Document rockblox1d
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17897 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 20:28:42 +00:00
Frank Gevaerts
fe652b5eb4
only build ppmviewer on colour targets (as it doesn't do greylib yet), and actually document it
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17895 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 19:27:06 +00:00
Marc Guay
25e0e2831a
Add md5sum.tex. Sorry for breaking you, manuals.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17894 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 19:10:38 +00:00
Marc Guay
d40d17829f
Fix up and finish what I started with r17886.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17888 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 02:42:05 +00:00
Marc Guay
84dbc76522
Add md5sum plugin to the manual. Closes FS#9108 and ignores the possible bug I mention; it can be opened as a bug report if anyone else confirms it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17887 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 01:43:26 +00:00
Marc Guay
0cb9af21fb
Fix the description of the quick screen exit buttons by creating ActionQuickScreenExit and simply referring to it. Also adds the quick screen to the button table for the WPS and the browser with references to the Quick Screen section. Thanks to Costas Calamvokis. FS#7769.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17886 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 01:27:28 +00:00
Marcoen Hirschberg
66258e5ddd
update the manual because of smooth seeking
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17885 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 22:46:21 +00:00
Marc Guay
65afa66f8f
Add the h10, mrobe100 & 1G-3G ipods emergency reset keymaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17884 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 20:11:54 +00:00
Marc Guay
fadc439259
Make sure the iPods don't have a hanging sentence in my last manual addition. They don't have a hardware power off so keep the line inside the \opts.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17882 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 18:36:34 +00:00
Marc Guay
a969bc0d23
Manual: Add keymaps for all targets to the 'hardware power off' piece in the Quick Start chapter.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17880 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 17:38:27 +00:00
Jonathan Gordon
1c9e1bc17c
press the targets "stop" button to exit stats after counting if finished
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17870 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 09:12:24 +00:00
Marc Guay
162a8f25b5
Improved description of reset-settings-on-boot for the iPods which can do it. Also added mention of this feature to the Quick Start section as suggested in FS#8472.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17837 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 16:10:02 +00:00
Marc Guay
3d0c81db95
Add Study Mode to the manual. Closes FS#9118.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17827 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 05:08:30 +00:00
Marc Guay
8a4ccc1901
Various improvements to the installation chapter, most of which are related to English spelling and grammar. Based on FS#8715.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17826 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 01:30:41 +00:00
Marc Guay
3ce62b6413
Add a note at the beginning of the iPod Video installation chapter regarding the fact that Rockbox doesn't run on the 6th/Classic generation - similar to the one in the iPod nano manual. Can I borrow a battering ram?
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17821 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 23:54:54 +00:00
Marianne Arnold
7a85fc6d65
Next part of FS#9086: Add a description of the crossfade settings to the playback options section in the manual. (an additional small change in the same file to one of the used options, so that the AB repeat section appears in the c200 manual as well.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17817 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 23:06:44 +00:00
Marianne Arnold
0be1b80192
Be a bit more accurate in the manual: use better options to include or exclude parts for some targets (frequency settings, display dependent settings). Also add a note about custom icons while at it (part of FS#9086 again with some tweaking by me).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17816 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 22:50:25 +00:00
Marianne Arnold
5e031bec8b
Add a bit more info to the manual, small paragraphs about showing file extensions, the 'title' in the database and the bookmarks context menu. Part of FS#9086.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17814 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 22:04:18 +00:00
Marc Guay
12f319dcc8
Document FS#7074 - Random folder advance custom directories.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17803 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 01:54:39 +00:00
Marc Guay
8ca67db939
Add the Random Folder Advance feature to the manual, along with the plugin random_folder_advance_config, and a tiny bug fix in the plugin itself. Closes FS#7677.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17801 a1c6a512-1295-4272-9138-f99709370657
2008-06-26 03:05:24 +00:00
Marianne Arnold
f0bfcdca78
Small fixes in the WPS button table. (1) Rewrite the newly added 'directory skip' lines and only opt the \ActionWpsAbSetAPrevDir way and just include the other for all. Fixes the H10 pdfs. (2) 'Escape' the line feed in some opts broken into two lines by using a % , otherwise the options before or after the new line are ignored. Makes the 'pitch screen' and 'ID3 viewer' lines show in the M:Robe100 manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17794 a1c6a512-1295-4272-9138-f99709370657
2008-06-25 14:13:14 +00:00
Marc Guay
07b2031ba0
Add a brief mention of customisable keyboard layouts to the virtual keyboard section of the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17784 a1c6a512-1295-4272-9138-f99709370657
2008-06-24 16:11:07 +00:00
Marc Guay
38fb1aa5cb
Add 'Putting music on your player' section to the Quick Start chapter. Bow to Bascule. Although not specifically a Rockbox point, we do get a lot of questions about it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17778 a1c6a512-1295-4272-9138-f99709370657
2008-06-24 06:02:00 +00:00
Marc Guay
65f3634cc8
Add brief description of tagnavi.config with link to the Database wiki page in the introduction to the Database section of the manual. Eddy's idea with my changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17777 a1c6a512-1295-4272-9138-f99709370657
2008-06-24 05:46:29 +00:00
Marc Guay
2e8a450f05
Add description of Playlist Viewer Menu to the manual. Also courtesy of Eddy.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17776 a1c6a512-1295-4272-9138-f99709370657
2008-06-24 05:24:29 +00:00
Marc Guay
85eec85a17
Commit part of Eddy's changes to the Advanced Topics section of the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17775 a1c6a512-1295-4272-9138-f99709370657
2008-06-24 05:16:23 +00:00
Marc Guay
7a36b22f17
Add a useful note regarding USB connection to the iAudio X5 installation chapter.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17772 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:58:29 +00:00
Marc Guay
4af7f3191c
Add missing keymaps to the manual. Skip to next/prev dir from WPS using short-left/right+long-left/right.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17771 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:50:55 +00:00
Marc Guay
ab211e7fc0
Add missing keymaps to the manual. Show ID3 screen from the WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17770 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:35:43 +00:00
Marc Guay
d0e95cf077
Add missing keymaps to the manual. Show Pitch Screen from the WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17768 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:25:15 +00:00
Marc Guay
72215566a6
Add missing keymaps for the c200, h100, and h300 to the manual. Long-record to enter recording screen from WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17767 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:08:41 +00:00
Marc Guay
e095185b7d
Add Trigger section to the recording settings chapter of the manual. FS#8539
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17748 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 19:29:53 +00:00
Marc Guay
e028cff95b
Small changes to the manual, section 7.5: Scrolling. Tried to clarify some of the wording and added keymaps for the Screen Scrolls Out Of View function.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17747 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 19:06:52 +00:00
Marianne Arnold
1bdb3cd8a9
Update of the Rockboy chapter: fill out button table and mention the touchpad style control on the Ipods, update the menu item description (especially add previously not mentioned options on colour screen targets).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17739 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 11:29:42 +00:00
Marianne Arnold
2c1ebf5e91
Some more small updates in the manual's plugins section: fill out missing info in some button tables, fix typos and descriptions, additionally fix wrong info in my previous mpegplayer.tex commit, add missing screenshot (c200 chess_clock) and wrap the example line in the shortcuts.tex into 'example' because the line didn't break correctly and looked weird in the pdf.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17737 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 10:39:23 +00:00
Marianne Arnold
b1131b1fcd
Fill out and correct a few plugin button tables. This includes: adding missing info for some keypads (mainly c200 and H10), fixing typos or wrong (outdated) details, adding missing facts, some whitespace changes and breaking overly long lines to make the code better readable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17734 a1c6a512-1295-4272-9138-f99709370657
2008-06-19 01:08:37 +00:00
Marianne Arnold
550350117f
Minor fixes in some platform files: consistent spelling and close a macro correctly so that the following space is not eaten.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17733 a1c6a512-1295-4272-9138-f99709370657
2008-06-19 00:53:05 +00:00
Marianne Arnold
95cd24d5a2
Three times the charme... the new wording makes the parentheses unnecessary.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17718 a1c6a512-1295-4272-9138-f99709370657
2008-06-13 20:03:00 +00:00
Marianne Arnold
7fbf0a34b0
Small improvements to the just committed midiplay.tex in wording and spelling. Thanks to Robert Menes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17717 a1c6a512-1295-4272-9138-f99709370657
2008-06-13 19:55:09 +00:00
Marianne Arnold
df6fe65df7
Manual: Add a midiplay chapter in the viewers section. Based on the wiki page completed with button table(s) and a note about problems on portalplayer targets. Wording could be improved I think, but this is a start.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17716 a1c6a512-1295-4272-9138-f99709370657
2008-06-13 19:29:36 +00:00
Marianne Arnold
5105d8e4ad
Manual: add a 'ZXBox' chapter. This is mostly a conversion of the PluginZXBox wiki page to the target specific style of the manual, phrased a bit differently and also included a button table (of the default mapping) and screenshots for every display type.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17691 a1c6a512-1295-4272-9138-f99709370657
2008-06-05 14:42:32 +00:00
Nils Wallménius
d701d40380
Fix FS#8846 describing how to pause rockblox
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17669 a1c6a512-1295-4272-9138-f99709370657
2008-05-31 09:53:29 +00:00
Nils Wallménius
566bf331da
Fix a wrong button macro in the c200 manual reported in FS#8907
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17668 a1c6a512-1295-4272-9138-f99709370657
2008-05-31 09:18:21 +00:00
Marianne Arnold
e7355f0a8d
Manual: include mpegplayer.tex for all targets with bitmap lcd and software codec. The chapter was missing in greyscale Ipods manuals. This way it'll be autonatically included for manuals of future targets with both features.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17618 a1c6a512-1295-4272-9138-f99709370657
2008-05-24 00:01:13 +00:00
Nils Wallménius
b2ee5bc6b6
Restore the 'Open With...' menu item to the wps context menu wich was lost somewhere also document the wps context menu delete option
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17608 a1c6a512-1295-4272-9138-f99709370657
2008-05-22 16:28:20 +00:00
Nils Wallménius
9a07fac6ca
FS#9026 document wps context menu changes, patch by pondlife
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17607 a1c6a512-1295-4272-9138-f99709370657
2008-05-22 16:14:29 +00:00
Marianne Arnold
08be4ce138
Fill out the solution playback part of the sokoban button table for the c200 too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17581 a1c6a512-1295-4272-9138-f99709370657
2008-05-19 06:52:18 +00:00
Marianne Arnold
d2f47da4e2
Update the sokoban chapter with todays changes: update all existing screenshots and add the c200 one, also fill out part of the button table for the c200 (I'm not sure what happened to the 'solution playback' in general and left the second part of this table as is).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17579 a1c6a512-1295-4272-9138-f99709370657
2008-05-19 01:08:44 +00:00
Frank Gevaerts
5a2ec63511
Improve the wording of the power over usb feature documentation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17543 a1c6a512-1295-4272-9138-f99709370657
2008-05-16 20:36:15 +00:00
Frank Gevaerts
4575b713ed
document the "hold key X to charge instead of connect using UMS" feature
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17539 a1c6a512-1295-4272-9138-f99709370657
2008-05-16 19:54:43 +00:00
Peter D'Hoye
cd8151f648
Change naming: Quick Menus become Quick Screens because they're not really menus and are called quick screens in all other parts of rockbox. Also remove the (generic) Quick Screen section from the recorder manual because it already has a specific Quick Screens section.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17528 a1c6a512-1295-4272-9138-f99709370657
2008-05-15 21:32:17 +00:00
Marianne Arnold
9987dbd303
Description off the lamp plugin: add missing keypads to the button table, fix the spelling for the X5/M5 pad (which prevented the button from showing up) and change the wording for a 'long press of play' to comply with the rest of the manuals.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17434 a1c6a512-1295-4272-9138-f99709370657
2008-05-09 22:12:59 +00:00
Marianne Arnold
fa5ce001d2
Add description of the player for the blind to the c200 manual. Based off FS#8658 by Michael DiFebbo and finished by Robert Menes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17433 a1c6a512-1295-4272-9138-f99709370657
2008-05-09 22:06:23 +00:00
Nils Wallménius
55129ad3c3
Use a 'feature' instead of opting for each target
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17430 a1c6a512-1295-4272-9138-f99709370657
2008-05-09 07:51:26 +00:00
Will Robertson
8a3c77e31e
Initial work on a Gigabeat S manual. Still a bit to do.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17429 a1c6a512-1295-4272-9138-f99709370657
2008-05-09 07:08:18 +00:00
Peter D'Hoye
93651ed84d
Lamp plugin manual: Only show the colour toggle keys for colour targets, change spelling
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17407 a1c6a512-1295-4272-9138-f99709370657
2008-05-07 22:28:54 +00:00
Peter D'Hoye
ebdb89b519
Rename the flahslight plugin to lamp and add it to the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17406 a1c6a512-1295-4272-9138-f99709370657
2008-05-07 21:59:45 +00:00
Nils Wallménius
6be91cdc8b
ROLO works on gigabeat F/X now
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17314 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 11:06:01 +00:00
Frank Gevaerts
1c7b95b783
Add description of the s/pdif-enable option to the manual (work actually done by Alex Parker) (FS#8941)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17255 a1c6a512-1295-4272-9138-f99709370657
2008-04-27 12:51:01 +00:00
Dominik Riebeling
a616c4851a
Update disktidy plugin description to reflect new features (FS#8924 by Robert Menes).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17225 a1c6a512-1295-4272-9138-f99709370657
2008-04-23 19:38:32 +00:00
Dominik Riebeling
ab547ef951
Describe "jump to default" feature (FS#8919 by Alexander Levin).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17224 a1c6a512-1295-4272-9138-f99709370657
2008-04-23 19:34:15 +00:00
Dominik Riebeling
7acc5538bd
Fix some button macros to make several manuals build again.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17125 a1c6a512-1295-4272-9138-f99709370657
2008-04-15 19:19:56 +00:00
Dominik Riebeling
1e9ea256cc
Document line selector color config file settings (FS#8880 by Justin Hannigan).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17124 a1c6a512-1295-4272-9138-f99709370657
2008-04-15 18:53:06 +00:00
Robert Kukla
7147e4791e
FS#8861 - More Rockbox friendly MazezaM (by Malcolm Tyrrell)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17068 a1c6a512-1295-4272-9138-f99709370657
2008-04-10 23:28:19 +00:00
Dave Chapman
bf8e9994c0
Fix typo in the description of the %Sp tag
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17064 a1c6a512-1295-4272-9138-f99709370657
2008-04-10 21:42:50 +00:00
Robert Kukla
de65d065ef
m:robe 100 - more greyscale screenshots for the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17038 a1c6a512-1295-4272-9138-f99709370657
2008-04-08 20:37:26 +00:00
Robert Kukla
ff554e0c7f
m:robe 100 - make screendump work for greyscale and add screenshots for the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17033 a1c6a512-1295-4272-9138-f99709370657
2008-04-08 15:04:26 +00:00
Dominik Riebeling
3273418598
Fix building the manual on ubuntu (dash issue again). Also, make credits file generation a bit nicer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17020 a1c6a512-1295-4272-9138-f99709370657
2008-04-07 17:27:37 +00:00
Robert Kukla
1b335ae961
pegbox stuff
...
- background colour fix for small colour targets
- button define fixes (no scroll wheel on ipod, no impossible combinations etc)
- collapsed two defines into one for easier assignment and documentation
- make levels wrap and make level-1 optional (for targets with few buttons)
- updated manual accordingly
- a couple more screenshots
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16963 a1c6a512-1295-4272-9138-f99709370657
2008-04-04 17:54:29 +00:00
Robert Kukla
f6f0c2f293
fixing red:
...
- add button defines for M3 & D2
- make screen dimension checking more strict in places
- correct button names
I'll have to think a bit about the best solution for ONDIO (and probably other) button combinations...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16959 a1c6a512-1295-4272-9138-f99709370657
2008-04-04 00:33:59 +00:00
Robert Kukla
b411ce677d
FS#5725 - New Puzzle Game "PegBox"; with changes by myself:
...
- button definitions for m:robe 100 and sansa c200
- adapted graphics for m:robe 100
- use image size directly from auto-generated headers
- save data files in correct directory
- manual chapter (still missing most screenshots)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16957 a1c6a512-1295-4272-9138-f99709370657
2008-04-03 22:43:39 +00:00
Marianne Arnold
3ee79776aa
Manual: a few tweaks to the installation chapter. (1) Applied FS#8540 by Marc Guay - Move some warnings about MSC mode (and similar) which were now hidden below the automated install description to the beginning of the installation chapter. (2) Change the 'enable voice support' description to account for the fact that the voice files are now provided in zips with the proper file structure.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16926 a1c6a512-1295-4272-9138-f99709370657
2008-04-02 00:19:06 +00:00