Commit Graph

7487 Commits

Author SHA1 Message Date
Christian Stimming
3573ffc694 Merge account templates from 1-8-branch into HEAD so that they won't
be forgotten.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9335 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-15 21:33:28 +00:00
Derek Atkins
166014ecaf Update to 1.8.7
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9322 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-15 03:48:31 +00:00
Linas Vepstas
ef6b5dad26 merge cahnges from the cap-gains5 development branch,
consisting primarily of enhance KVP functionality, including
better support for lists of values, and the implementation
of a 'bag' for holding collection of (un-named) data.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9317 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-14 18:47:51 +00:00
Derek Atkins
c4f465d164 * src/backend/postgres/test/run-tests.sh: small fix from
hawkfan to get tests to work when building outside srcdir.
	* src/backend/postgres/putil.c: fix a bug introduced by Matthew --
	  ANSI C does not allow you to declare a variable in the middle
	  of an expression.  Move the declaration to the top of the function.
	* src/backend/postgres/functions.sql:
	* src/backend/postgres/table-audit.sql:
	  We don't need the trailing semi-colon because the #include adds
	  one.  The double semi-colon causes build failures in some cases.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9311 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-14 15:35:09 +00:00
Derek Atkins
99c8a23ab9 * src/import-export/ofx/gnc-ofx-import.c: use <libofx/libofx.h>
instead of "libofx/libofx.h" as it's not part of our system.
	  Fixes a dependency problem in 1.8.6 release.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9304 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-14 01:15:52 +00:00
Linas Vepstas
6a1b32c6b9 add note on how to work with log/trace messages
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9292 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-12 13:31:04 +00:00
Linas Vepstas
dff9fa3b3b -- Change gnc-trace.h to use the glib g_log() routine for all error
printing and tracing.
-- ongoing cap-gains work


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9290 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-12 13:17:26 +00:00
Derek Atkins
499a4d5e76 * src/business/business-core/file/gnc-*.c:
Add a "slots" parameter to allow for future expansion.  Right
	  now this is completely ignored (which will allow future releases
	  to add a kvp-frame slots to any business function and allow that
	  file to be read by older versions).  Right now the slot is ignored,
	  but that's better than barfing on the data file.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9285 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-11 17:37:01 +00:00
Linas Vepstas
ddedc9f25b review excess register redraw callbacks
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9281 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-11 13:13:50 +00:00
Linas Vepstas
1a74700d1f review query usage for register redraw
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9280 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-11 13:12:10 +00:00
Linas Vepstas
a8f98633d1 clean up error message
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9279 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-11 13:08:30 +00:00
Linas Vepstas
3047f029b3 remove cruddy print
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9278 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-11 13:07:04 +00:00
Derek Atkins
3331bbe954 * src/engine/engine-helpers.c: turn off scheme garbage collection
during query->scm and scm->query conversion.  It shaves about 50%
	  off the test-scm-query-string tests.
	* src/engine/test-core/test-engine-stuff.c:  add some code to help
	  track down what the get_random_query() is doing.  Turned off by
	  default.
	* src/app-utils/test/test-scm-query-string.c: make the test
	  deterministic by seeding the RNG with a known value.  There is a
	  known "delay" at #245 with a seed of 1 on Linux systems.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9273 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-10 00:01:54 +00:00
