summaryrefslogtreecommitdiff
path: root/manual/platform/e200.tex (follow)
Commit message (Collapse)AuthorAge
* Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
* Since we have usb_hid in feature.txt we don't need a seperate UseOption in theTomer Shalev2009-09-30
| | | | | | | 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
* Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
* Add filetype colours to the manual. Also add a macro to give the Alex Parker2009-03-18
| | | | | | | file extension of the main binary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20348 a1c6a512-1295-4272-9138-f99709370657
* The names for the Sansa manuals are now "Sansa e200 and e200R Series" and ↵Robert Menes2009-02-10
| | | | | | | | | "Sansa c200 Series". This is is preparation for merging the e200R bootloader install instructions into the e200 manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19966 a1c6a512-1295-4272-9138-f99709370657
* Apply some KISS philosophy to dealing with versioning in the manuals as per ↵Marc Guay2009-01-03
| | | | | | discussion with gevaerts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19652 a1c6a512-1295-4272-9138-f99709370657
* merge r19537 from the 3.1 branch (use correct version numbers)Frank Gevaerts2009-01-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19647 a1c6a512-1295-4272-9138-f99709370657
* Add fixes and improvements that were only applied to the 3.0 branchFrank Gevaerts2008-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19529 a1c6a512-1295-4272-9138-f99709370657
* Manual: Platform files - split out the button and action commands from the ↵Marianne Arnold2008-11-29
| | | | | | 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
* ... and the manual update.Marc Guay2008-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18144 a1c6a512-1295-4272-9138-f99709370657
* H10 recording screen: Switch prev & next buttons to make them intuitive, and ↵Jens Arnold2008-07-20
| | | | | | 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
* Fix the description of the quick screen exit buttons by creating ↵Marc Guay2008-06-30
| | | | | | 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
* Add missing keymaps to the manual. Show ID3 screen from the WPS.Marc Guay2008-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17770 a1c6a512-1295-4272-9138-f99709370657
* Add missing keymaps to the manual. Show Pitch Screen from the WPS.Marc Guay2008-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17768 a1c6a512-1295-4272-9138-f99709370657
* document the "hold key X to charge instead of connect using UMS" featureFrank Gevaerts2008-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17539 a1c6a512-1295-4272-9138-f99709370657
* Add some more missing Action commands to the H10s' and recording capable ↵Marianne Arnold2008-03-29
| | | | | | 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
* Make more use of the 'features' system in the manuals (committed in r16304), ↵Nils Wallménius2008-03-23
| | | | | | 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
* Commit FS#8567, the manual now uses the same 'features' system as the ↵Nils Wallménius2008-02-13
| | | | | | lang/voice creation does. Building the manual now requires gcc to parse the features list and 'make manual' must now be used instead of just 'make'. Rerun configure in your manual build dirs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16304 a1c6a512-1295-4272-9138-f99709370657
* Manual: Introducing a 'multivolume' macro to be a bit more accurate about ↵Marianne Arnold2008-02-10
| | | | | | the Rockbox Info screen, maybe it can be used somewhere else too. The naming follows the idea of parsing the features.txt to usable options (see FS#8567). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16276 a1c6a512-1295-4272-9138-f99709370657
* Convert the fmradio section in the mainmenu chapter to use button action ↵Nils Wallménius2008-02-03
| | | | | | macros. Fix FS#8325 wrong buttons in the buttontable for h10 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16211 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#8527 by Thomas Martiz, renaming the wheel macros for sansa e200 to ↵Nils Wallménius2008-01-29
| | | | | | 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
* Commit FS#7773 by Alexander Levin - Add UP (play) as an alternative exit ↵Dave Chapman2008-01-28
| | | | | | button for the pitch screen on the E200. Plus changes by me to add this new button to the manual, plus also correct the description of other button mappings in the pitch screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16180 a1c6a512-1295-4272-9138-f99709370657
* Overhaul of the 'system options' chapter in the manual, introducing a few ↵Marianne Arnold2007-12-25
| | | | | | 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
* More fixes for the e200 manual: Proper keymap for the FM screen Paul Louden2007-11-23
| | | | | | | (assuming no more mistakes) and fix a typo for the Recording screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15773 a1c6a512-1295-4272-9138-f99709370657
* Fix error in the manual: In the tree "Power" stops playback on the e200.Paul Louden2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15752 a1c6a512-1295-4272-9138-f99709370657
* Fix the manual to reflect my previous commit, at least to the extent the Paul Louden2007-11-20
| | | | | | | manual covers the topics already. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15707 a1c6a512-1295-4272-9138-f99709370657
* Add missing descriptions for display settings, mirror various HAVE_* defines ↵Nils Wallménius2007-11-05
| | | | | | 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
* FS#7232 - Fix some inconsistencies within the Sansa keymap. Makes it Paul Louden2007-11-04
| | | | | | | | | easier to use with one thumb, a little more symmetrical for lefties, and a little more consistent both within the scope of the e200 target and cross-target. Manual should be updated with the changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15461 a1c6a512-1295-4272-9138-f99709370657
* Manuals - be more accurate with the firmware file extension (Sansas and H10s).Marianne Arnold2007-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14930 a1c6a512-1295-4272-9138-f99709370657
* FS #7761 by Costas Calamvokis: sansa manual changesPeter D'Hoye2007-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14705 a1c6a512-1295-4272-9138-f99709370657
* Accept patch in FS#7726 by Costas Calamvokis, enables FM radio and recording ↵Nils Wallménius2007-09-10
| | | | | | stuff for sansa in the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14663 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #7687: Define the key for toggling pitch screen mode for SansaPeter D'Hoye2007-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14564 a1c6a512-1295-4272-9138-f99709370657
* Add correct buttons to the instructions for a-b repeat as well as dirskip ↵Nils Wallménius2007-05-28
| | | | | | for several targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13504 a1c6a512-1295-4272-9138-f99709370657
* Add a macro for the Hold button on non-Archos targets. Link to blind FAQ at ↵Christi Scarborough2007-05-19
| | | | | | 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
* Dealing with the description of flash based vs. hard disk based players in ↵Marianne Arnold2007-05-19
| | | | | | 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
* Fix broken ipod manuals, correct some errors in the Wakeup alarm setting ↵Nils Wallménius2007-03-03
| | | | | | desription git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12559 a1c6a512-1295-4272-9138-f99709370657
* Fix two missing buttons and add a fixme note to make the Sansa manual buildable.Dominik Riebeling2007-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11925 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of the sansa platform file. Still lots of errors when ↵Martin Arver2006-12-16
building the manual for the sansa. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11775 a1c6a512-1295-4272-9138-f99709370657