2024-06-24 GnuCash IRC logs

00:41:21 *** chris has joined #gnucash
00:41:21 *** ChanServ sets mode: +v chris
00:41:21 *** gncbot sets mode: +o chris
01:10:56 <chris> jralls: the reference above relates to gnc-register-account-sel-limited-option will offer selection.... It "would be nice" if a callback could be attached similar to gnc-register-complex-boolean-option
01:11:21 <chris> I did try but got stuck with by inability to convert SCM account -> Account*
01:11:58 <chris> if it was possible, then selecting a stock account would then attempt to populate the capg/divi/fees/cash accounts as per kvp tag
01:12:22 <chris> maybe I'll set a PR
01:39:46 *** fell has quit IRC
01:41:05 *** fell has joined #gnucash
01:41:06 *** ChanServ sets mode: +o fell
01:51:21 *** chris has quit IRC
02:36:24 *** chris has joined #gnucash
02:36:24 *** ChanServ sets mode: +v chris
02:36:24 *** gncbot sets mode: +o chris
03:05:24 *** chris has quit IRC
04:16:48 *** jralls-m1 has quit IRC
04:54:42 *** jralls has joined #gnucash
04:54:42 *** ChanServ sets mode: +o jralls
06:15:57 *** chris has joined #gnucash
06:15:57 *** ChanServ sets mode: +v chris
06:15:57 *** gncbot sets mode: +o chris
06:26:35 *** chris has quit IRC
06:53:03 *** FeuerwehrMichael has joined #gnucash
06:53:03 *** ChanServ sets mode: +v FeuerwehrMichael
08:00:23 *** FeuerwehrMichael has quit IRC
08:15:32 *** FeuerwehrMichael has joined #gnucash
08:15:32 *** ChanServ sets mode: +v FeuerwehrMichael
08:59:30 *** FeuerwehrMichael has quit IRC
10:00:53 *** warlord has joined #gnucash
10:00:53 *** gncbot sets mode: +o warlord
14:15:53 *** warlord has quit IRC
14:16:06 *** warlord has joined #gnucash
14:16:06 *** gncbot sets mode: +o warlord
14:26:31 *** warlord has quit IRC
15:39:05 *** warlord has joined #gnucash
15:39:05 *** gncbot sets mode: +o warlord
17:11:28 *** warlord has quit IRC
17:13:34 *** warlord has joined #gnucash
17:13:34 *** gncbot sets mode: +o warlord
17:48:50 <fell> jralls, in the recent msgmerge we lost '#, c++-format' for msgids containing '{1}'
19:31:21 *** fell has quit IRC
19:32:38 *** fell has joined #gnucash
19:32:39 *** ChanServ sets mode: +o fell
20:00:01 *** raghukamath has quit IRC
20:15:36 *** raghukamath has joined #gnucash
20:15:36 *** ChanServ sets mode: +v raghukamath
20:43:27 <jralls> fell, re Urdu, no. He only translated a few strings and none of them had underscores.
20:45:06 <jralls> fell Not sure what you mean about copying msgid to msgstr. As for the missing C++ format comment, I just ran msgfmt according to the instructions in Language Administration in the wiki. Is there an incantation missing?
20:46:47 <jralls> chris, re gnc-register-account-sel-limited-option, a callback to do what?
20:52:12 <jralls> chris Are you trying to pass a Scheme callback that takes an Account without Swig's help? If so you have to perform the conversion in the C code that prepares to make the SCM call. There are still places that we do that, but I don't think it's a good idea.
20:55:10 <jralls> Especially for a "would be nice". Reserve that kind of atrocity for critical things that you can't think of a better way to do.
20:55:36 <jralls> @tell chris re gnc-register-account-sel-limited-option, a callback to do what?
20:55:36 <gncbot> jralls: The operation succeeded.
20:55:48 <jralls> @tell chris Are you trying to pass a Scheme callback that takes an Account without Swig's help? If so you have to perform the conversion in the C code that prepares to make the SCM call. There are still places that we do that, but I don't think it's a good idea.
20:55:48 <gncbot> jralls: The operation succeeded.
20:56:09 <jralls> @tell chris Especially for a "would be nice". Reserve that kind of atrocity for critical things that you can't think of a better way to do.
20:56:09 <gncbot> jralls: The operation succeeded.
23:31:03 <fell> jralls, running 'ninja pot' using gettext 0.22.5 generates the flag. What is your verson?