summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Collapse)Author
2012-02-26FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon
i.e %?ss(1,1,%cM)<|one|two|three|...|> or %xd(numbers, %ss(1,1%cM) Change-Id: I74ecb3f253f3be1fd270f75c0ef79addd364a7de
2012-02-25main menu: Add the ability to hide and reorder the main menu items.Jonathan Gordon
To change the shown menu items add the line "root_menu_order:<items>" into your config.cfg <items> can be any of: bookmarks, files, database, wps, settings, recording, radio, playlists, plugins, system_menu, shortcuts Manual entry by Alexander Levin Change-Id: Ie7f4bfb0f795184de094d05fc341a6cedd1c0cde Reviewed-on: http://gerrit.rockbox.org/104 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-02-24Update the manual to include Home as a way of quitting the quicksreen on the ↵Michael Giacomelli
Clip players. Leave Select in place since we'll add that next. Change-Id: I2a5632cbad8b88a9f7ec92c790ba6c0e272115f7
2012-02-24bounce's plugin PLA integration (main code + manual)Jean-Louis Biasini
1) this patch replace all keymaps with PLA ones. 2) the patch also do the required change to the manual in order to match code's changes. 3) it also add an alternative exit button (PLA_EXIT or PLA_CANCEL) 4) Also cut out the remote control related mapping as PLA handle remote controls his own way so that we don't need them anymore 5) change scrollwheel mapping in order to have it controlling the value of selected field unstead of field selection Change-Id: I023122d45a8337fad1e8ed8be12d4c928bdd1292 Reviewed-on: http://gerrit.rockbox.org/106 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
2012-02-23Fuze+'s manual: all non-PLA plugins games keymapsJean-Louis Biasini
- plugins games keymaps added to the manual - merge some lines (see chessbox) Change-Id: Iad97e6d07ae0419f54c26697f157ede3d07bd349 Reviewed-on: http://gerrit.rockbox.org/119 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-02-22Fuze+'s manual: change ugly \ButtonPlayPauseJean-Louis Biasini
Following a discution on irc we agreed on that: - \ButtonPlayPause becomes \ButtonPlay for consistency - It appeas in the manual as Play unstead of Play/Pause - updated manual images accordingly The patch was tested: manual still compile and display keymaps correctly Change-Id: I04bd3c2bfee1c6c40ab66df9bf33f09f4ed47661 Reviewed-on: http://gerrit.rockbox.org/118 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-02-22stats's plugin PLA integration (main code + manual)Jean-Louis Biasini
1) this patch replace all keymaps with PLA ones. It also clean some optionnal compiling that are not needed anymore througt PLA 2) the patch also made required change to the manual in order to match code's change. 3) it also add an alternative exit button (PLA_EXIT or PLA_CANCEL) TO TEST: I'm not sure if remote control works anymore and cannot test it. I'm not sure about the way PLA handle those so if that doesn't work let me know ;) Change-Id: I3fb81e75ef6e4d49e19be24f09c0413599ed0c9c Reviewed-on: http://gerrit.rockbox.org/90 Tested-by: Thomas Martitz <kugel@rockbox.org> Reviewed-by: Thomas Martitz <kugel@rockbox.org>
2012-02-21Fuze+: fractals's plugin keymaps reworksJean-Louis Biasini
1) Multitouch does not work on Fuze+. Unstead we can take advantage of bottomleft and bottomright button. 2) Manual completed accordingly Change-Id: I9535865773a2d1e21b1a71af63e4d377abcbc752 Reviewed-on: http://gerrit.rockbox.org/115 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2012-02-18rockblox1d's plugin PLA integration (main code + manual)Jean-Louis Biasini
1) this patch replace all keymaps with PLA ones. It also clean some optionnal compiling that are not needed anymore througt PLA. 2) the patch also made required change to the manual in order to match code's change. 3) it also add an alternative exit button (PLA_EXIT or PLA_CANCEL). Change-Id: If6e78711eaab1dd2c907b418ba72c8789ceaa72b Reviewed-on: http://gerrit.rockbox.org/105 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
2012-02-12Add description of the speaker keyckick settingNils Wallménius
also use the same setting names in the manual as the UI when we have a piezo. Change-Id: I7a629addc9d63cfe14b403eac66f5410f908a948
2012-02-11Sansa AMS: don't duplicate incorrectly install steps.Rafaël Carré
Change-Id: Ib9678ca108cc1264d5dc355fabc5ba877da59497
2012-02-09Fuze+ PLA_EXIT slight mapping cleanupJean-Louis Biasini
1) On all non PLA plugin, power button is used for exit. For consistency, we set PLA_EXIT to power button. 2) Manual updated accordingly Change-Id: Ia4b8fce13bad2f8dc0710cdb29ccf6c74b3fd9c4 Reviewed-on: http://gerrit.rockbox.org/91 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2012-02-08LAMP plugin PLA integration (main code + manual)Jean-Louis Biasini
1) this patch replace all keymaps with PLA ones. It also clean some optionnal compiling that are not needed anymore througt PLA 2) the patch also made required change to the manual in order to match code's change. Change-Id: I54ec953f79a419a6bb2f78877ca8b82f572fb510 Reviewed-on: http://gerrit.rockbox.org/86 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
2012-02-07SVG Image for Philips GoGear SA9200 (FS#12407)Frank Gevaerts
Change-Id: Ia663350e1609ae1843b474fc50dbc189188b0e81
2012-02-07skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a ↵Jonathan Gordon
single conditional. Use these tags to stop having multiple conditionals.. e.g: OLD: %?C<%?Ia<something>> NEW: %?and(%C, %Ia)<something> Change-Id: Ia3bbe4611cf808e87dcd1b1147181461fa08294a
2012-02-06SVG Image for Samsung YP-R0 (FS#12577)Marko Pahlke
Change-Id: I1433cdff2c7f007d437300b103059f18099faf7d
2012-02-06rocklife is much more a demo than a game.Frank Gevaerts
Change-Id: Ibf80637cd9c6001a636a9f92c72223ec56dad780 Reviewed-on: http://gerrit.rockbox.org/82 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Reviewed-by: Boris Gjenero <boris.gjenero@gmail.com> Tested-by: Boris Gjenero <boris.gjenero@gmail.com>
2012-02-02HD300: manual graphicsMarcin Bukat
Change-Id: Icf224fb225ab3a1869196c0479677c19a3145807
2012-02-02MPIOs: manual workMarcin Bukat
Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
2012-01-14Fix install directions for the Clip Zip.Michael Giacomelli
Change-Id: I66214cd44afda7cba18f94f52d7979bcd9e8edd1
2012-01-14Manual: don't break on missing player image.Dominik Riebeling
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.
2012-01-14manual: don't error out if front image is missingRafaël Carré
2012-01-08Clarify that you must reboot into the Sandisk firmware when uninstalling the ↵Michael Giacomelli
bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31630 a1c6a512-1295-4272-9138-f99709370657
2012-01-04USB chargung now works the normal way on AMSv2, so remove the hack that ↵Frank Gevaerts
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
2012-01-02Remove duplicate note from manual.Dominik Riebeling
The note on how to recursively insert files into the dynamic playlist is present twice so remove one of them. Since this makes the "Useful Hints" subsection empty remove that as well, there are no hints left that aren't merged into the text. (FS#12504 by Jean-Louis Biasini). While at it remove some hard coded newlines. We really don't want them, if we want a different spacing for new paragraphs this needs to get adjusted in the preamble, not after each paragraph. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31517 a1c6a512-1295-4272-9138-f99709370657
2012-01-01Manual: make Fuze+ manual build.Dominik Riebeling
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
2012-01-01Manual: add initial Fuze+ files.Dominik Riebeling
Add the platform files and player images. This doesn't make the Fuze+ manual build yet, since some keys used in generic text are still missing. Taken out of FS#12492 by Jean-Louis Biasini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31511 a1c6a512-1295-4272-9138-f99709370657
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31437 a1c6a512-1295-4272-9138-f99709370657
2011-12-26New General Settings submenu: Startup/ShutdownNick Peskett
A dedicated submenu for items which are run at startup, or initiate a shutdown. Currently containing: Start Screen, Idle Poweroff, Sleep Timer & Start Sleep Timer on Boot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31435 a1c6a512-1295-4272-9138-f99709370657
2011-12-19Add the shortcuts menu %cs value to the manualJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31360 a1c6a512-1295-4272-9138-f99709370657
2011-12-18Add a recommendation about 'peak meter' usage to the manual.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31354 a1c6a512-1295-4272-9138-f99709370657
2011-12-17Add new metadata feature to the manual section 'Featureset for generic ↵Andree Buschmann
metadata tags'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31344 a1c6a512-1295-4272-9138-f99709370657
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31321 a1c6a512-1295-4272-9138-f99709370657
2011-12-14FS#12443: Implement downmixing to stereo for multichannel flac.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31253 a1c6a512-1295-4272-9138-f99709370657
2011-12-12Manual: Minor typesetting fixesAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31217 a1c6a512-1295-4272-9138-f99709370657
2011-12-12Manual: Clarification of cuesheet file name and locationNick Peskett
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31214 a1c6a512-1295-4272-9138-f99709370657
2011-12-11Manual: Add the description of the sleep timer related settings for non-rtc ↵Alexander Levin
targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31212 a1c6a512-1295-4272-9138-f99709370657
2011-12-11Add talk support to the shortcuts menu.Jonathan Gordon
'talkclip: <filename>' in the [shortcut] will cause the list to .talk the file specified. (.talk files are the same filetype as gets talked by the file listing... hopefully we can add rbutil support to generate these) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31210 a1c6a512-1295-4272-9138-f99709370657
2011-12-11FS#12439 by Nick Prekett. Fix mention of recording directory in the manual.Michael Giacomelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31208 a1c6a512-1295-4272-9138-f99709370657
2011-12-10Fix decoding of multichannel flac, refactor sample buffer handling and ↵Andree Buschmann
decorrelation (taken from ffmpeg sources) and add some flac details to the manual. Solves FS#12371. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31207 a1c6a512-1295-4272-9138-f99709370657
2011-12-09Manual: Some minor corrections to the 'Shortcuts' sectionAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31187 a1c6a512-1295-4272-9138-f99709370657
2011-12-08shortcuts: talk the time and configure the sleep timeoutJonathan Gordon
Use "type: time" and "data: talk" to have the time voiced when the shortcut is run. use "type: time" and "data: sleep X" where X is the number of minutes to run the sleep timer for (0 means disable) the name field is required git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31178 a1c6a512-1295-4272-9138-f99709370657
2011-12-06Manual: Rephrase what 'shutdown' does so that the sentence reads more smoothlyAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31159 a1c6a512-1295-4272-9138-f99709370657
2011-12-06Add a shortcut type 'shutdown' which will turn off the playerJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31157 a1c6a512-1295-4272-9138-f99709370657
2011-12-04Clip Zip manual: add platform fileRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31134 a1c6a512-1295-4272-9138-f99709370657
2011-11-29Rockbox does not support encrypted ADX. Clearly state this in the manual and ↵Andree Buschmann
the debug messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31094 a1c6a512-1295-4272-9138-f99709370657
2011-11-28Update manual to match current codec IDs.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31084 a1c6a512-1295-4272-9138-f99709370657
2011-11-26Replace embedded AA limitations by a reference to the "official" list of ↵Frank Gevaerts
supported AA tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31062 a1c6a512-1295-4272-9138-f99709370657
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. ↵Fred Bauer
Defaults to 250. This saves a lot of RAM while still allowing non-English users to have adequate glyph coverage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31031 a1c6a512-1295-4272-9138-f99709370657
2011-11-15Manual: Some minor fixes to the shortcuts sectionAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30993 a1c6a512-1295-4272-9138-f99709370657