Commit Graph
10914 Commits
Author SHA1 Message Date
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
Christian Stimming d4439dc3e4 Add yet another registry key needed for aqbanking.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16151 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 20:00:14 +00:00
Andreas Köhler a5355e2bd4 Handle marker shape and color options of scatter plots, #353871.
Lost in translation, Guppi -> GOffice.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16150 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 19:43:40 +00:00
Andreas Köhler 13b667f971 Show price scatterplot if the source is the price db and no account has shares.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16149 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 19:43:35 +00:00
Chris Lyttle 4ae1a2983f update to release 2.1.3
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16145 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-02 17:33:47 +00:00
Joshua Sled d0033047b6 Remove swig. It's not actually a dependency for tarball releases.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16144 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-02 17:21:45 +00:00
Andreas Köhler 5d338a6932 Fix another %s-NULL-printf in the options dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16143 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-02 16:36:33 +00:00
Andreas Köhler 7a6d193581 Enable libgncqof-backend-qsf on Win32 by exporting QOF_LIB_DIR.
This is not needed for the installation tree built by install.sh, but
the binary installer has to add that environment variable to the
relocatable gnucash.bat it writes out.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16142 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-01 23:13:23 +00:00
Andreas Köhler c24fca6d1e Check for QOF_LIB_DIR environment variable and try to load qof backends from there first.
This is a minimally invasive way to make qof backends relocatable and
needed for the Windows port.  Avoiding qofla-dir.h completely is
probably desirable anyway.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16141 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-01 22:44:33 +00:00
Christian Stimming ed8b853ef0 Update svn:ignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16140 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 20:02:41 +00:00
Andreas Köhler 8498c69a8d Readd two pixels to the widths of colored backgrounds in the dense calendar.
When drawing week backgrounds and the outer month borders, two
mysterious pixels were subtracted from the widths.  This led to two
white pixels at the end of incomplete weeks that contained the last day
of the month and belonged to the last month of a calendar column.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16139 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 17:44:08 +00:00
Andreas Köhler f65e8bb40a Correctly check against end of dense calendar to avoid spurious marks, #433156.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16138 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 16:16:41 +00:00
Andreas Köhler c6759a4e15 Unref a few pango layouts returned by gtk_widget_create_pango_layout().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16137 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 15:56:31 +00:00
Andreas Köhler d9808804d5 In tax report, do not set to start and end of month if from-to mode is selected, #435329.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16136 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 15:56:27 +00:00