summaryrefslogtreecommitdiffstats
path: root/manual/advanced_topics/main.tex
AgeCommit message (Collapse)AuthorFilesLines
2022-02-01misc: Add 'mpga' as a valid file extensionSolomon Peachy1-2/+2
Some podcasts use this, apparently. Change-Id: I24f372ed760f15e204dba3a99552ad3b6a051515
2022-01-30Fix manual build on some targets (76a2a00732)Solomon Peachy1-3/+2
Change-Id: Iaf87d11cd2ce3faf9b98da0a1978dfd3fcdb2ba8
2022-01-30manual: reenable "Configuring the Theme" for devices without remote LCDWolfram Sang1-0/+1
Commit 0c4f89370d ("[2/4] get rid of HAVE_LCD_CHARCELLS") missed a closing brace which disabled the above topic in my Sansa Clip+ manual. Change-Id: Ic7a104757f258a37628645389dbfa1b6c8499415
2021-07-24rocker: First crack at manual for the AGPTek RockerSolomon Peachy1-1/+5
It needs screenshots and slightly better installation instructions Includes bits shared with other HibyOS platforms Change-Id: I1c1974143b5badf1aca5c3281556ce553ab1b8a5
2021-07-24Add Fiio M3K and Shanling Q1 manualsAidan MacDonald1-0/+2
Includes installation instructions and a description of Rockbox's limitations versus the original firmware. Some things are still missing, notably screenshots for the Q1. The M3K image also needs to be updated to include the 'select' button. Change-Id: Ib533206df01925203edeccdd75e1bf22f407e794
2020-12-12manual: Replace all rockbox.org urls with https.Solomon Peachy1-1/+1
In the process, utilize the \download{} and \wikilink{} commands instead of direct URLs. Change-Id: Iad38c15c7b9cec95b6c011fd0dbdbb3326985bbc
2020-11-18Manual: remove most HWCODEC artifactsMoshe Piekarski1-51/+34
This causes 3 changes in layout. 2 I can't track down and 1 is better this way. Change-Id: If4ad5e1d7431b4c2cbaaf9767d78139ef4e2dc44
2020-09-01Manual: add Multiboot for Sansa E200Johannes Rauh1-0/+1
Change-Id: I89d0881face9952184f49f28740896ead3c2dfb5
2020-08-17Add open_plugin to coreWilliam Wilgus1-0/+6
open_plugin allows arbitrary plugins to be called in hotkey and start screen replaces PictureFlow Integration shortcuts menu plays plugins now too rather than store paths and parameters in the settings that reside in memory instead entries in a file are searched by hash. after all, the plugin has to be loaded from disk anyways ---------------------------------------------------------------------------- shortcut_viewer.rock-- can now call plugins rather than taking you to them in the browser ----------------------------------------------------------------------------- Added a new option to menus: F_CB_ON_SELECT_ONLY instead of option callback every time a item is accessed F_CB_ON_SELECT_ONLY fires callback only when item is selected ----------------------------------------------------------------------------- Added manual entries ----------------------------------------------------------------------------- Change-Id: I078b57b1d2b4dd633c89212c1082fcbc1b516e6a
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-29/+25
HAVE_LCD_BITMAP is now redundant. lcd_bitmap is always-on in features.txt so manual and lang strings don't have to change Change-Id: I08eeb20de48099ffc2dc23782711af368c2ec794
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-20/+3
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
2020-05-23Manual fix multiboot sectionWilliam Wilgus1-4/+2
Change-Id: I7189b71e1bae2f2b772b5ecf96add563a1eb19a4
2019-07-27Multiboot update manual entryWilliam Wilgus1-0/+31
Change-Id: I99abe45adaade350222fa1f0aaf864a06d6dfcdf
2018-08-05manual: nitpicking on '-' character and other minor detailsSebastian Leonhardt1-1/+1
Change-Id: Id204276387d55ba2276530ed1cb6ee827e28062a
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus1-120/+123
Selective backlight allows the user to choose actions that will not enable the backlight when pressed. Advanced softlock allows user to choose actions that will not be blocked by screenlock on devices without a hold button. Both only occur in FM and WPS Contexts. Update: Back from the dead -Cleaned up code, removed unnecessary calls, re-arranged last filter action timeout conditional to work in case last_filtered_action_tick was never set -Added entries to the manual -Fixed back button on some menus not activating backlight -Made menus more intuitive, no actions selected now changes menu item to off. -Added talk fuctionality. -Added option to disable selective backlight while on external power. -Rewrote backlight and softlock handling code to fix issue with scrollwheels -Menu changed to have toggle(yes/no) and settings -Optimized selective actions lookup -Added option to disable notification of 'buttons locked' while softlocked -Removed uneeded code, consolidated action lookup to single function -Fixed incorrect name on selective softlock menu -Added option to disable touch on touchscreen devices -Fixed backlight on original screenlock without selective screenlock active -Added text selection in mask_select for when show_icons is off -Fixed voice in mask_select to speak if voice is defined instead of spelling -Added more lang defines (play skip seek) -Added option to disable unknown keys turning on backlight -Fixed Conditional argument In wrong place causing players without backlight to fail to build -Fixed Disable Unknown blocking detection of context change -Fixed canceling menu didn't update new settings -Added Autolock on backlight off -Removed backlight_on_force from backlight.c, Now sets ignore next to false and uses backlight_on -Cleaned up autolock code added strings to lang file -Fixed issue where rapid presses would bypass softlock -Removed old softlock code, Cleaned selective actions code -Changed menu to match existing RB menus -Fixed Backlight_on_Hold blocked by backlight_ignore_next -Fixed ignore_next for ipod -Fixed bug allowing context with softlock to bypass selective backlight -Changed mask_select to no longer prompt for changes to be saved -Changed menu names -Added ignore timeout to allow ipod scroll wheel to work properly and other players to still work properly, removed some previous code including ignore_event -Increased ignore timeout to prevent sd card accesses from interrupting action code and turning on backlight -Changed Unknown action to unmapped action in menu, changed handling code -Removed unneeded logic and variables for handling unfiltered actions -Reverted unmapped action code to previous functionality -Added manual entries (thanks JohnB) -Removed elusive unhandled unicode character from manual, changed formatting slightly Actions: Volume,Play,Seek,Skip Extras: Disable unmapped actions Disable selective backlight on external power Disable touch during softlock on touchscreen devices Disable softlock notifications (power button still notifies) Autolock on backlight off Method: Adds a function to ignore backlight on next call If selected action occurs backlight is forced on, Filter_first_keypress stays intact. Selective softlock allows selected actions through, bypasses the normal softlock routine. ToDo: DONE previous commit (#1) has attribution for folder_select.c which mask_select is based from. Change-Id: I08132ddcfd64c81751ef23b720f3ec6d68695fe4
2016-04-15Manual: Add missing pluginsSebastian Leonhardt1-2/+3
The text is usually only a short description taken from the wiki and don't contain screenshots or keymaps, but should be better than nothing. :) Added manual entries: - Boomshine - Dict - FFT - main_menu_config - Matrix - Maze (including keymap) - PDbox - Superdom Additional changes/fixes: - fix "Clix" alphabetical order - add Frotz & ZXBox to games preamble Change-Id: I169870420cbac8123695747ccfcbaaf3478c11cc
2014-10-22Manual for the Samsung YH820.Szymon Dziok1-1/+1
Change-Id: I1c760b4846963f39b9df60413ffbb9f95dc0e0fb
2014-10-22Manual for the Samsung YH920/YH925.Szymon Dziok1-2/+2
Change-Id: I2db0023cae585e9c9517da9ed2e9de6195081ce2
2014-10-02Manual: add M:Robe 100 to "Using ROLO" subsection.Szymon Dziok1-1/+1
Change-Id: Idab44f91ff5beb59cc7c7d858066e3db35fe2413
2012-10-05Corrected typo '%Play' with 'Play' on line 407Alex Mayer1-1/+1
Change-Id: I19b290c6dd305537746a2f3abeee947cec53aba9 Reviewed-on: http://gerrit.rockbox.org/324 Reviewed-by: Alex Parker <rockbox@aeparker.com>
2012-05-01Update Fuze+ manual (main files) FS#12492Jean-Louis Biasini1-1/+1
- 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>
2012-03-02Manual: Describe more generally how to customise the main menu.Alexander Levin1-12/+20
Change-Id: I1eda6d8b7785d1e2888860c8e461eb54b4f9abb7 Reviewed-on: http://gerrit.rockbox.org/164 Reviewed-by: Alex Parker <rockbox@aeparker.com> Tested-by: Alex Parker <rockbox@aeparker.com>
2012-02-29root menu ordering: Remove underscores from the config setting.Thomas Martitz1-3/+3
The very vast majority doesn't have an underscore. There are a few exceptions but there shouldn't be introduced even more. Change-Id: I18d9bf86b5588f8a22a7a96d2dbea61fde4aba61
2012-02-27root menu: Use - to reset the root menu order from a configJonathan Gordon1-0/+2
use root_menu_order: - to reset the order Change-Id: I10c38926d79b10c88e5f1e0acdd85ca1a1489edf
2012-02-25main menu: Add the ability to hide and reorder the main menu items.Jonathan Gordon1-0/+23
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>
2011-12-18Add a recommendation about 'peak meter' usage to the manual.Andree Buschmann1-0/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31354 a1c6a512-1295-4272-9138-f99709370657
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. ↵Fred Bauer1-1/+2
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-08-19Manual: add %Vg and %Vs tags. Closes FS#12230.Alex Parker1-0/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30332 a1c6a512-1295-4272-9138-f99709370657
2011-08-09Manual: A few more spelling corrections.Alex Parker1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30273 a1c6a512-1295-4272-9138-f99709370657
2011-01-17Pick up the target rename completion in the manual started in r27823 ... ↵Marianne Arnold1-3/+3
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
2010-08-26Describe the default value of the new optional tag parameterAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27899 a1c6a512-1295-4272-9138-f99709370657
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-2/+4
%Fl now takes an optional 3rd param which is the number of glyphs to cache (default to 256). the smaller the number, the less ram will be used (i.e using 15 for a font which only shown numbers is a good idea) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27882 a1c6a512-1295-4272-9138-f99709370657
2010-08-14Manual: some cosmetic changes in phrasing as well as code... fix typos and ↵Marianne Arnold1-2/+6
RAS syndrome, correct use of dap{} and {daps}. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27809 a1c6a512-1295-4272-9138-f99709370657
2010-08-02Manual: Fix typoAlex Parker1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27670 a1c6a512-1295-4272-9138-f99709370657
2010-07-04Close the \ActionStdCancel correctly so that the following space won't be eaten.Marianne Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27285 a1c6a512-1295-4272-9138-f99709370657
2010-07-04Replace COWON_D2_PAD with 'touchscreen' in manual button tables and text ↵Marianne Arnold1-2/+1
where appropriate - places where a touch area is meant and hence valid for all touchscreen devices. Makes the Onda VX777 manual build correctly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27282 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Do not use fancy apostrophes in the verbatim codeAlexander Levin1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27092 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Fix typos/c&p errors.Alex Parker1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26993 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Convert the manual to the new theme syntax. As a result, adds the viewport ↵Alex Parker1-23/+23
colour tags which closes FS#11372. Correct multifont tag from %F to %Fl git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26989 a1c6a512-1295-4272-9138-f99709370657
2010-06-20Add multifont to the manual. Closes FS#11294.Alex Parker1-3/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26987 a1c6a512-1295-4272-9138-f99709370657
2010-05-24manual: add a forgotten note about reseting settings for the vibe 500.Szymon Dziok1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26267 a1c6a512-1295-4272-9138-f99709370657
2010-05-20Another strike against ugly apostrophes in the manualAlexander Levin1-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26199 a1c6a512-1295-4272-9138-f99709370657
2010-05-20Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. ↵Alexander Levin1-3/+3
This time properly implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26198 a1c6a512-1295-4272-9138-f99709370657
2010-05-19Revert r26171. Special macro for the image base name is needed. Will be ↵Alexander Levin1-1/+1
committed soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26173 a1c6a512-1295-4272-9138-f99709370657
2010-05-19Show another way to learn about convbdfAlexander Levin1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26172 a1c6a512-1295-4272-9138-f99709370657
2010-05-19Use nice 'times' glyphs for describing dimensions (FS#11295)Alexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26171 a1c6a512-1295-4272-9138-f99709370657
2010-05-18Rockbox can handle fonts larger than 16 pixels too.Alexander Levin1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26152 a1c6a512-1295-4272-9138-f99709370657
2010-05-18Fix a couple of typos in the manualAlexander Levin1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26151 a1c6a512-1295-4272-9138-f99709370657
2010-05-16.sbs is base skin, not custom statusbarJonathan Gordon1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26079 a1c6a512-1295-4272-9138-f99709370657
2010-05-13FS#11243 - The %VI (capital i) WPS tag is not described in the manual.Alex Parker1-0/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25987 a1c6a512-1295-4272-9138-f99709370657