Commit Graph

11127 Commits

Author SHA1 Message Date
Christian Stimming
b36523bea3 Update gwen/aqbanking versions on windows.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16565 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-15 19:59:18 +00:00
Andreas Köhler
b3bca63844 #482177: Emit account_sel_changed on GncAccountSel when the combobox changed.
This makes it possible again to create customer reports for other than
only the first A/R account in the list.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16564 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-15 19:49:14 +00:00
Andreas Köhler
41b42b8a9c Win32: Let gnucash.bat pass its parameters to gnucash.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16563 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-13 15:23:10 +00:00
Christian Stimming
f829104756 Get the CSV code to compile on Windows as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16562 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-13 11:07:52 +00:00
Andreas Köhler
a6839478a4 Merge csv-import branch back into trunk.
configure.in                                       |    2
 lib/Makefile.am                                    |    4
 lib/stf/Makefile.am                                |   13
 lib/stf/README                                     |    2
 lib/stf/stf-parse.c                                | 1414 +++++++++++++++++++++
 lib/stf/stf-parse.h                                |  112 +
 src/bin/gnucash-bin.c                              |    1
 src/import-export/Makefile.am                      |    4
 src/import-export/csv/Makefile.am                  |   59
 src/import-export/csv/example-file.csv             |    4
 src/import-export/csv/gnc-csv-gnumeric-popup.c     |  194 ++
 src/import-export/csv/gnc-csv-gnumeric-popup.h     |   78 +
 src/import-export/csv/gnc-csv-import.c             | 1173 +++++++++++++++++
 src/import-export/csv/gnc-csv-import.h             |   33
 src/import-export/csv/gnc-csv-model.c              | 1199 +++++++++++++++++
 src/import-export/csv/gnc-csv-model.h              |  122 +
 src/import-export/csv/gnc-csv-preview-dialog.glade |  496 +++++++
 src/import-export/csv/gnc-csv2glist.c              |  187 --
 src/import-export/csv/gnc-csv2glist.h              |   39
 src/import-export/csv/gnc-plugin-csv-ui.xml        |   11
 src/import-export/csv/gnc-plugin-csv.c             |  160 ++
 src/import-export/csv/gnc-plugin-csv.h             |   60
 src/import-export/csv/gncmod-csv-import.c          |   91 +
 23 files changed, 5228 insertions(+), 230 deletions(-)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16561 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-12 22:51:34 +00:00
Joshua Sled
4fe5a31886 Add MimeType directive so that systems can know how to open our files. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16558 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-09 13:27:53 +00:00
Andreas Köhler
a99782927b In search dialog, make top part naturally sized and bottom part expandable.
Free the search criteria box from its viewport and scrolledwindow and
let it take the space it needs. On the other hand, the search results
now fill the remaining space.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16557 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-08 21:55:03 +00:00
Andreas Köhler
dc5f4d0c1a Patch from Geert Janssens to expand rhs fields in the post dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16555 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-07 22:45:28 +00:00
Andreas Köhler
5e325fa41d #483796, Fancy Invoice: Convert the elements of an AccountValueList when wrapping.
GLIST_HELPER_INOUT does not touch the single elements and
GncAccountValue typemaps do not work here.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16554 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-06 23:05:16 +00:00
Christian Stimming
058772449e Replace "Sonstige Einkommen" by "Sonstige Erträge".
(Forgot one in r16551)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16552 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 20:38:21 +00:00
Christian Stimming
7f69d8a071 Replace "Sonstige Einkommen" by "Sonstige Erträge".
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16551 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 20:32:50 +00:00
Christian Stimming
c04ffcfc2c Replace "Einkommen" by "Erträge" as proposed on gnucash-de.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16550 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 20:32:46 +00:00
Christian Stimming
ae0c428d0b Fix gcc-4.2 warning on a string that cannot be NULL.
Pointed out by Andrew Sackville-West.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16549 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 19:11:15 +00:00
Derek Atkins
06d3996de3 Reference bug #483631 for slib failures as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16548 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 15:29:20 +00:00
Andreas Köhler
fcfb7bdb95 #438360: Replace str{,n}casestr and strcasecmp by qof_utf8_{substr_nocase,strcasecmp}.
The functions used did not work for non-ascii characters.  The new
implementations use g_utf8_casefold and g_utf8_normalize to improve case
insensitive searches and comparisons.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16547 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-03 01:18:13 +00:00
Andreas Köhler
0f802deebe Fix a NULL-%s-printf in the SX code, #481110.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16545 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-27 22:07:35 +00:00
Christian Stimming
1ace0c2c9e Updated Traditional Chinese (zh_TW) translations by Kuang-che Wu <kcwu@csie.org>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16544 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-23 20:35:25 +00:00
Rolf Leggewie
e1d7af2e62 SKR04: fix some spelling mistakes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16542 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-19 16:49:09 +00:00
Rolf Leggewie
8ab307a0f0 SKR04: remove some superfluous white-space
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16541 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-19 16:21:07 +00:00
Andreas Köhler
9534c745ed Patch by Nathan Buchanan to fix link to libxslt on zlatkovic.com.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16535 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-16 02:22:15 +00:00
Christian Stimming
e424807771 Update German translation.
Change translation of 'vendor' into 'Lieferant' as suggested by Robert Froschauer:

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16533 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-15 08:29:14 +00:00
Christian Stimming
b65c05da1d German wording improvements as suggested by Robert Froschauer:
'income statement' now 'Gewinn- und Verlustrechnung'
'total revenue' now 'Gesamterträge'
'vendor' now 'Lieferant', but not yet completely done

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16532 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 20:42:09 +00:00
Christian Stimming
43512c9800 Fix messed-up Makefile for new account templates.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16529 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 20:00:44 +00:00
Christian Stimming
78f8b18551 Updated Brazilian Portugese translation by Leonardo Fontenelle and Leslie H. Watter.
We are "a little" late, but this is the new pt_BR translation:

