Re: Review Request: Bug 198661 (Option to disable scroll wheel on taskbar)

2009-12-14 Thread Aaron J. Seigo
hi Ravi .. On December 13, 2009, Ravi Vagadia wrote: > Hello , this is my first patch :) thanks for the patch. note that we use the KDE libs coding style: http://techbase.kde.org/Policies/Kdelibs_Coding_Style and it's good practice to keep new code in line with that style. also note t

Re: open non-theme svg file

2009-12-14 Thread Aaron J. Seigo
On December 13, 2009, Florian wrote: > Plasma::Svg svg; > svg.setImagePath("images/filename.svg") svg.setImagePath("filename") -- 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 Development Frameworks

Re: bugfixing

2009-12-14 Thread Aaron J. Seigo
On December 10, 2009, Asraniel wrote: > https://bugs.kde.org/show_bug.cgi?id=199325 would love to see this one completely fixed; it's a lot better than it was, but there are still ways to trigger crashes apparently. > https://bugs.kde.org/show_bug.cgi?id=200847 Qt issue. -- Aaron J. Seigo hum

Re: What about Kfloppy and SuperKaramba

2009-12-14 Thread Aaron J. Seigo
On December 11, 2009, Michael Leupold wrote: > > For SuperKaramba I'm less sure but given the speed of plasma development > > I think there can't be much that this project is still needed for. > > Plasma seems to include a way to use SuperKaramba widgets. Unfortunately > I'm not sure to what exte

Re: [Kde-bindings] Ruby applet dataEngine service operation call

2009-12-14 Thread Arno Rehn
Hi, we already know this problem (KPluginFactoy::create() has it as well) and currently only have a workaround, which consists of special-casing the affected method. This is obviously not the ideal solution. So what we really want is the following: For objects that we create ourselves in the bi

Re: kubuntu kdebase patches to plasma

2009-12-14 Thread Felix Geyer
Sebastian Kügler kde.org> writes: > Does this also fix the "we don't get notifications from HAL about > brightness changes"-problem? > > I've been working around this in the battery applet for some time now, > it only updates the brightness slider when the applet pops up. The patch works around

Re: Ruby applet dataEngine service operation call

2009-12-14 Thread Richard Dale
On Sat, Dec 12, 2009 at 3:58 PM, Cédric wrote: > > Hi richard, > > Do you think this is corrected now and if it is in which release will it be > available ? No, i'm afraid the code generated by the new smoke bindings generator is the same as the old one: void x_12(Smoke::Stack x) { //

Re: open non-theme svg file

2009-12-14 Thread Sebastian Kügler
On Sunday 13 December 2009 22:38:39 Florian wrote: > I'm trying to use Plasma::Svg to load an svg file from a plasma package. I > put the svg file into the contents/images directory, as suggested in [1]. > Then i tried to load them using Plasma::Svg::setImagePath(). Intuitively > I'd expect som