Re: examples

2011-12-05 Thread Oswald Buddenhagen
On Mon, Dec 05, 2011 at 09:50:09AM +0100, Aaron J. Seigo wrote: > On Monday, December 5, 2011 09:24:07 Oswald Buddenhagen wrote: > > examples have to live in their parent module so they can be linked > > from the docs. > > that's a very interesting point. > however, in kde's apidox we don't curren

The Frameworks: 2011/12/04 Meeting

2011-12-05 Thread Kevin Ottens
Hello KDE! I am glad to let you know that the first KDE Frameworks IRC meeting happened last night, and it was very productive. The main goals where to get everyone up to speed on what's going on in the different areas, but also to identify where effort are needed. The meeting involving a bunch o

Re: version # in frameworks

2011-12-05 Thread David Faure
On Monday 05 December 2011 15:00:17 Mario Fux wrote: > Am Sonntag 04 Dezember 2011, 23.53:14 schrieb Aaron J. Seigo: > > hi.. > > Morning > > > currently in the top level CMakeLists.txt file in frameworks we have this: > I've now idea if this is complete bullshit and not necessary at all but I >

i18n in Frameworks, the lightweight version

2011-12-05 Thread Chusslove Illich
Regarding yesterday's chat, to shortly (really!) sum up my stance on i18n. 1) I see no point at striving for single translation system for apps based on Qt and Qt plus KDE Frameworks. Qt should keep the tr()/Linguist system, and Frameworks should continue to offer the i18n()/PO system. 2) The app

Re: version # in frameworks

2011-12-05 Thread Mario Fux
Am Sonntag 04 Dezember 2011, 23.53:14 schrieb Aaron J. Seigo: > hi.. Morning > currently in the top level CMakeLists.txt file in frameworks we have this: I've now idea if this is complete bullshit and not necessary at all but I dare to mention it nonetheless... > set (KDE_VERSION_MAJOR 4) > se

Re: kactivities

2011-12-05 Thread Sune Vuorela
On 2011-12-05, Aaron J. Seigo wrote: > so .. if all is good with everyone, i'd like to put this on the "splitt= > ing=20 > kdelibs" epic as targeting a Tier 2 Functional Framework. Kevin: did i = > get=20 > that taxonomy correct? To me, it smells like a Solution (it has runtime components and dae

Re: [kdelibs/frameworks] /: Deprecate KTempDir, with full porting instructions.

2011-12-05 Thread Pau Garcia i Quiles
On Sun, Dec 4, 2011 at 11:41 PM, David Faure wrote: > + * This should be ported to > + *    QTemporaryDir(QDir::tempPath() + QLatin1Char('/') + prefix); Shouldn't that be QDir::separator() ? (yes, I know '/' works on Windows, it QDir::separator() guarantees full present and future cross-platfor

Re: [kdelibs/frameworks] /: Deprecate KTempDir, with full porting instructions.

2011-12-05 Thread David Faure
On Monday 05 December 2011 00:34:54 Pau Garcia i Quiles wrote: > On Sun, Dec 4, 2011 at 11:41 PM, David Faure wrote: > > + * This should be ported to > > + *QTemporaryDir(QDir::tempPath() + QLatin1Char('/') + prefix); > > Shouldn't that be QDir::separator() ? > > (yes, I know '/' works on Wi

Re: examples

2011-12-05 Thread Aaron J. Seigo
On Monday, December 5, 2011 09:24:07 Oswald Buddenhagen wrote: > On Mon, Dec 05, 2011 at 12:05:13AM +0100, Aaron J. Seigo wrote: > > source code examples are to live in an examples/ directory within the > > given > > framework git module. to put it simple: i object :) > > and i deflect. :P > this

Re: examples

2011-12-05 Thread Oswald Buddenhagen
On Mon, Dec 05, 2011 at 12:05:13AM +0100, Aaron J. Seigo wrote: > source code examples are to live in an examples/ directory within the given > framework git module. to put it simple: i object :) > and i deflect. :P this topic was discussed ad nauseam in qtdf. examples have to live in their pare