Re: Geolocation DataEngine broken?

2012-01-11 Thread Aaron J. Seigo
On Saturday, December 31, 2011 09:50:30 Luca Beltrame wrote: In data sabato 31 dicembre 2011 09:45:37, Aaron J. Seigo ha scritto: * fix the dataengine This poses the problem that the current service used by the dataengine now requires an API key to operate, and in turn requires a signup.

Re: question about panel size guideline

2012-01-11 Thread Aaron J. Seigo
On Tuesday, January 10, 2012 19:30:44 Reza Shah wrote: On Sat, Dec 31, 2011 at 5:57 PM, Aaron J. Seigo ase...@kde.org wrote: On Tuesday, December 27, 2011 21:16:19 Reza Shah wrote: so, do we have some guideline regarding the panel for example: - minimum size or maximum size max size is

Re: flowout proposal

2012-01-11 Thread Aaron J. Seigo
On Wednesday, December 28, 2011 16:18:06 Mark wrote: I've had this idea for quite a few years and made a mockup for it in 2009 [1]. At that time it was even for an entirely new desktop environment based on DirectFB [2], but that idea never came of the ground. Also, the flowout that i wanted

Re: Tooltip timeout question

2012-01-11 Thread Aaron J. Seigo
On Thursday, December 29, 2011 13:21:31 Shaun Reich wrote: I was thinking about doing a sort of fade in/out on the tooltip text, as it switches to the next set to display. Of course, it'd do this after a bit of continuing to mouse over the pager. should be possible by setting the

Re: FolderView Overlay Incapsulation Question

2012-01-11 Thread Aaron J. Seigo
On Sunday, January 1, 2012 21:27:08 Ignat Semenov wrote: Hello Plasma devs! I wanted to ask this question on IRC, but nobody's there at the moment. So I'm asking here instead. I'm implementing the option to hide the selection marker in FolderView why? i can see hiding it when double click

Re: Python: reading plasmoid configuration with KConfig XT

2012-01-11 Thread Aaron J. Seigo
On Monday, January 2, 2012 00:49:53 Peter Hartmann wrote: Hello As I'm writing my first plasmoid, I learned that configuration interface can be created in a declarative way with KConfig XT and Qt Designer. But how do I actually _read_ user input with this approach? Of course I can write

Re: [kde-workspace] plasma/generic/tools/plasmoidviewer: Make plasmoidviewer have non-persistent applet config files.

2012-01-11 Thread Aaron J. Seigo
On Tuesday, January 3, 2012 04:07:48 Shaun Reich wrote: Git commit e5e437e9aa581056d4517c70573115582420b497 by Shaun Reich. Committed on 03/01/2012 at 04:04. Pushed by sreich into branch 'master'. Make plasmoidviewer have non-persistent applet config files. i'm fine with the option, but the

Re: Review Request: icon plasmoid - http url naming

2012-01-11 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103435/#review9741 --- Ship it! Ship It! - Aaron J. Seigo On Jan. 10, 2012, 1:41

Re: Review Request: Add little margin to widget explorer in dashboard view

2012-01-11 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103564/#review9742 --- Ship it! other than getting rid of the magic value, looks

Re: Geolocation DataEngine broken?

2012-01-11 Thread Luca Beltrame
In data mercoledì 11 gennaio 2012 13:06:04, Aaron J. Seigo ha scritto: often you can simply request and API key and they will give you one. if it requires paying for a key, often using the we're a f/oss non-profit works. I'll try to look into it this weekend, barring any problems...

Re: Review Request: Fix Add to desktop from Kickoff when you have several virtual desktops and you enable Different widgets for each desktop

2012-01-11 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103645/#review9744 --- Ship it! tiny ws issue, but otherwise ok. and why containment

Re: [Kde-pim] Contact aggregation

2012-01-11 Thread Dario Freddi
2012/1/11 Martin Klapetek martin.klape...@gmail.com: On Mon, Jan 9, 2012 at 12:00, David Edmundson da...@davidedmundson.co.uk wrote: My concerns with Pimo:Person (or equivalents) in KDE Telepathy is that no-one else is using it or appears to be moving towards it. We're only going this route

Re: Review Request: Fix Add to desktop from Kickoff when you have several virtual desktops and you enable Different widgets for each desktop

2012-01-11 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103645/#review9749 --- This review has been submitted with commit

Re: Review Request: Fix Add to desktop from Kickoff when you have several virtual desktops and you enable Different widgets for each desktop

2012-01-11 Thread Martin Gräßlin
On Jan. 11, 2012, 1:29 p.m., Aaron J. Seigo wrote: tiny ws issue, but otherwise ok. and why containment starts from 0 - because that's where counting starts. that virtual desktops in KWindowSystem start at '1' is pretty silly, really. otherwise we end up with everything else being

Re: flowout proposal

2012-01-11 Thread Mark
On Wed, Jan 11, 2012 at 1:14 PM, Aaron J. Seigo ase...@kde.org wrote: On Wednesday, December 28, 2011 16:18:06 Mark wrote: I've had this idea for quite a few years and made a mockup for it in 2009 [1]. At that time it was even for an entirely new desktop environment based on DirectFB [2],

Re: Review Request: icon plasmoid - http url naming

2012-01-11 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103435/#review9754 --- This review has been submitted with commit

Access D-BUS through QML/JS

2012-01-11 Thread Shaun Reich
was wondering if and how I could call a remote method (org.freedesktop.screensaver) through a pure QML/JS applet. Do I need to use a dataengine? Should I make that dataengine C++ or JS? trying to make a simple applet to inhibit the screensaver (toggling). -- Shaun Reich, KDE Software Developer

Re: Access D-BUS through QML/JS

2012-01-11 Thread Viranch Mehta
On Thu, Jan 12, 2012 at 12:20 PM, Shaun Reich shaun.re...@kdemail.netwrote: was wondering if and how I could call a remote method (org.freedesktop.screensaver) through a pure QML/JS applet. Do I need to use a dataengine? Should I make that dataengine C++ or JS? one obvious approach would be