gnucash/lib/libqof/qof
Joshua Sled 86f3842984 Move g_strdup inside of set_log_level to be a slightly better citizen and fix a serious bug. :/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16402 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-08 04:19:22 +00:00
..
deprecated.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
deprecated.h Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
gnc-date-p.h Further improve date parsing on Windows. Revert parts of r16049 on Unix. 2007-05-12 16:50:49 +00:00
gnc-date.c Add some delimiters for parsing CJK dates, #437898. 2007-05-13 15:02:40 +00:00
gnc-date.h 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. 2007-07-29 16:00:06 +00:00
gnc-numeric.c Phil Longstaff's patch to enable gnc_numeric to be a GValue 2007-04-09 23:02:47 +00:00
gnc-numeric.h Use GNC_TYPE_NUMERIC instead of GNC_NUMERIC. 2007-04-21 20:07:23 +00:00
guid.c Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
guid.h Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
kvp_frame.c Phil Longstaff's patch to fix a kvp_frame bug. 2007-04-09 23:02:33 +00:00
kvp_frame.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 2007-02-09 17:35:00 +00:00
kvp-util-p.h Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
kvp-util.c Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
kvp-util.h Never include "config.h" from a header file. Doing so makes it nigh 2006-03-09 05:51:07 +00:00
Makefile.am Fix space->tab issue in a Makefile (need tabs, not spaces) 2007-05-20 20:56:19 +00:00
md5.c Update FSF street address. 2005-11-17 05:35:02 +00:00
md5.h Update FSF street address. 2005-11-17 05:35:02 +00:00
qof-gobject.h Add hooks for the gobject dispose() function so that we can 2007-04-05 03:10:26 +00:00
qof-win32.c Further improve date parsing on Windows. Revert parts of r16049 on Unix. 2007-05-12 16:50:49 +00:00
qof.h Update qoflog documentation. 2007-02-14 00:59:40 +00:00
qofbackend-p.h Collapse the various "idata" fields into a single field attached to 2007-05-03 03:56:31 +00:00
qofbackend.c Do not register qof backend modules on first load, #433779. 2007-06-22 13:31:29 +00:00
qofbackend.h Remove the macro versions of qof_begin_edit and qof_commit_edit_part<x>. 2007-04-30 17:06:48 +00:00
qofbook-p.h get libqof to build using GObject 2007-04-03 22:30:58 +00:00
qofbook.c Add warning when overwriting an already installed dirty-callback. 2007-06-30 11:38:33 +00:00
qofbook.h Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofbookmerge.c Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofbookmerge.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofchoice.c Add some 'const' declarations. 2006-08-18 04:48:18 +00:00
qofchoice.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 2007-02-09 17:35:00 +00:00
qofclass-p.h QOF 0.6.1 release update 2006-01-08 17:51:29 +00:00
qofclass.c Revert r14892 in order to try a different approach. 2006-09-27 13:30:05 +00:00
qofclass.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofevent-p.h Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
qofevent.c Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
qofevent.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofgobj.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofgobj.h QOF 0.6.1 release update 2006-01-08 17:51:29 +00:00
qofid-p.h Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
qofid.c Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
qofid.h Move QofInstance guid property from its public data structure to its 2007-05-02 05:42:41 +00:00
qofinstance-p.h More a large number of the QofInstance properties from the public data 2007-05-02 01:57:49 +00:00
qofinstance.c Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofinstance.h Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofla-dir.h.in Standardise on gint and gchar. libqof 0.6.4 release. 2006-04-07 18:50:08 +00:00
qoflog.c Move g_strdup inside of set_log_level to be a slightly better citizen and fix a serious bug. :/ 2007-08-08 04:19:22 +00:00
qoflog.h Remove FreqSpec. 2007-08-05 21:24:16 +00:00
qofmath128.c Use G_GINT64_MODIFIER for qofmath test. 2007-01-03 00:12:19 +00:00
qofmath128.h Update FSF street address. 2005-11-17 05:35:02 +00:00
qofobject-p.h Add some 'const' declarations. 2006-08-18 04:48:18 +00:00
qofobject.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofobject.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofquery-deserial.c Revert r14892 in order to try a different approach. 2006-09-27 13:30:05 +00:00
qofquery-deserial.h QOF 0.6.1 release update 2006-01-08 17:51:29 +00:00
qofquery-p.h Update FSF street address. 2005-11-17 05:35:02 +00:00
qofquery-serialize.c Revert r14892 in order to try a different approach. 2006-09-27 13:30:05 +00:00
qofquery-serialize.h QOF 0.6.1 release update 2006-01-08 17:51:29 +00:00
qofquery.c Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofquery.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 2007-02-09 17:35:00 +00:00
qofquerycore-p.h Add the ability to override the default sort (#150799). 2006-09-27 13:39:32 +00:00
qofquerycore.c Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofquerycore.h Add the ability to override the default sort (#150799). 2006-09-27 13:39:32 +00:00
qofreference.c Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofreference.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofsession-p.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofsession.c Revert some qof_instance_get_guid() calls to qof_entity_get_guid(). 2007-06-25 17:18:28 +00:00
qofsession.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofsql.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofsql.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofutil.c More a large number of the QofInstance properties from the public data 2007-05-02 01:57:49 +00:00
qofutil.h Remove the macro versions of qof_begin_edit and qof_commit_edit_part<x>. 2007-04-30 17:06:48 +00:00