Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Marco Martin
On Monday 21 March 2011, Rohan Garg wrote: > org.calligra-suite.stage-2619, thus you will need to keep this in mind > when accessing the interface.I'm also going to send a seprate mail to > the Calligra guys as to why they are appending the process id, since > it just makes dbus calls more cumberso

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Rohan Garg
Hey Actually there *is* a way to paint the presentation, calligra provides a method called exportPageThumbnail, it only appears when you start the presentation ( which is quite undestandable ) and this should help you paint some previews of the slides. But, there is a huge issue that i currently se

Re: Review Request: KDevelop sessions runner

2011-03-21 Thread Sebastian Kügler
> On March 21, 2011, 2:45 p.m., Aaron J. Seigo wrote: > > runners/kdevelopsessions/kdevelopsessions.cpp, lines 46-56 > > > > > > to prevent krunner from waking up all the time, this should go into a > > slot connect

Re: I can't get my QML plasmoid to work!

2011-03-21 Thread Farhad Hedayati-Fard
Added the plasmoid to plasma/farhad_hf/translator branch (applets/translator) and fixed the dataengine problems with Marco's help! Thanks Marco :) btw dataengine is renamed to org.kde.translator (in plasmaengineexplorer)... but the problem with the plasmoid is still there. Thanks Farhad _

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Sinny Kumari
Hi todd, Can you please share your IRC nick? Thanks On 3/21/11, Sinny Kumari wrote: > Oh!, really thanks todd for making it clear to me. > I read the idea > http://community.kde.org/GSoC/2011/Ideas#Project:_Plasma-based_Presentation_View > once again and realised that what you said is true. >

Subject: Re: Subject: Re: Subject: Plasmate status

2011-03-21 Thread Diego Casella ([Po]lentino)
> -- Messaggio inoltrato -- > From: Sebastian Kügler > To: plasma-devel@kde.org > Date: Fri, 18 Mar 2011 10:31:07 +0100 > Subject: Re: Subject: Re: Subject: Plasmate status > On Thursday, March 17, 2011 22:52:42 Diego Casella ([Po]lentino) wrote: > > The editor part, which is the m

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Sinny Kumari
Oh!, really thanks todd for making it clear to me. I read the idea http://community.kde.org/GSoC/2011/Ideas#Project:_Plasma-based_Presentation_View once again and realised that what you said is true. I think what Aaron suggested (using kpart) is good and implementing it will be not much difficult.

Re: Review Request: Expand last plugged device in Device Notifier applet

2011-03-21 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100904/#review2081 --- Ship it! nice little improvement :) - Aaron J. On March 21,

Re: GSOC proposal for Plasma Educational Desktop

2011-03-21 Thread Marco Martin
On Sunday 20 March 2011, karan pratap singh wrote: > Hi, > > With this I am sending the first draft of my Google Summer of Code proposal > for Plasma Educational Dekstop. > Please go through it and let me know where I can further improve it. > > A detailed critique would be nice if you have the t

Re: Review Request: Expand last plugged device in Device Notifier applet

2011-03-21 Thread Aurélien Gâteau
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100904/ --- (Updated March 21, 2011, 4:06 p.m.) Review request for Plasma and Aaron J.

Review Request: Expand last plugged device in Device Notifier applet

2011-03-21 Thread Aurélien Gâteau
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100904/ --- Review request for Plasma and Aaron J. Seigo. Summary --- This patch

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Marco Martin
On Monday 21 March 2011, Sinny Kumari wrote: > I think the suggestions you gave are for displaying a plasmoid inside > kpresenter using a plasma kpart just like skrooge does it. However > this is not what the idea says. > > Sorry if I was not clear in my e-mail, but we want to implement it as > a

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread todd rme
On Mon, Mar 21, 2011 at 10:08 AM, Sinny Kumari wrote: > I think the suggestions you gave are for displaying a plasmoid inside > kpresenter using a plasma kpart just like skrooge does it. However > this is not what the idea says. Do you mean your idea or the original idea? I was the one who wrote

Re: Review Request: KDevelop sessions runner

2011-03-21 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100903/#review2080 --- runners/kdevelopsessions/kdevelopsessions.cpp

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Sinny Kumari
I think the suggestions you gave are for displaying a plasmoid inside kpresenter using a plasma kpart just like skrooge does it. However this is not what the idea says. Sorry if I was not clear in my e-mail, but we want to implement it as a plasmoid, a normal plasmoid on the Desktop. presentation

Re: I can't get my QML plasmoid to work!

2011-03-21 Thread Marco Martin
On Monday 21 March 2011, Farhad Hedayati-Fard wrote: > Hi! > I've written a QML plasmoid to test the translator dataengine > (plasma/farhad_hf/translator branch of kdeplasma-addons), but I can't get > it to work, code: the qml part works here, it's just the plugin loading of the google translate

Re: Review Request: KDevelop sessions runner

2011-03-21 Thread Pino Toscano
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100903/#review2079 --- The README file looks... not updated :) runners/kdevelopsessio

Review Request: KDevelop sessions runner

2011-03-21 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100903/ --- Review request for Plasma. Summary --- New KRunner plugin listing kde

Re: log of educatonal desktop meeting

2011-03-21 Thread Marco Martin
On Monday 21 March 2011, Aaron J. Seigo wrote: > On Sunday, March 20, 2011, Marco Martin wrote: > > Hi all, > > unfortunately there weren't many people to the meeting for the > > educational desktop gsoc. > > yes, sorry i couldn't make it; i uexpectedly ended up stuck out in the > countryside w/ou

I can't get my QML plasmoid to work!

2011-03-21 Thread Farhad Hedayati-Fard
Hi! I've written a QML plasmoid to test the translator dataengine (plasma/farhad_hf/translator branch of kdeplasma-addons), but I can't get it to work, code: import Qt 4.7 import org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.plasm

Re: log of educatonal desktop meeting

2011-03-21 Thread Aaron J. Seigo
On Sunday, March 20, 2011, Marco Martin wrote: > Hi all, > unfortunately there weren't many people to the meeting for the educational > desktop gsoc. yes, sorry i couldn't make it; i uexpectedly ended up stuck out in the countryside w/out internet yesterday afternoon. > to have condensed in a co

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Aaron J. Seigo
On Monday, March 21, 2011, Thorsten Zachmann wrote: > Hello Sinny, > > On Monday, March 21, 2011 04:52:08 Sinny Kumari wrote: > > CC'ing to plasma-devel, thanks for the suggestion todd. > > > > On Mon, Mar 21, 2011 at 1:31 AM, todd rme wrote: > > > On Sun, Mar 20, 2011 at 1:17 PM, Sinny Kumari

Re: Plasma-based presentation view for calligra-stage

2011-03-21 Thread Thorsten Zachmann
Hello Sinny, On Monday, March 21, 2011 04:52:08 Sinny Kumari wrote: > CC'ing to plasma-devel, thanks for the suggestion todd. > > On Mon, Mar 21, 2011 at 1:31 AM, todd rme wrote: > > On Sun, Mar 20, 2011 at 1:17 PM, Sinny Kumari wrote: > >> HI! > >> > >> I am working on idea > >> http://commun