Re: GSettings again

2013-02-28 Thread Geert Janssens
Op 24-02-13 20:30, Phil Longstaff schreef: When I was looking at replacing GConf, I envisioned wrapping it as GncPrefs. I took some ideas from Java (java.util.prefs) such as: - hierarchy of prefs nodes. A prefs node can have values, but can also have prefs nodes as children. - GncPrefs would b

Re: GSettings again

2013-02-28 Thread Geert Janssens
Op 25-02-13 17:22, Derek Atkins schreef: Christian Stimming writes: Am Sonntag, 24. Februar 2013, 11:08:14 schrieb Geert Janssens: Other than these, I don't see any issues that would prevent this from being implemented rather sooner than later. Very good. If GSettings is gtk's replacement fo

Re: GSettings again

2013-02-25 Thread Derek Atkins
Christian Stimming writes: > Am Sonntag, 24. Februar 2013, 11:08:14 schrieb Geert Janssens: >> Other than these, I don't see any issues that would prevent this from >> being implemented rather sooner than later. > > Very good. If GSettings is gtk's replacement for GConf, we should use > it. I wou

Re: GSettings again

2013-02-24 Thread Christian Stimming
Am Sonntag, 24. Februar 2013, 11:08:14 schrieb Geert Janssens: > Other than these, I don't see any issues that would prevent this from > being implemented rather sooner than later. Very good. If GSettings is gtk's replacement for GConf, we should use it. I would not recommend starting our own wra

Re: GSettings again

2013-02-24 Thread Phil Longstaff
When I was looking at replacing GConf, I envisioned wrapping it as GncPrefs.  I took some ideas from Java (java.util.prefs) such as: - hierarchy of prefs nodes.  A prefs node can have values, but can also have prefs nodes as children. - GncPrefs would be base class, with GncPrefsGconf and GncPref

Re: GSettings again

2013-02-24 Thread John Ralls
On Feb 24, 2013, at 9:21 AM, Geert Janssens wrote: > Op 24-02-13 16:01, John Ralls schreef: >> On Feb 24, 2013, at 2:08 AM, Geert Janssens >> wrote: >> >>> GnuCash generally has long release cycles. 2.0.0 to 2.2.0 was roughly 3 >>> years. 2.2.0 to 2.4.0 about 4 years and before 2.6.0 will be

Re: GSettings again

2013-02-24 Thread Geert Janssens
Op 24-02-13 16:01, John Ralls schreef: On Feb 24, 2013, at 2:08 AM, Geert Janssens wrote: GnuCash generally has long release cycles. 2.0.0 to 2.2.0 was roughly 3 years. 2.2.0 to 2.4.0 about 4 years and before 2.6.0 will be release another 3 years will have passed. This got me thinking about

Re: GSettings again

2013-02-24 Thread John Ralls
On Feb 24, 2013, at 2:08 AM, Geert Janssens wrote: > GnuCash generally has long release cycles. 2.0.0 to 2.2.0 was roughly 3 > years. 2.2.0 to 2.4.0 about 4 years and before 2.6.0 will be release another > 3 years will have passed. > > This got me thinking about GConf/GSettings again. Current