Re: Code snippet review for plasmate

2009-05-27 Thread Shantanu Tushar Jha
On Tue, May 26, 2009 at 10:12 PM, Aaron J. Seigo wrote: > On Tuesday 26 May 2009, Shantanu Tushar Jha wrote: > > On Mon, May 25, 2009 at 8:16 PM, Aaron J. Seigo wrote: > > > On Monday 25 May 2009, Shantanu Tushar Jha wrote: > > > > (line number 36) KParts::Part *newPart = KService::createInstanc

Re: Photobox plasmoid

2009-05-27 Thread Reza Shah
Currently i still keep the souce at my computer :). My first try was using python and opencv. But i thought, it would be nice if i'm using another library within kde project. So i tried part of kopete to grab image. I think i need a library for these feature (not must all-in-one library): 1. Can

Re: Python Applet and configChanged

2009-05-27 Thread Petri Damstén
On Wednesday 27 May 2009 18:39:14 Richard Dale wrote: > As well as your patch don't we need a 'do nothing' default > implemtation of configChanged()? Yes, that's true. Committed patch with this addition. Petri signature.asc Description: This is a digitally signed message part.

Re: Photobox plasmoid

2009-05-27 Thread Shantanu Tushar Jha
On Thu, May 28, 2009 at 10:27 AM, Shantanu Tushar Jha wrote: > Yay!! Hey I've been wanting that for a long time :). What library are > you using to access the webcam? Is it openCV ? > > On Thu, May 28, 2009 at 4:36 AM, Reza Shah wrote: >> Hi, >> >> I'm developing a plasmoid to take photo or recor

Re: Photobox plasmoid

2009-05-27 Thread Shantanu Tushar Jha
Yay!! Hey I've been wanting that for a long time :). What library are you using to access the webcam? Is it openCV ? On Thu, May 28, 2009 at 4:36 AM, Reza Shah wrote: > Hi, > > I'm developing a plasmoid to take photo or record video using available > webcam. > The plasmoid name is Keren. > It's i

Re: Photobox plasmoid

2009-05-27 Thread Aaron J. Seigo
hi Reza .. On Wednesday 27 May 2009, Reza Shah wrote: > I'm developing a plasmoid to take photo or record video using available > webcam. cool :) have you uploaded the plasmoid anywhere, e.g. kde-look? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B

Re: Plasma & Netbook

2009-05-27 Thread Aaron J. Seigo
On Wednesday 27 May 2009, Artur Souza(MoRpHeUz) wrote: > On Wednesday 27 May 2009, 14:53 you wrote: > > hmm, i think a scrollbar is fine since a netbook is still quite > > mouse/touchpad based (regardless if it has a touchscreen or not) > > I was thinking about something like Canola's list view: yo

Photobox plasmoid

2009-05-27 Thread Reza Shah
Hi, I'm developing a plasmoid to take photo or record video using available webcam. The plasmoid name is Keren. It's indonesian means Cool :) It's still pretty basic now, just display frame from webcam and save it to file. I'm using library part of kopete to capture from webcam. Still do not ha

Re: Plasma & Netbook

2009-05-27 Thread Sebastian Kügler
On Wednesday 27 May 2009 22:46:36 Marco Martin wrote: > On Wednesday 27 May 2009, Sebastian Kügler wrote: > > On Wednesday 27 May 2009 13:32:06 Marco Martin wrote: > > > On Tuesday 26 May 2009, Artur Souza(MoRpHeUz) wrote: > > > > Yesterday's night I committed the first code regarding plasma on > >

Re: Plasma & Netbook

2009-05-27 Thread Artur Souza(MoRpHeUz)
On Wednesday 27 May 2009, 17:46 Marco Martin wrote: > this is the current current state: > http://imagebin.ca/view/iZPmvqM8.html > ok, so for a working thing (that still doesn't do much eh :p) > update playground/plasma/netbook/ to the last revision and build > everything, then use those two config

Re: Plasma & Netbook

2009-05-27 Thread Marco Martin
On Wednesday 27 May 2009, Sebastian Kügler wrote: > On Wednesday 27 May 2009 13:32:06 Marco Martin wrote: > > On Tuesday 26 May 2009, Artur Souza(MoRpHeUz) wrote: > > > Yesterday's night I committed the first code regarding plasma on > > > netbooks. I just created the SAL (search and launch) contai

Re: knotificationitem: api prettiness

