Re: [GNC-dev] Transaction / Split Action List

2018-06-23 Thread Paul Dest
My 2 cents from from the user perspective: Being able to put user-defined strings into a record field is of very limited value if you are not able to search/find/analyze this data. That's why, as I recently had built a GnuCash with my own split action list for myself, I additionally extended the t

Re: [GNC-dev] Solved another way: how to extend the selection of predefined actions on a split

2018-05-25 Thread Paul Dest
> Regards, Chris Good > >> -Original Message- >> From: Paul Dest >> Sent: Thursday, 3 May 2018 6:05 AM >> To: Chris Good ; 'Frank H. Ellenberger' >> >> Cc: gnucash-devel@gnucash.org >> Subject: Re: [GNC-dev] Solved another way:

Re: [GNC-dev] Solved another way: how to extend the selection of predefined actions on a split

2018-05-02 Thread Paul Dest
get the account granted? Regards, Paul Am 02.05.2018 um 14:05 schrieb Chris Good: >> -Original Message- >> From: Frank H. Ellenberger >> Sent: Wednesday, 2 May 2018 6:14 PM >> To: Chris Good ; Paul Dest >> Cc: gnucash-devel@gnucash.org >> Subject: R

[GNC-dev] Solved another way: how to extend the selection of predefined actions on a split

2018-05-01 Thread Paul Dest
tion! Paul Am 01.05.2018 um 12:34 schrieb Paul Dest: > Hi Chris, > > That could be a very nice solution. > > But (in GTK) it doesn't seem possible to bind an accelerator key to an > arbitrary string of keystrokes. I have checked the GTK3 docs: > https://developer.gn

Re: [GNC-dev] Solved : how to extend the selection of predefined actions on a split

2018-05-01 Thread Paul Dest
Hi Chris, That could be a very nice solution. But (in GTK) it doesn't seem possible to bind an accelerator key to an arbitrary string of keystrokes. I have checked the GTK3 docs: https://developer.gnome.org/gtk3/stable/gtk3-Accelerator-Maps.html It explains about the accelerator path: -- The

[GNC-dev] Solved : how to extend the selection of predefined actions on a split

2018-04-30 Thread Paul Dest
-utils/gnc-tree-model-split-reg.c:2856 #: gnucash/register/ledger-core/split-register.c:2486 msgid "Withdraw" msgstr "Belastung" Thanks in advance, Paul Am 29.04.2018 um 18:44 schrieb Paul Dest: > Hi, > > I want to add own entries (e.g. "Paul") t

[GNC-dev] GnuCash 3.0 : how to extend the selection of predefined actions on a split

2018-04-29 Thread Paul Dest
Hi, I want to add own entries (e.g. "Paul") to the selection of predefined actions ("Increase", "Decrease", "Sell", "Buy" etc.) on a transaction split. (Rationale: I want to use the action as an additional select criterium for reports. Like the classes feature in Quicken; I mean not categories but

[GNC-dev] Problem solved: gnucash-3.0 build: GMOCK still causing trouble

2018-04-26 Thread Paul Dest
s: > Looks like a bug in googletest. Try checking out 'release-1.8.0'. > > Regards, > John Ralls > >> On Apr 26, 2018, at 8:49 AM, Paul Dest wrote: >> >> Thanks for this advice. Now the cmake run ends successfully. But the >> following make fails as

Re: [GNC-dev] gnucash-3.0 build: GMOCK still causing trouble

2018-04-26 Thread Paul Dest
rget 'common/test-core/CMakeFiles/gmock.dir/all' failed make[1]: *** [common/test-core/CMakeFiles/gmock.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2 Am 26.04.2018 um 13:29 schrieb Geert Janssens: > Op donderdag 26 april 2018 12:

[GNC-dev] gnucash-3.0 build: GMOCK not found

2018-04-26 Thread Paul Dest
Hi everybody, Trying to build gnucash-3.0 on my Linux Mint I get the following error message that I cannot fix on my own: paul@paul-Macmini ~/gnucash/build $ cmake -D CMAKE_INSTALL_PREFIX=$HOME/.local ~/gnucash/gnucash-3.0/ -- Using guile-2