summaryrefslogtreecommitdiff
path: root/manual/appendix (unfollow)
Commit message (Collapse)Author
2017-04-17manual: typo fixesFranklin Wei
Change-Id: I4a86e031c2dccd2a60b6d0d3fd7cca5df1d88774
2016-06-14Update old \tt and \sc macrosFrank Gevaerts
Change-Id: I016d946e48590039bcedd7dd5ec41322b0ef17ea
2014-10-22Manual for the Samsung YH920/YH925.Szymon Dziok
Change-Id: I2db0023cae585e9c9517da9ed2e9de6195081ce2
2014-10-02Manual: add M:Robe 100 to the appendices.Szymon Dziok
Change-Id: Ic79156d71bbcfc3b4be763ecd7e961991b920371
2014-09-11Rockbox Manual - Gigabeat FX and Fuze+ Touchpad Config AppendixBenjamin Brown
Added to config_file_options.tex, sections for gigbeat and fuze+ sensitivity settings, also fuze+ touchpad deadzone setting. Change-Id: I9bba52ca0ca5525e6a6fb337f6940d11571ee06a Reviewed-on: http://gerrit.rockbox.org/954 Tested: Benjamin Brown <foolshperson@gmail.com> Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
2014-01-13Improve wording.Thomas Martitz
Change-Id: I2e59fe8eb2d71968586fb035250978c90a619f76
2014-01-13manual: Update bar tags for new noborder parameter and default value for y.Thomas Martitz
Change-Id: I4587ed5f073bd66d4efdf925b7beeca9a8b14a07
2013-02-09fix the eq settings in the manualJonathan Gordon
Change-Id: I4fa8537f31faef0d4f6f925476dcfb8b3336113b
2012-12-09fix the manual for image wps tagsJonathan Gordon
Change-Id: Ie39dfe2ba13e4c7e84c59f84b786b54dd36ea7fa
2012-12-099 segment bitmap drawing:Jonathan Gordon
Use %x9(id) to draw an image in the whole current viewport using the 9 segment drawer (which draws the corners as normal and *tiles* the middle segments to the needed width/height). Future work is to make it scale instead of tile Change-Id: Ic3ed1cad93f96091694801eb442e0da5a2401203
2012-12-04Manual: update %?pv descriptionAlex Mayer
Update %?pv description to better describe the conditions it returns Change-Id: I6be4d5293aa6816ae35d743b172fe324d7dc6d12 Reviewed-on: http://gerrit.rockbox.org/367 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon
%St(<setting name>) or %St(<bar tags>, setting, <setting name>) Change-Id: I71396d683634d4d1ad2357018c4029ecb4229677
2012-07-05skin_engine: Automatically create touch regions for skin barsJonathan Gordon
skin bars now automatically create the touch region the same size as the bar on touchscreen targets. This means touches will magically "just work" for reveresed bars (rtl or otherwise). ~5% padding is added on all 4 sides of the region rectangle but this may need to be tweaked. Please consider the 'progressbar' and 'volume' touchregion actions to be deprecated. Kudos to my new wife for figuring out the bleedingly obvious way to do this! Change-Id: I997a7bcaa70fce9885808aae27953c7676e9c2ff
2012-07-03make the bar tag help slightly betterJonathan Gordon
Change-Id: I86db333e633273ca359ac244aa95f04980201283
2012-05-20Manual: Pull general album art info out of the theme tags section.Marianne Arnold
Make this info available for all bitmap targets, also ones that only need it in the pictureflow description. Shuffle some lines around so that it doesn't need too many opts. Fixes FS#11350. Change-Id: I5268483c7a1d765c8a994614442309b05de1d832
2012-05-19Fix broken touchscreen manuals.Marianne Arnold
Escape the underscores in the option name as otherwise they'll be interpreted wrongly by latex. Change-Id: I10c1168a90d94e685d326073dcf8370dd972db91
2012-05-01Update Fuze+ manual (main files) FS#12492Jean-Louis Biasini
- 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-28quickscreen: optionally display the shortcuts menu instead of the QSJonathan Gordon
Adds an option under settings > general settings > system to allow the user to have the shortcuts menu displayed instead of the quick screen. (option is "shortcuts instead of quickscreen" in the .cfg) Change-Id: Id679b461c40ac617629422736d1509384364084d Reviewed-on: http://gerrit.rockbox.org/199 Reviewed-by: Marek Salaba <marek.salaba@gmail.com> Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-03-27skin_engine: Allow negative numbers for the start offset in %ssJonathan Gordon
i.e %ss(-1, -, %ia) will get the last letter in the %ia tag Change-Id: I6b2764d30c072b549e7424fc6e847ec48850b46a
2012-03-19Option to constrain get_next_dir() to directories below ↵Nick Peskett
global_settings.start_directory. When enabled, if the user has set "Start File Browser Here" (config.cfg: start directory) to anything other than root and "Auto-Change Directory" is set to "Yes" or "Random", the directory returned when an auto change is required will be constrained to the value of "start directory" or below. Change-Id: Iaab773868c4cab5a54f6ae67bdb22e84642a9e4b Reviewed-on: http://gerrit.rockbox.org/182 Reviewed-by: Nick Peskett <rockbox@peskett.co.uk> Tested-by: Nick Peskett <rockbox@peskett.co.uk>
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon
%dr(x, y, width, height, [colour1[, colour2]]): x,y - viewport relative pixel coordinates to start the rectangle. width, height - obvious. can be '-' to fill the viewport if both colours are left out the viewports foreground colour will be used if one colour is specified it will fill the rectangle that colour. if both colours are specified it will gradient fill the rectangle. Change-Id: Iad451e99ded663bc7c5d182443659db7d909b388
2012-03-13Update manual for %cs and %T tagsOsborne Jacobs
Added missing %T actions and %cs states. Change-Id: Id7ec897c84141ac3d604e23b41e1138bbadc5c77 Reviewed-on: http://gerrit.rockbox.org/180 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-03-13Add new actions to %Tp (Touchscreen areas)Osborne Jacobs
Add the following actions to %Tp: createbookmark create a new bookmark from the wps listbookmarks list bookmarks from the wps trackinfo show track info from the wps My main motivation was to allow bookmarking and jumping around audio books from the wps on touch enabled targets. You can do it now through the context menu but it requires 4 screen presses instead of 1. Change-Id: I1fa1bf0064dfd22b897eca7c56acc1ce8956f14c Reviewed-on: http://gerrit.rockbox.org/171 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-03-05Manual: Fix misaligment in the 'Images' theme tags table.pixelma
Commit 1c1e1c0 replaced one \newline with a \\ which means starting a complete new table row instead of keeping the linebreak within a cell, so put it back. Change-Id: I6962ff8fe2d1f18bd3d85398a7373b3df0634c50
2012-03-02Manual: Fix the WPS tags tableAlexander Levin
Change-Id: Idee12d56940a7a547a965bd78c5344448f29e566 Reviewed-on: http://gerrit.rockbox.org/163 Reviewed-by: Alex Parker <rockbox@aeparker.com>
2012-02-29skin_engine: ease the restrictions on %x/%xlJonathan Gordon
%x and %xl only require the id and filename now. If you leave off the x,y it will default to 0,0. If you want to use the default x,y you can still put in the num_subimages param on the end (e.g %xl(a, file, 3) ) Change-Id: I8eff793dfdd037e302ace8deec9dc16dcea264a7
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon
The framebuffer the lcd driver uses can now be changed on the fly which means that regular lcd_* drawing functions can draw onto the "backdrop" buffer. The skin engine can use this to create layered effects. Add the tag %VB to a viewport to draw that viewport onto the backdrop layer. If you want to draw an image onto the backdrop framebuffer use %x(backdrop filename) instead of %X() inside a viewport with %VB. Change-Id: I741498e2af6d4f2d78932cabe8942317893e7cfc
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-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
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-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-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-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-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-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-01Fix playlist catalog directory manual spellingFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30879 a1c6a512-1295-4272-9138-f99709370657
2011-10-17Sleep timer options: persistent duration and start on boot.Thomas Martitz
This makes the sleep timer persistent, so that the duration is remembered across reboots. Additionally, it adds a setting to automatically apply it at boot. Flyspray: FS#10849 Author: Nick Peskett git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30777 a1c6a512-1295-4272-9138-f99709370657
2011-09-09Add "USB Hide Internal Drive" option for multidrive devices with software usb.Frank Gevaerts
This option allows accessing the card slot from "dumb" USB hosts like some car audio systems that do not handle multi-LUN devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30489 a1c6a512-1295-4272-9138-f99709370657
2011-08-19Manual: add %Vg and %Vs tags. Closes FS#12230.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30332 a1c6a512-1295-4272-9138-f99709370657
2011-08-17Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM ↵Andree Buschmann
through changes of the buffer configuration and an update of the resampler code. Additionally enable VGM for low memory targets and update the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30327 a1c6a512-1295-4272-9138-f99709370657
2011-08-126th part of FS#12176. Reduce memory consumption of libgme emulators to allow ↵Andree Buschmann
enabling of NSF and SGC codecs for low memory targets. The main lookup table only requires byte precision and can be used by 2413 and 8950 emulators. Update the manual accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30283 a1c6a512-1295-4272-9138-f99709370657
2011-08-09Manual: A few more spelling corrections.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30273 a1c6a512-1295-4272-9138-f99709370657
2011-08-09Manual: correct spelling of catalogue.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30272 a1c6a512-1295-4272-9138-f99709370657
2011-08-09Manual: update %cs tag and make list more explicit.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30271 a1c6a512-1295-4272-9138-f99709370657
2011-08-07The manual should reflect that some synthesizer codecs are switched off for ↵Andree Buschmann
low memory targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30266 a1c6a512-1295-4272-9138-f99709370657
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music ↵Andree Buschmann
formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30264 a1c6a512-1295-4272-9138-f99709370657
2011-08-07Submit FS#12218. Add support for embedded album art for ASF tags. For now ↵Andree Buschmann
the support is limited to embedded pictures of max 64 KB size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30263 a1c6a512-1295-4272-9138-f99709370657