Derek Atkins
fb2f55460f * src/gnome-utils/dialog-transfer.c: during the dialog startup it
tries to build the transfer rate.  This crashes on Solaris because
	  during startup one commodity is still NULL when it tries to print
	  it.
	Fixes bug #121677


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9271 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-09 23:23:09 +00:00
Linas Vepstas
00c479b6a0 remove tests for deprecated/obsolete values
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9269 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-09 15:05:53 +00:00
Linas Vepstas
8ede42da95 fix or remove usage of old/deprecated/obsolete routines
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9268 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-09 14:58:35 +00:00
Linas Vepstas
70c224d8ee fix incorrect usage of loglevel
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9261 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-08 15:12:10 +00:00
Linas Vepstas
3f2513ffb8 fix incorrect usage of log level
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9260 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-08 15:10:36 +00:00
Linas Vepstas
679322f156 fix incorrect log-level usage
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9259 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-08 15:07:42 +00:00
Linas Vepstas
a0b338d327 tweak broen popup logic
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9252 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-07 15:54:14 +00:00
Linas Vepstas
37f9077d68 tweak dialog for a many-to-one mapping
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9251 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-07 03:13:06 +00:00
Linas Vepstas
f61704ccc6 merege from the cap-gains3 branch:
remove some obsolete functions
wrap amount/value geters so that gains can be auto-computed


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9248 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-06 15:02:21 +00:00
Linas Vepstas
b051cd199b clarify currency change
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9247 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-06 14:53:58 +00:00
Linas Vepstas
c1094b28f4 update instructions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9246 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-06 14:44:37 +00:00
Linas Vepstas
71f530719c urghhh strange indentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9245 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-06 13:58:41 +00:00
Linas Vepstas
b8ef264bca bug fix the scrub account button
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9244 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-06 13:15:24 +00:00
Linas Vepstas
84a6e5dff4 cleanup during hunt for fields to wrap
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9228 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-05 02:15:26 +00:00
Derek Atkins
af4b4a65c2 Apply Nigel Titley's patch to fix #103174:
* src/register/register-core/basiccell.c:
	  - add some debugging messages
	  - don't kill ourself if we're asked to set the value to our own value.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9224 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-05 00:27:20 +00:00
Linas Vepstas
91bf87ec53 merge changes from the cap-gains2 branch:
-- delete of cap-gains splits now handled
-- gnc-events now generated at commit-edit, not willy-nilly
-- improved scrub docos


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9222 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-03 13:02:37 +00:00
Linas Vepstas
7f89231a82 bug fixes to get display right
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9215 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-02 14:05:37 +00:00
Linas Vepstas
1a9979937b misc cleanup for closing window, etc.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9212 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-02 03:50:59 +00:00
Linas Vepstas
8de8dee8ae micro tweak
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9211 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-02 03:26:04 +00:00
Linas Vepstas
e0a9c2cc18 merge from auto-cap-gains branch: gains dates now track the dates on
the source of the gains


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9208 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-01 20:20:52 +00:00
Linas Vepstas
951f1efb1c update status
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9205 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-01 17:52:22 +00:00
Linas Vepstas
317d476377 bug fix, hash keys need to be malloced, this fixes a core dump
and allows 'make check' in backend/file to pass instead of croaking.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9202 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-01 15:13:49 +00:00
Linas Vepstas
edbd6c43c9 remove pointless malloc/free, should improve file load performance a
teeny bit.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9201 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-01 15:09:25 +00:00
Linas Vepstas
709adddc81 remove pointless maloc/free, should improve file load performance a
teeny bit.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9200 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-01 15:08:26 +00:00
David Hampton
b3866e396b Remove RCS 'Id' tags from files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9195 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-30 00:22:05 +00:00
David Hampton
4b80c90cee Remove empty file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9194 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-30 00:20:07 +00:00
David Hampton
c9a6a3ccb6 Fix bug in computing cleared balance.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9193 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-30 00:18:25 +00:00
Linas Vepstas
2670d4dc53 run it through a smelling checker
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9192 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-29 13:16:50 +00:00
Linas Vepstas
12b7334d1e update docos
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9191 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-29 13:09:07 +00:00
Linas Vepstas
8d414638b0 add more notes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9190 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-29 03:38:00 +00:00
Christian Stimming
a39c084783 2003-08-28 Christian Stimming <stimming@tuhh.de>
* src/import-export/import-backend.c: Aaarg. Fixed extremely
	stupid bug in the import value setting workaround.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9189 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-28 20:45:46 +00:00
Linas Vepstas
06d403cfab bug fix cap gains lookup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9185 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-27 03:56:15 +00:00
Linas Vepstas
88d0b86d12 bug fixes: fix sign of gains, show balance
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9184 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-27 03:53:59 +00:00
Linas Vepstas
9062c3146c status updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9183 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-26 15:25:31 +00:00
Linas Vepstas
ab1f22bdd6 add more columns to lot viewer
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9182 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-26 13:55:23 +00:00
Linas Vepstas
883aa58c1b bug fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9181 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-26 13:53:54 +00:00
Linas Vepstas
bddd29cfe9 String needs to be i18n'ed
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9180 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-26 13:50:22 +00:00