Re: Bugs and aktivities

2010-10-14 Thread Ivan Cukic
> Am I right or just to naive and still need to learn a lot about programming. > I > did not read the code of these files but just the two patches. I saw the "z" > reappearing in Aarons patch which Ivan removed. Heh, in the beginning, there were two 'z's: path = d->findInTheme(svgzName % QLat

Re: Bugs and aktivities

2010-10-14 Thread Aaron J. Seigo
On Thursday, October 14, 2010, Mario Fux wrote: > I try to read kde-commits for several projects cool :) > +path = d->findInTheme(svgName % QLatin1Char('z'), d- > +path = d->findInTheme(svgzName, d->fallbackThemes[i]); these two lines are equivalent. svgzName is svgName

Bugs and aktivities

2010-10-14 Thread Mario Fux
Morning I try to read kde-commits for several projects and after Ivan blogged about his most simple patch I "tried" to find the commit in the mailinglist (strange person me, I know). I found it and 2 hours later Aaron sent a patch which IMHO could reintroduce the bug, probably. Ivan: --- trunk

Re: Bug 254092

2010-10-14 Thread Asraniel
You have sent your mail by accident to plasma-devel@kde.org but i have seen you already correctly attached the file to http://bugs.kde.org/show_bug.cgi?id=254092 to the others, there is a bugreport, the discussion should be continued there Am Donnerstag 14 Oktober 2010, um 14.55:48 schrieb Hans-

Re: Bug 254092

2010-10-14 Thread Anne-Marie Mahfouf
On jeudi 14 octobre 2010 14:55:48 Hans-Rudi Denzler wrote: > Does not work anymore. The website www.dict.org is down, that's why. Anne-Marie ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Bug 254092

2010-10-14 Thread Sebastian Kügler
Hi Hans-Rudi, On Thursday, October 14, 2010 14:55:48 Hans-Rudi Denzler wrote: > Does not work anymore. That's not quite enough information to make sense of your email (though your report is appreciated!). Can you file a new bug report on bugs.kde.org, so this issue can be taken care of? It wou

Re: Bug 254092

2010-10-14 Thread Aaron J. Seigo
On Thursday, October 14, 2010, Hans-Rudi Denzler wrote: > Does not work anymore. sorry, what? the dictionary widget doesn't work for you anymore? in which way? can you file a bug report on bugs.kde.org about it? thanks. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7

Bug 254092

2010-10-14 Thread Hans-Rudi Denzler
Does not work anymore. -- Freundliche Grüsse Hans-Ruedi Denzler hr.denz...@bluewin.ch <>___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Plasma.ToolTipManager and Plasma.Applet

2010-10-14 Thread Luca Beltrame
In data giovedì 14 ottobre 2010 13:17:35, Thomas Olsen ha scritto: > Plasma.ToolTipManager.self().setContent(self, data) Extra reply because I think I wasn't clear enough. Instead of the quoted statement, try using: Plasma.ToolTipManager.self().setContent(self.applet, data) I think someon

Re: Plasma.ToolTipManager and Plasma.Applet

2010-10-14 Thread Luca Beltrame
In data giovedì 14 ottobre 2010 13:17:35, Thomas Olsen ha scritto: > Plasma.ToolTipManager.self().setContent(self, data) As far as I can remember, you need to use "self.applet" instead of "self" when applying something to the applet. I'm not sure it will work, but worth trying. This should b

Re: Plasma.ToolTipManager and Plasma.Applet

2010-10-14 Thread Aaron J. Seigo
On Thursday, October 14, 2010, Thomas Olsen wrote: > "TypeError: ToolTipManager.setContent(): argument 1 has unexpected type > 'PyPopupApplet'" and the plasmoidviewer crashes. > > Have I again misunderstood something or should I file a bugreport against > the python bindings? it looks bindings re

KDE/kdelibs/plasma

2010-10-14 Thread Aaron J . Seigo
SVN commit 1185856 by aseigo: handle the caching case in setImagePath properly; this is a significant increase in complexity in this rather fundamental method. in combination with the change in Svg::setImagePath to call FrameSvg::setImagePath directly (due to an API wart i only today noticed),

Re: Loosing Plasma config on every other update

2010-10-14 Thread Sebastian Trüg
nevermind, kded was not running. On 10/14/2010 09:38 AM, Aaron J. Seigo wrote: > On Thursday, October 14, 2010, Sebastian Trüg wrote: >> running on trunk I loose my Plasma configuration on every other svn >> update. The only exception is the main panel which remains. All the rest >> is back to de

Re: Loosing Plasma config on every other update

2010-10-14 Thread Sebastian Trüg
nope, not a single activity there. On 10/14/2010 09:38 AM, Aaron J. Seigo wrote: > On Thursday, October 14, 2010, Sebastian Trüg wrote: >> running on trunk I loose my Plasma configuration on every other svn >> update. The only exception is the main panel which remains. All the rest >> is back to

Re: Loosing Plasma config on every other update

2010-10-14 Thread Aaron J. Seigo
On Thursday, October 14, 2010, Sebastian Trüg wrote: > running on trunk I loose my Plasma configuration on every other svn > update. The only exception is the main panel which remains. All the rest > is back to defaults or worse - by worse I mean that I end up with no > widgets at all. let me gue

Loosing Plasma config on every other update

2010-10-14 Thread Sebastian Trüg
Hi guys, running on trunk I loose my Plasma configuration on every other svn update. The only exception is the main panel which remains. All the rest is back to defaults or worse - by worse I mean that I end up with no widgets at all. So my only questions are: is this a known problem? Is this sim