[Freevo-devel] Setting the window geometry and offset

2007-12-07 Thread Jelle Plantenberg
Hi all, I'm trying to get freevo to open up at a pre-defined window position. So far, I've scanned the pygame code and it seems that this libary doesn't support setting the size as well as the offset of a new window. As a workaround, I made a small script which runs as OSD_SDL_EXEC_AFTER_STARTUP,

[Freevo-devel] Event Device Licence

2007-12-07 Thread Dirk Meyer
Hi, Duncan, who is the other of evdev.py? I want to include it into kaa.base but kaa.base is LGPL. Dischi -- Press any key to continue or any other key to quit... pgpdhbJ0NgT7J.pgp Description: PGP signature - SF.Net ema

Re: [Freevo-devel] Setting the window geometry and offset

2007-12-07 Thread Duncan Webb
Jelle Plantenberg wrote: > Hi all, > > I'm trying to get freevo to open up at a pre-defined window position. So > far, I've scanned the pygame code and it seems that this libary doesn't > support setting the size as well as the offset of a new window. > > As a workaround, I made a small script wh

Re: [Freevo-devel] Getting the dimensions of a skin area?

2007-12-07 Thread Duncan Webb
Brett Granger wrote: > Is there an official (or any other) way in the 1.x tree for a plugin or > other piece of code to determine the properly scaled dimensions of a > skin area? For example, the Plugin_Area class says "in this area all > plugins can draw," but how would a plugin go about findi

Re: [Freevo-devel] 1.7.4 BUG: TV Guide (also in 1.7.3)

2007-12-07 Thread Brett Granger
I sent an earlier reply to this email which hasn't made it through to the list, perhaps because I attached a diff. That message may or may not eventually make it through to the list, but I resend my one-line fixes to the two bugs in-line as plain text below... --Brett Michael Beal wrote: > B

Re: [Freevo-devel] 1.7.4 BUG: TV Guide (also in 1.7.3)

2007-12-07 Thread Brett Granger
Michael Beal wrote: Behaviour: When scrolling through TV Guide, cannot return to channel contained in TV_CHANNELS[0].id when using MENU_DOWN. Paging also fails with MENU_PAGEUP. Hi Michael, Attached is a diff which fixes that bug for me (it also happens in 1.7.2, and probably earlier).

[Freevo-devel] 1.7.4 BUG: TV Guide (also in 1.7.3)

2007-12-07 Thread Michael Beal
Behaviour: When scrolling through TV Guide, cannot return to channel contained in TV_CHANNELS[0].id when using MENU_DOWN. Paging also fails with MENU_PAGEUP. Steps to repeat bug with MENU_DOWN: 1) Go to TV Guide 2) Press MENU_DOWN until TV Guide scrolls one line. 3) Press MENU_UP until TV Guide

[Freevo-devel] 1.7.4 REGRESSION: TV tuning

2007-12-07 Thread Michael Beal
Please find attached unified DIFF for ivtv_xine_tv.py to fix channel change regression from 1.7.3. This DIFF also handles disabling the ivtv_xine_tv.py's internal MixerControl for use with sixmixer.py and adding a "mixer.reset()" call to over ride xine's default audio settings on start up. TV

Re: [Freevo-devel] Event Device Licence

2007-12-07 Thread Duncan Webb
Dirk Meyer wrote: > Hi, > > Duncan, who is the other of evdev.py? I want to include it into > kaa.base but kaa.base is LGPL. Ahh at last the wiki ChangeLog and Tracker comes in useful :) http://sourceforge.net/tracker/index.php?func=detail&group_id=46652&atid=446898&aid=1579124 Pierre Ossman -

Re: [Freevo-devel] 1.7.4 BUG: TV Guide (also in 1.7.3)

2007-12-07 Thread Duncan Webb
Michael Beal wrote: > Behaviour: > When scrolling through TV Guide, cannot return to channel contained in > TV_CHANNELS[0].id when using MENU_DOWN. Paging also fails with MENU_PAGEUP. Much older that 1.7.3, AFAICS it has been there forever and it is really a bit of an annoying bug. But I thought

Re: [Freevo-devel] [Freevo-cvslog] r10176 - branches/rel-1/freevo/src/tv/plugins

2007-12-07 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Author: duncan >> Date: Wed Dec 5 14:42:43 2007 >> New Revision: 10176 >> >> Log: >> Fixed the timer continuing to run after shutdown > > You can check the kaa.notifier.shutting_down You mean check the global variable shutting_down at the beginning of t

[Freevo-devel] Getting the dimensions of a skin area?

2007-12-07 Thread Brett Granger
Is there an official (or any other) way in the 1.x tree for a plugin or other piece of code to determine the properly scaled dimensions of a skin area? For example, the Plugin_Area class says "in this area all plugins can draw," but how would a plugin go about finding out what the x, y, width