Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-15 Thread Benoit Jacob
2010/3/15 Aaron J. Seigo : > On March 13, 2010, Benoit Jacob wrote: >>     contextualActions().append(&m_exportImageAction); >>     contextualActions().append(&m_exportConfigAction); >>     contextualActions().append(&m_importConfigAction); > > the append() is being called on a copy of the collecti

Re: Review Request: Shows QIcon inside plasmaengineexplorer when needed and possible

2010-03-15 Thread Aaron Seigo
> On 2010-03-15 18:00:50, Aaron Seigo wrote: > > > > Matthieu Gallien wrote: > I do not have a SVN account. Can you commit it ? sure :) - Aaron --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.

Re: Review Request: Shows QIcon inside plasmaengineexplorer when needed and possible

2010-03-15 Thread Matthieu Gallien
> On 2010-03-15 18:00:50, Aaron Seigo wrote: > > I do not have a SVN account. Can you commit it ? - Matthieu --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3283/#review4505 -

Re: Getting into plasma

2010-03-15 Thread Aaron J. Seigo
On March 15, 2010, Christophe Olinger wrote: first, sounds like a cool project, and welcome to Plasma and KDE development :) > *Should I learn Qt quick for this and do all this in declarative? QML is still a long ways from being ready and is only part of 4.7 which we don't require for building

Re: Questions about plasma notifications

2010-03-15 Thread Aaron J. Seigo
On March 15, 2010, Diego Moya wrote: > Shouldn't that question be cross-posted to kde-usabil...@kde.org to have > more eyeballs? :-) the people on that list who know the design concepts of plasma and so are equipped to actually weigh in with accuracy on this topic are already on this list as wel

Re: Review Request: Shows QIcon inside plasmaengineexplorer when needed and possible

2010-03-15 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3283/#review4505 --- Ship it! - Aaron On 2010-03-14 18:25:13, Matthieu Gallien wrote: >

Re: Multiscreen and plasma-desktop

2010-03-15 Thread Aaron J. Seigo
On March 14, 2010, SIMOND Gilles wrote: > Hello > is there a way to make kde plasma desktop works with multiscreen: > 6 screens with one X server on each? > as it works automagically with gnome metacity because they don't rely on dbus to ensure uniqueness. > I have the following error > > plasm

Re: JS API questions

2010-03-15 Thread Aaron J. Seigo
On March 13, 2010, Nikita Melnichenko wrote: > I see. But docs mention security restrictions that could block extensions. > I'm interesting about that. see the kiosk documentation on techbase in the sys admin area. it discusses how action restrictions are done. -- Aaron J. Seigo humru othro a k

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-15 Thread Aaron J. Seigo
On March 13, 2010, Benoit Jacob wrote: > contextualActions().append(&m_exportImageAction); > contextualActions().append(&m_exportConfigAction); > contextualActions().append(&m_importConfigAction); the append() is being called on a copy of the collection. as soon as you change the retu

Re: Questions about plasma notifications

2010-03-15 Thread Marco Martin
On Monday 15 March 2010, Diego Moya wrote: > > > Use case of this: sending a picture over bluetooth from our mobile to > > our superb laptop. The user accepts the file transfer. As it's a small > > picture, and the phone is 10cm away from the laptop, the transfer is > > nearly instantaneous. No pr

Re: Questions about plasma notifications

2010-03-15 Thread Diego Moya
Shouldn't that question be cross-posted to kde-usabil...@kde.org to have more eyeballs? :-) On 14 March 2010 23:50, Eduardo Robles Elvira wrote: > In Artesanos we are working in the new KDE Bluetooth stack > > * Job Finished notification > > When a Job takes less than X seconds (currently, 1.5s)

Re: Getting into plasma

2010-03-15 Thread Alessandro Diaferia
2010/3/15 Christophe Olinger > Hey plasma people, > > My name is Christophe Olinger from Luxembourg (nick binarylooks) and I > am following KDE and especially plasma for a few years now. I learned > C++ a looong time ago (10 years?) and basically I fear it’s all gone. > Nevertheless, I am trying

Re: Getting into plasma

2010-03-15 Thread Marco Martin
On Monday 15 March 2010, Christophe Olinger wrote: > Hey plasma people, > > My name is Christophe Olinger from Luxembourg (nick binarylooks) and I > am following KDE and especially plasma for a few years now. I learned > C++ a looong time ago (10 years?) and basically I fear it’s all gone. > Never

Re: Questions about plasma notifications

2010-03-15 Thread Marco Martin
On Sunday 14 March 2010, Eduardo Robles Elvira wrote: > Hello everyone, > > In Artesanos we are working in the new KDE Bluetooth stack (aka > Bluedevil). When receiving files from a device, we're using a KJob. > When plasma-desktop is active and showing the notifications applet, > the notification

Getting into plasma

2010-03-15 Thread Christophe Olinger
Hey plasma people, My name is Christophe Olinger from Luxembourg (nick binarylooks) and I am following KDE and especially plasma for a few years now. I learned C++ a looong time ago (10 years?) and basically I fear it’s all gone. Nevertheless, I am trying to get into it again especially using Qt.