Commit Graph

10543 Commits

Author SHA1 Message Date
Andreas Köhler
94f18a7beb Remove unused calls to goffice svg code.
The included header file gog-renderer-svg.h is installed only
conditionally by recent goffice versions, so drop the 0-#if'ed out code
completely.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15695 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-08 23:31:33 +00:00
Andreas Köhler
39d36d6fba Correct r15693 and lower PKG too.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15694 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-08 23:11:47 +00:00
Andreas Köhler
6f40d05bb2 Fix autogen.sh warning about PKG_CONFIG_MIN_VERSION.
Lower-case that word in macros/pkg.m4 to avoid the need to run
autogen.sh twice.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15693 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-08 22:42:23 +00:00
Joshua Sled
360574d71b Change sx-from-transaction dialog to generate Recurrences, not FreqSpecs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15689 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-08 02:49:48 +00:00
Joshua Sled
3edccb1928 Still not HIGified, but a bit closer. :/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15688 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-08 02:49:06 +00:00
Joshua Sled
5d162a8521 fix corruption/crasher bug where we free a transaction's guid without authority.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15687 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-08 01:53:39 +00:00
Joshua Sled
e6de3eb66d Cleanup unused qof-style "log_module" variables.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15686 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-07 23:46:16 +00:00
Joshua Sled
489375e6d6 set more correct daily value
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15685 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-07 23:38:46 +00:00
Joshua Sled
80f44ae36b Remove unused variables.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15684 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-07 23:36:53 +00:00
Joshua Sled
e558fccb98 Remove unused definitions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15683 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-07 23:34:53 +00:00
Andreas Köhler
43f3d912bc Fix tip of the day dialog on Windows.
On Windows, entries in tip_of_the_day.list are separated by five
newlines.  This led to empty strings in the dialog that got translated
to the head part of xy.po.  Fix this by replacing all substrings of its
contents of more than two newlines by \n\n and also removing leading and
trailing \n\n.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15682 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-07 00:27:50 +00:00
Andreas Köhler
19bb7be296 Install.sh: Update cairo, pango, intltool and aqbanking.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15681 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-06 19:57:51 +00:00
Joshua Sled
9cf3921a61 Add Volker Englisch's note re weirdness in created-txn review page.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15679 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-06 14:12:00 +00:00
Andreas Köhler
d630e52fac On creating a new account, do not check account types of children.
In that situation, the current accounts type is invalid, so calling
xaccAccountTypesCompatible against the chosen type will log an error.
Because of the apparent lack of children there is no real problem, so
just skip the test.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15678 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-04 00:21:11 +00:00
David Hampton
37e232fc10 Find the root based off the current account and not the book. It
matters in this situation as the accounts haven't actually been added
to the book yet.  Fixes #414118.




git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15677 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-03 16:41:42 +00:00
Andreas Köhler
b5cff8e9b5 Patch from Mike Alexander to fix a memory leak in the summary bar. #413568.
When gnc_main_window_summary_refresh is called to update the summary bar
at the bottom of the main window, it gets a GList to manage the various
currencies involved.  It never frees this list so each call leaks some
memory.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15676 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-03-02 13:19:26 +00:00
David Hampton
ad231f4c57 Patch from Bill Nottingham to remove redundant ofx checks.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15675 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-28 05:57:19 +00:00
David Hampton
541e1f7156 Destroy no longer used template accounts when reading scheduled
transactions from a file.  Fixes #412673.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15674 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-28 04:42:44 +00:00
Joshua Sled
e63af1cbae Add todo/bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15673 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-27 14:37:11 +00:00
Andreas Köhler
9649e037ac Install.sh: Use add_to_env to add svn bindir to PATH.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15672 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-27 09:24:38 +00:00
Joshua Sled
d8c63c8419 Bug#412442: initialize "display negative amounts in red" option correctly. Patch from Mike Alexander <mta@umich.edu>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15671 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-27 02:56:23 +00:00
David Hampton
b0d1f0d6a6 Remove some unused variables and function declarations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15667 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-26 05:40:46 +00:00
Christian Stimming
ab676fca66 Add check for entered transaction to always have a recipient name; add some more logging code for aqbanking results.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15663 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 21:54:56 +00:00
Joshua Sled
b72cf9f7fa Bug#342206: evaluate the saved form of the report to get it added to the runtime environment; if the result of the eval is not a record (i.e., the report), then assume that the report has the same name as an existing report, and don't write it to the saved reports file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15662 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 20:36:10 +00:00
Joshua Sled
4afde76e83 Keep track of auto-created transactions, and review them as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15661 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 19:51:00 +00:00
Andreas Köhler
47d18a2618 Add wrappable functions to spawn, chat with and kill processes.
* gnc_spawn_process_async, gnc_process_get_fd and gnc_detach_process in
  app-utils/guile-util
