exchange rate when we're swapping currencies, since the logic
of the transfer dialog was reversed. Fixes bug #102157
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7745 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/import-export/hbci/druid-hbci-initial.c
* src/import-export/hbci/gnc-hbci-utils.c:
Fix a bunch of "warning: deprecated use of label at end of
compound statement" in gcc3 in select statements (added
semicolons after default: so that I don't break anything,
but it should probably output an error instead).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7743 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/report/standard-reports/cash-flow.scm: Patch by Ed Warnicke
<hagbard@physics.rutgers.edu>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7742 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/backend/postgres/PostgresBackend.c: Added some ENTER
and LEAVE statements to more of the functions.
* src/backend/postgres/upgrade.c: Changed all the DATETIME
SQL data types to TIMESTAMP. DATETIME will not be in Postgresql
as of 7.3.
* src/backend/postgres/functions.sql: Changed all the DATETIME
types in the DDL to TIMESTAMP.
* src/backend/postgres/table-create.sql: Changed all the DATETIME
types in the DDL to TIMESTAMP.
* src/backend/postgres/table-audit.sql: Changed all the DATETIME
types in the DDL to TIMESTAMP.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7741 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/app-utils/prefs.scm, src/app-utils/global-options.c: Rename
"Default currency" option to "New Account default currency" since
*everybody* asks about that one. Was reported in #102043,
#100466, #99364, #87729.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7740 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/engine/FreqSpec.c: Fix the i18n comments for the translators.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7735 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/register/register-gnome/formulacell-gnome.c: Changed
FormulaCell from MOD_SX to MOD_REGISTER.
* src/engine/FreqSpec.c (xaccFreqSpecGetFreqStr):
s/g_string_sprintf/snprintf/, as the former can't handle the
re-ordered format parameters which the po-files use; fixes
Bug#101650.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7731 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/scm/main.scm: Patch by Peter O'Gorman <peter@pogma.com> for
Mac OS X.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7727 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/import-export/hbci/hbci-interaction.c: Fix reparent
warnings. Make the PIN dialog a bit nicer.
* src/import-export/hbci/gnc-hbci-getbalance.c: Always use the
"booked balance" instead of sometimes one or the other.
* po/de.po: Updated translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7725 57a11ea4-9604-0410-9ed3-97b8803252fd
contained copyright notices for motif componenents that have
not been a part of gnucash for 3 years
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7724 57a11ea4-9604-0410-9ed3-97b8803252fd
opened by this function are ASCII text. Reset the base_location
properly when switching documents. Add debugging. #101783
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7721 57a11ea4-9604-0410-9ed3-97b8803252fd
for both both forward and reverse currency quotes in the
pricedb. Attempt to install currency quotes into the pricedb in a
consistent manner. Give the user better feedback on exactly what the
exchange rate means. Obsolete the currency "swap" routine. #101450
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7714 57a11ea4-9604-0410-9ed3-97b8803252fd
new saved list so that the transaction is guaranteed to remain in the
register intil the user finishes editing it. Otherwise, populate the
saved split list. #92158
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7704 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/import-export/hbci/glade/hbci.glade: Set max size of
transaction fields according to HBCI spec.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7695 57a11ea4-9604-0410-9ed3-97b8803252fd