Re: Native Qt support for KStandardDirs

2011-02-07 Thread Thiago Macieira
On Tuesday, 8 de February de 2011 00:44:48 Arno Rehn wrote: > On Monday 07 February 2011 23:25:02 Thiago Macieira wrote: > > On Monday, 7 de February de 2011 10:05:39 Aaron J. Seigo wrote: > > > On Monday, February 7, 2011, Arno Rehn wrote: > > > > shame if that feature went away I think. And I fin

Re: Native Qt support for KStandardDirs

2011-02-07 Thread Olivier Goffart
Le Monday 07 February 2011, Aaron J. Seigo a écrit : > On Monday, February 7, 2011, Arno Rehn wrote: > > shame if that feature went away I think. And I find it hard to imagine > > how many QFiles you would need to create to actually notice the drop in > > performance. > > as i said, talk with Qt d

Re: Native Qt support for KStandardDirs

2011-02-07 Thread Arno Rehn
On Monday 07 February 2011 23:25:02 Thiago Macieira wrote: > On Monday, 7 de February de 2011 10:05:39 Aaron J. Seigo wrote: > > On Monday, February 7, 2011, Arno Rehn wrote: > > > shame if that feature went away I think. And I find it hard to imagine > > > how many QFiles you would need to create

Re: Native Qt support for KStandardDirs

2011-02-07 Thread Thiago Macieira
On Monday, 7 de February de 2011 10:05:39 Aaron J. Seigo wrote: > On Monday, February 7, 2011, Arno Rehn wrote: > > shame if that feature went away I think. And I find it hard to imagine > > how many QFiles you would need to create to actually notice the drop in > > performance. > > as i said, tal

Re: Native Qt support for KStandardDirs

2011-02-07 Thread Aaron J. Seigo
On Monday, February 7, 2011, Arno Rehn wrote: > shame if that feature went away I think. And I find it hard to imagine how > many QFiles you would need to create to actually notice the drop in > performance. as i said, talk with Qt devs. it's apparently enough of a pain that there is a desire to

Re: Native Qt support for KStandardDirs

2011-02-07 Thread Arno Rehn
On Monday 07 February 2011 18:03:57 Aaron J. Seigo wrote: > On Saturday, February 5, 2011, Arno Rehn wrote: > > In your main() function, create an instance of the attached class > > i'm not sure how long into the future i'd expect that to continue working > as advertised, tbh. i've heard chatter a

Re: Native Qt support for KStandardDirs

2011-02-07 Thread Aaron J. Seigo
On Saturday, February 5, 2011, Arno Rehn wrote: > In your main() function, create an instance of the attached class i'm not sure how long into the future i'd expect that to continue working as advertised, tbh. i've heard chatter amongst Qt devs about wanting to get away from FileEngines because

Re: Native Qt support for KStandardDirs

2011-02-07 Thread Stefan Majewsky
On Sun, Feb 6, 2011 at 12:40 AM, Arno Rehn wrote: > In your main() function, create an instance of the attached class (somewhere > at the beginning, before you access anything with '%foo'). That's all you have > to do. Looks like a cool idea to have this available in any KDE powered app. > > Docs:

Re: Native Qt support for KStandardDirs

2011-02-05 Thread Jeffery MacEachern
On Sat, Feb 5, 2011 at 16:09, Thomas Lübking wrote: > Am 06.02.2011, 00:40 Uhr, schrieb Arno Rehn : > >> In your main() function, create an instance of the attached class >> (somewhere at the beginning, before you access anything with '%foo'). >> That's all you have to do. > > stunning. just ... s

Re: Native Qt support for KStandardDirs

2011-02-05 Thread Arno Rehn
On Sunday 06 February 2011 01:09:11 Thomas Lübking wrote: > Am 06.02.2011, 00:40 Uhr, schrieb Arno Rehn : > > In your main() function, create an instance of the attached class > > (somewhere at the beginning, before you access anything with '%foo'). > > That's all you have to do. > > stunning. jus

Re: Native Qt support for KStandardDirs

2011-02-05 Thread Thomas Lübking
Am 06.02.2011, 00:40 Uhr, schrieb Arno Rehn : > In your main() function, create an instance of the attached class > (somewhere at the beginning, before you access anything with '%foo'). > That's all you have to do. stunning. just ... stunning. @,@ o >> Visit http://mail.kde.org/mailman/l

Re: Native Qt support for KStandardDirs

2011-02-05 Thread Arno Rehn
On Saturday 05 February 2011 21:35:10 Stefan Majewsky wrote: > Hi, > > if a Qt fairy (pun intended) would visit me and grant me one wish, it > would be native Qt support for KStandardDirs (through a platform > plugin or whatever). Instead of > > > QSvgRenderer render

Re: Native Qt support for KStandardDirs

2011-02-05 Thread Thomas Lübking
Am 05.02.2011, 21:35 Uhr, schrieb Stefan Majewsky : > if a Qt fairy (pun intended) would visit me and grant me one wish, it Errr... about the fairies - i fear i have bad news for you. See, my boy. E, welll... you know - ... - gahhh, ask your mother! :-P > (How) Can something like this

Native Qt support for KStandardDirs

2011-02-05 Thread Stefan Majewsky
Hi, if a Qt fairy (pun intended) would visit me and grant me one wish, it would be native Qt support for KStandardDirs (through a platform plugin or whatever). Instead of > QSvgRenderer renderer(KStandardDirs::locate("appdata", > "themes/default.svgz")); I want to