Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
444b4931c7 | ||
|
|
ed4c2a549c | ||
|
|
8251ffdcc4 | ||
|
|
35841d38e5 | ||
|
|
7dd1a76242 | ||
|
|
dbe2e6cdf6 | ||
|
|
1190acefd8 | ||
|
|
d79583f1e0 | ||
|
|
79a4ace357 |
17 changed files with 138 additions and 26 deletions
|
|
@ -2608,7 +2608,8 @@ static bool toggle_usb_serial(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef USB_ENABLE_HID
|
||||
/* Disable HID handling for the release */
|
||||
#if 0
|
||||
static bool hid_send_cmd(consumer_usage_page_t cmd, char *msg)
|
||||
{
|
||||
(void)msg;
|
||||
|
|
@ -2792,7 +2793,8 @@ static const struct the_menu_item menuitems[] = {
|
|||
#if defined(ROCKBOX_HAS_LOGF) && defined(USB_ENABLE_SERIAL)
|
||||
{"USB Serial driver (logf)", toggle_usb_serial },
|
||||
#endif
|
||||
#if defined(USB_ENABLE_HID)
|
||||
/* Disable HID handling for the release */
|
||||
#if 0
|
||||
{"USB HID play/pause", usb_hid_send_play_pause },
|
||||
{"USB HID stop", usb_hid_send_stop },
|
||||
{"USB HID prev track", usb_hid_send_scan_previous_track },
|
||||
|
|
|
|||
|
|
@ -768,8 +768,9 @@ long gui_wps_show(void)
|
|||
break;
|
||||
#endif /* HAVE_TOUCHSCREEN */
|
||||
case ACTION_REDRAW: /* yes are locked, just redraw */
|
||||
/* fall througgh */
|
||||
case ACTION_NONE: /* Timeout, do an partial update */
|
||||
wps_state.do_full_update = true;
|
||||
break;
|
||||
case ACTION_NONE: /* Timeout, do a partial update */
|
||||
update = true;
|
||||
ffwd_rew(button); /* hopefully fix the ffw/rwd bug */
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -64,12 +64,15 @@ void viewport_set_defaults(struct viewport *vp, enum screen_type screen)
|
|||
vp->x = 0;
|
||||
vp->width = screens[screen].lcdwidth;
|
||||
|
||||
vp->y = showing_bars(screen)?STATUSBAR_HEIGHT:0;
|
||||
vp->height = screens[screen].lcdheight - vp->y;
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
vp->drawmode = DRMODE_SOLID;
|
||||
vp->font = FONT_UI; /* default to UI to discourage SYSFONT use */
|
||||
|
||||
vp->y = showing_bars(screen)?STATUSBAR_HEIGHT:0;
|
||||
#else
|
||||
vp->y = 0;
|
||||
#endif
|
||||
vp->height = screens[screen].lcdheight - vp->y;
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
/* We only need this test if there is a remote LCD */
|
||||
|
|
|
|||
|
|
@ -1922,15 +1922,15 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Beep Volume"
|
||||
swcodec: "Track Skip Beep"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Piep-Lautstärke"
|
||||
swcodec: "Piepen bei Titelwechsel"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Piep-Lautstärke"
|
||||
swcodec: "Piepen bei Titelwechsel"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -12349,3 +12349,68 @@
|
|||
speaker: "Lautsprecher einschalten"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PREVENT_SKIPPING
|
||||
desc: in Settings -> Playback Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Prevent Track Skipping"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Titelwechsel verhindern"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Titelwechsel verhindern"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_POINT
|
||||
desc: in Settings -> General -> System menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Absolute Point"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Direktes Berühren"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Direktes Berühren"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_GRID
|
||||
desc: in Settings -> General -> System menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "3x3 Grid"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "3x3-Gitter"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "3x3-Gitter"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_MODE
|
||||
desc: in Settings -> General -> System menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Mode"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Touchscreen-Modus"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Touchscreen-Modus"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
|
|
@ -1877,7 +1877,7 @@
|
|||
*: "Track Gain if Shuffling"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Landas ng tubo kong balasahin"
|
||||
*: "Landas ng tubo kung balasahin"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Track Gain if Shuffling"
|
||||
|
|
@ -6000,7 +6000,7 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording: "What to do when Splitting"
|
||||
recording: "Ano gawin kung hatiin"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -6119,7 +6119,7 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording: "Directory"
|
||||
recording: "Listahan"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -6153,7 +6153,7 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording: "Set As Recording Directory"
|
||||
recording: "Ilagay Listahan ng rekording"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -6170,7 +6170,7 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording: "Clear Recording Directory"
|
||||
recording: "Alisin Listahan ng rekording"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -12411,3 +12411,37 @@
|
|||
*: "Gaya ng numero"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TIMESTRETCH
|
||||
desc: timestretch enable
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Timestretch"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Pahabain ang oras"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Pahabain ang oras"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SPEED
|
||||
desc: timestretch speed
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Speed"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Tulin"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Tulin"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
|
|
@ -111,7 +111,8 @@ static int handle_usb_events(void)
|
|||
while(1)
|
||||
{
|
||||
int button;
|
||||
#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID)
|
||||
/* Disable HID handling for the release */
|
||||
#if 0 /*defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) */
|
||||
bool hid_enabled = usb_core_driver_enabled(USB_DRIVER_HID);
|
||||
|
||||
if (hid_enabled)
|
||||
|
|
|
|||
|
|
@ -793,7 +793,7 @@ const struct settings_list settings[] = {
|
|||
"sort files", "alpha,oldest,newest,type", NULL, 4,
|
||||
ID2P(LANG_SORT_ALPHA), ID2P(LANG_SORT_DATE),
|
||||
ID2P(LANG_SORT_DATE_REVERSE) , ID2P(LANG_SORT_TYPE)),
|
||||
CHOICE_SETTING(0, interpret_numbers, LANG_SORT_INTERPRET_NUMBERS, 1,
|
||||
CHOICE_SETTING(0, interpret_numbers, LANG_SORT_INTERPRET_NUMBERS, 0,
|
||||
"sort interpret number", "digits,numbers",NULL, 2,
|
||||
ID2P(LANG_SORT_INTERPRET_AS_DIGIT),
|
||||
ID2P(LANG_SORT_INTERPRET_AS_NUMBERS)),
|
||||
|
|
|
|||
|
|
@ -180,7 +180,8 @@
|
|||
|
||||
/* enable these for the experimental usb stack */
|
||||
#define HAVE_USBSTACK
|
||||
#define USE_ROCKBOX_USB
|
||||
/*Disable USB for the release due to charging issues */
|
||||
/*#define USE_ROCKBOX_USB*/
|
||||
#define USB_VENDOR_ID 0x05ac
|
||||
#define USB_PRODUCT_ID 0x1203
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,8 @@
|
|||
|
||||
/* enable these for the experimental usb stack */
|
||||
#define HAVE_USBSTACK
|
||||
#define USE_ROCKBOX_USB
|
||||
/*Disable USB for the release due to charging issues */
|
||||
/*#define USE_ROCKBOX_USB*/
|
||||
#define USB_VENDOR_ID 0x05ac
|
||||
#define USB_PRODUCT_ID 0x1204
|
||||
|
||||
|
|
|
|||
|
|
@ -176,7 +176,8 @@
|
|||
|
||||
/* enable these for the experimental usb stack */
|
||||
#define HAVE_USBSTACK
|
||||
#define USE_ROCKBOX_USB
|
||||
/*Disable USB for the release due to charging issues */
|
||||
/*#define USE_ROCKBOX_USB*/
|
||||
#define USB_VENDOR_ID 0x05ac
|
||||
#define USB_PRODUCT_ID 0x1205
|
||||
|
||||
|
|
|
|||
|
|
@ -183,7 +183,8 @@
|
|||
|
||||
/* enable these for the experimental usb stack */
|
||||
#define HAVE_USBSTACK
|
||||
#define USE_ROCKBOX_USB
|
||||
/*Disable USB for the release due to charging issues */
|
||||
/*#define USE_ROCKBOX_USB*/
|
||||
#define USB_VENDOR_ID 0x05ac
|
||||
#define USB_PRODUCT_ID 0x1205
|
||||
|
||||
|
|
|
|||
|
|
@ -167,7 +167,8 @@
|
|||
|
||||
/* enable these for the experimental usb stack */
|
||||
#define HAVE_USBSTACK
|
||||
#define USE_ROCKBOX_USB
|
||||
/*Disable USB for the release due to charging issues */
|
||||
/*#define USE_ROCKBOX_USB*/
|
||||
#define USB_VENDOR_ID 0x05ac
|
||||
#define USB_PRODUCT_ID 0x120a
|
||||
|
||||
|
|
|
|||
|
|
@ -191,7 +191,8 @@
|
|||
|
||||
/* enable these for the experimental usb stack */
|
||||
#define HAVE_USBSTACK
|
||||
#define USE_ROCKBOX_USB
|
||||
/*Disable USB for the release due to charging issues */
|
||||
/*#define USE_ROCKBOX_USB*/
|
||||
#define USB_VENDOR_ID 0x05ac
|
||||
#define USB_PRODUCT_ID 0x1209
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.3";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.3";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.3";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
|
|
|||
|
|
@ -83,5 +83,5 @@ else
|
|||
fi
|
||||
fi
|
||||
VERSION=$VER-`date -u +%y%m%d`
|
||||
echo $VERSION
|
||||
echo "3.3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue