why not to use dptrs in non-libraries

2009-05-11 Thread Aaron J. Seigo
hi.. so, we all know we use dptrs in libraries to maintain binary compatibility. but i'm seeing them used more and more in plugins such as plasmoids. this is really, really annoying when trying to debug things because then we end up with backtraces like this: Application: Plasma Widget Viewer

change in system tray widget will require change in many theme's widgets/systemtray.svg

2009-05-11 Thread Aaron J. Seigo
hi... i just committed a change to the system tray that makes it cut out the top and bottom edges of the svg and contents margins if the minimum height/width or the taskarea is too big to fit. however, right now the systemtray.svg's we have have rather thick borders and no hint-*-margin

Re: change in system tray widget will require change in many theme's widgets/systemtray.svg

2009-05-11 Thread Marco Martin
On Monday 11 May 2009, Aaron J. Seigo wrote: hi... i just committed a change to the system tray that makes it cut out the top and bottom edges of the svg and contents margins if the minimum height/width or the taskarea is too big to fit. however, right now the systemtray.svg's we have have

Re: Review Request: use buttons instead of links in systray notifications

2009-05-11 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/686/ --- (Updated 2009-05-11 03:47:16.790293) Review request for Plasma. Changes

Re: Review Request: use buttons instead of links in systray notifications

2009-05-11 Thread Marco Martin
On 2009-05-10 13:18:35, Aaron Seigo wrote: hm.. how about a close symbol in the group header, which would then close the whole group, just as closing one item closes a single item? done, looks nice indeed. but i wonder if it wouldn't cause some accidental clear when the user wants just

[Fwd: openSUSE Community Week / KDE]

2009-05-11 Thread Jeff Mitchell
I met Joe (the openSUSE community manager) at LinuxFest Northwest a couple of weeks ago and he sent this to me...passing it on in case anyone is interested in hosting a session. --Jeff ---BeginMessage--- Hey Jeff, We're doing the openSUSE Community Week next week, and part of that is KDE

Clean-Blend theme name change.

2009-05-11 Thread Sean
Hello all, The plasma theme in kdeartwork, 'Clean-Blend' is now known as 'Blend' and receiving significant updates for 4.3 and in the looks department. The theme has been mostly updated and you can test it by the usual means. Here is a screenshot of the non-composited version, which is receiving

Re: [Fwd: openSUSE Community Week / KDE]

2009-05-11 Thread Will Stephenson
On Monday 11 May 2009 17:03:56 Jeff Mitchell wrote: I met Joe (the openSUSE community manager) at LinuxFest Northwest a couple of weeks ago and he sent this to me...passing it on in case anyone is interested in hosting a session. --Jeff I'm hosting a session right now actually in

Re: Code snippet review for plasmate

2009-05-11 Thread Shantanu Tushar Jha
On Sun, May 10, 2009 at 6:29 AM, Aaron J. Seigo ase...@kde.org wrote: On Saturday 09 May 2009, Shantanu Tushar Jha wrote: I looked at the techbase about kparts and studied kwrite code a bit, and finally started to try with embedding a text editing kpart in Plasmate. I know there's a lot to

Re: Code snippet review for plasmate

2009-05-11 Thread Aaron J. Seigo
On Monday 11 May 2009, Shantanu Tushar Jha wrote: there should be a MimeType role in PackageModel and when data is called for the MimeType it should return the mimetype from the package. I'm not that experienced in Qt, so had a doubt- There are some roles defined in the Qt namespace, but

Re: Clean-Blend theme name change.

2009-05-11 Thread Aaron J. Seigo
On Monday 11 May 2009, Sean wrote: The plasma theme in kdeartwork, 'Clean-Blend' is now known as 'Blend' and .. without breaking existing configurations for people who had chosen Clean- Blend? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1

Get url list

2009-05-11 Thread SUJITH H
Hi, Can anyone help me how to get the url list of the sorted item in launcher applet? Sujith H ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: use buttons instead of links in systray notifications

2009-05-11 Thread Aaron Seigo
On 2009-05-10 13:18:35, Aaron Seigo wrote: hm.. how about a close symbol in the group header, which would then close the whole group, just as closing one item closes a single item? Marco Martin wrote: done, looks nice indeed. but i wonder if it wouldn't cause some accidental

Re: Get url list

2009-05-11 Thread Aaron J. Seigo
On Monday 11 May 2009, SUJITH H wrote: Can anyone help me how to get the url list of the sorted item in launcher applet? KUrl::List urls; foreach (QuicklaunchIcon *icon, m_icons) { urls icon-url(); } -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA