Re: store large amt of Plasma Applet per instance data

2011-03-23 Thread johnm_s2
On 03/23/2011 03:41 AM, Aaron J. Seigo wrote: > On Wednesday, March 23, 2011, johnm_s2 wrote: >> I'm developing a plasma applet & I need to store about 500k-2MB of per >> instance data. I'm guessing KConfig / KConfigGroup would not be a good >> idea for this much

store large amt of Plasma Applet per instance data

2011-03-22 Thread johnm_s2
Hi, I'm developing a plasma applet & I need to store about 500k-2MB of per instance data. I'm guessing KConfig / KConfigGroup would not be a good idea for this much data..? A flat file would work. Can I get Plasma:: to generate a unique/instance file name for me? TIA >> Visit http://mail.kde.o

Re: what/when will icon cache refresh?

2011-03-16 Thread johnm_s2
On 03/16/2011 02:36 PM, Thomas Lübking wrote: > Am 16.03.2011, 23:22 Uhr, schrieb johnm_s2 : > >> But I'm not understanding the behavior of the icon caching. I make >> changes to the icon, but the changes will not show up. It still shows >> the original icon image

what/when will icon cache refresh?

2011-03-16 Thread johnm_s2
x86_64 KDE 4.6.00 (4.6.0) "release 6" I've created an icon and installed it to share/icons/hicolor/128x128/apps/. I refer to it in my app's .desktop file, and I also load it at runtime using: KIcon myicon("myicon"); But I'm not understanding the behavior of the icon caching. I make changes to th