Andreas Köhler
dcfda18f7c
Revert some qof_instance_get_guid() calls to qof_entity_get_guid().
...
Those two functions were merged into one, qof_instance_get_guid(), in
r15773, but they returned different values if the parameter was NULL.
Some code depends on the return value being guid_null(), or maybe even
NULL, so revert the changes entity->instance, where the entity is not
guaranteed to be non-NULL.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16212 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-25 17:18:28 +00:00
Andreas Köhler
fa28f0e4f0
Avoid a global static variable by using g_list_sort_with_data.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16211 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-25 17:18:11 +00:00
Christian Stimming
e0cdcc67f5
Add more checks for sane structures. Fixes another crash of #450276 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16210 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-24 08:48:01 +00:00
Christian Stimming
74365936ac
Check ofx structure for sanity. Partly fixes #450276 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16209 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-24 08:20:07 +00:00
Christian Stimming
1cd71e215b
Check main_window_close_page arguments for sanity. Fixed crash in #366468 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16207 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 20:37:41 +00:00
Christian Stimming
0193499bb7
Update German translation. 100% completed. Yay.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16206 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 20:28:20 +00:00
Christian Stimming
adbeece7ac
Upgrade win32 for aqbanking-2.3.1
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16205 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 20:22:26 +00:00
Christian Stimming
446f49304a
Improve i18n comments to make them more grok-able for translators.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16204 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 20:20:47 +00:00
Joshua Sled
0242bb8455
Uh, retain the still-needed '_(...)'s. :p
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16203 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 19:51:24 +00:00
Joshua Sled
8acfaad6bf
Fixup i18n as per cstim (thanks! :).
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16202 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 19:43:29 +00:00
Andreas Köhler
4251bd7f84
Return NULL on qof_instance_get_guid(NULL) again, #448853 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16201 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 17:42:52 +00:00
Andreas Köhler
dfde8ebcb7
Do not register qof backend modules on first load, #433779 .
...
Qof backend modules used to call qof_backend_register_provider() and
g_module_make_resident() directly in g_module_check_init(), i.e. they
could not be unloaded after the gnucash module crawler detected them.
Probably after the renaming of libgnc-backend-file the QSF backend
module started to register itself before the gnc file backend, spitting
a validation error on virtually every data file load.
So g_module_check_init() has been renamed to qof_backend_module_init()
and is now called by qof_load_backend_library().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16200 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 13:31:29 +00:00
Andreas Köhler
0bca303440
Correct use of xmlNodeGetContent in qsf backend module.
...
Its return value is a char pointer, not a char.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16199 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 13:31:23 +00:00
Andreas Köhler
c892d648b9
Do not call setlocale &friends from within the file backend library.
...
The only valid call would be to bindtextdomain, but the library does not
use a different locale directory anyway.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16198 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 13:31:18 +00:00
Andreas Köhler
c54e436609
Remove UI and register parts of the "Enable euro support" option, #449395 .
...
* In euro currency registers, treat the option as always-on, i.e. show
amounts both in the old currency and EUR
* Remove the option from the preferences dialog
* Keep gconf key, but default to disabled. If enabled, the account tree
view page shows an additional EUR total line in the summary bar
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16196 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-21 13:28:30 +00:00
Joshua Sled
fd03362185
lower severity of the "couldn't find tag [%d]" messages, as we speculatively remove tags often.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16195 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 23:42:22 +00:00
Joshua Sled
f776b2d911
Mark a bunch of Since Last Run dialog strings translatable. Stop doing an unused and sometimes invalid date-formatting operation. Task-list cleanup.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16194 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 23:20:46 +00:00
Joshua Sled
d463cd0215
Set template transaction post dates on creation to prevent file-read warnings in the future.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16193 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 23:19:55 +00:00
Joshua Sled
cb1390cf4c
let's actually obey the restructured text format if we're going to do so.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16192 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 22:33:09 +00:00
Christian Stimming
41b0b415f3
Add aqbankings localedir to win32 dist.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16191 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 21:46:33 +00:00
Christian Stimming
31f2d956dc
Update German translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16190 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 21:38:47 +00:00
Christian Stimming
4debcabc58
Fix typo and gconf wording, avoiding nerd-speak.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16189 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 21:11:23 +00:00
Christian Stimming
d809d8c1cc
Mark untranslated strings for i18n.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16188 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 17:44:42 +00:00
Christian Stimming
82124b8720
Replace a eur-currency from the currency by EUR to fix old locales.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16187 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-19 19:40:49 +00:00
Joshua Sled
fc655729f5
Fix freq=None recurrnence + file-restore.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16186 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-19 03:02:36 +00:00
Joshua Sled
56504f9054
add some todos from Tim.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16185 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-19 01:49:22 +00:00
Andreas Köhler
8c5d2fe40b
Avoid stripping the win drive letter on qsf export. Fixes #448900 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16184 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-18 21:08:30 +00:00
Andreas Köhler
2a2981d02d
Install.sh: Fix cross-compiling of gwenhywfar and ktoblzcheck.
...
For real cross-compiling, this change currently depends on unreleased
gwenhywfar changes and a windows openssl installation (cannot be
cross-compiled yet).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16183 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-18 20:42:36 +00:00
Andreas Köhler
742564b795
Install.sh: Fix PKG_CONFIG_PATH tracking when cross-compiling.
...
One must not simply set or reset environment variables that are tracked
for changes, because add_to_env relies on accurate helper variables.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16182 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-18 20:42:30 +00:00
Andreas Köhler
4fff6de98a
Install.sh: When cross-compiling, mkdir $_GUILE_UDIR/bin before using it.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16181 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-18 20:42:24 +00:00
Andreas Köhler
c68e465991
Install.sh: Use ld, gcc, dlltool and ranlib for cross-compiling.
...
Add $_MINGW_UDIR/mingw32/bin to PATH and use gcc (and friends) instead
of mingw32-gcc. Also make sure PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR
are exported to avoid using the build machine's installed packages.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16180 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-18 20:42:19 +00:00
Andreas Köhler
84806a7206
Install.sh: Harmonize skipping messages.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16179 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-18 20:42:15 +00:00
Andreas Köhler
4f17d1fdb9
Avoid crash in QIF import, page categories. Fixes #447917 .
...
This is basically the same typo fix as r15332 (wrong display information
used in row-activated handler). For whatever reasons it slipped once
again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16177 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-18 02:49:55 +00:00
Christian Stimming
f22a04f70f
Revert r16175 because aqbanking needs to be updated before we can use this.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16176 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-17 11:27:11 +00:00
Christian Stimming
5cdd32eae9
Add gnome cppflags and ldflags for libintl
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16175 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-17 09:35:21 +00:00
Andreas Köhler
dab7f892d7
Allow running autogen.sh from the build directory by cd'ing into the source tree.
...
The source tree is either $srcdir, `dirname $0` or .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16174 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-17 04:12:02 +00:00
Chris Lyttle
51a5be3759
update to release 2.1.4
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16170 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-16 17:29:31 +00:00
Christian Stimming
4372e29627
Improve win32 readme.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16168 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-16 10:18:17 +00:00
Christian Stimming
7d3ab024c1
Add extra README text for win32 binary package. #448143
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16167 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-16 09:47:09 +00:00
Andreas Köhler
caac02f303
Fix a %s-NULL-printf if default currency is neither locale nor chosen.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16162 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-14 20:01:49 +00:00
Christian Stimming
fb7148b4ab
Merge latest translation changes into po files.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16161 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-12 20:39:52 +00:00
Christian Stimming
4c7ad8b5b3
Update German translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16160 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-12 20:36:28 +00:00
Christian Stimming
ef5bfc21a5
Update gwenhywfar, aqbanking. Fixes #435928 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16159 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-12 20:28:00 +00:00
Christian Stimming
b8e009431f
With aqbanking-2.3.0 we can activate all backends here already.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16158 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-12 20:23:49 +00:00
Andreas Köhler
15707599ee
Add aqbanking/wizarddir to gnucash.iss.in and fix qbanking/cfgmoduledir.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16157 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-10 00:50:13 +00:00
Christian Stimming
54cbbf778f
Dont mark string translatable that is only visible to expert users in a special file.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16156 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-09 13:49:59 +00:00
Christian Stimming
71e017d82c
Updated French translation by Stéphane Raimbault.
...
Updated wiki URL. Removed obsoleted strings. Minor fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16155 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-08 20:01:03 +00:00
Joshua Sled
15b4d2b3fd
add note re: 'freq=none' bug.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16154 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-06 21:12:36 +00:00
Joshua Sled
28db75bf9e
add 'every x months' bug note.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16153 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-06 20:56:11 +00:00
Andreas Köhler
b253df6c8a
Add exact->inexact in plots for Guile 1.8 to print parsable doubles.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16152 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 20:56:52 +00:00