Commit Graph

8176 Commits (zzzoldfeatures/module-cleanup)

Author SHA1 Message Date
Andreas Köhler d719ce6cc2 Add a --library-dir to gnome-utils tests.
20 years ago
Andreas Köhler 1875a64aaa Reduce debug stack size in tests from 5,000,000 to 500,000.
20 years ago
Christian Stimming f0d98b8e4d Add numerical check for match when importing transactions. By Ethy H. Brito.
20 years ago
Andreas Köhler d7be4de889 Avoid even more divisions by zero in test-numeric.
20 years ago
Joshua Sled 227489040d Fix bug in dispose for gnc-sx-list-tree-model-adapter causing (eventual) crash when sx-list plugin page is closed.
20 years ago
Joshua Sled f042147ca5 Change GncDenseCal font-handling from GDK to Pango. Change mark rectangles to circles, because they're cuter.
20 years ago
Andreas Köhler cc8b101186 Do not intentionally divide by zero in test-numeric
20 years ago
Derek Atkins b6be683d93 Fix the gnc-numeric test because using EXACT means we don't know
20 years ago
Andreas Köhler f81aa515fd Implement gnc_timegm directly without mktime.
20 years ago
David Hampton a23e280d8d Prevent a crash when reading a new state file.
20 years ago
Joshua Sled bf67b8f33c remove questionmark
20 years ago
Joshua Sled 909015dcbf Fix specious datafile dirtying in SLR dialog.
20 years ago
Christian Stimming cb02cab345 Code refactoring for further aqbanking features.
20 years ago
Joshua Sled a34f91e975 add note re: datafile dirtying
20 years ago
David Hampton 44e614a706 Back out #15458 on trunk. This is temporary until after 2.0.5
20 years ago
Andreas Köhler 0ef4c64c6b Do not crash on delete_event in new user dialog. Fix #401484.
20 years ago
David Hampton 4209e9bd88 Play nicer with recent releases of glib that have tightened what's
20 years ago
Joshua Sled c7b436dc34 remove tabs to correct/consistentize indentation.
20 years ago
Joshua Sled 17b046fde3 Correct return value of zero-loop list, preventing malloc(-1).
20 years ago
Joshua Sled 5812812893 Bug#168700: extension of fin.scm with cpd_{,i,p}pmt functions, featuring variable compounding and consistent rounding functions. Patch from Ludovic Nicolle <ludo_gnc@chezludo.com>, though moved around in the file a bit.
20 years ago
David Hampton 10d17674e6 Remove unused functions.
20 years ago
Andreas Köhler 5d79c1a22f Add a few functions from GLib 2.8 in lib/glib28.
20 years ago
Derek Atkins af93db5b7a Remove hardcoded /tmp paths.
20 years ago
David Hampton 8e40824e19 Update for the new base level of gtk2.6. Add all the gtk2.6
20 years ago
David Hampton 0cced7a60b Make trunk compile again on FC4.
20 years ago
Andreas Köhler 275069ff90 Replace access by _waccess on Windows. Fix leak from r15429.
20 years ago
Andreas Köhler 89e7929fc0 Replace chmod by _wchmod on Windows.
20 years ago
Andreas Köhler af04e4cd25 Use guiles native sort and record. Fix #373809.
20 years ago
Christian Stimming 2edefe14ad Further preparations for potential aqbanking3 porting
20 years ago
Christian Stimming 92e035133b Some initial work to provide an easy porting to aqbanking3 once it is stable.
20 years ago
Christian Stimming 9460a2db36 Fix erroneous default value for format of MT940 import.
20 years ago
Christian Stimming 8b28d9ab56 Enable user choice of format (profile) when importing data from a file
20 years ago
Christian Stimming 2ec7438224 Fix numerical currency code for RUB.
20 years ago
Christian Stimming 2760b2ebdf Change Russian Ruble from RUR to RUB; r7574 was erroneous. See bug #393185.
20 years ago
Andreas Köhler b45ce825eb Do not %s-printf NULL-title of average balance plot. Fix #397935.
20 years ago
Christian Stimming 1ca2c7f405 Fix capitalization in summary bar. Fixes #394550.
20 years ago
Christian Stimming 19dcf011eb Improve wording in online banking messages; dont mention HBCI alone anymore.
20 years ago
David Hampton 6be85d06d0 Make the dependency requirements consistent with the other gnc-fq-xxx
20 years ago
Derek Atkins 85fb534953 gnucash-env needs DYLD_LIBRARY_PATH for MacOS-X
20 years ago
Derek Atkins 860276bc63 "string-match" uses regexp which can error out if a GNC Account has a
20 years ago
Andreas Köhler c59bda28a3 Replace creat() by g_open().
20 years ago
Andreas Köhler f1f0f8537a Use g_getenv instead of getenv.
20 years ago
Andreas Köhler aea560125c Always supply three arguments to g_open.
20 years ago
Andreas Köhler 9243b2f4ac Use MAX_DATE_LENGTH+1 as length for some date buffers.
20 years ago
Joshua Sled da5bd42968 Bug#394420: initialized dates still aren't valid; set to 'now' before manipulating. Also: use correct month (!) :p
20 years ago
Andreas Köhler 5c126dea86 Use g_open, g_fopen, g_stat and g_unlink.
20 years ago
Joshua Sled e79f41ca14 remove inappropriate call.
20 years ago
Joshua Sled 3c9e0b6355 updates post merge.
20 years ago
Joshua Sled b558be7367 updates.
20 years ago
Andreas Köhler 6783775210 Use g_dir_{open,read_name,close}.
20 years ago
Joshua Sled 3eb2abc024 update
20 years ago
Joshua Sled abb0b25246 remove unneeded call
20 years ago
Andreas Köhler 35f43c0a1a Raise dependencies: GLib 2.6, Pango 1.8, GTK+ 2.6.
20 years ago
Joshua Sled eb73260220 Fold branches/sx-cleanup/ [14463:15384] back into trunk/.
20 years ago
David Hampton a789aaee70 Don't abort when F::Q fails to return a quote. GnuCash may have
20 years ago
Derek Atkins 71837060b8 gtk_html_save needs an API with size_t instead of guint (#395553)
20 years ago
Andreas Köhler 5611e7efd3 Correctly empty date format combobox in qif import druid. Fix #396668.
20 years ago
Andreas Köhler 3cce429ee1 Use correct exit status in backend/file tests.
20 years ago
Andreas Köhler a611cec8b1 Fix the module name in two backend/file tests.
20 years ago
Christian Stimming a2793a9e1f Clarify abbreviation for translators
20 years ago
Chris Shoemaker 5ea313e681 Use GtkTreeModelFlags instead of guint.
20 years ago
David Hampton 17f3998566 Fix cases where something that should be a GType isn't defined
20 years ago
Andreas Köhler 5d8552f07c Drop variables GNC_LIBDIR and GNC_MODULE_DIR.
20 years ago
Andreas Köhler b749d1f585 Add DYLD_LIBRARY_PATH variable to the gnucash script.
20 years ago
Christian Stimming 7fc5813f66 Comment out old debugging console output
20 years ago
Andreas Köhler de7f075fd5 Use double-clicks in general import dialogs.
20 years ago
Christian Stimming 14888d5730 For win32, ifdef out the fork() calls and show error dialog until g_spawn is implemented for the child process.
20 years ago
Christian Stimming fcaaed91eb Fix callback function decoration with latest aqbanking/gwenhywfar on win32
20 years ago
Christian Stimming 95729dc1da Remove unused header (that doesnt exist on win32)
20 years ago
Andreas Köhler f0cc9650ba Use double-clicks in the qif import druid. Fix #395325.
20 years ago
Andreas Köhler dae1442ed2 Avoid crash in QIF import, page payees/memos. Fix #392707.
20 years ago
Andreas Köhler 4ef738101e Translate expenses in mortgage/loan druid. Fix #393436.
20 years ago
Andreas Köhler 3657baff03 Adjust box packing in payment dialog. Fix #393024.
20 years ago
Andreas Köhler 985046f959 Actually translate "Remove Splits".
20 years ago
Andreas Köhler 1a376999ec Update for 2.0.4 release.
20 years ago
Andreas Köhler 9652b5b5a1 Rename businessmod-core.c and businessmod-gnome.c.
20 years ago
Andreas Köhler e8720a89db Compile GncModule's with --avoid-version.
20 years ago
Andreas Köhler b34a1c9f3f Unify library names and installation directories.
20 years ago
Andreas Köhler 96e1ed071d Call g_module_make_resident in qof backend provider modules.
20 years ago
Derek Atkins ba16b67925 Fix a gnc:warning-dialog -> gnc-warning-dialog from swigification. #393596
20 years ago
Andreas Köhler 2e69bba2db Merge reshuffle-modules (r15315) back into the trunk.
20 years ago
Christian Stimming a16b973c2d Fix exit values from failed tests so that they really fail
20 years ago
Andreas Köhler 348c8cce3e Make GnuCash compile from a git repository.
20 years ago
Derek Atkins b7ddce32b3 Change around the test helper routines so we get the real test lineno.
20 years ago
David Hampton fcd3a09433 Add a check for the Date::Manip module (used by gnc-fq-helper).
20 years ago
David Hampton 79ac47e0f8 Need to expliticly load the gnome-utils scheme code.
20 years ago
Derek Atkins d930873b9b A few more changes for "make check" to succeed on MacOS-X.
20 years ago
Derek Atkins 088536f15b MacOS X needs core-utils in the library load path for "make check" to work.
20 years ago
Andreas Köhler e5c7756b51 Do not build tests for `make all' but only `make check'. This is done by
20 years ago
Derek Atkins 16496b9f74 Make sure we set DYLD_LIBRARY_PATH in the test environment (for MacOS X)
20 years ago
David Hampton 19a45192f8 Save and restore the visibility of the toolbar, statusbar, and
20 years ago
Derek Atkins 498d9d905b guile 1.8's SCM_EXACTP() throws an error when passed a non-number.
20 years ago
Andreas Köhler 741bd0abf1 Avoid crash when renaming page in a page-less window by returning if
20 years ago
Andreas Köhler 49470adf27 Add include directives for ${top_builddir}/src/swig-runtime.h.
20 years ago
Christian Stimming 37987662cc Convert even more strings of locale into utf8, as suggested by Jon Arney.
20 years ago
Christian Stimming cca07a4d9b Remove windows-specific ignoring of engine_is_initialized check.
20 years ago
Christian Stimming 9abcbe4533 Install the .ico icon file into $datadir/gnucash/pixmaps instead of $datadir/pixmaps.
20 years ago
Christian Stimming a07f2b1726 Add gnucash icon in Windows .ico format for windows icon
20 years ago
Derek Atkins cf2c12f366 Update for 2.0.3 release
20 years ago
Christian Stimming f643a37cc8 Change enum names to avoid name collision of IGNORE identifier, especially with win32 headers.
20 years ago