Christian Stimming
c63b2f96d6
Add Andi's script for automated build environment building on Windows/mingw32
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14720 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-25 20:27:04 +00:00
Christian Stimming
1286a411ac
Generalize importing function so that this function can fully replace gnc_file_mt940_import and the whole mt940 module.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14719 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-23 19:29:00 +00:00
Christian Stimming
4fe55315d6
Replace hard-coded directory separator by g_build_filename() function
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14718 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-23 12:09:43 +00:00
Christian Stimming
29eae7caad
Add new svn:ignore
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14717 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-23 12:08:49 +00:00
Christian Stimming
9b8f8ea2f5
Fix one more instance of explicit directory separator to use G_DIR_SEPARATOR_S instead
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14712 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-22 20:08:08 +00:00
Christian Stimming
2648783526
Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14711 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-22 19:41:18 +00:00
Christian Stimming
9238bdaa29
Increase aqbanking dependency to >= 1.6.0; has been released on 2005-09-22
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14710 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-22 19:26:10 +00:00
Chris Shoemaker
07d8db0f55
Drop gtktreedatalist (and gnctreemodelsort) from the build because it can
...
conflict with the real gtk+ version of the same file, depending on the
linking order of libgncmod-gnome-utils.so and the gtk+ libraries.
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14709 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-22 15:33:50 +00:00
Christian Stimming
8436d70c74
Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14708 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-22 14:35:00 +00:00
Christian Stimming
254969f7ca
Remove include that isn't needed anymore; removes dependency on regenerated file
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14707 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-22 14:33:50 +00:00
Christian Stimming
55661d1ecd
Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14706 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-22 13:38:12 +00:00
Christian Stimming
4bbe9d0b46
More code refactoring of aqbanking module:
...
Make importer name a function argument so that more menu items can be added easily.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14702 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-21 20:30:41 +00:00
David Hampton
c08483170a
Remove some conditional code that is no longer compiled, or shouldn't
...
be compiled in 2.2.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14701 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-20 21:57:33 +00:00
David Hampton
25785e834e
Maintain the account hierarchy when reparenting the descendants of a
...
deleted account.
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14700 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-20 21:52:04 +00:00
Christian Stimming
088a1f9e26
Add new HBCI action to File->Import that imports a DTAUS file and
...
sends all transfers as HBCI online transfers to the bank.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14699 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-20 10:00:01 +00:00
Christian Stimming
5db9681b3b
Add more auxiliary functions in HBCI log window
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14698 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-20 09:58:15 +00:00
David Hampton
aa7cda2a16
Update so that bug-buddy 2.16 will still allow you to file bugs
...
against gnucash.
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14695 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-20 03:32:21 +00:00
David Hampton
a9993107ba
Add missing call to xaccAccountBeginEdit.
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14694 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-19 05:07:31 +00:00
Christian Stimming
5cf4588c9a
Some code refactoring in preparation for extended importing and HBCI features.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14691 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-18 20:51:56 +00:00
David Hampton
e0244824a0
Add some 'const' declarations.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14690 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-18 04:48:18 +00:00
Christian Stimming
30cd9e9e21
Improve tests environment setup script so that support for Windows directory separators can be switched on easily.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14689 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-17 12:47:46 +00:00
Christian Stimming
337bb207d4
Move #include "qofla-dir.h" into qofsession.c because this is the only place where it is used.
...
Removes an often regenerated dependency from qof.h.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14688 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-17 10:43:19 +00:00
Christian Stimming
267c41f2e0
Double-check really every string from aqbanking for valid utf-8 characters.
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14680 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-15 20:05:43 +00:00
Christian Stimming
dfaec6654b
Add gnc_utf8_strip_invalid_strdup() that returns a stripped copy instead of working in-place.
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14679 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-15 20:00:14 +00:00
Christian Stimming
3fc7807fda
Mark forgotten strings for translation
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14677 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-15 19:34:03 +00:00
Christian Stimming
9f9dcbb5b9
Ensure the encoding of the ktoblzcheck library is used correctly.
...
Their encoding is still always ISO-8859-1, but in future versions
they might change it to something else. We're prepared now.
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14676 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-15 13:39:19 +00:00
David Hampton
59a95cce9b
Remove overloading of an argument passed to the
...
gnc_gconf_add/remove_notification functions.. This will solve a crash
on Solaris caused by g_vasprintf being passed a "%s" format string and
a NULL as argument. BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14675 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-15 05:11:07 +00:00
David Hampton
d4dfc18cc3
Fix a typo.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14674 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-15 04:13:46 +00:00
Chris Shoemaker
8c1c40d082
Add indirect dependency libcore-utils.la to qif-import/test to appease
...
Debian's broken libtool.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14673 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-15 03:03:00 +00:00
David Hampton
d8c1435742
Add a tip for raising the accounts menu in a register page.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14670 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-14 19:00:20 +00:00
Chris Shoemaker
c0759a3adb
Reverting r14626. It botched the 'svn move' (svk bug) and broke the build.
...
"gnc-gobject-utils.c:52: error: 'GtkFunction' undeclared."
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14658 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-13 03:12:15 +00:00
Christian Stimming
104f09f05a
Replace exact comparison of doubles by checking for a small enough difference. bug#347791.
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14648 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-12 14:48:43 +00:00
Christian Stimming
4a0ffb0fd9
Fix untranslated part of string.
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14647 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-12 14:41:05 +00:00
Christian Stimming
6757d16770
Fix all last untranslated report titles. Deactivated Test Graphing report because it is untranslated completely.
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14646 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-12 14:38:39 +00:00
Christian Stimming
c59ec41913
Fix string that wasnt marked for translation. Fortunately exactly this string exists already.
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14645 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-11 20:30:30 +00:00
Christian Stimming
d49e4eaeea
Add tip about keyboard navigation between tabs. Feel free to change the wording
...
or add more sentences to this rather short tip. I just didn't want to forget it right now.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14644 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-11 20:08:24 +00:00
David Hampton
acf33097a8
Fix account currency problems when importing QIF files (introduced by
...
the widget cleanup.)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14627 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-11 02:17:15 +00:00
Derek Atkins
e71180c16a
* move gnc-gtk-utils from core-utils to gnome-utils because
...
core-utils should not depend on gtk.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14626 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 17:48:00 +00:00
Christian Stimming
7d8e8f9107
Fix typo
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14622 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 09:41:38 +00:00
Chris Shoemaker
3a4c7e1c2f
Typo fix found by Tim (eagle eyes) Wunder.
...
Plus more clean-up to justify another commit.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14621 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 03:31:00 +00:00
Chris Shoemaker
a2104b0c77
Line-wraps, and typo-fixes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14620 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 01:16:33 +00:00
Chris Shoemaker
2e28a8b586
Guile doesn't need access to GUI suspend/refresh controls any more.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14619 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 01:12:03 +00:00
Chris Shoemaker
5e48be650d
De-guilify test-xml-commodity.c
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14618 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 01:09:47 +00:00
Chris Shoemaker
2d27a86149
Cause commodity equality test to actually return FALSE for unequal case.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14617 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 01:08:56 +00:00
Chris Shoemaker
cc71e25eea
Plug a LotList leak; remove ominous comment about memory corruption.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14616 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-09 00:59:48 +00:00
Chris Shoemaker
dde4a52308
More comments, spelling fixes, line-wraps, whitespace cleanups.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14615 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-08 23:16:54 +00:00
Chris Shoemaker
69ea9d29eb
Remove some unnecessary calls to xaccAccountInsertSplit() since the only way
...
the Split could have the Account pointer is if it had already been added to
the Account.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14614 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-08 22:55:02 +00:00
Chris Shoemaker
6628b183d7
Minor renaming and reordering for clarity in gnc_split_register_load().
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14613 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-08 22:52:37 +00:00
Chris Shoemaker
6ff63efa19
Internalize some xaccAccountGroupBegin/CommitEdits into xaccGroupCopyGroup().
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14612 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-08 22:12:07 +00:00
Chris Shoemaker
63f60a302c
Various whitespace, line-wrap, and comment changes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14611 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-08 21:57:28 +00:00