backend phonon vlc : no sound and no video

2012-08-07 Thread quere_g
Hello, I want to use phonon vlc for Qt 4.8.2vs on Windows. The backend phonon vlc compiles fine but when I want to play a song with my application there is not sound and these messages appear : [00293bc0] main interface error: no suitable interface module [0029ee30] main audio output warning: PT

Call for Projects: University Collaboration in Toulouse

2012-08-07 Thread Kevin Ottens
Hello all, I have very good news, if everything goes well, I will have the opportunity to setup student projects at the University in collaboration with KDE again! We had a one year hiatus, and I have to admit I miss those projects dearly, so it'd be nice to resume the effort... I'd quite some wor

Re: Call for Projects: University Collaboration in Toulouse

2012-08-07 Thread Alexis Menard
On Aug 7, 2012, at 2:08 PM, Kevin Ottens wrote: > Hello all, > > I have very good news, if everything goes well, I will have the opportunity > to > setup student projects at the University in collaboration with KDE again! > We had a one year hiatus, and I have to admit I miss those projects d

Re: Call for Projects: University Collaboration in Toulouse

2012-08-07 Thread Alexis Menard
On Aug 7, 2012, at 4:47 PM, Alexis Menard wrote: > > On Aug 7, 2012, at 2:08 PM, Kevin Ottens wrote: > >> Hello all, >> >> I have very good news, if everything goes well, I will have the opportunity >> to >> setup student projects at the University in collaboration with KDE again! >> We ha

Using libk3b to burn an ISO

2012-08-07 Thread Anant Kamath
Hi, I'm trying to use libk3b for burning an ISO file : Here is the portion of code that I'm using (after creating a Kapplication object) : -- QString imageFile = "/home/anant/test.iso"; K3b::Core *c = new K3b::Core;