* gnc_gpid_kill in core-utils/gnc-glib-utils. Works on Windows too.
  Defined there to avoid clashes with GUID definitions from winbase.h.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15660 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 17:35:57 +00:00
Joshua Sled
6a42e90fd8 Bug#392166: don't try to force "agreement" between the frequency selections and the start date; it's way too smart, and prevents the user from expressing what they might need or want.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15659 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 16:42:38 +00:00
Joshua Sled
5f8e410f89 Remove src/network-utils/, module, lingering usages of (obsolete/stubbed-out) gnc-http, form-submission.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15658 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 16:21:46 +00:00
Joshua Sled
5f1c66ba4f Updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15657 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 16:18:06 +00:00
Joshua Sled
043a0419c5 Bug#338107: reorder startup to make gnucash --help faster. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15656 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 15:25:51 +00:00
Joshua Sled
9803684fed Bug#397689: update man page to reflect recent options changes. Make fail-on-unknown-option error point the user to '--help'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15655 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 15:08:16 +00:00
Andreas Köhler
5b85f1ce07 Fix one more issue of debug-printing %s with NULL.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15654 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 11:15:30 +00:00
David Hampton
8627d4c024 Guile 1.8 seems to be pickier about inexact->exact producing integer
numbers.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15653 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-25 06:19:35 +00:00
Andreas Köhler
be3b2d0106 Change yet another chmod to g_chmod.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15652 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-24 02:46:19 +00:00
Andreas Köhler
1a6ac569c0 Update for 2.0.5 release.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15651 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-24 00:52:42 +00:00
David Hampton
6357b489a8 Show a busy cursor while deleting an account, in case the deletion
takes a while.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15650 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-23 03:53:08 +00:00
David Hampton
069c21bcfe When deleting an account, correctly display the new account to which
transactions will be moved.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15649 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-23 03:42:11 +00:00
David Hampton
8f7a9afccc Update the example account trees to include a new root account.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15648 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-23 01:24:57 +00:00
David Hampton
6fbada92ec Remove all traces of the AccountGroup data structure. Accounts now
point directly to their parent and have a simple GList of children.
(The old method was alternating data structures in the form Account,
AccountGroup, Account, AccountGroup, etc.)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15647 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-23 01:23:31 +00:00
Joshua Sled
82fddb8e2a Slightly more clear.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15646 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-22 03:01:59 +00:00
Joshua Sled
298128bfc3 Fix crash in the list-based Delete and Edit operations due to argument-order differences.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15645 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-22 02:35:06 +00:00
Joshua Sled
492b78151f Tick off todo as per last commit
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15644 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-22 02:34:15 +00:00
Joshua Sled
ce8c44b86c Fix compilation breakage; setup default SX period via Recurrence, not FreqSpec.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15643 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-22 02:28:29 +00:00
Joshua Sled
aa6acf8b6c Factor the sx-list tree view out and promote into an GncTreeViewSxList as a subclass of GncTreeView.
Move the gnc-sx-list-tree-model-adapter into gnome-utils to accomodate.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15642 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-22 02:20:56 +00:00
Andreas Köhler
2a4cea1b17 Reenable search for Voucher Owner. Fixes #410511.
In the "Find Expense Voucher" search dialog one cannot search for
voucher owners because of this typo.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15641 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-21 19:50:31 +00:00
Andreas Köhler
2adda37f7e gnc:job-get-owner is gncJobGetOwner now. Fixes #410407.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15640 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-21 18:46:44 +00:00
David Hampton
88456c2b3c Simplify function parameters.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15639 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-21 06:59:50 +00:00
David Hampton
43277fef39 Remove obsoleted files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15638 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-21 02:05:55 +00:00
Joshua Sled
49501c2dbb (Swig-)expose functions to g_log(...) at various levels; convert the gnc:{error,warn,msg,debug} functions to use those. Make sure the Finance::Quote version is sent to stdout no matter what.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15637 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-19 23:45:15 +00:00
Joshua Sled
449c4242e2 Remove the accounting period druid usage of FreqSpec.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15636 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-19 23:06:41 +00:00