summaryrefslogtreecommitdiff
path: root/apps/keymaps (follow)
Commit message (Collapse)AuthorAge
* Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ↵Dave Chapman2007-01-14
| | | | | | simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12008 a1c6a512-1295-4272-9138-f99709370657
* Add Volume Up/Down buttons to keymap for WPSGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11913 a1c6a512-1295-4272-9138-f99709370657
* Enable Morse mode for virtual keyboard on h10 players and make it possible ↵Nils Wallménius2007-01-04
| | | | | | to enter line edit while in Morse mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11911 a1c6a512-1295-4272-9138-f99709370657
* fix the POWER button to leave the WPSMarcoen Hirschberg2006-12-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11852 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#6085, recorder can use on+left/right to set A-B markers andJonathan Gordon2006-12-28
| | | | | | | on+off to reset them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11849 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#6379 .ipod yesno screen asks for SELECT not PLAYJonathan Gordon2006-12-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11841 a1c6a512-1295-4272-9138-f99709370657
* Enable morse mode in the virtual keyboard for Ipods. Keymap changes in VK: ↵Martin Scarratt2006-12-18
| | | | | | Play(instead of long select) - accept & exit, Long menu - toggle morse mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11803 a1c6a512-1295-4272-9138-f99709370657
* FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod ↵Barry Wardell2006-12-18
| | | | | | | | | | | | | | | | | | | | Color, iPod Nano). * Fix failed compile of enc_config.c when HAVE_MPEG2_SAMPR is not defined. * Fix bug in AIFF encoder header creation on little endian targets. * Add recording screen keymaps for H10 and iPod. * Move pcm_playback PP specific code to target tree. * Add recording code to wmcodec drivers. * Add pcm_record code. Some problems still remain: * Playback doesn't work after recording until Rockbox is restarted. * Gain control not implemented. * Only 16-bit/44KHz for now. The hardware should be capable of up to 24-bit/96KHz. * Line-in recording not tested on H10. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11794 a1c6a512-1295-4272-9138-f99709370657
* change the a-b buttons in the wps to work even if play is help down for a ↵Jonathan Gordon2006-12-14
| | | | | | while before pressing left/right git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11760 a1c6a512-1295-4272-9138-f99709370657
* Action code: Made all private functions & variables static. Better module ↵Jens Arnold2006-12-12
| | | | | | separation, and it saves a bit of binary size. * Added a few missing 'const's. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11730 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#6365 by Stephane Doyon, Fix x5 bookmark screen keysJonathan Gordon2006-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11647 a1c6a512-1295-4272-9138-f99709370657
* Improved Sansa keymap. Based on version provided by Pavel Gnelitsa.Barry Wardell2006-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11640 a1c6a512-1295-4272-9138-f99709370657
* More intuitive keymapping in pitch screen. Patch #6394 by Alexander Levin.Peter D'Hoye2006-11-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11633 a1c6a512-1295-4272-9138-f99709370657
* Moved archos button reading to target tree. * Cleanup of button.[ch]. * ↵Jens Arnold2006-11-27
| | | | | | Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11612 a1c6a512-1295-4272-9138-f99709370657
* Bookmark screen: fix buttons for both I-River remotes. fs#6251Martin Scarratt2006-11-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11501 a1c6a512-1295-4272-9138-f99709370657
* Fix keymapping for pitchscreen on ipods - PLAY is now used to toggle between ↵Dave Chapman2006-11-06
| | | | | | percentage and semitone modes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11444 a1c6a512-1295-4272-9138-f99709370657
* Patch #6145 by Alexander Levin - Pitch adjustment in semitone stepsLinus Nielsen Feltzing2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
* H1x0/H3x0: Re-enable the 'big value step' (on+left or on+right) in the ↵Magnus Holmgren2006-11-05
| | | | | | graphic equalizer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11440 a1c6a512-1295-4272-9138-f99709370657
* Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ↵Barry Wardell2006-10-26
| | | | | | nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11351 a1c6a512-1295-4272-9138-f99709370657
* Handle repeating scroll events in the ipod virtual keyboardDave Chapman2006-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11327 a1c6a512-1295-4272-9138-f99709370657
* Add keymap for A-B repeat on H10 and enable support for it.Barry Wardell2006-10-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11238 a1c6a512-1295-4272-9138-f99709370657
* $Id was not getting updated in keymap-x5.c (Was '$Id $')Michael Sevakis2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11204 a1c6a512-1295-4272-9138-f99709370657
* Made EQ and color chooser buttons work with remote. Fixed the date/time ↵Michael Sevakis2006-10-12
| | | | | | screen mappings on main unit (no date/time settings are possible from remote yet). Rearranged mappings and switch statements into alphabetical order for easier reference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11203 a1c6a512-1295-4272-9138-f99709370657
* -/+ keys were backwards in the settings lists (aparently)Jonathan Gordon2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11198 a1c6a512-1295-4272-9138-f99709370657
* Restored context menu to x5 remoteMichael Sevakis2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11192 a1c6a512-1295-4272-9138-f99709370657
* Add the bookmark context to the X5 keymapLinus Nielsen Feltzing2006-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11156 a1c6a512-1295-4272-9138-f99709370657
* Player: repair pause vs. context menu behaviour in WPS.Jens Arnold2006-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11152 a1c6a512-1295-4272-9138-f99709370657
* fix the wps context menu, and re-add page up/down in the tree for the recorderJonathan Gordon2006-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11128 a1c6a512-1295-4272-9138-f99709370657
* Fix bug introduced when support for the H10 Remote was added where pushing ↵Barry Wardell2006-09-30
| | | | | | Play on the actual H10 itself would not resume playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11098 a1c6a512-1295-4272-9138-f99709370657
* Add support for H10 remote. Remote buttons have the same keymappings as ↵Barry Wardell2006-09-29
| | | | | | their counterparts on the H10 itself, with vol-/vol+ being the same as scroll up/down. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11093 a1c6a512-1295-4272-9138-f99709370657
* Fix X5 radio buttonsMartin Scarratt2006-09-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11054 a1c6a512-1295-4272-9138-f99709370657
* fix the bug where when scrolling text left in the filebrowser you could ↵Martin Scarratt2006-09-25
| | | | | | suddenly find yourself in the root directory. A long press on the left scrolling button will still take you to the root quickly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11042 a1c6a512-1295-4272-9138-f99709370657
* Support for I-river remotes in the radio screenMartin Scarratt2006-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11033 a1c6a512-1295-4272-9138-f99709370657
* Enable FM_MODE button and add new fm context types - now the radio should be ↵Martin Scarratt2006-09-23
| | | | | | fine! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11032 a1c6a512-1295-4272-9138-f99709370657
* some fixes for X5 remote, still needs a major rework.Rani Hod2006-09-23
| | | | | | | | Now pitch screen and quick screen are usable (and exitable...) as well as tree/menu navigation. The latter is not consistent yet, though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11029 a1c6a512-1295-4272-9138-f99709370657
* tsk...commas and semi colons!Martin Scarratt2006-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11026 a1c6a512-1295-4272-9138-f99709370657
* Fix warnings...Martin Scarratt2006-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11025 a1c6a512-1295-4272-9138-f99709370657
* Button action code implemented in the radio screen. Should get rid of all ↵Martin Scarratt2006-09-22
| | | | | | thos wierd doublepress bugs and you can edit your presets again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11024 a1c6a512-1295-4272-9138-f99709370657
* Reverted the recording timer commit, as it has at least 2 major problems. ↵Jens Arnold2006-09-18
| | | | | | (1) It uses the user timer, which interferes e.g. with backlight fading on H1x0 (and potentially other targets). Using the user timer here is a waste, as the required timing lies in the range of seconds to days. A tick task would be sufficient. (2) It draws to the LCD from within an ISR. This must not be done unless there's a mechanism to ensure it doesn't interfere with the main thread's drawing, otherwise garbage might be displayed and LCD updates might stop working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10991 a1c6a512-1295-4272-9138-f99709370657
* Recording countdown timer: set timer in recording settings screen (max 1 ↵Martin Scarratt2006-09-18
| | | | | | week countdown), start/pause timer in recording screen by pressing the pause button. If you have a separate record button then this will override the timer and start to record. Icon at bottom right of screen indicates timer is ticking. If you are in the recording screen when the countdown is over, recording will start automatically, if not then the icon will flash to indicate you should return to the recording screen to begin recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10990 a1c6a512-1295-4272-9138-f99709370657
* This should fix ondios to use MENU+LEFT/RIGHT combos for horizontalShachar Liberman2006-09-16
| | | | | | | scrolling lists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10964 a1c6a512-1295-4272-9138-f99709370657
* Here's the quickest fix ever: by a very quick look, it seems to meShachar Liberman2006-09-14
| | | | | | | | that the horizontal scrolling key tables are mixed up all around the source. so at least let's stop the ondio from using an already used key for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10945 a1c6a512-1295-4272-9138-f99709370657
* dont use power to go up a level in menus on x5 (blame jhMikeS) take 2Jonathan Gordon2006-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10930 a1c6a512-1295-4272-9138-f99709370657
* dont use power to go up a level in menus on x5 (blame jhMikeS)Jonathan Gordon2006-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10929 a1c6a512-1295-4272-9138-f99709370657
* Fix keymap bug on H10 where powering off while in the WPS brings up the menu ↵Barry Wardell2006-09-10
| | | | | | first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10923 a1c6a512-1295-4272-9138-f99709370657
* New keymaps for H10. Makes the buttons much more intuitive and consistent. ↵Barry Wardell2006-09-10
| | | | | | FS5962, FS5945, FS5940 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10918 a1c6a512-1295-4272-9138-f99709370657
* more fixes for the iriver remotesJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10869 a1c6a512-1295-4272-9138-f99709370657
* make the pitch screen use the remote screen also, and fix non-lcd iriver ↵Jonathan Gordon2006-09-03
| | | | | | remote for the screen (again) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10865 a1c6a512-1295-4272-9138-f99709370657
* fix pitch and quick screen keymaps for h100 lcd remoteJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10864 a1c6a512-1295-4272-9138-f99709370657
* make the F1 key work a bit more reliably in the wpsJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10863 a1c6a512-1295-4272-9138-f99709370657