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 something

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 change

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: 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) containment

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. From my

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

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() by

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

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

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. -- sebas

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 apps

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 something

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) containment

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

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 better in

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

Re: knotificationitem: api prettiness

2009-05-27 Thread Richard Moore
On Wed, May 27, 2009 at 12:27 PM, Aaron J. Seigo ase...@kde.org 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

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 ase...@kde.org 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

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

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

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: you

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 D6B7

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 rshah0...@kireihana.com wrote: Hi, I'm developing a plasmoid to take photo or record video using available webcam. The plasmoid name

Re: Photobox plasmoid

2009-05-27 Thread Shantanu Tushar Jha
On Thu, May 28, 2009 at 10:27 AM, Shantanu Tushar Jha jhahon...@gmail.com 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 rshah0...@kireihana.com wrote: Hi, I'm developing