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
Christian Stimming
5793cd5c60
Add convenience makefile rule "make pot" for
...
updating the translation template. Rename the rule for
auto-generation of ChangeLog.svn from svn to "ChangeLog.svn".
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12084 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 17:00:28 +00:00
Joshua Sled
cea172499d
Remove the not-really-respected-anyways option to change the number of register lines in the SX editor dialog.
...
Remove ancient GOG-porting notes form GNOME2_STATUS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12083 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 16:40:30 +00:00
Joshua Sled
8fd2980373
Bug#303180: don't use a hardcoded font for the dense cal... get both from the gtk style.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12082 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 16:15:11 +00:00
Joshua Sled
d80907c962
String-translation flag setting as prompted by cstim.
...
Removed unused "take 2" SX editor dialog, and thus unused to-be-translated strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12081 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 16:12:21 +00:00
Christian Stimming
edd971c5a9
Updated German translation. 3211 out of 3419 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12080 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 11:05:54 +00:00
Christian Stimming
5a46d71683
Update POTFILES.in after file removal
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12079 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 10:38:36 +00:00
Chris Shoemaker
120a27c129
Added several author entries.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12078 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-03 03:29:57 +00:00
Chris Shoemaker
866bd40b1b
"make ChangeLog" will now create ChangeLog.svn,
...
which will contain all the commit messages and affected file paths
since Nov. 2, 2005.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12077 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-02 21:11:49 +00:00
David Hampton
80be5bcb5e
Eliminate the deprecated function gtk_widget_set_usize().
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12076 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-01 01:45:24 +00:00
David Hampton
8e4b7127b5
Finish converting type creation over from gtk_type_unique() to
...
g_type_register_static().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12075 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-01 01:14:03 +00:00
David Hampton
5bb659507a
More trivial conversions from deprecated gtk/gnome functions to
...
supported functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12074 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-01 00:45:13 +00:00
David Hampton
2be940af24
Remove unused function.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12073 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 06:00:01 +00:00
David Hampton
5be61108d5
More syntactic sugar converting from gtk_object_xxx functions to
...
g_object_xxx functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12072 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 05:14:22 +00:00
David Hampton
43a1b6c969
Syntactic sugar converting from gtk_signal_xxx
...
functions to g_signal_yyy functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12071 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 04:05:31 +00:00
David Hampton
5b906bd598
Remove all remaining references to guppi.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12070 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 01:58:05 +00:00
David Hampton
262346cb85
Quick update for 2.0 requirements. Needs to actually be tested.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12069 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 01:54:08 +00:00
David Hampton
29dc69b3de
Eliminate all remaining use of deprecated glib functions. Enable the
...
compile time flag to prevent any of these deprecated routines from
creeping back into the source.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12068 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 00:25:59 +00:00
Christian Stimming
43aec898b9
String i18n improvements
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12067 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 21:37:34 +00:00
Christian Stimming
42e2de3f56
Updated Norwegian (Bokmaal) translation by Tor Harald Thorland.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12066 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 21:19:15 +00:00
David Hampton
349e74ca6d
Migrate from the deprecated gtk_progress interface to the supported
...
gtk_progress_bar.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12065 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 03:53:42 +00:00
David Hampton
32a6629abb
Need to escape user input string to prevent errors from gtk.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12064 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 03:28:11 +00:00
David Hampton
685c30368b
Fix the translator credits in the gtk2.6 about box. They should come
...
from the translation, not a static file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12063 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 03:25:05 +00:00
Christian Stimming
e2ccba1098
Updated German translation; 3173 out of 3417 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12062 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 20:48:16 +00:00
David Hampton
0efc828699
Mark a couple of strings as not needing translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12061 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 20:39:04 +00:00
Christian Stimming
5a8724ed20
Add translator comments
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12060 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 20:22:43 +00:00
David Hampton
27387acd7a
Revert random changes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12058 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 12:10:32 +00:00