KDE Multimedia is now on Git!

2012-04-04 Thread Trever Fischer
Howdy, all. A few hours ago I finished pushing the last of the kdemultimedia repos to git. If you try and update subversion, you'll find most of the sources gone and replaced with a simple README. The git URLs for kdemultimedia can be found at each project's page on projects.kde.org https://proj

[GSOC] KDE game using Qt Quick

2012-04-04 Thread Avnee Nathani
Hi there, I would be interested in one of the ideas listed on the GSOC page - KDE games using QML ( Qt Quick). I am looking for a mentor to discuss this idea further, before submitting my proposal. Some info about myself, - I've been developing applications and games on Qt Quick for Nokia

Re: strange happenings (qdbus?) since 4.8.2

2012-04-04 Thread phanisvara das
On Wed, 04 Apr 2012 14:02:46 +0530, you wrote in : On Wed, 04 Apr 2012 13:51:53 +0530, Thomas Lübking wrote: random longer hangs of a single process usually means it's waiting for syc io ops in the gui thread - possibly a dead lock on some file. (though i think opera just does some private

Re: Project Idea for Google Summer of Code

2012-04-04 Thread Kevin Krammer
On Wednesday, 2012-04-04, Saras Leelodharry wrote: > Currently KDE has support to get and use Personal Information through > Akonadi. However it has little support for data-objects like documents and > photos which requires the application to use specific interfaces. Akonadi is data type agnostic

Re: Project Idea for Google Summer of Code

2012-04-04 Thread Myriam Schweingruber
Hi Saras, On Wed, Apr 4, 2012 at 00:58, Saras Leelodharry wrote: > I am currently a student at the University of Toronto, and Wish to > participate in the Google summer of code as a student. > >  I am looking for a mentor for the following project: > > I wish to create a 'social' filesystem usin

Project Idea for Google Summer of Code

2012-04-04 Thread Saras Leelodharry
I am currently a student at the University of Toronto, and Wish to participate in the Google summer of code as a student. I am looking for a mentor for the following project: I wish to create a 'social' filesystem using KIO. The filesystem would be able to map albums, documents, from services

Re: strange happenings (qdbus?) since 4.8.2

2012-04-04 Thread phanisvara das
On Wed, 04 Apr 2012 13:51:53 +0530, Thomas Lübking wrote: random longer hangs of a single process usually means it's waiting for syc io ops in the gui thread - possibly a dead lock on some file. (though i think opera just does some private ram -> disk mapping when you run oom) you could use s

Re: strange happenings (qdbus?) since 4.8.2

2012-04-04 Thread Thomas Lübking
unlikely the reason of your issue, see http://comments.gmane.org/gmane.comp.kde.devel.core/73464 and https://git.reviewboard.kde.org/r/103699/diff/2/ random longer hangs of a single process usually means it's waiting for syc io ops in the gui thread - possibly a dead lock on some file. (though i t

strange happenings (qdbus?) since 4.8.2

2012-04-04 Thread phanisvara das
since upgrading to KDE 4.8.2 (from openSUSE's KDE:/Distro:/Factory repo) yesterday, i find that ktorrent frequently freezes, without hogging CPU or RAM though. it simply stops responding for a few minutes but will come 'back to life' eventually. starting ktorrent from the command line, i ge