Tomer Shalev
619ffcb0e6
Since we have usb_hid in feature.txt we don't need a seperate UseOption in the
...
platform file for the manual (thanks for pixelma for noticing)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22858 a1c6a512-1295-4272-9138-f99709370657
2009-09-30 14:16:49 +00:00
Tomer Shalev
8c5141b32e
Commit "FS#10468 - USB HID: Show keypad mode on screen"
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
2009-09-30 10:06:04 +00:00
Alex Parker
6c4661cfaf
Add filetype colours to the manual. Also add a macro to give the
...
file extension of the main binary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20348 a1c6a512-1295-4272-9138-f99709370657
2009-03-18 14:24:28 +00:00
Marc Guay
380402c5ed
Apply some KISS philosophy to dealing with versioning in the manuals as per discussion with gevaerts.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19652 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 01:41:20 +00:00
Frank Gevaerts
e986b6212a
merge r19537 from the 3.1 branch (use correct version numbers)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19647 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 22:44:52 +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
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
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
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
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
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
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
Marianne Arnold
6f027bbe25
Add some more missing Action commands to the H10s' and recording capable Ipods'platform files which should fix the manuals for good. Also renamed ActionSettings* to ActionRecSettings* to avoid confusion with ActionSetting* ... (which is really different on most targets).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16871 a1c6a512-1295-4272-9138-f99709370657
2008-03-29 00:19:25 +00:00
Dominik Riebeling
5a6a601453
Add some missing action commands to make the manual buildable again. Some buttons are still missing. Fixes FS#8811.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16848 a1c6a512-1295-4272-9138-f99709370657
2008-03-27 20:08:06 +00:00
Nils Wallménius
12eb058bb0
Make more use of the 'features' system in the manuals (committed in r16304), less stuff to keep in sync manually but keep in mind that changes in config-*.h can now affect the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16765 a1c6a512-1295-4272-9138-f99709370657
2008-03-23 22:07:09 +00:00
Nils Wallménius
51f937c2e4
Commit FS#8527 by Thomas Martiz, renaming the wheel macros for sansa e200 to be consistent with ipods and the code and some minor fixes/tweaks
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16182 a1c6a512-1295-4272-9138-f99709370657
2008-01-29 17:15:01 +00:00
Marianne Arnold
d041521e5f
Overhaul of the 'system options' chapter in the manual, introducing a few new options in the platform files. These make it possible to in- or exclude parts easier and more obvious based on the features of a target and follow the 'features.txt' that's used for the language files (just the check for flash based vs. hdd based player would be inverted). The idea was to be able to parse the features.txt into these platform files automatically later on.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15972 a1c6a512-1295-4272-9138-f99709370657
2007-12-25 19:55:22 +00:00
Nils Wallménius
203f38ab8e
Include alarm in the h10 manuals
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15622 a1c6a512-1295-4272-9138-f99709370657
2007-11-14 17:55:46 +00:00
Nils Wallménius
cd5d95090e
Add missing descriptions for display settings, mirror various HAVE_* defines in the platform files and let the display settings be included based on those, lots of minor tweaks
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15471 a1c6a512-1295-4272-9138-f99709370657
2007-11-05 14:36:31 +00:00
Nils Wallménius
1dd9febe0e
Add new action descriptions for the alarm screen, correct the buttons for ipods and add a short description of the 'alarm wake up screen'.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15017 a1c6a512-1295-4272-9138-f99709370657
2007-10-07 15:02:19 +00:00
Christi Scarborough
94a372524a
Add a macro for the Hold button on non-Archos targets. Link to blind FAQ at the top of the physical descriptions of the units. Add description for the Gigabeat F.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13422 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:21:52 +00:00
Marianne Arnold
a352c62ad0
Dealing with the description of flash based vs. hard disk based players in the manual. (1) If possible make the phrasing more general. (2) Introducing a 'disk' macro in the platform files for further use. Any workarounds for this problem should be replaced one by one.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13419 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:03:39 +00:00
Nils Wallménius
70b4ea9992
Fix broken ipod manuals, correct some errors in the Wakeup alarm setting desription
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12559 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 01:35:01 +00:00
Nils Wallménius
909b9462da
Update the manual to reflect recent menu changes, add descriptions of how to move and remove tracks in the playlist viewer, Recording settings are now in their own chapter.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12553 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 00:07:31 +00:00
Nils Wallménius
49385671a9
Correct key combo to enter Morse mode in the virtual keyboard for iriver h100 and h300 players. Add key to enter Morse mode for ipods and update other keys that has changed
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11808 a1c6a512-1295-4272-9138-f99709370657
2006-12-18 20:01:36 +00:00
Nils Wallménius
74369b4a7b
Made virtual keyboard description a bit more general, added actions to the file browser controls and corrected some keys, minor tweaks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11658 a1c6a512-1295-4272-9138-f99709370657
2006-12-04 20:55:03 +00:00
Nils Wallménius
c4a87312f0
updated pitch screen section with semitone mode and new buttonmappings patch FS#6402 by Alexander Levin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11639 a1c6a512-1295-4272-9138-f99709370657
2006-12-01 13:11:19 +00:00
Martin Arver
e997c5287c
Use Long <button> instead of a mix between Hold/Long
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11628 a1c6a512-1295-4272-9138-f99709370657
2006-11-30 15:45:45 +00:00
Martin Arver
2145484ac2
Adopt pitch screen table to Action codes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11244 a1c6a512-1295-4272-9138-f99709370657
2006-10-17 11:00:28 +00:00
Martin Arver
fb7edc0067
Add Action codes for the virtual keyboard. This makes the vt kb table be included in the h10 manuals.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11243 a1c6a512-1295-4272-9138-f99709370657
2006-10-17 10:32:55 +00:00
Barry Wardell
55c929747a
Further changes related to FS#6146. The HAVE_FIRMWARE_* defines were a little misleading, so use HAVE_RB_BL_* instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11176 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 17:53:42 +00:00
Barry Wardell
ec69456747
FS#6146. Corrections to description of bootloaders on targets which store the Rockbox bootloader on disk.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11175 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 16:23:18 +00:00
Nils Wallménius
a4858cfa1c
Correct key for accepting delete
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10916 a1c6a512-1295-4272-9138-f99709370657
2006-09-10 10:56:46 +00:00
Dominik Riebeling
f6b4b915ec
Set the button names using a different font face (bold for now).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10736 a1c6a512-1295-4272-9138-f99709370657
2006-08-24 15:09:34 +00:00
Dominik Riebeling
f83f9202b7
Increase the size of the screenshot for targets that have large displays. Should make the screenshots for that targets much more readable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10647 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 14:32:15 +00:00
Martin Arver
0e07eff13f
Add action maps for the standard and wps contexts. Add an option for HAVE_LCD_REMOTE as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10615 a1c6a512-1295-4272-9138-f99709370657
2006-08-16 15:16:15 +00:00
Martin Arver
4c98106734
Use playerlongtype on the frontpage. Add useful opts to the platform-files. Use the correct ondio-images for the key-image.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10087 a1c6a512-1295-4272-9138-f99709370657
2006-06-07 18:48:56 +00:00
Martin Arver
47ea906535
Introduce new example environment. Slight adjustment of the code env. Change fname to use texttt. Add fname to the firmwarefilename macro in the platform files. Cleanup of the advanced topics chapter. The archos flashing still needs attention.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10081 a1c6a512-1295-4272-9138-f99709370657
2006-06-07 12:15:46 +00:00
Dominik Riebeling
5be450939f
Adjust screenshot macro for use of device specific images. This makes it possible to share resolution dependent images (like plugins) and also put in device specific one. Solves the recorder vs. ondio problem as mentioned in FS#5458.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10042 a1c6a512-1295-4272-9138-f99709370657
2006-06-04 11:20:06 +00:00
Martin Arver
b1585753b2
Use english language rules for the manufacturer names. (Ipod, Iriver..)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9373 a1c6a512-1295-4272-9138-f99709370657
2006-03-30 21:33:20 +00:00
Martin Arver
2a76843f37
Add a daps macro, for use when referring to the player. E.g. the \daps\ color ...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9244 a1c6a512-1295-4272-9138-f99709370657
2006-03-25 10:32:10 +00:00
Martin Arver
86122ffdc3
Some cleanup of chapter getting started. Adds a \firmwarefilename macro to the platform files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9183 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 13:13:52 +00:00
Martin Arver
c94f47260d
Add platform file for the iPod 4G, to make the manual build for that target
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9170 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 20:12:04 +00:00