Re: [GNC-dev] Where did libgnucash/app-utils/migratable-prefs.xml.in go on master?

2020-03-14 Thread jean
Thanks. I was mistaken in thinking the file was necessary. Things are good without it. Fixed. On 3/14/20 10:26 AM, John Ralls wrote: On Mar 14, 2020, at 9:40 AM, jeanl wrote: When implementing https://github.com/Gnucash/gnucash/pull/664/files#diff-77a0d7c7fec2990d4ed21d55529873a0 I noticed

Re: [GNC-dev] Question about account list and typeahead

2020-03-14 Thread jean
atch isn't terribly useful. Question: Is this on purpose? I would imagine that would not be hard to fix, so there must be a reason why it hasn't been... NOTE: This has nothing to do with the PR I submitted about matching account in the transaction editing dialog) Jean -- Sent from: ht

Re: [GNC-dev] Question about account list and typeahead

2020-03-15 Thread jean
I'm on Mojave, where it works... On 3/15/20 2:30 PM, David H wrote: Doesn't work on my Mac either - Catalina maybe ??? Cheers David. On Mon, 16 Mar 2020 at 07:18, jeanl > wrote: Adrien Monteleone-2 wrote > It has a usability bug. If you want to search for so

Re: [GNC-dev] Unable to run test on mac os.

2020-03-22 Thread jean
jralls suggested: That's googletest. The Xcode generator must not be making the connection between that output file and the gtest target. Does Xcode show a gtest target, and if so does building it first get you further along building the tests? I'll check and post back. Yes, there's a gtest

Re: [GNC-dev] Unable to run test on mac os.

2020-03-22 Thread jean
The RUN_TEST target runs the tests successfully except for 3: Showing Recent Messages The following tests FAILED: 10 - test-app-utils (Failed) 68 - test-load-c (Failed) 71 - test-agedver (Failed) So with the kludge of copying *.a files to the right location, I'm able

Re: [GNC-dev] Unable to run test on mac os.

2020-03-22 Thread jean
le or directory: '/Users/Shari/gnucash-stable/build_xcode/common/test-core/libgtest.a' On 3/22/20 3:25 PM, John Ralls wrote: On Mar 22, 2020, at 2:48 PM, jean wrote: clang: error: no such file or directory: '/Users/Shari/gnucash-stable/build_xcode/common/test-core/libgtest.a&

Re: [GNC-dev] Unable to run test on mac os.

2020-03-23 Thread jean
can't find the modules they're supposed to load. It's not a dependency problem, the modules are built. I haven't figured out what's wrong yet. Regards, John Ralls On Mar 23, 2020, at 9:44 AM, Jean Laroche wrote: Yes, I wiped everything out, changed common/test-core/CMa

Re: [GNC-dev] Advice on what to look at next

