Commit Graph

335 Commits (3370604c8dca584b1453843dbf404635cb720429)

Author SHA1 Message Date
Phil Longstaff 3370604c8d Fix memory leak in qof_session_save() - "msg" is never freed.
18 years ago
Derek Atkins 8d532f650c Match NULL and guid_null() for NULL GUID Matches
18 years ago
Andreas Köhler 733d0dfe70 Fix two memory leaks in QOF. Add qof_backend_destroy().
18 years ago
Andreas Köhler 7d5e0985f4 A few doxygen fixes.
18 years ago
Andreas Köhler a53fecde93 Pass better size parameter to qof_strftime() to make use of whole buffer.
18 years ago
Andreas Köhler 2cbd6ccdd6 Improve performance of qof_query_invert().
18 years ago
Andreas Köhler 5d303b9c2d #506074: Handle fractional timezone offsets correctly in gnc_timespec_to_iso8601_buff().
19 years ago
Andreas Köhler e576797c0f Fix a few automake warnings.
19 years ago
Phil Longstaff 0ed4af2ef1 Make some parameters const
19 years ago
Andreas Köhler 9c1785f933 Fix two memory leaks.
19 years ago
Andreas Köhler 15039eaaa9 Remove deprecated qof wrappers.
19 years ago
Andreas Köhler a6839478a4 Merge csv-import branch back into trunk.
19 years ago
Andreas Köhler fcfb7bdb95 #438360: Replace str{,n}casestr and strcasecmp by qof_utf8_{substr_nocase,strcasecmp}.
19 years ago
Joshua Sled 86f3842984 Move g_strdup inside of set_log_level to be a slightly better citizen and fix a serious bug. :/
19 years ago
Joshua Sled f5923ae956 Remove FreqSpec.
19 years ago
Joshua Sled 1a9a4fb4de Bug#361604: patch from Mike Alexander <mta umich edu> to fix datatype for gnc-date.h to allow ranging negative, which is important in a few places.
19 years ago
Christian Stimming ea0d0c6274 Add warning when overwriting an already installed dirty-callback.
19 years ago
Andreas Köhler dcfda18f7c Revert some qof_instance_get_guid() calls to qof_entity_get_guid().
19 years ago
Andreas Köhler fa28f0e4f0 Avoid a global static variable by using g_list_sort_with_data.
19 years ago
Andreas Köhler 4251bd7f84 Return NULL on qof_instance_get_guid(NULL) again, #448853.
19 years ago
Andreas Köhler dfde8ebcb7 Do not register qof backend modules on first load, #433779.
19 years ago
Andreas Köhler 0bca303440 Correct use of xmlNodeGetContent in qsf backend module.
19 years ago
Andreas Köhler c892d648b9 Do not call setlocale &friends from within the file backend library.
19 years ago
Andreas Köhler 8c5d2fe40b Avoid stripping the win drive letter on qsf export. Fixes #448900.
19 years ago
Andreas Köhler c24fca6d1e Check for QOF_LIB_DIR environment variable and try to load qof backends from there first.
19 years ago
Derek Atkins b378cd8898 Fix space->tab issue in a Makefile (need tabs, not spaces)
19 years ago
Andreas Köhler 1413a11989 Add some delimiters for parsing CJK dates, #437898.
19 years ago
Andreas Köhler c402307aba Further improve date parsing on Windows. Revert parts of r16049 on Unix.
19 years ago
Andreas Köhler e4b8923fb0 On strptime('%X') and Windows, first translate the time picture to a format spec, cf. #437751.
19 years ago
Christian Stimming 439ad78323 Fix memory leak where a free was forgotten
19 years ago
David Hampton 5990e0be74 Fix several problems with the QOF book merge code. Use unique error
19 years ago
Andreas Köhler 9f44e3155d Do not use langinfo to determine date format spec, but %x, %X or %c.
19 years ago
Andreas Köhler b9664b2cab Add Windows-specific code to lib/libc/strptime.c to eat %x, %X and %c.
19 years ago
David Hampton 9ec864163d Collapse the various "idata" fields into a single field attached to
19 years ago
David Hampton cad2164810 Collapse the various "version" and "version_check" fields into a
19 years ago
David Hampton 62dce55fb8 Fix a problem copying a guid from an object to a local variable.
19 years ago
David Hampton 285a5216b3 Move QofInstance guid property from its public data structure to its
19 years ago
David Hampton 4f6fd1b090 Move QofInstance book properties from its public data structure to its
19 years ago
David Hampton 7d3c6b9a38 More a large number of the QofInstance properties from the public data
19 years ago
David Hampton fd26e126ec Remove the macro versions of qof_begin_edit and qof_commit_edit_part<x>.
19 years ago
David Hampton ce65024722 Start putting an API in place for access to the members of the
19 years ago
David Hampton 80a0403ebb Collapse two functions into their only caller. Move a third function
19 years ago
David Hampton 2b16fa1f41 Use GNC_TYPE_NUMERIC instead of GNC_NUMERIC.
19 years ago
David Hampton c6a609b8f7 Move more account properties from the public data structure to a
19 years ago
Andreas Köhler 70af105a88 Add qof-gobject.h to qofinclude_HEADERS.
19 years ago
Derek Atkins b15d6171c7 Phil Longstaff's patch to enable gnc_numeric to be a GValue
19 years ago
Derek Atkins 7990568f9b Phil Longstaff's patch to fix a kvp_frame bug.
19 years ago
Andreas Köhler ec22b196e5 Remove unused code for gnc_timet_get_day_{start,end}_gdate from qof.
19 years ago
Derek Atkins 18c4cbf122 First step of QOF/Object GObjectification.
19 years ago
Andreas Köhler 3fc5e23b51 Remove unused functions qof_print_{hours,minutes}_elapsed_buff().
19 years ago