Nils Wallménius
|
414ee9fcc5
|
Fix wheel in sansa simulator, closes FS#7591
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14308 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-13 09:43:50 +00:00 |
|
Jens Arnold
|
729b25c326
|
Added iPod 1st/2nd gen simulator bits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14202 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-05 20:43:54 +00:00 |
|
Michael Sevakis
|
8584a6bb5d
|
Sim needs a duplicate of the button_get_data implementation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13961 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-22 21:17:19 +00:00 |
|
Jens Arnold
|
47bf6c5a5a
|
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13136 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-12 22:12:13 +00:00 |
|
Jens Arnold
|
54ea2e435e
|
Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12979 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-31 09:58:49 +00:00 |
|
Jens Arnold
|
85a226d4e7
|
Rename some macros to account for the recently added M5 port. No code changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-16 23:02:39 +00:00 |
|
Linus Nielsen Feltzing
|
e889480bbe
|
Make sure that the special simulator keys do not interfere with the button handler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12629 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 22:35:19 +00:00 |
|
Linus Nielsen Feltzing
|
ec3f0d5e49
|
UI simulator: You can now toggle the main and remote hold switches with the h and j keys. It does not filter any keys, though, it mainly toggles the hold state, for WPS testing etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12624 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 14:48:31 +00:00 |
|
Jonathan Gordon
|
e6bf827a75
|
pressing u in the sim simulates usb. press u again to "disconnect"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12437 a1c6a512-1295-4272-9138-f99709370657
|
2007-02-21 14:32:41 +00:00 |
|
Jens Arnold
|
3a37f46fc9
|
Fix CONFIG_BACKLIGHT warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12393 a1c6a512-1295-4272-9138-f99709370657
|
2007-02-18 10:07:27 +00:00 |
|
Dave Chapman
|
d64e626387
|
Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI 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
|
2007-01-14 13:48:09 +00:00 |
|
Michael Sevakis
|
4b902679cc
|
Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11818 a1c6a512-1295-4272-9138-f99709370657
|
2006-12-19 16:50:07 +00:00 |
|
Jens Arnold
|
780f79e7a4
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11504 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-10 20:26:01 +00:00 |
|
Barry Wardell
|
24f4a2a8cf
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the 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
|
2006-10-26 13:38:09 +00:00 |
|
Barry Wardell
|
5db8081822
|
Fix build errors in H100 and H300 UI simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11306 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 23:22:34 +00:00 |
|
Barry Wardell
|
d5e628f4ed
|
Simplify the numeric keypad -> device button mapping in the UI simulator for all targets. Split the mapping by target keypad type, rather that by what button a target has. Also, add a mapping for the Sansa e200 series.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11304 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 22:34:09 +00:00 |
|
Tomasz Malesinski
|
a19032c550
|
Iriver iFP7xx support in simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10650 a1c6a512-1295-4272-9138-f99709370657
|
2006-08-18 19:14:11 +00:00 |
|
Hristo Kovachev
|
1792170633
|
Add remote_type() to the uisim for h100/h300 builds. Use the "t" key to switch between remote types (only changes the remote_type()'s return value for now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10577 a1c6a512-1295-4272-9138-f99709370657
|
2006-08-15 08:33:38 +00:00 |
|
Hristo Kovachev
|
9dc0e62229
|
Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10521 a1c6a512-1295-4272-9138-f99709370657
|
2006-08-11 08:35:27 +00:00 |
|
Antoine Cellerier
|
ebfb4f3ab2
|
Bind F8 key to "on" button (usefull if you don't have a numpad)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10287 a1c6a512-1295-4272-9138-f99709370657
|
2006-07-22 23:10:51 +00:00 |
|
Peter D'Hoye
|
5aa017b040
|
Simulator: map ESC key to POWER button as a way to exit plugins. Patch #5681 by Rani Hod (RaeNye).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10244 a1c6a512-1295-4272-9138-f99709370657
|
2006-07-19 00:39:30 +00:00 |
|
Jens Arnold
|
8325e0bf24
|
Implemented screendump for the player sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9977 a1c6a512-1295-4272-9138-f99709370657
|
2006-05-23 07:48:43 +00:00 |
|
Hristo Kovachev
|
a70c6b9b1e
|
Patch #4913 by David Rothenberger with some changes by me: add only backlight on first keypress to the lcd remotes, too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9253 a1c6a512-1295-4272-9138-f99709370657
|
2006-03-25 19:16:45 +00:00 |
|
Björn Stenberg
|
da5fb18bca
|
New option: First keypress enables backlight only. Patch #2920 by Nicolas Pennequin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9228 a1c6a512-1295-4272-9138-f99709370657
|
2006-03-24 13:47:24 +00:00 |
|
Marcoen Hirschberg
|
4e96f7df9f
|
make the enter key work again in the windows SDL sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8976 a1c6a512-1295-4272-9138-f99709370657
|
2006-03-09 13:55:10 +00:00 |
|
Marcoen Hirschberg
|
338e2bbb0c
|
first gigabeat commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
|
2006-02-24 15:42:52 +00:00 |
|
Jens Arnold
|
237d3c4c4b
|
Adaptive button repeat: adapts repeat rate depending on the ability of the application to cope. Avoids afterscroll and similar effects. * Yield while scrolling through lists.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8738 a1c6a512-1295-4272-9138-f99709370657
|
2006-02-19 13:34:12 +00:00 |
|
Dan Everton
|
853085ccc8
|
Reverse scroll forwardd/back button mapping for iPod in the SDL sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8690 a1c6a512-1295-4272-9138-f99709370657
|
2006-02-14 11:46:18 +00:00 |
|
Linus Nielsen Feltzing
|
621bcc2294
|
The simulator should use the keypad period key, not the regular one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8568 a1c6a512-1295-4272-9138-f99709370657
|
2006-02-04 23:15:15 +00:00 |
|
Linus Nielsen Feltzing
|
fc72c53758
|
Patch #1417462 by Dan Everton - Improved SDL simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8546 a1c6a512-1295-4272-9138-f99709370657
|
2006-02-03 15:19:58 +00:00 |
|