David Hampton
f3425a946e
Andreas Köhler's patches to remember/restore maximized windows, and to
...
shrink the size of the close button on notebook tabs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12167 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-20 02:06:43 +00:00
Christian Stimming
39cb13a7d4
Updated German translation; 3336 out of 3413 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12166 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-18 12:30:26 +00:00
Christian Stimming
b720fdcb5b
Add glossary explanation for trial balance
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12165 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-18 12:29:56 +00:00
Christian Stimming
1937d17661
I18n string cleanup
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12164 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-18 12:29:35 +00:00
Christian Stimming
7b390511ce
Updated Norwegian translation by Tor Harald Thorland
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12163 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-17 17:25:40 +00:00
Christian Stimming
9d26143f7b
Updated German translation - 3291 out of 3420 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12162 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-15 16:42:02 +00:00
Christian Stimming
31628ca90d
String i18n cleanup in David Jafferians account deletion patch
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12161 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-15 16:34:11 +00:00
Christian Stimming
42aba7cc0e
Fix typo in makefile
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12160 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-15 16:30:44 +00:00
Christian Stimming
ea32fd81cc
The amount of the online transfer somehow needs to be negated in the
...
gnucash account now.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12159 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-15 15:57:12 +00:00
Christian Stimming
baf1046054
Fix Norwegian po file which contained spurious characters in obsolete entries
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12158 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-15 15:52:58 +00:00
David Hampton
62b00aea76
David Jafferian's account deletion patch that queries the user about
...
whether to delete or move any contained transactions and sub-accounts.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12157 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-11 00:52:12 +00:00
David Hampton
75671efc2f
Fix the glade auto-connect code so it doesn't swap the callback
...
arguments when an explicit "object" is provided to the callback.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12156 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-11 00:50:57 +00:00
David Hampton
6a3f33e5eb
Andreas Köhler's patch to fix the alignment of cells in the register.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12155 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-10 20:22:11 +00:00
Derek Atkins
e72d156c03
Some changes to get code to compile on Solaris.
...
* configure.in: g-wrap 1.9.6 can define the module-dir as
share/guile/site -- we want to make sure to get rid of
the /site when computing the libdir from this. Otherwise
the runtime will fail to find the g-wrap runtime libraries.
* src/gnome-utils/gnc-currency-edit.c:
* src/business/business-gnome/business-urls.c:
include <strings.h> to compile on Solaris.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12154 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-09 18:28:42 +00:00
Christian Stimming
9cff7ffb23
Update German translation. 3271 out of 3402 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12153 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-08 21:38:51 +00:00
Christian Stimming
0274fb0706
Unify/simplify several option names for translation. Improve some
...
strings. Add new terms to glossary.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12152 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-08 21:38:22 +00:00
Christian Stimming
652020f38d
Updated Greek translation by Nikos Charonitakis <nikosx@gmail.com>
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12151 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-08 20:37:02 +00:00
Joshua Sled
c042929c0e
64-bit issue cleanup in hbci code:
...
* hbci-interaction.c (inputBoxCB, getTanCB): printf(%d, size_t) casting for 64-bit arch.
* hbci-interaction.c (showBoxCB, hideBoxCB): uint32->pointer(64) casting.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12150 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 22:37:36 +00:00
David Hampton
f8afaef956
Add support for opening account registers from the budget page. Use
...
shorter toolbar labels.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12149 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 07:09:08 +00:00
David Hampton
91a4eef385
Remove note about a problem that no longer exists.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12148 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 06:43:16 +00:00
David Hampton
a89fe0309e
Comment out the recently introduced second set of checks for gconf.
...
They cause problems with schema installation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12147 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 06:39:33 +00:00
Joshua Sled
0d6aa3cda4
Add ECB/semanticdb cache files to svn:ignore
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12146 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 04:58:23 +00:00
Joshua Sled
10d4593d63
Forgot file.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12145 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 04:48:06 +00:00
Joshua Sled
77d37bec50
remove debugging crap
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12144 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 04:47:19 +00:00
Joshua Sled
f2e75393d4
Remove Misc menu.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12143 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 04:15:51 +00:00
David Hampton
4e6f652733
Fix the edit price to properly check the number of selected prices.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12142 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 02:22:06 +00:00
David Hampton
b809e86dc0
Comment out function that does nothing except generate a compiler
...
warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12141 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 02:14:20 +00:00
Joshua Sled
72eafc8413
Don't misuse the Quark storage for pointers, especially because they're not integer-sized on a 64-bit platform.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12140 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-07 01:34:44 +00:00
Joshua Sled
e10c938b27
fix uninitialized-variable warning.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12139 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-06 22:06:22 +00:00
Christian Stimming
eb542976bd
Updated Norwegian translation by Tor Harald Thorland
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12138 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-06 20:03:05 +00:00
Derek Atkins
d0206f3217
Remove dependency on gtk-doc from private libgsf build.
...
* configure.in:
- remove libgsf/doc*
- remove GTK_DOC checks
* lib/libgsf/Makefile.am: remove 'doc' from SUBDIRS and
remove distcheck extra flags.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12137 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-06 19:24:42 +00:00
Derek Atkins
bb34345b6a
remove gsf and goffice po dir from configure script.
...
* configure.in: remove libgsf/po/Makefile and goffice/po/Makefile
because we never build these directories.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12136 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-06 19:02:07 +00:00
Christian Stimming
eec773e513
Update svnignore
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12135 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-05 21:28:56 +00:00
Christian Stimming
71b1561305
Updated German translation. 3236 out of 3409 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12134 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-05 21:28:14 +00:00
Christian Stimming
c719e0c579
String i18n improvements.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12133 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-05 21:27:36 +00:00
Christian Stimming
99dda8e5a8
Don't chown() the owner,
...
only root can do that. Ignore errors on chown() since that means
the save completed successful anyway.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12132 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-05 20:39:34 +00:00
Derek Atkins
e16e517092
Update svn version grabbing code.
...
* src/gnome-utils/Makefile.am: Grab svn version using
svnversion instead of parsing "svn info". Also make it
so that it doesn't force a rebuild if the version does
not change.
* src/gnome-utils/gnc-splash.c: changed svn version
from an integer into a string. Handle that in the
splash screen.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12098 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 22:21:43 +00:00
Derek Atkins
eb88bd88f9
Get goffice merge to build on FC3 again.
...
* configure.in: fix some of the output strings
* lib/libgsf-1.12.3/gsf/glib24_26-compat.c:
make g_get_filename_charsets static because it's not
needed outside this file.
* lib/goffice-0.0.4/goffice/glib24_26-compat.c:
make _g_compute_locale_variants static because it's
not needed outside this file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12097 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 22:11:34 +00:00
Joshua Sled
94e9fe5e6f
Fold branches/goffice-update/ back into trunk/.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12096 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 21:27:17 +00:00
Joshua Sled
b73d9ce74a
updatage
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12095 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 19:33:30 +00:00
Joshua Sled
12302472ea
whitespace + commentage
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12094 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 19:32:15 +00:00
David Hampton
0289273f91
Don't ignore the return value of glib list functions. This will
...
likely become a warning in future version of glib, which translates to
an error for gnucash since it compiles with the -Werror flag.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12093 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 17:08:02 +00:00
Joshua Sled
68a290eeaa
Documentation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12092 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 16:51:35 +00:00
Derek Atkins
4ea2948c1f
* macros/autogen.sh: don't warn the user about running
...
configure with zero arguments. Autogen doesn't run
configure anymore. This confused a user.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12091 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 15:27:20 +00:00
Christian Stimming
7450d2f8fa
Updated Norwegian translation by Tor Harald Thorland
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12090 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 12:29:29 +00:00
Christian Stimming
d025c1c666
Forgot one instance of double-free fix.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12089 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 12:01:54 +00:00
Christian Stimming
ee541bb6f8
Fix crash when
...
clicking on "start aqbanking-wizard" with gwenhywfar>=1.99.x.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12088 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-04 11:56:17 +00:00
Joshua Sled
097ff058b0
g_return[_val]_if_fail is actually an assertion, which is too strong for this flow-control.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12087 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 20:45:23 +00:00
Joshua Sled
c68f43b389
Add ability for no-autocompletion option in split register, use in SX editor to prevent bug.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12086 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 19:41:53 +00:00
Christian Stimming
1a05402127
Fix forgotten string translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12085 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 17:58:53 +00:00