summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-h10.c (follow)
Commit message (Collapse)AuthorAge
* 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
* 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
* 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 #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
* 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
* 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 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
* 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
* Button action code for the Virtual keyboard. Extra buttons for H1xx remote: ↵Martin Scarratt2006-08-22
| | | | | | Vol-+ Cursor Left/Right. H3xx remote:-10/+10 Cursor Left/Right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10694 a1c6a512-1295-4272-9138-f99709370657
* Action lists no longer automatically "chain" to the CONTEXT_STD unless ↵Jonathan Gordon2006-08-21
| | | | | | explicitly told to git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10671 a1c6a512-1295-4272-9138-f99709370657
* fixed the settings action context, time/eq/colour chooser/dbug screensJonathan Gordon2006-08-21
| | | | | | | should all work correctly again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10670 a1c6a512-1295-4272-9138-f99709370657
* Add keymaps for pitchscreen and graphical equalizer on H10Barry Wardell2006-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10662 a1c6a512-1295-4272-9138-f99709370657
* * fix pitchscreenJonathan Gordon2006-08-16
| | | | | | | | | * stop yes/no screen eating the first press sometimes * add enter id3 button from wps in irivier * update keymap-h10 from Barry Wardell git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10614 a1c6a512-1295-4272-9138-f99709370657
* * Add keymap file for h10 (Thanks Barry Wardell)Jonathan Gordon2006-08-16
* Add a signalscreenchange to plugin_run so keys work coreclty after quiting plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10601 a1c6a512-1295-4272-9138-f99709370657