summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Collapse)Author
2011-06-19Manual: add search box to HTML output.Dominik Riebeling
To allow easy searching the HTML (multi page) output add a search box that queries Google. The Google search will get restricted to the location the manual is stored. Google seems to happily accept a subfolder when specifying a domain to search. For this to work the search box has to be created dynamically with the help of a bit JavaScript. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30017 a1c6a512-1295-4272-9138-f99709370657
2011-06-19Manual: Simplify Makefile htlatex call a bit.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30015 a1c6a512-1295-4272-9138-f99709370657
2011-06-19Manual: Add version information to page footer.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30014 a1c6a512-1295-4272-9138-f99709370657
2011-06-19Add script to spellcheck the manual LaTeX sources.Dominik Riebeling
This script wraps around aspell and calls it for the file passed on the command line or runs aspell on all TeX files found in the manual folder (except preamble.tex). aspell is called interactively. Note: there is currently no way to interrupt checking if running on the complete folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30013 a1c6a512-1295-4272-9138-f99709370657
2011-06-13Manual: update copyright year. We are still working on this.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29999 a1c6a512-1295-4272-9138-f99709370657
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29986 a1c6a512-1295-4272-9138-f99709370657
2011-06-05Manual: describe key clicks feature.Dominik Riebeling
FS#10491 with minor modifications. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29965 a1c6a512-1295-4272-9138-f99709370657
2011-06-04Move various logo files to a single location.Dominik Riebeling
Introduce a new folder that will hold the original files for various variants of the Rockbox logo. The "Rb" variant of the icon (used in the Rockbox Utility icon on Windows) has been missing from svn. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29960 a1c6a512-1295-4272-9138-f99709370657
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity ↵Jonathan Gordon
to make %cs far more useful git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29944 a1c6a512-1295-4272-9138-f99709370657
2011-05-22Fix various minor spelling issues in the rockbox manual.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29911 a1c6a512-1295-4272-9138-f99709370657
2011-05-22Manual:r29866 changed the meaning of & and * for touch region actions, ↵Marianne Arnold
update the manual accordingly and add some short explanations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29909 a1c6a512-1295-4272-9138-f99709370657
2011-05-22Manual: Fix theme tags section and hence the complete manual for touchscreen ↵Marianne Arnold
targets . The _ needs escaping (but the * doesn't). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29908 a1c6a512-1295-4272-9138-f99709370657
2011-05-20Minor manual fix: iPod nano 2G is fast enough to decode ape -c3000.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29902 a1c6a512-1295-4272-9138-f99709370657
2011-05-20Manual, audio formats table: remove the \nopt{ipodnano2g} and pull the row ↵Marianne Arnold
and column separators out of the \opts to make the manual build again which broke for targets that would have gotten an impossible additional columns due to this. Needs a check if the result is correct still though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29901 a1c6a512-1295-4272-9138-f99709370657
2011-05-19Add AAC to the manuals codec featureset table.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29900 a1c6a512-1295-4272-9138-f99709370657
2011-05-19Add a codec featureset overview (for now 'seek', 'resume' and 'gapless') to ↵Andree Buschmann
the manual. Additionally change table formatting and add a note to the SID format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29899 a1c6a512-1295-4272-9138-f99709370657
2011-05-17FS#12110: Rework of the audio format and metadata section in the manual. Add ↵Andree Buschmann
notes for several audio formats, correct the file extensions for several formats, describe the feature sets supported by the different metadata formats, describe limitations of the metadata handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29894 a1c6a512-1295-4272-9138-f99709370657
2011-05-17Fix a typo that made a macro show up as text. Thanks to fml for noting.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29893 a1c6a512-1295-4272-9138-f99709370657
2011-05-16Enter USB charging mode on devices that support it if any key is held down ↵Michael Giacomelli
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
2011-05-13Manual changes for rewind on pause. (Fixed a few typos while we areMichael Hohmuth
at it.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29877 a1c6a512-1295-4272-9138-f99709370657
2011-05-12FS#12102 - Manual, "Quick Start" section for AMSv2 players: ClarifiesMichael Hohmuth
how USB charging is handled. Thanks to Justin Hannigan! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29860 a1c6a512-1295-4272-9138-f99709370657
2011-05-10Correct notation of a few supported audio formats in the manual.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29856 a1c6a512-1295-4272-9138-f99709370657
2011-05-10Manual: typeset the commas using the normal font, not as 'fname'Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29855 a1c6a512-1295-4272-9138-f99709370657
2011-05-09Manual: add metadata section (FS#12090 by Andree Buschmann with slight ↵Alexander Levin
modifications by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29847 a1c6a512-1295-4272-9138-f99709370657
2011-05-01Correct manual: rockbox support APEv2 metadata tags.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29812 a1c6a512-1295-4272-9138-f99709370657
2011-04-30Don't (partially) apply changes to max entries in the file browser ↵Magnus Holmgren
immediately. The setting affects a buffer that is allocated during boot, so code using that buffer should use the value that was in effect during boot. Add a note to the manual that a reboot is needed for the changes to be applied. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29798 a1c6a512-1295-4272-9138-f99709370657
2011-04-24Add a warning about WMP11 being necessary on Windows for beastpatcher.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29780 a1c6a512-1295-4272-9138-f99709370657
2011-04-21Use Latin Modern font family for the manual.Dominik Riebeling
The Latin Modern family uses T1 coding instead of the OT1 coding used by Computer Modern. Due to this it isn't necessary to emulate characters like umlauts which makes them searchable. As a side effect this also addresses FS#12057. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29756 a1c6a512-1295-4272-9138-f99709370657
2011-04-13Manual: rephrase a sentence in the installation chapter a bitBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29710 a1c6a512-1295-4272-9138-f99709370657
2011-04-11Fix spelling of "appearance" in the user manual.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29706 a1c6a512-1295-4272-9138-f99709370657
2011-04-11Allow URLs to break at hyphens and allow more space at breaking characters.Dominik Riebeling
Makes URLs much nicer and avoids them running out of the right margin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29705 a1c6a512-1295-4272-9138-f99709370657
2011-04-11Fix various minor spelling issues in the manual.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29704 a1c6a512-1295-4272-9138-f99709370657
2011-04-04Manual correction for entering quick screen from file browserMichael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29677 a1c6a512-1295-4272-9138-f99709370657
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long ↵Jonathan Gordon
press but only fire once'. Use *<action> for 'long press and allow repeats' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29653 a1c6a512-1295-4272-9138-f99709370657
2011-03-23MAke manuals build again. Non scrollwheel targets don't have ↵Alex Parker
\ButtonScrollXX, so use \ActionStdXX instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29636 a1c6a512-1295-4272-9138-f99709370657
2011-03-22Submit parts of FS#12024. Describe the settings 'List Acceleration Start ↵Andree Buschmann
Delay' and 'List Acceleration Speed' in the manual. Correct the unit (seconds) for the first setting and change the text for the second setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29634 a1c6a512-1295-4272-9138-f99709370657
2011-03-22Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ↵Jonathan Gordon
needed to make it work. 'next' in the sbs changes list selection, 'wps_next' in sbs changes audio tracks. no difference in the wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29631 a1c6a512-1295-4272-9138-f99709370657
2011-03-08autoresume: Manual: Clarify precedence rules for resume positionsMichael Hohmuth
Resume positions stored in bookmarks take precedence over autoresume. Technically, the resume position for the "Resume Playback" function (which is also saved across power-off/power-on) also takes precedence over autoresume. However, there is no way for a user to tell as it is identical to the autoresume position for the last-played track, so don't highlight it in the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29548 a1c6a512-1295-4272-9138-f99709370657
2011-02-27Manual: switch to inputenx and load additional characters.Dominik Riebeling
Since we're now loading a file from inputenx directly change to inputenx in general to avoid issues between those two packages. Fixes manual builds that broke because of U+0101 and U+0146 glyphs which aren't defined in the utf8 inputenc package. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29428 a1c6a512-1295-4272-9138-f99709370657
2011-02-11Use generic keyboard actions rather than the device-dependentMichael Hohmuth
\ButtonLeft / \ButtonRight git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29285 a1c6a512-1295-4272-9138-f99709370657
2011-02-11Describe autoresume in the manual.Michael Hohmuth
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29284 a1c6a512-1295-4272-9138-f99709370657
2011-02-09Manual: We now support embedded JPEG album art in ID3v2 tags.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29266 a1c6a512-1295-4272-9138-f99709370657
2011-02-03Correct the metronome keymap in the manual. Better describe buttons/actions ↵Andree Buschmann
in metronome help text. Closes FS#11773. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29204 a1c6a512-1295-4272-9138-f99709370657
2011-02-02Fix some unwanted empty lines in the manual.Dominik Riebeling
Inside a code environment lines opted out will remain as empty lines. Use a feature of fancyvrb to only show one specific line from the code block to avoid this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29194 a1c6a512-1295-4272-9138-f99709370657
2011-02-01Manual: Correct the description of the Time/Date menu and make it look nicer.Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29183 a1c6a512-1295-4272-9138-f99709370657
2011-02-01Manual: correct the 'Playlists' menu descriptionAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29182 a1c6a512-1295-4272-9138-f99709370657
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image ↵Jonathan Gordon
under the progressbar (only works with image and slider bars) example: %V(22,253,198,14,-) %xl(a,PLAY_BAR_BACKDROP-240x320x16.bmp,0,0) %pb(0,0,198,14,PLAY_BAR-240x320x16.bmp, backdrop, a) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29127 a1c6a512-1295-4272-9138-f99709370657
2011-01-19Gigabeat S manual: fix a small glitch in the wps key controls table and ↵Nils Wallménius
correct an incorrect button combo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29093 a1c6a512-1295-4272-9138-f99709370657
2011-01-17Pick up the target rename completion in the manual started in r27823 ... ↵Marianne Arnold
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
2011-01-17Manual - lrcplayer.tex: correctly 'close' two \Action macros so that the ↵Marianne Arnold
following space is not eaten. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29074 a1c6a512-1295-4272-9138-f99709370657