Commit Graph

319 Commits (30c8d8cd4e35adf811e0a3ddb9ce07c3cd37ef64)

Author SHA1 Message Date
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
Andreas Köhler 8f8a8a33b1 Remove unused function qof_is_same_day().
19 years ago
Joshua Sled 897633f01b Combine two copies of "dow abbrev[iation]" code.
19 years ago
Derek Atkins 8c6e7b8394 Add hooks for the gobject dispose() function so that we can
19 years ago
Derek Atkins b4323dbfcf Get "make check" to work with the gobjectified objects.
19 years ago
Joshua Sled 4a35a0eac8 unused variable removal.
19 years ago
Andreas Köhler e111fd32b0 Use qof_strftime instead of strftime in the C source code.
19 years ago
Andreas Köhler 095c71a5f1 Improve printing of dates and times with non-UTF-8 locales and on Windows.
19 years ago
Derek Atkins 5bee77e41a get libqof to build using GObject
19 years ago
Derek Atkins 44103fd12f convert QofInstance to using GObject
19 years ago
Derek Atkins 06ec94e59c Hey, look! QofInstance has a GObject.
19 years ago
Derek Atkins 12461c5b30 * Merge QofEntity into QofInstance
19 years ago
Derek Atkins 4e43ae10f3 Preparation for QofEntity -> QofInstance:
19 years ago
Joshua Sled 09d90de350 Unused identifier cleanup.
19 years ago
David Hampton 5246632fb4 ISO 8601 requires a four digit year.
19 years ago
Andreas Köhler 5400c53b2a Drop internal copies of libgsf and goffice.
19 years ago
David Hampton 6fbada92ec Remove all traces of the AccountGroup data structure. Accounts now
19 years ago