Neil Williams
f0d89dbfda
reverting r12999 and implementing a set of default log modules
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13027 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
f46c5dadb9
Re-enable logging for GnuCash modules that haven't explicitly set their
...
own levels.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12999 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
d51aacf100
bug fix: prevent bad time values from being passed to entity - already in QOF CVS
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12955 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
1cb5500bcf
bug fix: book merge handling of QOF_TYPE_CHAR - already in QOF CVS
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12954 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
36f92f2d23
Thomas Klausner's NetBSD patch.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12928 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
6769817250
Specify that LIBADD libraries are for libqof_backend_qsf.la.
...
Solves:
libqof-backend-qsf.so: undefined symbol: xmlNodeGetContent
error during `make check'
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12362 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
fc02baaa87
Add 'Makefile' as a dependency for targets that are generated
...
from scriptlets in Makefile. That way, if the generating scriptlet is
changed, (or the Makefile is regenerated) the target will also be remade.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12350 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
5c311d702a
* lib/libqof/qof/Makefile.am: qofla-dir.h depends on Makefile.
...
Make sure you rebuild qofla-dir.h when the Makefile changes,
which would imply re-configuration. You never know, the
user might have changed --prefix which means you want to
rebuild the header.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12349 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
f2f05295a2
Various fixes to allow `make dist` and building from tarball.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12339 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
32a5612d4c
Add CACHE_REPLACE(dst, src) macro for common case in string setters.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12319 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
eb729c2073
Add const to gnc_string_cache_insert argument.
...
Handle NULL values gracefully.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12315 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
1de3fe86d2
QOF 0.6.1 release update
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12299 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
a624c9fef4
A couple of performance tweaks.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12261 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
a6dcdd8438
spelling fix
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12196 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
47e14c3c73
Update to compile cleanly on a glib 2.9 system without using
...
deprecated functions. Change the default so that glib deprecated
functions are not allowed with glib <= 2.10.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12185 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
0289273f91
Don't ignore the return value of glib list functions. This will
...
likely become a warning in future version of glib, which translates to
an error for gnucash since it compiles with the -Werror flag.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12093 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
9771d0f80c
Use the g_get_home_dir() function instead of getenv("HOME"). The
...
former tries multiple places to get the path to the users home
directory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12025 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
042f050b9b
Andreas Köhler's patch to replace some deprecated glib functions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11995 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
0b8a944f30
Update FSF street address.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11964 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
466781acef
move QOF files to lib/libqof/
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11917 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
b170f4a34f
reverting lib/libqof changes to prepare for svn move
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11885 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
c3edb787e4
corrected Makefile.am after svn accident
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11883 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
7c86172c53
New locations for QOF files
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11882 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago