Commit Graph

9770 Commits

Author SHA1 Message Date
Christian Stimming
ec0d86599f Updated Spanish translation by Eneko Lacunza, bug#343229. Translation merged with most recent gnucash.pot.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14467 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-07-05 20:42:00 +00:00
Derek Atkins
a50040835c Consider certain control character as invalid UTF-8. Fixes #346535.
* src/core-utils/gnc-glib-utils.h
	* src/core-utils/gw-core-utils-spec.scm:
	  Remove the gnc_utf8_validate() API. It's not used anywhere.
	* src/core-utils/gnc-glib-utils.c:
	  Rework gnc_utf8_validate() as a copy-and-paste of g_utf8_validate
	  but ignore certain control characters between 0x00 and 0x20
	  that are not valid XML characters.  Fixes #346535.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14466 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-07-05 16:04:36 +00:00
Christian Stimming
c8c5db450f Proof-read and improved German translation by feedback from Andi Köhler.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14465 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-07-04 20:35:52 +00:00
Christian Stimming
82f3020280 Updated Slovak translation by Zdenko Podobny
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14462 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-07-04 10:41:33 +00:00
Christian Stimming
4859d5209e Adjust currency decimals as pointed out in bug#320203
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14459 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-07-03 15:26:25 +00:00
David Hampton
304f66515e This one file really does require the perl Date::Manip module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14458 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-07-01 15:05:53 +00:00
Christian Stimming
c91c7b2d6c Updated Dutch translation by Bernard Meens <meensb@xs4all.nl>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14457 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-07-01 09:01:14 +00:00
David Hampton
681d08cd22 Recent version of Finance::Quote no longer depend on Date::Manip, but
they do now depend on Crypt::SSLeay.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14456 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-28 04:21:45 +00:00
David Hampton
82f7170740 Restore the original sort ordering which is grouping by parent
account, and then sorting within a group first by account code and
then by account name.  Partial fix for #345385.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14454 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-28 03:46:25 +00:00
David Hampton
4f05ddcf2a When modules can't be found refer users to their package manager
first.  Other fixups for the utility program name changes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14453 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-28 00:02:30 +00:00
Christian Stimming
5714500990 Ignore failed chown() because it always fails on vfat/samba. #345913
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14452 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-27 09:10:29 +00:00
David Hampton
ed21dfe2f6 Add new application icon.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14442 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-26 20:12:04 +00:00
Joshua Sled
983fba7f9b Reduced-size splash image.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14434 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-25 14:58:03 +00:00
Christian Stimming
2328660926 Update British English translation by Nigel Titley with fixed char encoding. #345611
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14433 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-25 09:38:45 +00:00
Derek Atkins
4af13ca7c6 Use gnc-svnversion to detect development version or tarball version
Fix a case of a missing variable, missed from the last changeset.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14429 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-24 19:03:21 +00:00
Derek Atkins
d069382f5d Remove warning messages from configure script used for testing.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14428 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-24 18:42:58 +00:00
Derek Atkins
d86d61e227 Allow building from either SVN or SVK
- create gnc-svnversion script that builds the revision number
  from either SVN or SVK.  The script should fail gracefully if
  you don't have SVK installed
