Re: [Development] Start of a refactor of the QSettings class based on QJson

2015-01-05 Thread Tor Arne Vestbø
On 02/10/14 22:36, Tomaz Canabrava wrote: > > > On Fri, Sep 26, 2014 at 8:53 AM, Tor Arne Vestbø > mailto:tor.arne.ves...@digia.com>> wrote: > > On 26/09/14 00:31, Thiago Macieira wrote: > > >> since I need to take the value, modify it, insert it back nested > groups are > >> a pain to

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-10-06 Thread Tor Arne Vestbø
On 26/09/14 00:31, Thiago Macieira wrote: > On Thursday 25 September 2014 16:33:12 Tomaz Canabrava wrote: >> Long that that I have send this e-mail already, but better late than never. >> In the Qt Develompent Summit I raised my hand to get one dirty thing done: >> >> The Settings. >> >> After a

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-10-02 Thread Tomaz Canabrava
On Thu, Sep 25, 2014 at 7:31 PM, Thiago Macieira wrote: > On Thursday 25 September 2014 16:33:12 Tomaz Canabrava wrote: > > Long that that I have send this e-mail already, but better late than > never. > > In the Qt Develompent Summit I raised my hand to get one dirty thing > done: > > > > The Se

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-10-02 Thread Tomaz Canabrava
On Thu, Sep 25, 2014 at 6:51 PM, Jeremy wrote: > > On 5September2014, at 12:33, Tomaz Canabrava wrote: > > > Long that that I have send this e-mail already, but better late than > never. > > In the Qt Develompent Summit I raised my hand to get one dirty thing > done: > > > > The Settings. > > >

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-10-02 Thread Tomaz Canabrava
On Fri, Sep 26, 2014 at 8:53 AM, Tor Arne Vestbø wrote: > On 26/09/14 00:31, Thiago Macieira wrote: > > >> since I need to take the value, modify it, insert it back nested groups > are > >> a pain to use, > >> because I would have to chain the removal / addtion of the parent group > >> untill I h

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-09-26 Thread Tor Arne Vestbø
On 26/09/14 00:31, Thiago Macieira wrote: >> since I need to take the value, modify it, insert it back nested groups are >> a pain to use, >> because I would have to chain the removal / addtion of the parent group >> untill I hit the rootGroup. This is a general issue with QtJson (and Qt), we don

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-09-25 Thread Thiago Macieira
On Thursday 25 September 2014 16:33:12 Tomaz Canabrava wrote: > Long that that I have send this e-mail already, but better late than never. > In the Qt Develompent Summit I raised my hand to get one dirty thing done: > > The Settings. > > After a good while with negative time ( Real Work, KDE, Su

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-09-25 Thread Jeremy
On 5September2014, at 12:33, Tomaz Canabrava wrote: > Long that that I have send this e-mail already, but better late than never. > In the Qt Develompent Summit I raised my hand to get one dirty thing done: > > The Settings. > The general idea appeals to me. > After a good while with nega

[Development] Start of a refactor of the QSettings class based on QJson

2014-09-25 Thread Tomaz Canabrava
Long that that I have send this e-mail already, but better late than never. In the Qt Develompent Summit I raised my hand to get one dirty thing done: The Settings. After a good while with negative time ( Real Work, KDE, Subsurface, and other personal stuff ) I have finally had the time to start.