2009-05-27 Thread Aaron J. Seigo
On Wednesday 27 May 2009, Richard Moore wrote: > On Wed, May 27, 2009 at 12:27 PM, Aaron J. Seigo wrote: > > On Tuesday 26 May 2009, Marco Martin wrote: > >> 1) we have two way to set icons: by name and by pixmap, right now by > >> name is setIcon() > >> by pixmap is setImage() > >> (that should r

Re: knotificationitem: api prettiness

2009-05-27 Thread Richard Moore
On Wed, May 27, 2009 at 12:27 PM, Aaron J. Seigo wrote: > On Tuesday 26 May 2009, Marco Martin wrote: >> 1) we have two way to set icons: by name and by pixmap, right now by name >> is setIcon() >> by pixmap is setImage() >> (that should reflect in dbus too) >> that looks a bit weird, would be bet

Re: Plasma & Netbook

2009-05-27 Thread Artur Souza(MoRpHeUz)
On Wednesday 27 May 2009, 14:53 you wrote: > hmm, i think a scrollbar is fine since a netbook is still quite > mouse/touchpad based (regardless if it has a touchscreen or not) I was thinking about something like Canola's list view: you scroll the list and has a scroll bar to indicate where you ar

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Ivan Čukić
> perhaps the currently active one per screen, for multi-monitor people? My head starts to hurt. I've totally forgot about that. Ok, so multi-screen +1 Cheerio ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasm

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Chani
On May 27, 2009 04:24:25 Aaron J. Seigo wrote: > On Wednesday 27 May 2009, Ivan Čukić wrote: > > I have one question, though. Since we now have the activity-per-virtual- > > desktop, and activity-per-screen-saver possibility, should we react on > > changes and always expose one current activity, or

Re: Python Applet and configChanged

2009-05-27 Thread Richard Dale
On Wed, May 27, 2009 at 2:55 PM, Petri Damstén wrote: > On Tuesday 26 May 2009 21:05:02 Aaron J. Seigo wrote: >> On Tuesday 26 May 2009, Petri Damstén wrote: >> > Yes, seems to be called only once now. I think it still gets called when >> > Cancel is pressed if configLoader == 0? >> >> this should

Re: Python Applet and configChanged

2009-05-27 Thread Aaron J. Seigo
On Wednesday 27 May 2009, Petri Damstén wrote: > On Tuesday 26 May 2009 21:05:02 Aaron J. Seigo wrote: > > On Tuesday 26 May 2009, Petri Damstén wrote: > > > Yes, seems to be called only once now. I think it still gets called > > > when Cancel is pressed if configLoader == 0? > > > > this should be

Re: Python Applet and configChanged

2009-05-27 Thread Petri Damstén
On Tuesday 26 May 2009 21:05:02 Aaron J. Seigo wrote: > On Tuesday 26 May 2009, Petri Damstén wrote: > > Yes, seems to be called only once now. I think it still gets called when > > Cancel is pressed if configLoader == 0? > > this should be better in trunk now. testing with the javascript > Plasma:

Re: Plasma & Netbook

2009-05-27 Thread Marco Martin
On Wednesday 27 May 2009, Sebastian Kügler wrote: > On Wednesday 27 May 2009 13:32:06 Marco Martin wrote: > > On Tuesday 26 May 2009, Artur Souza(MoRpHeUz) wrote: > > > Yesterday's night I committed the first code regarding plasma on > > > netbooks. I just created the SAL (search and launch) contai

Re: Plasma & Netbook

2009-05-27 Thread Artur Souza(MoRpHeUz)
On Wednesday 27 May 2009, 08:32 Marco Martin wrote: > still very rough, but achieved in a quite simple way: > the containment has an horizontal layout of two vertical ones order of > applets is decided by their saved position and they don't have a standard > background, there s only one big standar

Re: Plasma & Netbook

2009-05-27 Thread Sebastian Kügler
On Wednesday 27 May 2009 13:32:06 Marco Martin wrote: > On Tuesday 26 May 2009, Artur Souza(MoRpHeUz) wrote: > > Yesterday's night I committed the first code regarding plasma on > > netbooks. I just created the SAL (search and launch) containment basic > > files with place holders (just to have som

Re: Plasma & Netbook

2009-05-27 Thread Artur Souza(MoRpHeUz)
On Wednesday 27 May 2009, 07:32 Marco Martin wrote: > yeah, different containments/applets setup would be needed, probably > something could be recycled as is tough: > the shell and the SAL (well, probably it would look pretty much like a full > screen iphoneish icon grid probably :p) > and the "ap