2020-03-24 Thread jean
I have a possibly silly question. If the migration to 4.0 is somewhat near, what point is there in cleaning up the code in 3.x or removing hacks etc or even adding new features? Am I missing something? Jean On 3/23/20 5:55 PM, Chris Graves wrote: For all you devs, it’s understood(or it should

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-27 Thread jean
arches actually does work currently and is fairly intuitive. So if you guys like this solution then I could remove the option, which would be really good! Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Advice on what to look at next

2020-03-27 Thread jean
That's exactly what I was looking for! Thanks! J. On 3/27/20 9:15 PM, John Ralls wrote: On Mar 23, 2020, at 10:15 AM, jeanl wrote: Devs, Can you point me to something you think needs to be looked at sooner rather than later in the gnucash code? I find that bugzilla does not give a good imag

Re: [GNC-dev] About bug 797670 (crash related to sch. xaction dialog remaining opened after file is closed)

2020-04-07 Thread jean
alogs are closed when another file is opened. I would imagine this already happens for other dialogs, but was omitted for this one? If so, can you guys point me in the right direction? I can start digging around, but a little pointer will save me a lot of time! Thanks, Jean -- Sent from: http://gn

Re: [GNC-dev] GnuCash 3.10 Released

2020-04-11 Thread jean
n on doing anything about this? Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Master problem when entering account in register

2020-04-24 Thread jean
Chris, did you try to repro with the exact account names? If not, I'll try to give that a shot... Jean On 4/24/20 9:59 PM, Chris Good wrote: Hi Bob, Thanks for your suggestions. As John Ralls is working on Bug 797052 I’ll get back to testing my mods. Regards, Chris Good

Re: [GNC-dev] Not getting signal, need a bit of help

2020-04-28 Thread jean
Man you're saving my life! Thanks! J. On 4/28/20 8:54 PM, John Ralls wrote: On Apr 28, 2020, at 12:25 PM, jeanl wrote: Devs, As part of launching the reconcile dialog once the matching is done, I'm listening to the response signal from the gnc_ofx_importer_gui (in gnc-ofx-import.c). So righ

[GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
es.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Any idea how to fix that? Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
Is the cmake command still the same? cmake -G Xcode -D CMAKE_INSTALL_PREFIX=$PREFIX -D GTEST_ROOT=$SRCROOT/googletest $SRCROOT/gnucash-git J. On 6/27/20 1:05 PM, John Ralls wrote: On Jun 27, 2020, at 11:29 AM, jean wrote: I'm trying to built master (to repro a crash bug) but on

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
1:05 PM, John Ralls wrote: On Jun 27, 2020, at 11:29 AM, jean wrote: I'm trying to built master (to repro a crash bug) but on macos I'm not having any luck. I'm getting a link error: "_gnc_assoc_get_path_head", referenced from: _file_chooser_cl

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
Thanks, that did the trick! On 6/27/20 1:43 PM, John Ralls wrote: On Jun 27, 2020, at 1:31 PM, jean wrote: The build complains that I'm missing boost: CMake Error at CMakeLists.txt:541 (message): A suitable Boost is not installed, and is required. GnuCash requires that Boo

[GNC-dev] Rebuild after a change to a glade file

2020-07-06 Thread jean
he rebuild? I'm not quite familiar with how the glade file is used during the build so I don't know whether there's some intermediate file that needs to be removed or something... Jean ___ gnucash-devel mailing list gnucash-devel@gn

[GNC-dev] Compiling on maint

2020-07-11 Thread jean
dules/GncAddTest.cmake:143 (message): GTEST sources not found in GTEST_ROOT Call Stack (most recent call first): CMakeLists.txt:609 (gnc_gtest_configure) I am rerunning jhbuild, which takes quite a while If this does not work, can somebody point me in the right direction?

Re: [GNC-dev] Compiling on maint

2020-07-11 Thread jean
Thanks Chris, I believe that did the trick. What about on Master? Jean On 7/11/20 11:25 AM, Chris Graves wrote: Jean, I don’t think you need to specify GMOCK_ROOT any longer and I believe GTEST_ROOT should point to the top level googletest dir. So maybe give this a try: cmake -G Xcode -D

Re: [GNC-dev] Compiling on maint

2020-07-11 Thread jean
Meaning same right? OK I'll give that a shot! Thanks a bunch! J. On 7/11/20 11:35 AM, Chris Graves wrote: Yes, I believe so. On Jul 11, 2020, at 11:33 AM, jean wrote: Thanks Chris, I believe that did the trick. What about on Master? Jean On 7/11/20 11:25 AM, Chris Graves wrote: Je

Re: [GNC-dev] Building on mac os.

2021-08-20 Thread jean
OK Thanks, trying that now... On 8/20/21 2:22 PM, John Ralls wrote: On Aug 20, 2021, at 1:38 PM, Jean L wrote: Hi Devs, I'm trying to refresh the GC build environment on my mac, but I'm running into lots of errors so I want to make sure I'm doing the right things. Here are

[GNC-dev] Question about fin.scm and mortgage repayment calculations

2020-01-15 Thread Jean Laroche
mples, I don't see that that's possible, but perhaps you guys know of a way? Is this a feature people would be interested in? Or is it too narrow in scope? Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] Docker for building GC?

2020-02-20 Thread Jean Laroche
Do you guys know if someone has ever created a docker image to allow building GC without having to install a bunch of stuff? Asking before I start setting up for building... Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

Re: [GNC-dev] Docker for building GC?

2020-02-20 Thread Jean Laroche
Found some answers to my own question. For example this: https://github.com/diablodale/gnucash-dev-docker Sorry for the bother. Jean On 2/20/20 9:45 AM, Jean Laroche wrote: Do you guys know if someone has ever created a docker image to allow building GC without having to install a bunch of

[GNC-dev] Build on MacOS

2020-02-28 Thread Jean Laroche
, the file is nowhere to be found. Is this related to something I see during the build: *** Building googletest *** [63/71] ninja ninja: no work to do. This ^^ is puzzling to me, nothing is getting built. Can someone give me a pointer? Thanks! Jean _

Re: [GNC-dev] Build on MacOS

2020-02-28 Thread jean laroche
k-osx as a first step, as instructed in the doc. But who knows what happened after that. I'll restart the build from scratch using a new account with no homebrew and a pruned down .bashrc. I'll let you guy know what problems I run into. Hopefully it'll be a lot smoother (at least

Re: [GNC-dev] Build on MacOS

2020-02-29 Thread jean laroche
27;ll be within email contact. A million thanks for the help! Cheers, Jean On 2/28/2020 8:06 PM, John Ralls wrote: Jean, Please remember to copy the list on all replies. On Feb 28, 2020, at 8:26 PM, jean laroche wrote: Thanks for the pointers John! Very useful! As a newbie building this,

Re: [GNC-dev] Build on MacOS

2020-03-04 Thread jean laroche
'll have to delete the downloaded file and try again. OK. I'm going to try your recommendations and report. Thanks! Jean On 2/29/2020 12:42 PM, John Ralls wrote: Skipping the itstool module caused the gtk-doc failure, and skipping that caused the gtk+ failure, and so on. When a build

[GNC-dev] Build broken on MacOS

2020-03-05 Thread Jean Laroche
The build seems to be broken on Mac OS. Starting from fresh, new user, sh gtk-osx-setup.sh works jhbuild bootstrap works jhbuild bootstrap-gtk-osx works jhbuild build errors with Loading .env environment variables… jhbuild build: failed to parse /Users/gnucash/Source/jhbuild/modulesets/file:/Use

Re: [GNC-dev] Build broken on MacOS

2020-03-05 Thread Jean Laroche
uild without running into this error... I've grepped -R looking for where this john comes from, with no result J. On 3/5/20 10:34 AM, Derek Atkins wrote: Did you follow the instructions and set the environment to match yours? I doubt your username is "john"... -derek On Thu, M

Re: [GNC-dev] Build broken on MacOS

2020-03-05 Thread Jean Laroche
/raw/master/modulesets-stable/gtk-osx.modules"/> Chris On Mar 5, 2020, at 10:34 AM, Derek Atkins wrote: Did you follow the instructions and set the environment to match yours? I doubt your username is "john"... -derek On Thu, March 5, 2020 1:19 pm, Jean Laroche wrote:

Re: [GNC-dev] Build broken on MacOS

2020-03-05 Thread Jean Laroche
ours? I doubt your username is "john"... -derek On Thu, March 5, 2020 1:19 pm, Jean Laroche wrote: The build seems to be broken on Mac OS. Starting from fresh, new user, sh gtk-osx-setup.sh works jhbuild bootstrap works jhbuild bootstrap-gtk-osx works jhbuild build errors with Loadin

Re: [GNC-dev] Build on MacOS

2020-03-05 Thread Jean Laroche
pressed [1]. That worked. The build is continuing, will keep you posted. Jean On 3/5/20 11:29 AM, John Ralls wrote: Sorry, I pushed a change I shouldn't have. It's fixed and pushed now. Details: There are two include lines in gnucash.modules, one for including the gtk-osx mo

Re: [GNC-dev] Build broken on MacOS

2020-03-05 Thread Jean Laroche
That was a mistake on my part, I thought I was creating a new thread, but instead hijacked this one! Very sorry about that. Jean On 3/5/20 11:43 AM, Frank H. Ellenberger wrote: Hi Jean, as I watch it the second time, I have just a note: Do not hijack threads. See https://wiki.gnucash.org/wiki

Re: [GNC-dev] Build on MacOS

2020-03-05 Thread Jean Laroche
7;t installed there. As I said I usually drop to the shell and create those symlinks then re-run itstool's configure. Your fix installed it in the virtenv instead and that's fine for GnuCash. Regards, John Ralls On Mar 5, 2020, at 11:42 AM, Jean Laroche wrote: No worries. I fixed the

Re: [GNC-dev] Build on MacOS

2020-03-05 Thread Jean Laroche
ource_file target_file cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory On my mac, cp -u isn't an option. So as I described previously I had to edit the Makefiles to change -Ru -> -R. That fixes the error. Jean On 3/5/20 11:54 AM, John Ralls wrote: That's

Re: [GNC-dev] Build on MacOS

2020-03-05 Thread Jean Laroche
I am now running into this (again): You asked me if I told jhbuild to skip mysql, and the answer is no. Where is the library linked by -lmysqlclient to be found, normally? Jean *** Building libdbi-drivers *** [54/71] make -j 9 make all-recursive make[1]: Entering directory '/Users/gn

Re: [GNC-dev] Build on MacOS

2020-03-06 Thread Jean Laroche
anything about that? Jean On 3/5/20 7:50 PM, John Ralls wrote: On Mar 5, 2020, at 11:59 AM, Geert Janssens wrote: Op donderdag 5 maart 2020 20:54:54 CET schreef John Ralls: That's because its-tool looks for python and python-config instead of python3 and python3-config so it finds

Re: [GNC-dev] Build on MacOS

2020-03-06 Thread Jean Laroche
But how do we fix the build so it uses this latest version. I'm not aware of where you modify this in the build process... J. On 3/6/20 1:39 PM, Frank H. Ellenberger wrote: HI, Am 06.03.20 um 20:19 schrieb Jean Laroche: The fun never ends. After your patches and latest commits, I rest

Re: [GNC-dev] Build on MacOS

2020-03-06 Thread Jean Laroche
test build with the updated modules completes and I push the update to GitHub. Regards, John Ralls On Mar 6, 2020, at 3:41 PM, Jean Laroche wrote: But how do we fix the build so it uses this latest version. I'm not aware of where you modify this in the build process... J. On 3/6/20 1:

Re: [GNC-dev] Build on MacOS

2020-03-06 Thread jean laroche
edious to say the least. But other than these 3 errors, all the rest now works fine. Thanks for all the required updates. I understand that once you have your build environment you don't need to re-create it, so I imagine it's not obvious to detect when jh

Re: [GNC-dev] Build on MacOS

2020-03-07 Thread jean laroche
me, but that's just me. J. On 3/7/2020 8:27 PM, John Ralls wrote: On Mar 6, 2020, at 9:27 PM, jean laroche wrote: Thanks John, Tonight I was able to successfully run jhbuild build, then to build and run gnucash on my mac at home. Doing so required some manual fixes which I'm l

Re: [GNC-dev] Build on MacOS

2020-03-08 Thread jean laroche
enormous amount of work that has been put in this project. Jean On 3/8/2020 12:21 AM, Frank H. Ellenberger wrote: Hi Jean, Am 08.03.20 um 07:55 schrieb jean laroche: Thanks John, I'm going to retry from a clean slate. A million thanks for all you've done to make this a lot easi

Re: [GNC-dev] A little hint for xcode usage (scheme)

2020-03-08 Thread jean laroche
I'm familiar with bbedit and emacs but how do you handle breakpoints? That's the part I'm not familiar with. I know how to do it in xcode. iTerm2 is awesome, I really like it. J. On 3/8/2020 5:21 PM, Mike Alexander wrote: On 8 Mar 2020, at 19:41, John Ralls wrote: For my part I seldom use Xc

Re: [GNC-dev] A little hint for xcode usage (scheme)

2020-03-08 Thread jean laroche
Well, I don't have enough history with Emacs to go back to it after so many years! In the meantime, breakpoints are not working in xcode, and that's quite annoying. I've looked online for possible reasons for that, but so far no results. When it works xcode debugging is quite useful and easy to

Re: [GNC-dev] A little hint for xcode usage (scheme)

2020-03-09 Thread Jean Laroche
ompiled gnucash with Xcode. Did you compile gnucash with Xcode or jhbuild (not sure that it makes a difference). On Mar 8, 2020, at 10:23 PM, jean laroche wrote: Well, I don't have enough history with Emacs to go back to it after so many years! In the meantime, breakpoints are not w

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-10 Thread Jean Laroche
ot no solution at all. That's definitely not ideal. Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-10 Thread Jean Laroche
Frank, I tried reviving this patch, but git patch failed. I recreated the patch manually (which wasn't very hard given that it contains few changes) but I don't see any effect (not breakpoint is hit). So I'm wondering whether this patch is still useful. ___

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-10 Thread Jean Laroche
On 3/10/20 9:23 AM, Adrien Monteleone wrote: Can account number entry be part of the solution? (or is that a separate ball of wax?) I know I’ve seen that asked for as well. (and would use it myself if it existed) The current work around is to include the account number in the account name (th

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-10 Thread Jean Laroche
visibility when typing.  Currently we need to have a good memory or a cheat sheet by the keyboard. David Carlson On Tue, Mar 10, 2020 at 11:48 AM Jean Laroche <mailto:rip...@gmail.com>> wrote: On 3/10/20 9:23 AM, Adrien Monteleone wrote: > Can account number entry be part of

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-10 Thread Jean Laroche
That patch was for register2 which is stalled, it has no bearing on the current version. Bob OK Thanks, that makes sense. ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-10 Thread jean laroche
. Ideally, the popup should only show the accounts that match. Also, it's currently incompatible with the previous type-ahead model so, you'd have to pick between the old and the new, possibly in the preferences (not implemented). But it's a start. Jean On 3/10/2020 9:54 AM, David

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-11 Thread Jean Laroche
for the new option) but I must be missing something because the code says the preference key is invalid. The new option shows in the preferences, but the rest isn't working. On 3/10/20 11:14 AM, Robert Fewell wrote: Jean, That patch was for register2 which is stalled, it has no bearing

Re: [GNC-dev] Noob: setup and build master

2020-03-11 Thread jean laroche
Thanks John, What about building the xcode project, are there differences between the cmake command to do that between the two branches? Jean On 3/11/2020 8:13 PM, John Ralls wrote: On Mar 11, 2020, at 2:35 PM, jeanl wrote: Hi People, Thanks to John I was able to setup and build maint on

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-12 Thread jean laroche
h to add to the wiki (except perhaps a few lines clarifying what each jhbuild command does, and possibly a paragraph on switching branches). Thanks again! Jean On 3/11/2020 11:14 PM, Frank H. Ellenberger wrote: Jean, Am 11.03.20 um 22:03 schrieb Jean Laroche: : PREFERENCES: If someone can

Re: [GNC-dev] Noob: setup and build master

2020-03-12 Thread Jean Laroche
xit code 1 (use -v to see invocation) Does this ring a bell for anyone? Jean On 3/11/20 8:13 PM, John Ralls wrote: On Mar 11, 2020, at 2:35 PM, jeanl wrote: Hi People, Thanks to John I was able to setup and build maint on my mac. I'm now trying to setup and build master which I've pulle

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-12 Thread Jean Laroche
you saw https://wiki.gnucash.org/wiki/Adding_Preferences? Well, it looks like this is out of date. For example src/gnome-utils/gtkbuilder/dialog-preferences.glade no longer exists. I can only see: ./gnucash/gtkbuilder/dialog-preferences.glade ./share/gnucash/gtkbuilder/dialog-preferences.glade

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-12 Thread Jean Laroche
ote: On Mar 12, 2020, at 3:37 PM, Jean Laroche wrote: you saw https://wiki.gnucash.org/wiki/Adding_Preferences? Well, it looks like this is out of date. For example src/gnome-utils/gtkbuilder/dialog-preferences.glade no longer exists. I can only see: ./gnucash/gtkbuilder/dialog-preference

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-12 Thread Jean Laroche
Well it's finally working. I cleaned everything and rebuilt everything, and things are OK now. I should have started with that. :( Thanks for the help though! On 3/12/20 3:52 PM, John Ralls wrote: On Mar 12, 2020, at 3:37 PM, Jean Laroche wrote: you saw https://wiki.gnucash.org

Re: [GNC-dev] Noob: setup and build master

2020-03-13 Thread Jean Laroche
going to work with xcode? Also, will that affect my maint branch (I have two separate build dirs for maint and master)? Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Noob: setup and build master

2020-03-13 Thread Jean Laroche
^ SyntaxError: invalid syntax jhbuild: could not load config file On 3/13/20 11:49 AM, John Ralls wrote: On Mar 13, 2020, at 11:20 AM, Jean Laroche wrote: It's because C++17 is set in GnuCash's CMakeLists.txt and boost defaults to building for C++14. I'd f

Re: [GNC-dev] Noob: setup and build master

2020-03-13 Thread Jean Laroche
Thanks John, that did it. I had to interrupt and wipe the directory but after that, the build completed successfully! Thanks a bunch! Jean On 3/13/20 3:58 PM, John Ralls wrote: Jean, Indeed, I mixed up perl and python syntax. The line should be module_cmakeargs['boost'] = '-D

[GNC-dev] How does a plugin communicate to the main window?

2020-03-16 Thread Jean Laroche
can I find an example of how it's done. When the OFX plugin is triggered, it's triggered from a menu, but I can't figure out a way for something to happen after the import is done. In summary: how can a plugin tell the main window to perform an action? A hint or an exa

Re: [GNC-dev] How does a plugin communicate to the main window?

2020-03-16 Thread Jean Laroche
You should reconsider your "normal workflow". That way Bayes will never learn the right associations. That's true. Then we have to make it a lot easier to pick the right account... Currently, it's quite broken on windows (and apparently catalina) if you just start typing the account name, so you

Re: [GNC-dev] Unable to run test on mac os.

2020-03-23 Thread Jean Laroche
John Ralls wrote: Jean, At this point the build messages from libgtest.a are more interesting because that's what we're trying to coerce Xcode into putting somewhere different. I trust that you started fresh from an empty build dir after changing common/test-core/CMakeLists.txt. Rega

Re: [GNC-dev] Advice on what to look at next

2020-03-23 Thread Jean Laroche
priority, but I'm sure you guys have a good idea of what needs to be fixed next. I wouldn't mind helping with that. Thanks, Jean -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html __

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-26 Thread jean laroche
zed that this would require a large number of changes. But that was before I knew the code very well, so I'm going to go back and revisit it. Thanks for prodding me. Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnu

Re: [GNC-dev] [GNC] GnuCash 3.9 Released

2020-03-29 Thread jean laroche
Kudos and thanks to all! J On 3/29/2020 1:23 PM, Chris Graves wrote: Devs, Once again, thanks for all the hard work on this release. Lots of squashed bugs. Chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/ma

Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-03-31 Thread jean laroche
I don't have an idea for you but in my experience trying to follow the gtk calls leads nowhere. You have to see how the path gets set in the calls where it's not NULL (by going up the stack) and see why that's not the case when it's NULL. J. On 3/31/2020 9:29 PM, Chris Good wrote: Hi Devs,

Re: [GNC-dev] Can a module call a function from another module?

2020-04-18 Thread jean laroche
em. No specific implementation function. Jean On 4/18/2020 12:02 PM, John Ralls wrote: One other consideration: The dependency should make sense architecturally: A dependency on code in libgnucash/engine nearly always makes sense; a dependency in the register on a function in import/export does not. Th

Re: [GNC-dev] Porting the Tutorial & Concepts Guide to ReadTheDocs.org

2020-04-24 Thread Jean Laroche
holy crap, this looks really good visually! On 4/24/20 3:13 PM, Rob Gowin wrote: Got the itch to play around with GnuCash’s documentation tooling, file format, etc. I’m an AsciiDoc fan, but like the docs I read on ReadTheDocs.org , which uses reStructuredText. So, got

Re: [GNC-dev] Confused about where gnc-warnings.h is

2020-05-03 Thread jean laroche
mmm, I'm not very familiar with CMakeFiles.txt But I'm guessing that this is what creates the file in question? add_custom_command( OUTPUT ${GNC_WARNINGS_H} DEPENDS ${WARNINGS_SCHEMA} make-gnc-warnings-h.xsl COMMAND ${LIBXSLT_XSLTPROC_EXECUTABLE} -o ${GNC_WARNINGS_H} ${CMAKE_CURRENT_SOURCE_

Re: [GNC-dev] Transaction matcher, code to detect many-to-one matches?

2020-05-06 Thread Jean Laroche
e update match action" option isn't on? It seems that it shouldn't but maybe I don't quite understand the match logic... Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Transaction matcher, code to detect many-to-one matches?

2020-05-07 Thread jean laroche
solution, not necessarily the best. But in any case, it should definitely NOT offer to match all OFX to the same account transaction! That's just a bug. Also, it should not try to match an OFX transaction to an already cleared, or reconciled transaction. That's also a bug. Jean O

Re: [GNC-dev] Transaction matcher, code to detect many-to-one matches?

2020-05-07 Thread Jean Laroche
Yep, I get it now and I agree. It's a current bug that the matching does not disregard transactions that have online-id. On 5/7/20 8:56 AM, John Ralls wrote: On May 6, 2020, at 9:46 PM, jeanl wrote: What about this question? On a related note, is it expected that an already-cleared transa

Re: [GNC-dev] Transaction matcher, code to detect many-to-one matches?

2020-05-07 Thread Jean Laroche
Every two weeks I have a visit to my chiropractor with the same dollar charge.  The OFX loader always attempts to match to last months and suppresses loading the new charges (credit card).  I have to manually force them to load.  Is there a way to build in an "always allow" for certain repeating t

Re: [GNC-dev] Transaction matcher, code to detect many-to-one matches?

2020-05-13 Thread jean laroche
> Why is that a bug ? Particularly in the case of cleared splits I don't think You're right, that's not a bug. What's a bug is to allow matching a transaction that was previously matched (i.e., one with online_id). This is now fixed in maint. j. ___

Re: [GNC-dev] Is there a way to do right-click on mac os???

2020-05-19 Thread Jean Laroche
Thanks a lot for the detailed explanation! Jean On 5/19/20 12:16 AM, Jim DeLaHunt wrote: Jean: Welcome to GnuCash. I hope you find it helpful. I certainly do. Even though ctrl-click on macOS does not work well. On 2020-05-18 21:30, jeanl wrote: Guys, I'm trying GC on macos, and I

[GNC-dev] Patelco stopped supporting OFX... other options

2020-06-16 Thread Jean Laroche
to download into GC? At the moment, I'm using selenium (a tool to automate your browser) to do the various clicks required to download my transactions, but that's very fragile... Of course, I can also switch bank. Any idea would be welcome at this point. Jean

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-16 Thread jean laroche
ience with that? Their list of supported institutions include my bank, but I don't know whether they too will be locked out. I plan on giving that a shot. https://plaid.com/docs/faq/ J Jean, From https://www.patelco.org/-/media/patelco/pdfs/member-support/digital-banking-services/e

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-17 Thread jean laroche
tions, 100 downloads, or something else entirely in the context of transaction download. It obviously does mean something else in other contexts like processing ACH payments. Regards, John Ralls On Jun 16, 2020, at 8:21 PM, jean laroche wrote: Thanks John, I agree with you than trying to reve

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-17 Thread jean laroche
ot; I'm not sure what you're referring to, but I'm not 100% sure that I understand what plaid is about. I don't think it's intended for customers like me, but I'm going to check whether it's possible to use their service. Jean _

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-18 Thread jean laroche
. I have to guess that the access token remains valid for a while. So it seems to me that this would be a viable solution for me. Jean On 6/16/2020 8:08 PM, John Ralls wrote: On Jun 16, 2020, at 2:23 PM, Jean Laroche wrote: People, In the past week, my credit union (Patelco) retired their

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-18 Thread jean laroche
On 6/18/2020 8:49 AM, Fross, Michael wrote: Thanks Jean for this...might be a great resource for all of us.  It would be nice to not have to leverage a webserver on the client side and just call the API.  Is that possible?  Might be a lot simpler.  Then the only real task is converting to OFX

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-18 Thread Jean Laroche
Jean, This is interesting. It sounds like OAUTH, where the mini-webserver redirects to the bank's website for authentication and gets a token back, but OAUTH tokens are supposed to be single-use and expire. The fact that neither seems to be the case is a bit worrying. Does plaid provid

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-18 Thread Jean Laroche
The server code clearly mentions OAUTH. Let me know what you can determined from the server code if you find something interesting... J. On 6/18/20 9:51 AM, Derek Atkins wrote: This is interesting. It sounds like OAUTH, where the mini-webserver redirects to the bank's website for authentication

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-19 Thread Jean Laroche
s that you can't get investment data. The free account access only provide transactions for regular bank accounts. So I'm really not sure it's worth the effort to integrate this in GC, honestly. Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] Feature freeze until when?

2020-06-19 Thread Jean Laroche
I believe we're in feature freeze mode, correct? When can we go back to investigating new ideas (or even fixing bugs)? Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Feature freeze until when?

2020-06-19 Thread Jean Laroche
OK cool, thanks for that. On 6/19/20 5:17 PM, John Ralls wrote: On Jun 19, 2020, at 4:03 PM, Jean Laroche wrote: I believe we're in feature freeze mode, correct? When can we go back to investigating new ideas (or even fixing bugs)? You can do whatever you want in your own repo an

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-20 Thread jean laroche
More about the Plaid thing: 1) I found quite a few projects in github having to do with plaid. People writing their own financial solutions. One that's somewhat relevant here is this one: https://github.com/ebridges/plaid2qif Even though the author picked qif instead of ofx (a mistake I think)

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-20 Thread jean laroche
I found an explanation of Quicken's Express Web Connect at https://community.quicken.com/discussion/7851859/faq-how-quicken-connects-with-your-financial-institution-tips-tricks-and-best-practices. The short answer is it works the same as plaid and friends: The transaction data is retrieved n

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-22 Thread Jean Laroche
parties like that. But that's the current state of affairs. Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean laroche
t be useful any longer... Jean On 6/27/2020 12:36 PM, Kevin Hale Boyes wrote: I've been wanting to build on macos but am not sure how to get started. Do you follow some instructions that you would be able to share? On Sat, 27 Jun 2020 at 12:29, jean <mailto:rip...@gmail.com>> wro

Re: [GNC-dev] GnuCash 4.0 Released

2020-06-28 Thread jean laroche
John, This link https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/gnucash-4.0.setup.exe is apparently broken! But thanks for the new release!!! J. On 6/28/2020 11:53 AM, John Ralls wrote: The GnuCash development team announces GnuCash 4.0 Changes Baseline requirements Ope

[GNC-dev] Crash during OFX import

2020-06-28 Thread jean laroche
t, and bug fixes are normally on maint not master. In any case, I'll do a PR for this, unless you tell me that's not the right way to do it. Thanks Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mail

Re: [GNC-dev] Patelco stopped supporting OFX... other options

2020-06-29 Thread Jean Laroche
our account to anyone). Just wanted to share what I have found so far for those who might be curious/interested. Jean ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Crash during OFX import

2020-06-30 Thread jean laroche
I believe you're right. The bug was mine. J. On 6/29/2020 10:39 PM, Mike Alexander wrote: On 29 Jun 2020, at 12:58, John Ralls wrote: It's the right way. We're just in an unusual phase right now where master is the current stable. It's only on master because those struct _ofx_inf

Re: [GNC-dev] Rebuild after a change to a glade file

2020-07-06 Thread jean laroche
make? Regards, John Ralls On Jul 6, 2020, at 4:30 PM, jean wrote: Devs, I made a change to gnucash/gtkbuilder/dialog-import.glade to modify the lower limit of a pref value. I'm selecting clean then rebuild-all in Xcode, and despite that, it does not look like this change is taken

  1   2   >