around gnome-print's rotate, translate, gsave, and grestore
APIs. All to allow sideways printing (by rotating the image).
* src/gnome-utils/gw-gnome-utils-spec.scm: wrap the new print-session
apis.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8344 57a11ea4-9604-0410-9ed3-97b8803252fd
events are suspended. Without such an API, events can be lost
if the event system is suspended when the event comes in.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8339 57a11ea4-9604-0410-9ed3-97b8803252fd
list of books in a query.
* src/business/business-core/gncInvoice.[ch]: add INVOICE_POST_LOT
query parameter methods
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8337 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/de.po: Updated German translation.
* src/gnome-utils/gnc-account-tree.c, src/scm/main-window.scm:
Patch by Herbert Thoma: adds the the strings that were not
translated due to the 1.8.3 string freeze.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8330 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/it.po: Updated complete Italian translation by Lorenzo
Cappelletti <lorenzo.cappelletti@email.it>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8328 57a11ea4-9604-0410-9ed3-97b8803252fd
regex was broken and would fail on ALL numerics, causing all
imports to be of value zero. Oops. I _thought_ I tested this,
but clearly not sufficiently. :(
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8325 57a11ea4-9604-0410-9ed3-97b8803252fd
your variables before you g_assert() anything.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8296 57a11ea4-9604-0410-9ed3-97b8803252fd
exists in the build.
removed DateUtils from CVS (it's not used by anything)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8291 57a11ea4-9604-0410-9ed3-97b8803252fd
* macros/openhbci.m4: Fix openhbci macro again so that it uses a C
check program.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8285 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/glossary/pt_BR.po: New Brazilian Portugese glossary by Jon
Lapham <lapham@extracta.com.br>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8280 57a11ea4-9604-0410-9ed3-97b8803252fd
it work again on both older and newer autoconf versions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8278 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/en_GB.po: Updated British english translation by Nigel Titley
<nigel@titley.com>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8276 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/import-export/hbci/dialog-hbcitrans.c, gnc-hbci-utils.h,
gnc-hbci-utils.c, hbci-interaction.h, hbci-interaction.c,
po/de.po: Add *much* better error checking -- the user now gets
almost always correct feedback if an online transfer cannot be
executed. Yeah well I know this introduced one more string even
though it's string freeze time -- but the feature itself is so
immensly useful for German users that I couldn't resist. ;-)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8274 57a11ea4-9604-0410-9ed3-97b8803252fd
* configure.in: Fix hbci and ofx test for handling --disable
correctly.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8270 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/fr.po: Update hopelessy out of date french translation. Translation is now rough but pretty complete. Still misses much of the business features, and a few bits of scheduled transactions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8268 57a11ea4-9604-0410-9ed3-97b8803252fd
date of the form XXXXXXXX is always YYYYMMDD. There is at least
one example where it is MMDDYYYY. So, test it both ways:
xxxxYYYY and YYYYxxxx. Make sure a 4-digit year "makes sense"
(e.g., the year is after 1930). Fixes bug #111889.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8267 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/en_GB.po: Updated British English translation by Nigel Titley
<nigel@titley.com>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8264 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/it.po: Updated Italian translation by Lorenzo Cappelletti
<lorenzo.cappelletti@email.it>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8260 57a11ea4-9604-0410-9ed3-97b8803252fd
test, since it breaks on guile-1.6 (which does mean that
importing into a guile-1.6-based system will fail, but so much
else fails when upgrading from 1.6 to 1.8 that it really doesn't
matter. Users will have to reset their reports anyways.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8253 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/zh_TW.po: Updated (complete!) Traditional Chinese translation
by Chao-Hsiung Liao <pesder.liao@msa.hinet.net>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8249 57a11ea4-9604-0410-9ed3-97b8803252fd
calculations so we don't get GtkCritical warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8242 57a11ea4-9604-0410-9ed3-97b8803252fd
parse values that begin "..." because it is clearly not
valid (regardless of the locale). Fixes#109868.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8239 57a11ea4-9604-0410-9ed3-97b8803252fd
Pospisek's patch to the transaction report (fixes bug #110598)
* src/gnome-utils/gw-gnome-utils-spec.scm: fix the description
of gnc:mdi-show-progress.
* src/business/business-gnome/dialog-customer.c:
* src/business/business-gnome/dialog-employee.c:
* src/business/business-gnome/dialog-job.c:
* src/business/business-gnome/dialog-vendor.c:
Enable changing the "ID" for different business objects.
Fixes#108563.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8237 57a11ea4-9604-0410-9ed3-97b8803252fd
* po/de.po: Updated German translation. Changed "Kassenbericht" to
"Kontobuch" and "Belastung/Gutschrift" to "Soll/Haben".
* src/import-export/hbci/hbci-interaction.c: Fix some user
messages where chip cards were confused with key files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8231 57a11ea4-9604-0410-9ed3-97b8803252fd
* lots of files ...
fixes for GCC 3.3 warnings
comparison between signed and unsigned and
dereferencing type-punned pointer will break strict-aliasing rules
fixes#110320
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8224 57a11ea4-9604-0410-9ed3-97b8803252fd