summaryrefslogtreecommitdiff
path: root/manual/platform/player.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
* Remove the 'hand-made' MASCODEC UseOption from the platform files and ↵Marianne Arnold2009-06-20
| | | | | | replace it with other options which automatically parsed from features.txt. Also clean up some outdated left-overs and add some missing information (e.g. be more accurate in the config file section). Try to use the most appropriate features - masd and/or masf depending on their characteristics, large_plugin_buffer in the jpegviewer chapter as this is the restricting factor etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21426 a1c6a512-1295-4272-9138-f99709370657
* 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
* 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
* Rewrite of the Archos flashing chapter, bringing it up to date, removing ↵Jens Arnold2008-10-19
| | | | | | 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
* 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
* 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
* 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
* Made virtual keyboard description a bit more general, added actions to the ↵Nils Wallménius2006-12-04
| | | | | | file browser controls and corrected some keys, minor tweaks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11658 a1c6a512-1295-4272-9138-f99709370657
* Correct key for accepting deleteNils Wallménius2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10916 a1c6a512-1295-4272-9138-f99709370657
* Corrected Archos Player names.Jens Arnold2006-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10752 a1c6a512-1295-4272-9138-f99709370657
* Set the button names using a different font face (bold for now).Dominik Riebeling2006-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10736 a1c6a512-1295-4272-9138-f99709370657
* Increase the size of the screenshot for targets that have large displays. ↵Dominik Riebeling2006-08-18
| | | | | | 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
* Add action maps for the standard and wps contexts. Add an option for ↵Martin Arver2006-08-16
| | | | | | HAVE_LCD_REMOTE as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10615 a1c6a512-1295-4272-9138-f99709370657
* Sync the flashing-chapter with the wiki (i.e. remove the old, and latexify ↵Martin Arver2006-06-15
| | | | | | the wiki version). Fix button-defines for player. Include flashing instructions for all the archos manuals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10125 a1c6a512-1295-4272-9138-f99709370657
* Use playerlongtype on the frontpage. Add useful opts to the platform-files. ↵Martin Arver2006-06-07
| | | | | | Use the correct ondio-images for the key-image. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10087 a1c6a512-1295-4272-9138-f99709370657
* Introduce new example environment. Slight adjustment of the code env. Change ↵Martin Arver2006-06-07
| | | | | | 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
* Adjust screenshot macro for use of device specific images. This makes it ↵Dominik Riebeling2006-06-04
| | | | | | 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
* Add a daps macro, for use when referring to the player. E.g. the \daps\ ↵Martin Arver2006-03-25
| | | | | | color ... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9244 a1c6a512-1295-4272-9138-f99709370657
* Some cleanup of chapter getting started. Adds a \firmwarefilename macro to ↵Martin Arver2006-03-22
| | | | | | the platform files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9183 a1c6a512-1295-4272-9138-f99709370657
* Add new options (SWCODEC,MASCODEC) to be able to include e.g. equalizer etc ↵Martin Arver2006-03-19
| | | | | | for sw codec platforms. Adds button macros and pad definitions, using a similar naming as that of the source code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9123 a1c6a512-1295-4272-9138-f99709370657
* *Cleanup of the advanced topics chapter. *Introduce a new \dap macro for ↵Martin Arver2006-03-15
| | | | | | easier player naming. *Separate the section on flashing to a separate file. *Introduce the longtable package for...long tables :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9044 a1c6a512-1295-4272-9138-f99709370657
* Added a new \genericimg macro to the platform-files. Added screenshots to ↵Martin Arver2006-03-06
| | | | | | the cube-plugin as a demonstration of the generic-screenshot concept. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8932 a1c6a512-1295-4272-9138-f99709370657
* Rockbox manual in LaTeX initial commit. New option 'manual' added to ↵Christi Scarborough2006-02-06
configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8596 a1c6a512-1295-4272-9138-f99709370657