Commit graph

43 commits

Author SHA1 Message Date
Jonathan Gordon
aa5b5d7c8e Fix FS#6739
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12633 a1c6a512-1295-4272-9138-f99709370657
2007-03-06 01:00:03 +00:00
Jonathan Gordon
ca701bf62e Add a function to get the actual button that was pressed (and some
status codes) instead of the action. Use this to figure out which screen 
to do prev/next page on in the lists


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12580 a1c6a512-1295-4272-9138-f99709370657
2007-03-04 07:45:12 +00:00
Jonathan Gordon
91cb68a1fb Introducing the root menu!
Blind users: get a new voice file as there are lots of lang changes and new strings.
FS#6630 or RootMenu on the wiki for more info. complaints to /dev/null :)



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12528 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 11:14:46 +00:00
Jonathan Gordon
2616505364 change the a-b buttons in the wps to work even if play is help down for a while before pressing left/right
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11760 a1c6a512-1295-4272-9138-f99709370657
2006-12-14 08:16:20 +00:00
Jens Arnold
a0f311355c Action code: Made all private functions & variables static. Better module 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
2006-12-12 07:55:17 +00:00
Peter D'Hoye
416acea2d8 More intuitive keymapping in pitch screen. Patch #6394 by Alexander Levin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11633 a1c6a512-1295-4272-9138-f99709370657
2006-11-30 23:18:56 +00:00
Martin Scarratt
f669797d07 Bookmark screen: fix buttons for both I-River remotes. fs#6251
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11501 a1c6a512-1295-4272-9138-f99709370657
2006-11-10 16:46:33 +00:00
Linus Nielsen Feltzing
3b99840019 Patch #6145 by Alexander Levin - Pitch adjustment in semitone steps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 09:19:40 +00:00
Magnus Holmgren
397c39badc H1x0/H3x0: Re-enable the 'big value step' (on+left or on+right) in the graphic equalizer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11440 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 19:37:43 +00:00
Martin Scarratt
1ab1f02dfe fix the bug where when scrolling text left in the filebrowser you could 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
2006-09-25 10:56:38 +00:00
Martin Scarratt
5dc08bbfb2 Support for I-river remotes in the radio screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11033 a1c6a512-1295-4272-9138-f99709370657
2006-09-23 12:22:01 +00:00
Martin Scarratt
50185441db tsk...commas and semi colons!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11026 a1c6a512-1295-4272-9138-f99709370657
2006-09-22 13:09:28 +00:00
Martin Scarratt
4598feec49 Fix warnings...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11025 a1c6a512-1295-4272-9138-f99709370657
2006-09-22 13:08:17 +00:00
Martin Scarratt
a982365711 Button action code implemented in the radio screen. Should get rid of all 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
2006-09-22 12:18:58 +00:00
Jens Arnold
fa9dee01bc Reverted the recording timer commit, as it has at least 2 major problems. (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
2006-09-18 12:41:12 +00:00
Martin Scarratt
7ef47ed876 Recording countdown timer: set timer in recording settings screen (max 1 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
2006-09-18 10:06:03 +00:00
Jonathan Gordon
e69e9cd817 more fixes for the iriver remotes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10869 a1c6a512-1295-4272-9138-f99709370657
2006-09-03 14:59:29 +00:00
Jonathan Gordon
85134105b9 make the pitch screen use the remote screen also, and fix non-lcd iriver remote for the screen (again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10865 a1c6a512-1295-4272-9138-f99709370657
2006-09-03 11:33:03 +00:00
Jonathan Gordon
bfe1cd17c6 fix pitch and quick screen keymaps for h100 lcd remote
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10864 a1c6a512-1295-4272-9138-f99709370657
2006-09-03 10:20:22 +00:00
Martin Scarratt
6e4c6ae78a fix key mappings for H1xx remote in quickscreen Spotted by David Rothenberger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10840 a1c6a512-1295-4272-9138-f99709370657
2006-09-01 08:35:27 +00:00
Martin Scarratt
62abb169a6 fix the other typo in the H1xx remote keymaps, Spotted by David Rothenberger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10839 a1c6a512-1295-4272-9138-f99709370657
2006-09-01 08:05:35 +00:00
Martin Scarratt
01e4201e44 Typo for H3xx remote button config, spotted by David Rothenberger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10832 a1c6a512-1295-4272-9138-f99709370657
2006-08-31 20:25:57 +00:00
Jonathan Gordon
2e3cfafa0b fixed the bookmark screen keys
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10714 a1c6a512-1295-4272-9138-f99709370657
2006-08-23 08:53:38 +00:00
Jonathan Gordon
66c4bd6e63 Stop lists wrapping when using page up/down
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10712 a1c6a512-1295-4272-9138-f99709370657
2006-08-23 08:35:31 +00:00
Martin Scarratt
11af807ce6 H300 remote Keyboard: No point in having Combis with directions, they dont work and all combis with NAVI not ON key.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10696 a1c6a512-1295-4272-9138-f99709370657
2006-08-22 16:49:14 +00:00
Martin Scarratt
0ba2204beb Button action code for the Virtual keyboard. Extra buttons for H1xx remote: 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
2006-08-22 13:21:13 +00:00
Jonathan Gordon
fe5e56c821 woops, more infinite loops removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10691 a1c6a512-1295-4272-9138-f99709370657
2006-08-22 09:00:27 +00:00
Jonathan Gordon
56a16d7b23 Action lists no longer automatically "chain" to the CONTEXT_STD unless explicitly told to
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10671 a1c6a512-1295-4272-9138-f99709370657
2006-08-21 11:28:29 +00:00
Jonathan Gordon
d12f81ddd4 fixed the settings action context, time/eq/colour chooser/dbug screens
should all work correctly again


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10670 a1c6a512-1295-4272-9138-f99709370657
2006-08-21 07:03:15 +00:00
Martin Scarratt
2a8dfd65b9 Just some comment editing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10667 a1c6a512-1295-4272-9138-f99709370657
2006-08-20 21:53:37 +00:00
Martin Scarratt
c8bd9129bf Button action code for recording screen. Shouldnt make any noticable difference in recording screen button operation except for H300 I-River remote, which should now work as expected, -10 button = LCD off
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10666 a1c6a512-1295-4272-9138-f99709370657
2006-08-20 21:33:40 +00:00
Martin Scarratt
d1ee44ae59 fix H1xx remote in filebrowser and some H3xx oddities, also TREE_OFF works now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10664 a1c6a512-1295-4272-9138-f99709370657
2006-08-20 13:35:01 +00:00
Hristo Kovachev
d198b4c32d Rework of iriver remote mappings, now follow the main screen layout. Please, test. Needs more work (especially for h300 NON-lcd remote), but is a good starting point.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10653 a1c6a512-1295-4272-9138-f99709370657
2006-08-19 08:00:20 +00:00
Martin Scarratt
d75fedf960 I-River Remote button support for yes/no screen. Also H1xx buttons = H3xx buttons for bookmarks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10645 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 10:07:27 +00:00
Martin Scarratt
c341da2385 Bookmark support for I-river remotes, also renamed bookmark delete button as it has changed to RECORD - Sorry Linus ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10643 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 09:31:00 +00:00
Martin Scarratt
4ef5573415 H3xx remote: restore stop button functionality in filebrowser Stop = Stop.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10641 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 07:58:49 +00:00
Martin Scarratt
5119b18e93 H1xx remote: restore functionality of stop button as back button in filebrowser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10639 a1c6a512-1295-4272-9138-f99709370657
2006-08-17 23:48:25 +00:00
Jonathan Gordon
07d3db2dec really fix the yes/no screen now, also id3 viewer shows the status bar
correctly


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10630 a1c6a512-1295-4272-9138-f99709370657
2006-08-17 09:28:04 +00:00
Jonathan Gordon
30f237303b bring back the Battery:Charging splash if you try turning off certain
targets with AC connected


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10628 a1c6a512-1295-4272-9138-f99709370657
2006-08-17 08:57:38 +00:00
Jonathan Gordon
f7db043fbc * fix pitchscreen
* 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
2006-08-16 14:14:16 +00:00
Jonathan Gordon
5e5bfabf67 * fixed the pitch screen key mappings for all targets, targets require a
mapping to access the screen from the wps


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10611 a1c6a512-1295-4272-9138-f99709370657
2006-08-16 13:25:45 +00:00
Jens Arnold
1fdb5bff39 Changed the button action code to allow both single-fire and multi-fire events to be triggered with _REPEAT. Also simplifies the code. * Made the button mapping tables const to save RAM when running rockbox from flash ROM. * Repaired button mappings for Ondio. * Repaired some more button mappings for player. * Added missing TREE_STOP for iriver, and fixed WPS skipping for recorder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10600 a1c6a512-1295-4272-9138-f99709370657
2006-08-16 00:32:45 +00:00
Linus Nielsen Feltzing
224c0a13eb Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10582 a1c6a512-1295-4272-9138-f99709370657
2006-08-15 12:27:07 +00:00