Re: Plasma & Netbook

2009-05-27 Thread Sebastian Kügler
On Wednesday 27 May 2009 12:32:03 Marco Martin wrote: > anyways, i suppose tiny mids can wait for now, since targetting netbooks > looks way more realistic for now (and once we have one i think adapting it > won't be really hard software wise) That's actually what I would suggest as well. -- seba

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Ivan Čukić
> (cube/sphere/grid effects not-withstanding) i think we should just publish > the currently active one. > > or, we could publish it per-virtual desktop as well and let apps decide > what desktop(s) they care about? hm. I'd go for the former current-activity (plus potential 'other loaded activiti

Re: Plasma & Netbook

2009-05-27 Thread Marco Martin
On Tuesday 26 May 2009, Artur Souza(MoRpHeUz) wrote: > Hello everybody! :) > > Yesterday's night I committed the first code regarding plasma on netbooks. > I just created the SAL (search and launch) containment basic files with > place holders (just to have something :P ). You can find it in > play

Re: knotificationitem: api prettiness

2009-05-27 Thread Aaron J. Seigo
On Tuesday 26 May 2009, Marco Martin wrote: > Hi all, > was talking with richmoore about the api of libknotificationitem, wat did > emerged is a thing i wasn't happy about but couldn't quite quantify before: > > 1) we have two way to set icons: by name and by pixmap, right now by name > is setIcon(

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Aaron J. Seigo
On Tuesday 26 May 2009, Ivan Čukić wrote: > - containment handling > - listing, adding (? + signal?), removing - wallpaper :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Software signat

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Aaron J. Seigo
On Wednesday 27 May 2009, Ivan Čukić wrote: > I have one question, though. Since we now have the activity-per-virtual- > desktop, and activity-per-screen-saver possibility, should we react on > changes and always expose one current activity, or list all available > (currently active) activities i

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Ivan Čukić
> to advertise this? (there was the idea of a nepomuk integration at some > point? never quite grokked how is supposed to work and if there is any As Aaron said, it should be done via Nepomuk. There's no code at the moment. Cheerio ___ Plasma-devel maili

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Marco Martin
On Wednesday 27 May 2009, Sebastian Kügler wrote: > On Tuesday 26 May 2009 18:46:19 Aaron J. Seigo wrote: > > On Tuesday 26 May 2009, Ivan Čukić wrote: > > > Just joking about SoK, but while we are in freeze, I'd like to start > > > the discussion about D-Bus interface for plasma-desktop. > > > > >

Re: knotificationitem: api prettiness

2009-05-27 Thread Marco Martin
On Tuesday 26 May 2009, Aaron J. Seigo wrote: > On Tuesday 26 May 2009, Marco Martin wrote: > > Hi all, > > was talking with richmoore about the api of libknotificationitem, wat did > > emerged is a thing i wasn't happy about but couldn't quite quantify > > before: > > > > 1) we have two way to set

Re: Plasma & Netbook

2009-05-27 Thread Marco Martin
On Wednesday 27 May 2009, Sebastian Kügler wrote: > On Tuesday 26 May 2009 19:11:09 Marco Martin wrote: > > On Tuesday 26 May 2009, Artur Souza(MoRpHeUz) wrote: > > > Yesterday's night I committed the first code regarding plasma on > > > netbooks. I just created the SAL (search and launch) containm

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Sebastian Kügler
On Tuesday 26 May 2009 18:46:19 Aaron J. Seigo wrote: > On Tuesday 26 May 2009, Ivan Čukić wrote: > > Just joking about SoK, but while we are in freeze, I'd like to start the > > discussion about D-Bus interface for plasma-desktop. > > > > >From my point of view, we should have the following: > > >

Re: My SoK project - Plasma D-Bus API

2009-05-27 Thread Ivan Čukić
Ok, I'll start making the API document, and will post it when it is ready. > that's something nepomuk needs to do, not plasma. it goes like this: > > * plasma changes activities > * plasma changes it's current context > * Plasma::Context changes it in Nepomuk (missing) > * Nepomuk signals the cha

Re: Plasma & Netbook

2009-05-27 Thread Sebastian Kügler
On Tuesday 26 May 2009 19:11:09 Marco Martin wrote: > On Tuesday 26 May 2009, Artur Souza(MoRpHeUz) wrote: > > Yesterday's night I committed the first code regarding plasma on > > netbooks. I just created the SAL (search and launch) containment basic > > files with place holders (just to have somet