Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8527 - Manual: Update Scroll button rename

Attached to Project: Rockbox
Opened by Thomas Martitz (kugel.) - Monday, 28 January 2008, 21:59 GMT+1
Last edited by Nils Wallménius (nls) - Tuesday, 29 January 2008, 18:16 GMT+1
Task Type Patches
Category Manual
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This updates the manual to the recent rename of scroll button commit. Also, very few other updates/fixes.

Please note, I couldn't compile the manual for some reason (make just didn't do anything but creating mass make processes) for testing purpose. Should be no problem though.
   scroll_button_rename_manual.diff (20.5 KiB)
 platform/e200.tex            |   32 ++++++++++++++++----------------
 plugins/blackjack.tex        |    4 ++--
 plugins/bounce.tex           |    4 ++--
 plugins/brickmania.tex       |    4 +---
 plugins/bubbles.tex          |    4 ++--
 plugins/chip8emulator.tex    |    4 ++--
 plugins/cube.tex             |    4 ++--
 plugins/demystify.tex        |    4 ++--
 plugins/dice.tex             |    3 +--
 plugins/fire.tex             |    4 ++--
 plugins/jpegviewer.tex       |    4 ++--
 plugins/mandelbrot.tex       |    6 ++----
 plugins/metronome.tex        |    2 +-
 plugins/minesweeper.tex      |    2 +-
 plugins/oscilloscope.tex     |    4 ++--
 plugins/robotfindskitten.tex |    3 ++-
 plugins/rockblox.tex         |    6 +++---
 plugins/rockboy.tex          |    4 ++--
 plugins/solitaire.tex        |    4 ++--
 plugins/spacerocks.tex       |    4 ++--
 plugins/sudoku.tex           |    2 +-
 plugins/text_viewer.tex      |    2 +-
 plugins/vumeter.tex          |    6 ++----
 23 files changed, 55 insertions(+), 61 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Tuesday, 29 January 2008, 18:16 GMT+1
Reason for closing:  Accepted
Comment by Thomas Martitz (kugel.) - Tuesday, 29 January 2008, 00:08 GMT+1
Seems that I have forgotten some .tex files :( This compiles cleanly.

The manual shows how Scroll Forward and Scroll Backward instead of Scroll Fwd and Scroll Back (for iPods and e200). I think we don't need those abbreviations in an end user documantation. Also, corrected some errors in the manual regarding e200 (but not all I guess).
   scroll_button_rename_manualv5.diff (30.5 KiB)
 apps/keymaps/keymap-c200.c                  |    2 -
 manual/configure_rockbox/sound_settings.tex |    4 +--
 manual/main_menu/fmradio.tex                |    9 +++++--
 manual/platform/e200.tex                    |   32 ++++++++++++++--------------
 manual/platform/ipod1g2g.tex                |    4 +--
 manual/platform/ipod3g.tex                  |    4 +--
 manual/platform/ipod4g.tex                  |    4 +--
 manual/platform/ipodcolor.tex               |    4 +--
 manual/platform/ipodmini.tex                |    4 +--
 manual/platform/ipodnano.tex                |    4 +--
 manual/platform/ipodvideo.tex               |    4 +--
 manual/plugins/blackjack.tex                |    4 +--
 manual/plugins/bounce.tex                   |    4 +--
 manual/plugins/brickmania.tex               |    4 ---
 manual/plugins/bubbles.tex                  |    4 +--
 manual/plugins/chip8emulator.tex            |    8 +++----
 manual/plugins/cube.tex                     |    4 +--
 manual/plugins/demystify.tex                |    4 +--
 manual/plugins/dice.tex                     |    3 --
 manual/plugins/doom.tex                     |    4 +--
 manual/plugins/fire.tex                     |    4 +--
 manual/plugins/jpegviewer.tex               |    4 +--
 manual/plugins/mandelbrot.tex               |    6 +----
 manual/plugins/metronome.tex                |    2 -
 manual/plugins/minesweeper.tex              |    2 -
 manual/plugins/oscilloscope.tex             |    4 +--
 manual/plugins/robotfindskitten.tex         |    3 +-
 manual/plugins/rockblox.tex                 |    6 ++---
 manual/plugins/rockboy.tex                  |    4 +--
 manual/plugins/solitaire.tex                |    4 +--
 manual/plugins/spacerocks.tex               |    4 +--
 manual/plugins/sudoku.tex                   |    4 +--
 manual/plugins/text_viewer.tex              |    2 -
 manual/plugins/vumeter.tex                  |    6 +----
 manual/rockbox_interface/main.tex           |    4 +--
 35 files changed, 85 insertions(+), 88 deletions(-)

Comment by Thomas Martitz (kugel.) - Tuesday, 29 January 2008, 00:10 GMT+1
Little fix (a hunk that should not be there). No no "functional" change.
   scroll_button_rename_manualv6.diff (30.1 KiB)
 configure_rockbox/sound_settings.tex |    4 ++--
 main_menu/fmradio.tex                |    9 ++++++---
 platform/e200.tex                    |   32 ++++++++++++++++----------------
 platform/ipod1g2g.tex                |    4 ++--
 platform/ipod3g.tex                  |    4 ++--
 platform/ipod4g.tex                  |    4 ++--
 platform/ipodcolor.tex               |    4 ++--
 platform/ipodmini.tex                |    4 ++--
 platform/ipodnano.tex                |    4 ++--
 platform/ipodvideo.tex               |    4 ++--
 plugins/blackjack.tex                |    4 ++--
 plugins/bounce.tex                   |    4 ++--
 plugins/brickmania.tex               |    4 +---
 plugins/bubbles.tex                  |    4 ++--
 plugins/chip8emulator.tex            |    8 ++++----
 plugins/cube.tex                     |    4 ++--
 plugins/demystify.tex                |    4 ++--
 plugins/dice.tex                     |    3 +--
 plugins/doom.tex                     |    4 ++--
 plugins/fire.tex                     |    4 ++--
 plugins/jpegviewer.tex               |    4 ++--
 plugins/mandelbrot.tex               |    6 ++----
 plugins/metronome.tex                |    2 +-
 plugins/minesweeper.tex              |    2 +-
 plugins/oscilloscope.tex             |    4 ++--
 plugins/robotfindskitten.tex         |    3 ++-
 plugins/rockblox.tex                 |    6 +++---
 plugins/rockboy.tex                  |    4 ++--
 plugins/solitaire.tex                |    4 ++--
 plugins/spacerocks.tex               |    4 ++--
 plugins/sudoku.tex                   |    4 ++--
 plugins/text_viewer.tex              |    2 +-
 plugins/vumeter.tex                  |    6 ++----
 rockbox_interface/main.tex           |    4 ++--
 34 files changed, 84 insertions(+), 87 deletions(-)

Loading...