Derek Atkins
aa52b5aaea
revert back to checking for libgoffice-0.3.pc
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14733 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 23:06:35 +00:00
Derek Atkins
f314229927
Check for libgoffice-0.3 before libgoffice-1.
...
(So we find "native" goffice-0.3.x on win32
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14732 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 22:59:23 +00:00
Derek Atkins
80146b4f58
Get goffice building properly.
...
- make sure it will build dynamically
- remove unknown symbols
- fix the intltool-merge problem by replacing intltool-merge
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14731 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 21:22:58 +00:00
Christian Stimming
9f1d69b417
Revert libgoffice pkgconfig filename change. Add CFLAGS at gnucash configure.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14729 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 19:03:11 +00:00
Christian Stimming
6c25a4c73f
Fix version number of libgoffice pc file
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14728 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 08:53:53 +00:00
Derek Atkins
2a4fa596bc
msys sed doesn't understand "-i". Work around that.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14727 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 06:03:02 +00:00
Derek Atkins
564086d1df
More updates to the win32 build script.
...
- We need autotools before libgsf
- update the goffice build rule (but still not enabled)
- add the goffice patch. Expand the patch.
- turn off the INTLTOOL_XML_RULE in the goffice makefiles.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14726 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 05:31:02 +00:00
Derek Atkins
c66943e338
Add script code to build libgsf -- tested and works for me.
...
Add script code to build goffice (not enabled, yet).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14725 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 03:30:13 +00:00
Derek Atkins
c9cb405d61
Be smarter about handling partially completed builds.
...
- Don't die when wget has already downloaded the file.
- add some more output during the auto-tools
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14724 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 01:48:48 +00:00
Derek Atkins
576b456485
use WORKING set +/-e construct.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14723 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 01:23:45 +00:00
Derek Atkins
f76c3bb344
Fix some typos. Deal with constructs that don't work with "set -e"
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14722 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 01:19:44 +00:00
Derek Atkins
199617fa83
Update win32 script to be better about failing.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14721 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-26 01:03:00 +00:00
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