gnucash/lib/libqof/qof
Derek Atkins 12461c5b30 * Merge QofEntity into QofInstance
- QofEntity -> QofInstance
  - qof_entity -> qof_instance
  - QOF_ENTITY -> QOF_INSTANCE
* remove references to instance.entity
* keep qof_entity_init() and qof_entity_release() for now


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/gobject-engine-dev-warlord@15773 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-01 22:18:50 +00:00
..
deprecated.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
deprecated.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
gnc-date.c ISO 8601 requires a four digit year. 2007-03-13 01:18:42 +00:00
gnc-date.h Remove basically-unused qof date manipulation code better provided by GDate. 2007-02-04 16:50:27 +00:00
gnc-numeric.c Add lib/libc/pow.h to avoid calculation errors on Windows. 2007-02-01 01:08:05 +00:00
gnc-numeric.h Standardise on gint and gchar. libqof 0.6.4 release. 2006-04-07 18:50:08 +00:00
guid.c Use g_open, g_fopen, g_stat and g_unlink. 2007-01-21 16:38:42 +00:00
guid.h Standardise on gint and gchar. libqof 0.6.4 release. 2006-04-07 18:50:08 +00:00
kvp_frame.c Factor out #define _GNU_SOURCE from various .c files into an AC_GNU_SOURCE 2006-05-11 01:14:12 +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 Never include "config.h" from a header file. Doing so makes it nigh 2006-03-09 05:51:07 +00:00
kvp-util.c Update FSF street address. 2005-11-17 05:35:02 +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 Add G_LOG_DOMAIN for qof. 2007-02-10 01:28:10 +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.h Update qoflog documentation. 2007-02-14 00:59:40 +00:00
qofbackend-p.h Add some 'const' declarations. 2006-08-18 04:48:18 +00:00
qofbackend.c Call g_module_make_resident in qof backend provider modules. 2007-01-07 07:04:17 +00:00
qofbackend.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
qofbook-p.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofbook.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofbook.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofbookmerge.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +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 * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofevent.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +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 * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofid.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofid.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofinstance-p.h Preparation for QofEntity -> QofInstance: 2007-04-01 22:18:30 +00:00
qofinstance.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofinstance.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +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 Unused identifier cleanup. 2007-03-15 00:56:52 +00:00
qoflog.h More doc updates. 2007-02-14 01:34:02 +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 * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +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 * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofquerycore.h Add the ability to override the default sort (#150799). 2006-09-27 13:39:32 +00:00
qofreference.c * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +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 * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +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 * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00
qofutil.h * Merge QofEntity into QofInstance 2007-04-01 22:18:50 +00:00