summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/main.tex (follow)
Commit message (Collapse)AuthorAge
* YH8xx,YH9xx: Keymap improvementSebastian Leonhardt2015-11-15
| | | | | | | | | | | | | | | The main "innovation" in this patch are two "virtual buttons" for the record switch on YH92x targets. When the switch state changes, a single BUTTON_REC_SW_ON or .._OFF button event will be generated. Thus keymap code can react on switching, but not on the actual state of the switch. Wherever sensible, the following user scheme is applied: - use PLAY as confirm button - use REW button or Long REW to exit - use REC (YH820) or FFWD (YH92X) as modifier key for button combos Change-Id: Ic8d1db9cc6869daed8dda98990dfdf7f6fd5d5a1
* Manual for the Samsung YH820.Szymon Dziok2014-10-22
| | | | Change-Id: I1c760b4846963f39b9df60413ffbb9f95dc0e0fb
* Manual for the Samsung YH920/YH925.Szymon Dziok2014-10-22
| | | | Change-Id: I2db0023cae585e9c9517da9ed2e9de6195081ce2
* Update manual for Clip ZipRafaël Carré2013-02-02
| | | | Change-Id: I6c2dd691f8d42d041e9ff7718b4cc641e557bf5b
* Manual: Include the iaudio remote graphic in its manual again.Marianne Arnold2012-05-20
| | | | | | | | | | Commit bb24ac8c27af4ea8459e622a9ea2619aebc50efb replaced the \opt{iaudiom3,iriverh100} with \opt{remote} which isn't true in the Iaudio M3 case as this feature is dependent on HAVE_REMOTE_LCD and the M3 uses this screen as main lcd so doesn't define it. Use the manual HAVEREMOTEKEYMAP for now as I didn't find a suitable other define yet. Change-Id: I58b2abd2f7cae1a821cea297a2b4c002a3420493
* Update Fuze+ manual (main files) FS#12492Jean-Louis Biasini2012-05-01
| | | | | | | | | - this patch add all general sections of the manual for the fuze+ - also correct some typos Change-Id: Idd28675f48c0d01079d8fa01d68d3238ad2a54ce Reviewed-on: http://gerrit.rockbox.org/116 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
* Update manual for boot behaviour on clip+, clipv2 and fuzev2.Dominik Riebeling2012-03-12
| | | | | | | | The bootloader doesn't boot into the Original Firmware anymore since a while. Remove the claim that Rockbox will always boot the OF on USB, and add a note about older builds not providing USB support. Change-Id: I44f37eeb849b522a2024eb26cee064e848bc4d17
* MPIOs: manual workMarcin Bukat2012-02-02
| | | | Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
* Manual: don't break on missing player image.Dominik Riebeling2012-01-14
| | | | | | | | | As done with the screenshots display an error notice when the main image is missing. Same is done for the remote image for targets that do have a remote. \IfFileExists requires to use the full filename, not the stem as \includegraphics accepts happily, so 36489d9 actually broke the main image for all players.
* manual: don't error out if front image is missingRafaël Carré2012-01-14
|
* USB chargung now works the normal way on AMSv2, so remove the hack that ↵Frank Gevaerts2012-01-04
| | | | | | treated it differently. Also fix the fuze+ workaround for the lack of ActionStdUsbCharge there git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31578 a1c6a512-1295-4272-9138-f99709370657
* Manual: make Fuze+ manual build.Dominik Riebeling2012-01-01
| | | | | | | Add missing keys as \fixme{} and update some opts for text using keys we don't have on the Fuze+. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31512 a1c6a512-1295-4272-9138-f99709370657
* Manual: try to make it clearer that it is NOT recommended to put music in ↵Alex Parker2011-08-14
| | | | | | /.rockbox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30294 a1c6a512-1295-4272-9138-f99709370657
* Fix broken merge of my previous USB changes in the manual.Michael Giacomelli2011-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30178 a1c6a512-1295-4272-9138-f99709370657
* Add back mention that rockbox will boot into the OF when powered by USB ↵Michael Giacomelli2011-07-20
| | | | | | 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
* Fix a typo that made a macro show up as text. Thanks to fml for noting.Dominik Riebeling2011-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29893 a1c6a512-1295-4272-9138-f99709370657
* Enter USB charging mode on devices that support it if any key is held down ↵Michael Giacomelli2011-05-16
| | | | | | 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
* FS#12102 - Manual, "Quick Start" section for AMSv2 players: ClarifiesMichael Hohmuth2011-05-12
| | | | | | how USB charging is handled. Thanks to Justin Hannigan! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29860 a1c6a512-1295-4272-9138-f99709370657
* Pick up the target rename completion in the manual started in r27823 ... ↵Marianne Arnold2011-01-17
| | | | | | 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
* Reword the blind description for the MPIO HD200 manualRobert Menes2011-01-07
| | | | | | | to fix some typos and grammar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28983 a1c6a512-1295-4272-9138-f99709370657
* Manual: change wording slightly in the USB charging section.Alex Parker2010-12-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28849 a1c6a512-1295-4272-9138-f99709370657
* MPIO HD200 manual - tex filesMarcin Bukat2010-11-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28544 a1c6a512-1295-4272-9138-f99709370657
* Manual: add drawings of the H100 remote with button labels to the player ↵Marianne Arnold2010-10-30
| | | | | | 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
* The c200's blind description also applies to the c200Robert Menes2010-10-20
| | | | | | | v2, so add that to the c200v2 manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28315 a1c6a512-1295-4272-9138-f99709370657
* Manual: Clarify that the player must be running to charge/power over USB. ↵Alex Parker2010-09-17
| | | | | | Closes bug FS#11504. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28099 a1c6a512-1295-4272-9138-f99709370657
* manual: the AMSv1 don't run OF if powered by USBRafaël Carré2010-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28002 a1c6a512-1295-4272-9138-f99709370657
* First step of completing the target rename in the manual. Some target ↵Marianne Arnold2010-08-16
| | | | | | 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
* Manual: some cosmetic changes in phrasing as well as code... fix typos and ↵Marianne Arnold2010-08-14
| | | | | | RAS syndrome, correct use of dap{} and {daps}. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27809 a1c6a512-1295-4272-9138-f99709370657
* Clarify where music can be put on the player.Alex Parker2010-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27352 a1c6a512-1295-4272-9138-f99709370657
* Add platform and keymap files and basic descriptions about installing ↵Marianne Arnold2010-07-04
| | | | | | Rockbox etc. for an Onda VX777 manual. Author: Giovanni Zilli. Flyspray: FS#11437. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27279 a1c6a512-1295-4272-9138-f99709370657
* Simplify the 'blind' macro and imrove spacing where it's usedAlexander Levin2010-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27166 a1c6a512-1295-4272-9138-f99709370657
* Do not produce an extra space for non-albumart manualsAlexander Levin2010-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27064 a1c6a512-1295-4272-9138-f99709370657
* Do not produce additional space after 'to the picture above'Alexander Levin2010-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26901 a1c6a512-1295-4272-9138-f99709370657
* Enable the IAUDIO_RC_PAD macro for the M5 and X5 too, so that tables using ↵Marianne Arnold2010-06-11
| | | | | | this instead of the platform files' actions can be filled too. Complete the table in the quick start section mentioning how to start and shut down Rockbox for the Iaudio remote while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26805 a1c6a512-1295-4272-9138-f99709370657
* manual: change all references to 'headphone jack' into more correct ↵Rafaël Carré2010-05-20
| | | | | | 'headphone socket' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26213 a1c6a512-1295-4272-9138-f99709370657
* Clip+: add description of buttons for blind usersRafaël Carré2010-05-20
| | | | | | Also change 'clip' options into correct 'clipv1' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26212 a1c6a512-1295-4272-9138-f99709370657
* fuzev2: make manual buildRafaël Carré2010-05-20
| | | | | | | Use the same info than Clipv1/v2 to warn about the version (the path in OF menu to check the version has just one more component on Fuze) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26205 a1c6a512-1295-4272-9138-f99709370657
* Get rid of unnecessary 'table' environment and the never used parameters for ↵Alexander Levin2010-05-20
| | | | | | button maps (FS#11088) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26201 a1c6a512-1295-4272-9138-f99709370657
* Another strike against ugly apostrophes in the manualAlexander Levin2010-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26199 a1c6a512-1295-4272-9138-f99709370657
* Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. ↵Alexander Levin2010-05-20
| | | | | | This time properly implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26198 a1c6a512-1295-4272-9138-f99709370657
* Revert r26171. Special macro for the image base name is needed. Will be ↵Alexander Levin2010-05-19
| | | | | | committed soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26173 a1c6a512-1295-4272-9138-f99709370657
* Use nice 'times' glyphs for describing dimensions (FS#11295)Alexander Levin2010-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26171 a1c6a512-1295-4272-9138-f99709370657
* FS#11149: alternative fix for ipod startup/shutdown issueTorne Wuff2010-05-02
| | | | | | | | | Instead of using the OF's low-battery handler to force a shutdown which appears to have numerous unwanted side effects, just clear the end of IRAM before shutting down which appears to solve the original "ipod sometimes needs hard reset to turn on" issue. If you experience the "need hard reset" issue after this commit, please let us know. It has been tested on several models but we still don't know for sure what the original problem was. ;) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25772 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe: language corrections in the manual, thanks to: AlexP, ↵Szymon Dziok2010-04-28
| | | | | | linuxstb. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25752 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe: Manual - change the names of the buttons internally ↵Szymon Dziok2010-04-19
| | | | | | (ButtonPrev -> ButtonLeft, ButtonNext -> ButtonRight), remove unnecessary strings, join the target to the existing mappings, where it's needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25683 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe 500: Add a part of the manual (no plugin keymaps yet).Szymon Dziok2010-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25652 a1c6a512-1295-4272-9138-f99709370657
* Add a remark regarding scrollwheel acceleration to the manual.Andree Buschmann2010-03-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25375 a1c6a512-1295-4272-9138-f99709370657
* Add blind description for the clipv2 to the manual.Robert Menes2010-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25348 a1c6a512-1295-4272-9138-f99709370657
* Use consistent wording for line-in and -out.Andree Buschmann2010-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25258 a1c6a512-1295-4272-9138-f99709370657
* Correct reset and disk mode combinations for 1G - 3G iPods. Closes FS#11011.Alex Parker2010-02-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24966 a1c6a512-1295-4272-9138-f99709370657