- convert the configure script to use the new gnc-svnversion script
- convert the splash-screen Makefile to use the gnc-svnversions script

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14427 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-24 18:34:35 +00:00
Christian Stimming
1572a5fbef Add GTK_LIBS because log_replay uses gtk functions direcly since r14142
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14409 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-22 13:30:51 +00:00
Christian Stimming
656a15f819 Add Suriname Dollar currency; replaces SRG, but due to a non-unity exchange rate we cannot have it replaced automatically. #319084
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14393 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-20 12:49:21 +00:00
Christian Stimming
4a26d3974a Use waitpid() only if <sys/wait.h> is available. Unavailable on win32.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14392 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-20 10:30:58 +00:00
Chris Lyttle
203034a045 update to release 1.9.8
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14386 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-19 00:33:34 +00:00
Christian Stimming
1f8019471a Add new SKR03 account template (in addition to the existing SKR04) by Oliver Vollmer
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14384 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-18 20:27:12 +00:00
Christian Stimming
fc5a4f873e Updated British English translation by Nigel Titley
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14383 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-18 12:17:18 +00:00
Christian Stimming
d7dfb22794 Improve some SX-related wordings in German translation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14380 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-17 21:13:38 +00:00
Chris Shoemaker
3558403a23 Sync ChangeLog with svn log -v through r14377.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14379 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-17 20:28:49 +00:00
David Hampton
6d38ef1457 Correctly indicate the focus state of the register. Fixes #342055.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14378 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-17 03:37:55 +00:00
Chris Shoemaker
1e57748bee Update mnemonic for Mexican Peso. Fixes Bug #345048.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14377 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-17 01:00:18 +00:00
David Hampton
5ae159c03f Instead of marking the first page so that it can't be closed, mark the
first *accounts* page so that it can't be closed.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14376 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-17 00:44:21 +00:00
Chris Shoemaker
f6f9b53e9a Make the keypad 'minus' key enter a dash in the date entry for ISO dates.
Fixes Bug #345096.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14375 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-17 00:38:08 +00:00
David Hampton
625f3de519 Remove five year old workaround for a resizing bug. Fixes #344764.
Also explicitly initialize a couple of variables.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14374 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-16 23:28:11 +00:00
Chris Shoemaker
d5b0ddaa4b Restore non-editing state when cancelled editing is complete.
Fixes Bug #344870, which was a regression caused by r11892.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14373 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-16 23:14:13 +00:00
Christian Stimming
8166239185 Fix misspelled name
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14372 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-16 10:48:51 +00:00
Christian Stimming
86a9a590b1 Update/merge po files to current catalogue template.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14371 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-15 11:46:50 +00:00
Christian Stimming
218e20d295 Updated German translation to reach 100% again
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14370 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-15 11:24:26 +00:00
David Hampton
ea0bd0c5a1 Restore the auto decimal places settings from gconf at startup. Fixes
#344938.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14369 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-15 03:54:53 +00:00
David Hampton
59817c3dca The Chargeback and Extra Payments sections of the bill should not
expand to fill extra space.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14368 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 23:45:30 +00:00
David Hampton
b827cfd6a6 Use the new mechanism for the account list popups. Fixes #342058.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14367 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 23:34:10 +00:00
David Hampton
73335add12 Fix typo.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14366 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 22:38:38 +00:00
David Hampton
97ccc59855 HBCI data is already in utf8. Don't recode into the local charset
(which may not be utf8).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14365 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 22:34:50 +00:00
David Hampton
3b29ebdabd Update gdb instructions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14364 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 22:30:38 +00:00
Christian Stimming
e5c580440f Similarly ensure for aqbanking/mt940 import that all retrieved strings
will be valid utf8.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14363 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 19:49:25 +00:00
David Hampton
cd7747e925 Do a better job of turning the busy cursor on/off. Now works
correctly if there's a failure in the input file.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14362 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 04:16:16 +00:00
David Hampton
85b1b6febd Strip all invalid utf8 characters from imported QIF and OFX/QFX
strings.  This fixes bugs #106203 #338296 #344170 and #344219.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14361 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 03:42:07 +00:00
Derek Atkins
b3a7e34a1e * configure.in: force-enable hbci if the user enables mt940
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14360 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 00:34:16 +00:00
David Hampton
488af225cc Tell gnucash that a currency quote failed instead of just abandoning
the request.  Fixes #344546.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14359 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-14 00:04:59 +00:00
David Hampton
85e56e2e95 When committing an account during the closing of a book, don't search
the engine for splits that are in the process of being assigned to the
account but aren't yet linked into the account.  This eliminates an
O(n*m) operation that will never find any work to perform.  Fixes
#344473.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14358 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-13 03:17:48 +00:00
Chris Shoemaker
9b7245002d Don't crash when parsing empty string as date. Fixes #344466.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14354 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-13 00:35:47 +00:00
David Hampton
a36cbde106 Quote the F::Q version number so that it will be correctly parsed as a
string.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14353 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-13 00:14:26 +00:00
David Hampton
52f2bc1640 Tell subversion these files are text.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14352 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-09 23:33:51 +00:00
David Hampton
c56162d6f2 Move the valgrind reference code from a compiled file to a
documentation file.  The start/stop valgrind command didn't work as
well as I'd hoped.  Fixes #344353.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14351 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-09 21:33:29 +00:00