- 3446 translated messages,
- 184 fuzzy translations,
- 56 untranslated messages.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16528 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 19:59:06 +00:00
Christian Stimming
e6d64890d9 Bug#473827: Chinese account templates by titanwill.
Includes the business account from the above translation.
The words "equity" and "state/province".
Created zh_TW and zh_HK translations of business account.
Each one is now set to the appropriate default currency
(zh_CN = CNY, zh_TW = TWD, zh_HK = HKD)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16527 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 19:59:00 +00:00
Derek Atkins
80c5c1fb80 Make sure we have a valid gettext usermode when building (#476189)
Test that HAVE_GETTEXT is true and we can find gmsgfmt.  Bomb
out of configure if either fails, because the build will fail later.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16526 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-12 15:56:04 +00:00
Joshua Sled
6fb3651d09 iso4217 currency updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16525 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-12 03:19:07 +00:00
Joshua Sled
4f22af5cd5 pause to let Windows catch up with file creation; patch from Nathan Buchanan <nbinont gmail com>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16524 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-12 02:56:22 +00:00
Joshua Sled
de47952f34 wget rate-limiting, patch from Nathan Buchanan <nbinont gmail com>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16523 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-12 02:46:47 +00:00
Joshua Sled
b2fe372a71 Bug#475666: add the Cuban Convertible Peso (CUC).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16522 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-11 00:38:29 +00:00
Christian Stimming
eac93253be Remove obsolete and unused ja_JP.EUC account template
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16521 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 19:29:11 +00:00
Christian Stimming
dd2ce81841 Hiroto Kagotani: Newly translated Japanese account files.
He said: Instead, accounts/ja_JP.EUC and its content can be safely removed.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16520 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 19:27:50 +00:00
Christian Stimming
9ac9ad45f8 Bug#473809: Rolf Leggewie's work on German tax categories.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16519 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 19:19:48 +00:00
Rolf Leggewie
632bfb0873 SK04: fix indentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16518 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 13:45:48 +00:00
Rolf Leggewie
2940ae9939 SKR03: fix indentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16517 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 13:45:12 +00:00
Rolf Leggewie
e68d01f206 SKR03: replace guid with new
sed -i s/type=\"guid\"/type=\"new\"/ accounts/de_DE/acctchrt_skr03.gnucash-xea


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16516 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 08:14:03 +00:00
Rolf Leggewie
2e5317d585 SKR03: validate SKR03, same as r16514 for SKR04
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16515 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 08:10:39 +00:00
Rolf Leggewie
111ce23b69 SKR04: validate the XML file with the help of jsled and nxml-mode in emacs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16514 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-09 19:27:14 +00:00
Christian Stimming
4bc3e5ea69 Updated Japanese translation by Hiroto Kagotani.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16512 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-09 12:52:51 +00:00
Christian Stimming
b72a247a63 Updated Czech po file from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16511 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-09 12:29:51 +00:00
Christian Stimming
7ebf74cf59 Update German translation after latest string change.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16510 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-07 19:52:36 +00:00
Christian Stimming
6575ece170 Make error message on unselected invoice more verbose.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16509 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-07 19:42:17 +00:00
Joshua Sled
b211684d05 whitespace
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16507 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-05 03:44:09 +00:00
Joshua Sled
2eed64d723 move onto one line so greps are a bit more immediately useful.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16506 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-05 03:43:21 +00:00
Christian Stimming
bd04e69acc Bug#471473: Updated german tax categories by Rolf Leggewie.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16505 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-04 19:33:42 +00:00
Rolf Leggewie
9117895603 SKR04: replace all occurrences of "guid" with "new"
Learned this from bug#321405.
jsled and I assume that this should be more stable.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16504 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-04 14:31:12 +00:00
Rolf Leggewie
8fea3f7321 SKR04: add information to relate accounts to Umsatzsteuervoranmeldung report
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16503 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-04 12:23:07 +00:00
Rolf Leggewie
1bcf2faa47 SKR04: some more standardization in format for UstVa entries
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16502 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-04 11:48:02 +00:00
Rolf Leggewie
2cc8f49c71 SKR04: make all UstVa entries similar in style
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16501 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-04 11:34:05 +00:00
Rolf Leggewie
d2163983d1 SKR04: add line number to account 3832 to make description parallel to other entries
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16500 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-04 11:22:01 +00:00