Re: Revising changing configurations with KConfig

2013-08-01 Thread Kevin Ottens
On Thursday 01 August 2013 22:02:15 Albert Astals Cid wrote: > El Dijous, 1 d'agost de 2013, a les 08:28:13, Kevin Ottens va escriure: > > Hello, > > > > On Thursday 01 August 2013 08:09:14 Frank Reininghaus wrote: > > > Well, KDirSortFilterProxyModel is being used indirectly by every > > > applic

Re: Revising changing configurations with KConfig

2013-08-01 Thread Albert Astals Cid
El Dijous, 1 d'agost de 2013, a les 08:28:13, Kevin Ottens va escriure: > 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 > > whic

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...

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
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 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: 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

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