Re: KF5 Update Meeting Minutes 2013-w31

2013-07-31 Thread Kevin Ottens
On Tuesday 30 July 2013 23:18:35 Alexander Neundorf wrote: > On Tuesday 30 July 2013, Kevin Ottens wrote: > > * ben2367 is still looking in unifying our cmake files regarding > > variables vs direct use of targets; > > Current conclusion (not yet merged into cmake, but will hopefully make it > f

Re: KStandardDirs and locale path

2013-07-31 Thread Chusslove Illich
> [: Albert Astals Cid :] > After reading qt5 code it seems you can use XDG_DATA_DIRS to inject > directories in GenericDataLocation, well, it's not that bad i guess I've just used this fact in a unit test initialization (via qputenv), to point to the location of test-specific catalogs. So it work

Jenkins build became unstable: kdelibs_frameworks_qt5 #953

2013-07-31 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Jenkins build is back to stable : kdelibs_frameworks_qt5 #954

2013-07-31 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Revising changing configurations with KConfig

2013-07-31 Thread Aleix Pol
Hi, As you might know, I've spent some time figuring out what's left to do to dump KGlobalSettings. I thought it was almost over, but not yet. There's a bool naturalSorting property that resists. It's a full-fledged with a getter, a changed signal and no setter (because it's only done in one place

Ki18n mostly ready

2013-07-31 Thread Chusslove Illich
Ki18n modifications for KF5 are now roughly completed, in the sense that it behaves according to the new spec, the frameworks branch compiles, and the existing unit tests pass (those still applicable). Things left to do include: * Update KDE5PORTING.html (the few salient points). * Update kcon

Re: KStandardDirs and locale path

2013-07-31 Thread Albert Astals Cid
El Dimecres, 31 de juliol de 2013, a les 10:44:41, Chusslove Illich va escriure: > > [: Albert Astals Cid :] > > After reading qt5 code it seems you can use XDG_DATA_DIRS to inject > > directories in GenericDataLocation, well, it's not that bad i guess > > I've just used this fact in a unit test

Re: Ki18n mostly ready

2013-07-31 Thread Kevin Ottens
Hello, On Wednesday 31 July 2013 19:58:52 Chusslove Illich wrote: > Ki18n modifications for KF5 are now roughly completed, in the sense that it > behaves according to the new spec, the frameworks branch compiles, and the > existing unit tests pass (those still applicable). Things left to do > incl

Re: Revising changing configurations with KConfig

2013-07-31 Thread Kevin Ottens
Hello, On Wednesday 31 July 2013 17:40:21 Aleix Pol wrote: > As you might know, I've spent some time figuring out what's left to do to > dump KGlobalSettings. I thought it was almost over, but not yet. There's a > bool naturalSorting property that resists. > > It's a full-fledged with a getter, a

Re: KF5 Update Meeting Minutes 2013-w31

2013-07-31 Thread Kevin Ottens
Hello, On Wednesday 31 July 2013 12:37:52 Stephen Kelly wrote: > Kevin Ottens wrote: > > Once the splitting will be done I'm not so sure it's better than using > > directly the namespaced target names. The reason being that variables are > > really a pain with cmake... I mean if you mistakenly use

Re: Revising changing configurations with KConfig

2013-07-31 Thread Aleix Pol
On Wed, Jul 31, 2013 at 10:51 PM, Kevin Ottens wrote: > Hello, > > On Wednesday 31 July 2013 17:40:21 Aleix Pol wrote: > > As you might know, I've spent some time figuring out what's left to do to > > dump KGlobalSettings. I thought it was almost over, but not yet. There's > a > > bool naturalSort

Re: KF5 Update Meeting Minutes 2013-w31

2013-07-31 Thread Kevin Ottens
On Thursday 01 August 2013 00:38:51 Stephen Kelly wrote: > Kevin Ottens wrote: > >> So, if this target/variable task is deferred until CMake 2.8.13 can be > >> used, the variables don't have to be used even in an intermediate state. > > > > I see, but when is 2.8.13 supposed to be released? I'd ra

Re: Revising changing configurations with KConfig

2013-07-31 Thread Kevin Ottens
On Thursday 01 August 2013 00:57:05 Aleix Pol wrote: > Well, that setting is used in KDirSortFilterProxyModel as well... Should we > just always sort naturally by default there then? Would make sense to add an accessor pair to KDirSortFilterProxyModel, and have the default to be true for that pro

Re: Revising changing configurations with KConfig

2013-07-31 Thread Frank Reininghaus
Hi, 2013/8/1 Kevin Ottens: > On Thursday 01 August 2013 00:57:05 Aleix Pol wrote: >> Well, that setting is used in KDirSortFilterProxyModel as well... Should we >> just always sort naturally by default there then? > > Would make sense to add an accessor pair to KDirSortFilterProxyModel, and have >

Re: Revising changing configurations with KConfig

2013-07-31 Thread Kevin Ottens
Hello, On Thursday 01 August 2013 08:09:14 Frank Reininghaus wrote: > Well, KDirSortFilterProxyModel is being used indirectly by every > application which has a "File Open/Save" dialog, and by apps like Kate > which use a KDirOperator to display the contents of a directory > somewhere else. Hm...