RE: kevin: apps alarm_menu.c

2005-11-16 Thread Anton Oleynikov
What exactly makes this function called sync? My guess would be it syncs the message on multiple screens, because there is no parameter that specifies which screen message should be displayed on. Also, why oh why didn't you just make your new function use the same name? I really don't like

RE: folder navigation questions

2005-11-10 Thread Anton Oleynikov
folder navigation on main unit via either PLAY+LEFT/RIGHT PLAY used to do pause while music is playing. Does it first pause and then move back/forwards or how does it behave? It doesn't pause because pause is defined as BUTTON_ON | BUTTON_REL (with pre event) and skip as BUTTON_ON |

RE: amiconn: apps settings.c,1.319,1.320

2005-11-07 Thread Anton Oleynikov
What do you mean by that? Do you mean that directory navigation will be the only behaviour supported by Rockbox and that the current behaviour (i.e. stopping playback at the end of the last track in a directory) will not exist? Yes, if I recall correctly Linus suggested that since folder

RE: amiconn: apps settings.c,1.319,1.320

2005-11-07 Thread Anton Oleynikov
apps/playlist.c _is_ used by the Archos devices. You are probably confusing it with apps/playback.c Confusion came from the fact that mpeg.c has some internal procedures that have playlist name in them... Anton.

RE: detecting radio status in status bar

2005-11-06 Thread Anton Oleynikov
Subject: Re: detecting radio status in status bar Anton Oleynikov wrote: As audio_status() doesn't return anything when radio is playing I tried to add set_audio_status() function to playback.c, so that it can be called from radio code. In the current code, we have separate status

RE: len0x: apps settings.c,1.310,1.311

2005-11-04 Thread Anton Oleynikov
I don't see how this is relevant. Users are most often not skilled nor trained to make educated decisions on how the software should be done or work. They whine and request, sure, but we must take decisions on how the software should work because we see things in a wider perspective.

RE: len0x: apps settings.c,1.310,1.311

2005-11-03 Thread Anton Oleynikov
http://forums.rockbox.org/index.php?topic=1712.0 just usability improvement... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Stenberg Sent: Thursday, November 03, 2005 9:43 PM To: Rockbox Development Subject: Re: len0x: apps