Commit Graph

123 Commits (101c8c4e802cba16f04118193e2dd72ea4d1dff2)

Author SHA1 Message Date
Neil Williams 68ac06b219 Standardise on gint and gchar. libqof 0.6.4 release.
20 years ago
Neil Williams 8edd35d84d Add encoding support and fix compression option handling
20 years ago
Neil Williams 960e545a8f Replace gnc-engine-util with qofutil
20 years ago
Andreas Köhler 3e41f8d965 Add a call to gnc_tm_set_day_end to correct initial ending balance in reconcile windows. Tiny comment typo in qof/gnc-date.h.
20 years ago
Derek Atkins dde1437f81 * lib/libqof/backend/file/qsf-backend.c: add <locale.h>
20 years ago
Neil Williams 41671fe8a9 Synchronise with QOF 0.6.3. Correct map handling to allow reverse operations and iteration over hierarchical objects. Improving debug messages and preventing a crash when loading a map directly. Standardise QSF backend on gint and gchar. Add new map file.
20 years ago
Christian Stimming 0b79b4ea3d Add include/linker flags for using the lib/libc substitutions
20 years ago
David Hampton d331aa8f18 Finish removing deprecated QOF functions.
20 years ago
Neil Williams 2db3d294b4 Remove deprecated
20 years ago
Neil Williams 91642e8fb7 Doxygen tweak
20 years ago
Neil Williams 26d6675b26 Update status; this
20 years ago
Neil Williams abb2bd5473 Move qof_book_merge to new naming convention and deprecate old code
20 years ago
Christian Stimming 47c9948cd3 Clean up unused gettimeofday argument
20 years ago
Christian Stimming df1f9b6306 Add substitution code for unavailable functions gettimeofday and gmtime_r.
20 years ago
David Hampton 59056ce619 Remove more functions to be deprecated in libqof2. (Pass Three - more
20 years ago
David Hampton 4b04137e7d Never include "config.h" from a header file. Doing so makes it nigh
20 years ago
David Hampton 61a12b2715 Remove more functions to be deprecated in libqof2. (Pass Two - more
20 years ago
Derek Atkins db890792bb Fix the definition of QOF_EVENT_BASE; use QOF_EVENT__LAST for tests.
20 years ago
Andreas Köhler e278c02ea0 Add configure test for sys/times.h and corrected guid.c to check for that.
20 years ago
Christian Stimming 3006050069 Make seed collection parts that depend on particular functions
20 years ago
Christian Stimming 0651fed036 Minor header include cleanups to enable easier windows/mingw32 porting
20 years ago
Neil Williams 9dd917ecf3 simplify creation of new application events
20 years ago
Neil Williams 8fffaf8c7a using new events with object argument
20 years ago
Neil Williams 082212a7eb replacing the macro to restore programme flow
20 years ago
Chris Shoemaker dd8ce0e090 Keep track of exactly how many bytes we've sent to md5_process_bytes().
20 years ago
Chris Shoemaker 6a8404df1d Implement QOF_COMMIT_EDIT_PART2 as a function instead of a macro.
20 years ago
Joshua Sled 81bf512533 Fix "default limit" QOF eventing stuff; thanks Andi.
20 years ago
Chris Shoemaker d3fc3ba57e Mark the QofCollection as dirty when a new QofEntity is added or removed.
20 years ago
Joshua Sled 0e4ac8952a slightly better values.
20 years ago
Joshua Sled c868ca663f Fix GNC_EVENT_* values.
20 years ago
Neil Williams 8bf6b9769a moderating the deprecated handler log entry
20 years ago
David Hampton cc44d065bb Don't reference uninitialized memory.
20 years ago
Neil Williams 625a4cd05e replacing gnc-event with qofevent
20 years ago
Derek Atkins 9606f87741 Phil Longstaff's patch to make the GUID length a magic number.
20 years ago
Neil Williams fd4960d0cf Improved reference handling for recursive copying of entities - relocate disparate functions to a single new file
20 years ago
Derek Atkins 8f98e8a109 * lib/libqof/qof/Makefile.am: add qofla-dir.h to DISTCLEANFILES
20 years ago
Derek Atkins 25bb23b8d0 Small QOF build fix for dist and non-srcdir builds:
20 years ago
Neil Williams 80b8819625 Improve QOF_TYPE_COLLECT handling and recursive copies
20 years ago
Neil Williams 87c16f98cb Check that files can be opened before
20 years ago
Neil Williams 1853bee97c New QofBackendError code if files cannot be read
20 years ago
Derek Atkins 11a9890323 Better handling of event removal. This allows us to actually
20 years ago
Chris Shoemaker 943532c8cd Don't allow the event handler list to shrink while we're traversing it.
21 years ago
Neil Williams c31f9f6e66 Deprecating qof_log_set_level_global in favour of qof_log_set_level_registered.
21 years ago
Neil Williams 325d74fd90 Improve documentation of QofBackendProvider
21 years ago
Neil Williams bd4211ad2e support logging of qofchoice by default
21 years ago
Neil Williams 9a66ebdf0b line-wrapping tweak
21 years ago
Neil Williams baeb72b172 reverting change to qofsession.c from r13084, already replaced in r13097
21 years ago
Derek Atkins 52514db6fa Some gnc-numeric fixes (more to come).
21 years ago
Joshua Sled 0324351b44 Fix overall and ".log"-specific file-retention issues: Bug#329670 (++).
21 years ago
Derek Atkins 1adcc37a8a Get libqof to link against glib and gmodule.
21 years ago
Neil Williams f0d89dbfda reverting r12999 and implementing a set of default log modules
21 years ago
Chris Shoemaker f46c5dadb9 Re-enable logging for GnuCash modules that haven't explicitly set their
21 years ago
Neil Williams d51aacf100 bug fix: prevent bad time values from being passed to entity - already in QOF CVS
21 years ago
Neil Williams 1cb5500bcf bug fix: book merge handling of QOF_TYPE_CHAR - already in QOF CVS
21 years ago
Derek Atkins 36f92f2d23 Thomas Klausner's NetBSD patch.
21 years ago
Chris Shoemaker 6769817250 Specify that LIBADD libraries are for libqof_backend_qsf.la.
21 years ago
Chris Shoemaker fc02baaa87 Add 'Makefile' as a dependency for targets that are generated
21 years ago
Derek Atkins 5c311d702a * lib/libqof/qof/Makefile.am: qofla-dir.h depends on Makefile.
21 years ago
Chris Shoemaker f2f05295a2 Various fixes to allow `make dist` and building from tarball.
21 years ago
Chris Shoemaker 32a5612d4c Add CACHE_REPLACE(dst, src) macro for common case in string setters.
21 years ago
Chris Shoemaker eb729c2073 Add const to gnc_string_cache_insert argument.
21 years ago
Neil Williams 1de3fe86d2 QOF 0.6.1 release update
21 years ago
David Hampton a624c9fef4 A couple of performance tweaks.
21 years ago
Chris Shoemaker a6dcdd8438 spelling fix
21 years ago
David Hampton 47e14c3c73 Update to compile cleanly on a glib 2.9 system without using
21 years ago
David Hampton 0289273f91 Don't ignore the return value of glib list functions. This will
21 years ago
David Hampton 9771d0f80c Use the g_get_home_dir() function instead of getenv("HOME"). The
21 years ago
David Hampton 042f050b9b Andreas Köhler's patch to replace some deprecated glib functions.
21 years ago
David Hampton 0b8a944f30 Update FSF street address.
21 years ago
Neil Williams 466781acef move QOF files to lib/libqof/
21 years ago
Neil Williams b170f4a34f reverting lib/libqof changes to prepare for svn move
21 years ago
Neil Williams c3edb787e4 corrected Makefile.am after svn accident
21 years ago
Neil Williams 7c86172c53 New locations for QOF files
21 years ago