extend cart? was: [Freevo-devel] Burn CD Plugin v0.02

2004-07-27 Thread Mick
I had an idea a while back, to extend the cart plugin to allow for burning. I actually think would be the best method... Add files to cart, Then go to cart: (maybe menu here?) Then select what to do with files: -burn as audio cd -burn files to disc (data) -burn as DVD-VIDE

Re: [Freevo-devel] Burn CD Plugin v0.02

2004-07-27 Thread Mick
Are you the original author? I've been waiting to see a post re this for a while.. I'm hacking my way through a DVD-VIDEO writing plugin atm. However, I'm not skilled enough to follow your menu system, I like the way mine is gond to work (DVD'd take up to 1hr to _burn_, so i don't want the scree

[Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-27 Thread Dirk Meyer
Hans Meine wrote: > On Tuesday 27 July 2004 17:49, Dirk Meyer wrote: >> No, it's not that easy. The audio player is as fullscreen as the image >> viewer. > Why? (I understand that it covers the screen, but "fullscreen" IMO should be > exactly meaning: I do not want extra information on screen, whi

Re: [Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-27 Thread Hans Meine
On Tuesday 27 July 2004 17:49, Dirk Meyer wrote: > No, it's not that easy. The audio player is as fullscreen as the image > viewer. Why? (I understand that it covers the screen, but "fullscreen" IMO should be exactly meaning: I do not want extra information on screen, which is not the case.. > Bu

[Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-27 Thread Dirk Meyer
Hans Meine wrote: > On Tuesday 27 July 2004 16:19, Dirk Meyer wrote: >> I'm open the better ideas. What it does: eventhandler.append(self) >> adds self to the eventhandler list, setting the focus to self. If you >> remove self again, the focus will go to the app above. > I think this is fine, maybe

Re: [Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-27 Thread Hans Meine
On Tuesday 27 July 2004 16:19, Dirk Meyer wrote: > I'm open the better ideas. What it does: eventhandler.append(self) > adds self to the eventhandler list, setting the focus to self. If you > remove self again, the focus will go to the app above. I think this is fine, maybe "push" and "pop" would b

[Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-27 Thread Dirk Meyer
Matthieu Weber wrote: > On Tue 27.07.2004 at 02:00:46PM +0200, Dirk Meyer wrote: >> o The event stuff is deleted inside rc.py. There is a new file >> eventhandler.py with functions to post an event and to get the >> focus. Boxes from widgets also use the same way of getting the focus >> as ot

Re: [Freevo-devel] GUI info, brainstorming and questions

2004-07-27 Thread Matthieu Weber
On Tue 27.07.2004 at 02:00:46PM +0200, Dirk Meyer wrote: > Hi, > > as you know, I started moving around the gui code and made many > changes the last days. Here a list what I have done so far: > > o skin, osd and animation are inside the gui subdir. This dir has the > following structure: > >

[Freevo-devel] GUI info, brainstorming and questions

2004-07-27 Thread Dirk Meyer
Hi, as you know, I started moving around the gui code and made many changes the last days. Here a list what I have done so far: o skin, osd and animation are inside the gui subdir. This dir has the following structure: gui/__init__.py: Interface to the gui for all other parts of Freevo gu