Oops, this push inadvertently added unfinished work on GSettings. I have
reverted it for now.
Regards,
Geert
Op zaterdag 16 oktober 2021 10:49:14 CEST schreef Geert Janssens:
> Updatedvia https://github.com/Gnucash/gnucash/commit/d4e4062c
> (commit)
>via https://github.com/Gn
> On Nov 13, 2020, at 2:13 AM, Geert Janssens
> wrote:
>
> Op vrijdag 13 november 2020 00:52:44 CET schreef John Ralls:
>> Updated via https://github.com/Gnucash/gnucash/commit/d751913c
>> (commit)
>> via https://github.com/Gnucash/gnucash/commit/4e91a33b (commit)
>> from
Op vrijdag 13 november 2020 00:52:44 CET schreef John Ralls:
> Updatedvia https://github.com/Gnucash/gnucash/commit/d751913c
> (commit)
>via https://github.com/Gnucash/gnucash/commit/4e91a33b (commit)
> from https://github.com/Gnucash/gnucash/commit/a519b913 (commit)
>
>
CC.
>>
>>
>> -------- Weitergeleitete Nachricht
>> Betreff: gnucash maint: Multiple changes pushed
>> Datum: Fri, 23 Oct 2020 20:17:31 +0200
>> Von: Frank H. Ellenberger
>> An: Robert Fewell <14ubo...@gmail.com>
>>
>> Hi Bob,
>>
>
<
frank.h.ellenber...@gmail.com> wrote:
> Sorry, I forgot to CC.
>
>
> Weitergeleitete Nachricht ----
> Betreff: gnucash maint: Multiple changes pushed
> Datum: Fri, 23 Oct 2020 20:17:31 +0200
> Von: Frank H. Ellenberger
> An: Robert Fewell <14ubo...@gmail.com>
Sorry, I forgot to CC.
Weitergeleitete Nachricht
Betreff: gnucash maint: Multiple changes pushed
Datum: Fri, 23 Oct 2020 20:17:31 +0200
Von: Frank H. Ellenberger
An: Robert Fewell <14ubo...@gmail.com>
Hi Bob,
after your changes I watch on the console:
(gnucash:31326
Unfortunately cleaning up advanced-portfolio.scm is much more challenging
than I expected, so, I've now reverted it to its original (as of 4.0)
state, with suitable changes to support guile-3.0 only.
On Sat, 1 Aug 2020 at 05:55, Christopher Lam wrote:
> Updated via https://github.com/Gnucash/g
* [new-owner-report] combined job/owner reports
In addition to today's earlier new-aging-report, the experimental submenu
will also have new-owner-reports i.e. customer/vendor/employee reports.
These are intended to replace old reports. Rewritten, easier to maintain.
Of note:
* will query custom
srfi64_SOURCES}")
> endif (HAVE_SRFI64)
>
> gnc_add_scheme_test_targets(scm-test-engine
>
> -- Forwarded message -
> From: Christopher Lam
> Date: Fri, 19 Jul 2019 at 14:25
> Subject: gnucash maint: Multiple changes pushed
> To:
>
>
> Update
Forwarded message -
From: Christopher Lam
Date: Fri, 19 Jul 2019 at 14:25
Subject: gnucash maint: Multiple changes pushed
To:
Updated via https://github.com/Gnucash/gnucash/commit/0c433e02 (commit)
via https://github.com/Gnucash/gnucash/commit/e654bd34 (commit)
On 26/02/2019 11:56, Christopher Lam wrote:
Hi Geert,
Sharp eye indeed.
I haven't used the new gnc:gui-error function because report.scm is being
simulateously attacked:
(1) refactoring in maint-scheme-progress
(2) slowly creating nearly 100% coverage for tests
(3) fixing an invalid code path int
Op dinsdag 26 februari 2019 12:56:47 CET schreef Christopher Lam:
> Hi Geert,
> Sharp eye indeed.
> I haven't used the new gnc:gui-error function because report.scm is being
> simulateously attacked:
> (1) refactoring in maint-scheme-progress
> (2) slowly creating nearly 100% coverage for tests
> (
Hi Geert,
Sharp eye indeed.
I haven't used the new gnc:gui-error function because report.scm is being
simulateously attacked:
(1) refactoring in maint-scheme-progress
(2) slowly creating nearly 100% coverage for tests
(3) fixing an invalid code path introduced about 8 months ago, which was
returnin
Op dinsdag 26 februari 2019 11:24:26 CET schreef Christopher Lam:
> Updatedvia https://github.com/Gnucash/gnucash/commit/d980bb50
> (commit)
>via https://github.com/Gnucash/gnucash/commit/0ce6999f (commit)
>via https://github.com/Gnucash/gnucash/commit/5cdc5158 (commit)
Op zaterdag 19 januari 2019 21:10:11 CET schreef Christian Stimming:
> I did use this feature a little bit more. Sure, in an ideal world,
> there would be an undo button, but here and as long as we are in C
> this is not achievable. So we make our own assessment on how painful
> an accidental delet
Zitat von Geert Janssens :
Op vrijdag 18 januari 2019 23:54:07 CET schreef Christian Stimming:
commit 6f34995901dcfc999c675e5a4bc095eaf52a2d6f
Author: Christian Stimming
Date: Fri Jan 18 23:32:31 2019 +0100
Usability improvements for Bayes editor window
Remove the "Are you sure"
Op vrijdag 18 januari 2019 23:54:07 CET schreef Christian Stimming:
> commit 6f34995901dcfc999c675e5a4bc095eaf52a2d6f
> Author: Christian Stimming
> Date: Fri Jan 18 23:32:31 2019 +0100
>
> Usability improvements for Bayes editor window
>
> Remove the "Are you sure" question as it is s
Op vrijdag 11 januari 2019 01:42:41 CET schreef John Ralls:
> > On Jan 10, 2019, at 12:44 PM, Geert Janssens
> > wrote:>
> > Op donderdag 10 januari 2019 21:11:26 CET schreef John Ralls:
> >>> On Jan 10, 2019, at 8:32 AM, Geert Janssens
> >>> wrote:>
> >>>
> >>> Op donderdag 10 januari 2019 16:
> On Jan 10, 2019, at 5:25 PM, Derek Atkins wrote:
>
>
> On Thu, January 10, 2019 7:42 pm, John Ralls wrote:
>>
> [snip]
>>
>> Gtk has gtk_init. You call it, set up your GUI, then call gtk_main to
>> start the event loop. libguile has several initialization functions to
>> choose from:
>> h
On Thu, January 10, 2019 7:42 pm, John Ralls wrote:
>
[snip]
>
> Gtk has gtk_init. You call it, set up your GUI, then call gtk_main to
> start the event loop. libguile has several initialization functions to
> choose from:
> https://www.gnu.org/software/guile/manual/html_node/Initialization.html#
> On Jan 10, 2019, at 12:44 PM, Geert Janssens
> wrote:
>
> Op donderdag 10 januari 2019 21:11:26 CET schreef John Ralls:
>>> On Jan 10, 2019, at 8:32 AM, Geert Janssens
>>> wrote:>
>>> Op donderdag 10 januari 2019 16:35:57 CET schreef John Ralls:
> On Jan 10, 2019, at 2:12 AM, Geert Jan
Op donderdag 10 januari 2019 21:11:26 CET schreef John Ralls:
> > On Jan 10, 2019, at 8:32 AM, Geert Janssens
> > wrote:>
> > Op donderdag 10 januari 2019 16:35:57 CET schreef John Ralls:
> >>> On Jan 10, 2019, at 2:12 AM, Geert Janssens
> >>> wrote:>
> >>>
> >>> Op donderdag 10 januari 2019 06
> On Jan 10, 2019, at 8:32 AM, Geert Janssens
> wrote:
>
> Op donderdag 10 januari 2019 16:35:57 CET schreef John Ralls:
>>> On Jan 10, 2019, at 2:12 AM, Geert Janssens
>>> wrote:>
>>> Op donderdag 10 januari 2019 06:45:15 CET schreef John Ralls:
> On Jan 9, 2019, at 9:06 AM, Geert Janss
Op donderdag 10 januari 2019 16:35:57 CET schreef John Ralls:
> > On Jan 10, 2019, at 2:12 AM, Geert Janssens
> > wrote:>
> > Op donderdag 10 januari 2019 06:45:15 CET schreef John Ralls:
> >>> On Jan 9, 2019, at 9:06 AM, Geert Janssens
> >>> wrote:>
> >>>
> >>> Op woensdag 9 januari 2019 15:45
> On Jan 10, 2019, at 2:12 AM, Geert Janssens
> wrote:
>
> Op donderdag 10 januari 2019 06:45:15 CET schreef John Ralls:
>>> On Jan 9, 2019, at 9:06 AM, Geert Janssens
>>> wrote:>
>>> Op woensdag 9 januari 2019 15:45:31 CET schreef John Ralls:
> On Jan 9, 2019, at 6:17 AM, Derek Atkins
Op donderdag 10 januari 2019 06:45:15 CET schreef John Ralls:
> > On Jan 9, 2019, at 9:06 AM, Geert Janssens
> > wrote:>
> > Op woensdag 9 januari 2019 15:45:31 CET schreef John Ralls:
> >>> On Jan 9, 2019, at 6:17 AM, Derek Atkins wrote:
> >>>
> >>> HI,
> >>>
> >>> On Wed, January 9, 2019 9:1
Op donderdag 10 januari 2019 02:08:29 CET schreef John Ralls:
> > On Jan 9, 2019, at 11:52 AM, Geert Janssens
> > wrote:>
> > Op woensdag 9 januari 2019 18:06:49 CET schreef Geert Janssens:
> >> Op woensdag 9 januari 2019 15:57:07 CET schreef John Ralls:
> On Jan 9, 2019, at 4:24 AM, Geert J
> On Jan 9, 2019, at 9:06 AM, Geert Janssens wrote:
>
> Op woensdag 9 januari 2019 15:45:31 CET schreef John Ralls:
>>> On Jan 9, 2019, at 6:17 AM, Derek Atkins wrote:
>>>
>>> HI,
>>>
>>> On Wed, January 9, 2019 9:12 am, Geert Janssens wrote:
I like the idea of caching the system locale
> On Jan 9, 2019, at 11:52 AM, Geert Janssens
> wrote:
>
> Op woensdag 9 januari 2019 18:06:49 CET schreef Geert Janssens:
>> Op woensdag 9 januari 2019 15:57:07 CET schreef John Ralls:
On Jan 9, 2019, at 4:24 AM, Geert Janssens
wrote:>
Op dinsdag 1 januari 2019 22:14:16
Op woensdag 9 januari 2019 18:06:49 CET schreef Geert Janssens:
> Op woensdag 9 januari 2019 15:57:07 CET schreef John Ralls:
> > > On Jan 9, 2019, at 4:24 AM, Geert Janssens
> > > wrote:>
> > >
> > > Op dinsdag 1 januari 2019 22:14:16 CET schreef John Ralls:
> > >> Updated via https://github.
Op woensdag 9 januari 2019 15:57:07 CET schreef John Ralls:
> > On Jan 9, 2019, at 4:24 AM, Geert Janssens
> > wrote:>
> > Op dinsdag 1 januari 2019 22:14:16 CET schreef John Ralls:
> >> Updated via https://github.com/Gnucash/gnucash/commit/3a105f07
(commit)
> >>
> >> via https://gith
Op woensdag 9 januari 2019 15:45:31 CET schreef John Ralls:
> > On Jan 9, 2019, at 6:17 AM, Derek Atkins wrote:
> >
> > HI,
> >
> > On Wed, January 9, 2019 9:12 am, Geert Janssens wrote:
> >> I like the idea of caching the system locale for future use. Too bad the
> >> std::locale is working so
> On Jan 9, 2019, at 4:24 AM, Geert Janssens wrote:
>
> Op dinsdag 1 januari 2019 22:14:16 CET schreef John Ralls:
>> Updated via https://github.com/Gnucash/gnucash/commit/3a105f07
>> (commit)
>> via https://github.com/Gnucash/gnucash/commit/95bee405 (commit)
>> via https:
> On Jan 9, 2019, at 6:17 AM, Derek Atkins wrote:
>
> HI,
>
> On Wed, January 9, 2019 9:12 am, Geert Janssens wrote:
>> I like the idea of caching the system locale for future use. Too bad the
>> std::locale is working so poorly on Windows :(
>>
>> Op zondag 6 januari 2019 19:13:28 CET schre
HI,
On Wed, January 9, 2019 9:12 am, Geert Janssens wrote:
> I like the idea of caching the system locale for future use. Too bad the
> std::locale is working so poorly on Windows :(
>
> Op zondag 6 januari 2019 19:13:28 CET schreef John Ralls:
>> +const std::locale&
>> +gnc_get_locale()
>> +{
>>
I like the idea of caching the system locale for future use. Too bad the
std::locale is working so poorly on Windows :(
Op zondag 6 januari 2019 19:13:28 CET schreef John Ralls:
> +const std::locale&
> +gnc_get_locale()
> +{
> + static std::locale cached;
> + static bool tried_already = false;
Op dinsdag 1 januari 2019 22:14:16 CET schreef John Ralls:
> Updatedvia https://github.com/Gnucash/gnucash/commit/3a105f07
> (commit)
>via https://github.com/Gnucash/gnucash/commit/95bee405 (commit)
>via https://github.com/Gnucash/gnucash/commit/cc3bb4ef (commit)
>
> On Nov 30, 2018, at 4:27 PM, Geert Janssens
> wrote:
>
> Op vrijdag 30 november 2018 08:12:02 CET schreef John Ralls:
>> Updated via https://github.com/Gnucash/gnucash/commit/3f09e5c6
>> (commit)
>> via https://github.com/Gnucash/gnucash/commit/e81bcf6e (commit)
>> via
Op vrijdag 30 november 2018 08:12:02 CET schreef John Ralls:
> Updatedvia https://github.com/Gnucash/gnucash/commit/3f09e5c6
> (commit)
>via https://github.com/Gnucash/gnucash/commit/e81bcf6e (commit)
>via https://github.com/Gnucash/gnucash/commit/bf55c30a (commit)
>
That is the reason, why I inserted the TODO. Because my search for URLs
already resulted in 2 different patches, I did not start it, too.
If you are ready with your other errands, you can go for it.
Regards
Frank
Am 03.11.18 um 10:36 schrieb Geert Janssens:
> Op zaterdag 3 november 2018 10:15:48
Op zaterdag 3 november 2018 10:15:48 CET schreef Frank H. Ellenberger:
> @@ -4892,8 +4892,8 @@ dgettext_swapped (const gchar *msgid,
> * This is copied into GnuCash from Gtk in order to fix problems when
> * empty msgids were passed through gettext().
> *
> - * See https://bugs.gnucash.org/sh
Op zondag 9 september 2018 23:04:26 CEST schreef Kevin Hale Boyes:
> The indentation (and logic) here:
> https://github.com/Gnucash/gnucash/commit/3845611f#diff-ee628819286d2dd65d45
> baf2c5ef4bbdR454 suggests that the if applies to both indented lines but
> there are no braces to form a block.
>
The indentation (and logic) here:
https://github.com/Gnucash/gnucash/commit/3845611f#diff-ee628819286d2dd65d45baf2c5ef4bbdR454
suggests that the if applies to both indented lines but there are no braces
to form a block.
If gsr->reg is NULL then line line 456 will throw.
Kevin
On Sun, 9 Sep 2018
> On Apr 10, 2018, at 1:22 AM, Geert Janssens
> wrote:
>
> Op dinsdag 10 april 2018 00:18:07 CEST schreef John Ralls:
>> Updated via https://github.com/Gnucash/gnucash/commit/c3f528b8
>> (commit)
>> via https://github.com/Gnucash/gnucash/commit/aea33ca5 (commit)
>> from ht
Op dinsdag 10 april 2018 00:18:07 CEST schreef John Ralls:
> Updatedvia https://github.com/Gnucash/gnucash/commit/c3f528b8
> (commit)
>via https://github.com/Gnucash/gnucash/commit/aea33ca5 (commit)
> from https://github.com/Gnucash/gnucash/commit/972647d2 (commit)
>
>
>
> On Jul 2, 2017, at 2:51 AM, Geert Janssens wrote:
>
> On zaterdag 1 juli 2017 21:47:22 CEST John Ralls wrote:
>> Updated via https://github.com/Gnucash/gnucash/commit/261a64e3
>> (commit)
>> via https://github.com/Gnucash/gnucash/commit/c046d2c5 (commit)
>> from https://g
On zaterdag 1 juli 2017 21:47:22 CEST John Ralls wrote:
> Updatedvia https://github.com/Gnucash/gnucash/commit/261a64e3
> (commit)
>via https://github.com/Gnucash/gnucash/commit/c046d2c5 (commit)
> from https://github.com/Gnucash/gnucash/commit/b4520d6c (commit)
>
>
>
>
Hi Geert,
I would at least delay it for 1 release.
As Ted metioned before, you should check other mayor distris, too.
E.g. https://en.opensuse.org/Lifetime
and the check the packages e.g. via distrowatch.
At least I know "normal" users, which run the once installed distro
until the hardware break
Hi Geert,
I would at least delay it for 1 release.
As Ted metioned before, you should check other mayor distris, too.
E.g. https://en.opensuse.org/Lifetime
and the check the packages e.g. via distrowatch.
Regards
Frank
Am 23.03.2017 um 11:49 schrieb Geert Janssens:
> On woensdag 22 maart 2017 22
ject: Re: gnucash maint: Multiple changes pushed
On woensdag 22 maart 2017 22:05:25 CET Geert Janssens wrote:
> commit 9f3ad5510427eb69c857814de15e1c1be0727d2d
> Author: Jesse Olmer
> Date: Sat Feb 13 21:59:05 2016 -0800
>
> Bug 739571 - Matching imported transactions doesn
On woensdag 22 maart 2017 22:05:25 CET Geert Janssens wrote:
> commit 9f3ad5510427eb69c857814de15e1c1be0727d2d
> Author: Jesse Olmer
> Date: Sat Feb 13 21:59:05 2016 -0800
>
> Bug 739571 - Matching imported transactions doesn't indicate previously
> matched entries
>
> Track pending ma
On Sunday 21 December 2014 18:47:53 John Ralls wrote:
> commit e55e7db9fd47611c2266f33939dc32715314092d
> Author: John Ralls
> Date: Sun Dec 21 11:09:21 2014 -0800
>
> Remove note from the top of environment.in. It's obsolete.
>
> diff --git a/src/bin/environment.in b/src/bin/environment.i
On May 2, 2014, at 10:01 AM, Geert Janssens wrote:
> I have pushed a commit that only adds _FORTIFY_SOURCE if compilation with
> optimization is detected.
>
> Feel free to improve it if you have a cleaner solution.
>
> Geert
Thanks for fixing it. Just out of curiosity, what version of gcc ar
On Friday 02 May 2014 15:19:06 Geert Janssens wrote:
>
> This commit breaks the build on my system (ironically a Fedora
> system).
>
> The _FORTIFY_SOURCE addition results in the following compile error:
> /usr/include/features.h:327:4: error: #warning _FORTIFY_SOURCE
> requires compiling with op
On Sunday 27 April 2014 16:29:11 Mike Alexander wrote:
> Updatedvia https://github.com/Gnucash/gnucash/commit/2c4463e7
> (commit) via https://github.com/Gnucash/gnucash/commit/4ec1f6b7
> (commit) from https://github.com/Gnucash/gnucash/commit/fb8018b3
> (commit)
(snip)
>
> commit 4ec1f6
55 matches
Mail list logo