Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9308 - Differentiate between touchpad & touchscreen

Attached to Project: Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Friday, 22 August 2008, 14:25 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Saturday, 23 August 2008, 11:48 GMT+2
Task Type Patches
Category Operating System/Drivers
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 patch renames all BUTTON_TOUCHPAD & HAVE_TOUCHPAD to BUTTON_TOUCHSCREEN & HAVE_TOUCHSCREEN (including other derivatives).
   rockbox_touchscreen.diff (62.4 KiB)
 b/apps/SOURCES                                                   |    4 -
 b/apps/action.c                                                  |   20 ++---
 b/apps/action.h                                                  |   10 +-
 b/apps/gui/bitmap/list.c                                         |    6 -
 b/apps/gui/color_picker.c                                        |   12 +--
 b/apps/gui/list.c                                                |   10 +-
 b/apps/keymaps/keymap-touchscreen.c                              |    6 -
 b/apps/main.c                                                    |    4 -
 b/apps/plugin.c                                                  |    4 -
 b/apps/plugin.h                                                  |    4 -
 b/apps/plugins/CATEGORIES                                        |    2 
 b/apps/plugins/battery_bench.c                                   |    2 
 b/apps/plugins/blackjack.c                                       |    4 -
 b/apps/plugins/bounce.c                                          |    2 
 b/apps/plugins/brickmania.c                                      |   18 ++--
 b/apps/plugins/calculator.c                                      |    8 +-
 b/apps/plugins/chessbox/chessbox_pgn.h                           |    2 
 b/apps/plugins/chessclock.c                                      |    2 
 b/apps/plugins/chip8.c                                           |    2 
 b/apps/plugins/chopper.c                                         |    2 
 b/apps/plugins/cube.c                                            |    2 
 b/apps/plugins/doom/i_video.c                                    |    2 
 b/apps/plugins/fireworks.c                                       |    2 
 b/apps/plugins/flipit.c                                          |    4 -
 b/apps/plugins/invadrox.c                                        |    2 
 b/apps/plugins/jewels.c                                          |    4 -
 b/apps/plugins/jpeg.c                                            |    2 
 b/apps/plugins/lamp.c                                            |    2 
 b/apps/plugins/lib/SOURCES                                       |    2 
 b/apps/plugins/lib/pluginlib_actions.c                           |    8 +-
 b/apps/plugins/lib/touchscreen.c                                 |    4 -
 b/apps/plugins/lib/touchscreen.h                                 |    6 +
 b/apps/plugins/logo.c                                            |    2 
 b/apps/plugins/mandelbrot.c                                      |    2 
 b/apps/plugins/matrix.c                                          |    2 
 b/apps/plugins/midi/midiplay.c                                   |    2 
 b/apps/plugins/minesweeper.c                                     |   18 ++--
 b/apps/plugins/mosaique.c                                        |    2 
 b/apps/plugins/mp3_encoder.c                                     |    2 
 b/apps/plugins/mpegplayer/mpeg_settings.c                        |    2 
 b/apps/plugins/mpegplayer/mpegplayer.c                           |    4 -
 b/apps/plugins/oscilloscope.c                                    |    2 
 b/apps/plugins/pacbox/pacbox.h                                   |    2 
 b/apps/plugins/pegbox.c                                          |   22 ++---
 b/apps/plugins/plasma.c                                          |    8 +-
 b/apps/plugins/pong.c                                            |    8 +-
 b/apps/plugins/reversi/reversi-gui.h                             |    2 
 b/apps/plugins/rockblox.c                                        |    2 
 b/apps/plugins/rockboy/rockboy.c                                 |    4 -
 b/apps/plugins/rockpaint.c                                       |    2 
 b/apps/plugins/sliding_puzzle.c                                  |    4 -
 b/apps/plugins/snake.c                                           |    2 
 b/apps/plugins/snake2.c                                          |    2 
 b/apps/plugins/sokoban.c                                         |    4 -
 b/apps/plugins/solitaire.c                                       |    2 
 b/apps/plugins/spacerocks.c                                      |    2 
 b/apps/plugins/star.c                                            |    4 -
 b/apps/plugins/starfield.c                                       |    2 
 b/apps/plugins/stopwatch.c                                       |    2 
 b/apps/plugins/sudoku/sudoku.h                                   |    2 
 b/apps/plugins/superdom.c                                        |    2 
 b/apps/plugins/test_touchscreen.c                                |   24 +++---
 b/apps/plugins/viewer.c                                          |    2 
 b/apps/plugins/vu_meter.c                                        |    2 
 b/apps/plugins/wormlet.c                                         |    2 
 b/apps/plugins/xobox.c                                           |    2 
 b/apps/plugins/zxbox/keymaps.h                                   |    2 
 b/apps/plugins/zxbox/zxbox_keyb.c                                |    2 
 b/bootloader/mrobe500.c                                          |   18 ++--
 b/firmware/drivers/button.c                                      |    2 
 b/firmware/export/button.h                                       |   26 +++---
 b/firmware/export/config-cowond2.h                               |    2 
 b/firmware/export/config-mrobe500.h                              |    2 
 b/firmware/export/config-ondavx747.h                             |    2 
 b/firmware/target/arm/tcc780x/cowond2/button-cowond2.c           |   22 ++---
 b/firmware/target/arm/tcc780x/cowond2/button-target.h            |    2 
 b/firmware/target/arm/tms320dm320/mrobe-500/button-mr500.c       |   18 ++--
 b/firmware/target/arm/tms320dm320/mrobe-500/button-target.h      |    8 +-
 b/firmware/target/mips/ingenic_jz47xx/onda_vx747/button-target.h |    2 
 b/uisimulator/sdl/button.c                                       |   40 +++++-----
 b/uisimulator/sdl/uisdl.c                                        |    4 -
 81 files changed, 233 insertions(+), 231 deletions(-)

This task depends upon

Closed by  Maurus Cuelenaere (mcuelenaere)
Saturday, 23 August 2008, 11:48 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Accepted in r18338
Comment by Rob Purchase (shotofadds) - Friday, 22 August 2008, 15:41 GMT+2
I'm all for it, but maybe check with JdGordon as I think he came up with the original names.
Comment by Jonathan Gordon (jdgordon) - Saturday, 23 August 2008, 10:37 GMT+2
go for it :)

Loading...