mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
468f34477a
All importers have a have a gnucash plugin interface so that will be used to add the importers.
20819 lines
826 KiB
Plaintext
20819 lines
826 KiB
Plaintext
2006-12-30 20:00 warlord
|
||
|
||
* [r15286] branches/2.0, branches/2.0/src/gnc-test-env: Re-apply
|
||
the gnc-test-env patch because it changed in trunk.
|
||
|
||
2006-12-30 19:46 warlord
|
||
|
||
* [r15285] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnc-test-env: Make sure we set
|
||
DYLD_LIBRARY_PATH in the test environment (for MacOS X) Approved
|
||
by jsled Merge from r15259
|
||
|
||
2006-12-30 19:45 warlord
|
||
|
||
* [r15284] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-main-window.c: Save and restore
|
||
the visibility of the toolbar, statusbar, and summarybar. Fixes
|
||
#106259. Merge from r15258
|
||
* [r15283] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/engine/kvp-scm.c: guile 1.8's SCM_EXACTP()
|
||
throws an error when passed a non-number. So make sure we test
|
||
SCM_NUMBERP() before SCM_EXACTP() This causes gnucash to crash
|
||
on e.g. FC6 from the File Properties Menu. Approved by jsled
|
||
Merge from r15252
|
||
* [r15282] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-main-window.c: Avoid crash when
|
||
renaming page in a page-less window by returning if there is no
|
||
current page. Fixes #388841. Merge from r15249
|
||
* [r15281] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/backend/file/gnc-commodity-xml-v2.c: Load and
|
||
store a commodity's KVP-frame (IFF it's non-empty). This would
|
||
let us store something like an Asset Class. Approved by chris
|
||
and others on -devel Merge from r15205
|
||
|
||
2006-12-30 19:44 warlord
|
||
|
||
* [r15280] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/app-utils/gnc-ui-util.c: Check for potentially
|
||
failed utf8 conversion of locale strings. bug#383270 Merge from
|
||
r15204
|
||
* [r15279] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/engine/Split.c: Return zero instead of failing
|
||
an assertion when the register asks a Split for its amount in a
|
||
commodity that is not involved in the split's transaction. This
|
||
will prevent the crash in bug #379625, but doesn't solve the
|
||
underlying problem, which is a bug in the register. Merge from
|
||
r15179 and r15180
|
||
|
||
2006-12-29 23:30 plongstaff
|
||
|
||
* [r15278] branches/gda-dev/configure.in,
|
||
branches/gda-dev/src/backend/Makefile.am: Improve configuration
|
||
of gda backend. Now is --enable-gda and --disable-gda, with
|
||
information taken from pkg-config info.
|
||
|
||
2006-12-28 23:24 warlord
|
||
|
||
* [r15277] trunk, trunk/src/engine/test/test-numeric.c: Change
|
||
around the test helper routines so we get the real test lineno.
|
||
|
||
2006-12-28 22:52 andi5
|
||
|
||
* [r15276]
|
||
branches/reshuffle-modules/src/network-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/tax/us/test/Makefile.am: Readd
|
||
two --library-dirs to make MacOSX pass `make check'.
|
||
|
||
2006-12-28 22:14 andi5
|
||
|
||
* [r15275] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Configure from a relative path
|
||
on Windows, because gnucash-build-env will not work with
|
||
top_srcdir begin absolute.
|
||
|
||
2006-12-28 20:26 andi5
|
||
|
||
* [r15274]
|
||
branches/reshuffle-modules/src/app-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/backend/file/test/Makefile.am,
|
||
branches/reshuffle-modules/src/business/business-core/test/Makefile.am,
|
||
branches/reshuffle-modules/src/engine/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnc-module/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnome-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/import-export/test/Makefile.am,
|
||
branches/reshuffle-modules/src/network-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/locale-specific/us/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-gnome/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-system/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/standard-reports/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/stylesheets/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/utility-reports/test/Makefile.am,
|
||
branches/reshuffle-modules/src/tax/us/test/Makefile.am: Add
|
||
missing --library-dir's for tests. At least Windows needs them.
|
||
|
||
2006-12-28 19:34 andi5
|
||
|
||
* [r15273] branches/reshuffle-modules/src/gnc-test-env: In
|
||
gnc-test-env, define is-windows? based on whether the
|
||
environment variable "OSTYPE" equals "msys". Adjust PATH
|
||
environment variable on Windows.
|
||
|
||
2006-12-28 19:30 andi5
|
||
|
||
* [r15272]
|
||
branches/reshuffle-modules/src/app-utils/test/test-load-module,
|
||
branches/reshuffle-modules/src/report/stylesheets/test/test-load-module:
|
||
Use /bin/sh for compatibility reasons.
|
||
|
||
2006-12-28 18:07 plongstaff
|
||
|
||
* [r15271] branches/gda-dev/src/gnome-utils/gnc-file.c: Patch by
|
||
Mark Johnson (mrj001@shaw.ca) to use a File Selector and allow a
|
||
uri to be typed in.
|
||
|
||
2006-12-28 14:33 andi5
|
||
|
||
* [r15270] trunk/packaging/win32/install.sh: No need to manually
|
||
exclude test subdirectories from mingw build anymore, since
|
||
r15260.
|
||
|
||
2006-12-28 02:22 hampton
|
||
|
||
* [r15269] trunk/src/quotes/gnc-fq-check.in,
|
||
trunk/src/quotes/gnc-fq-update.in: Add a check for the
|
||
Date::Manip module (used by gnc-fq-helper).
|
||
|
||
2006-12-28 02:21 hampton
|
||
|
||
* [r15268] trunk/src/scm/price-quotes.scm: Need to expliticly load
|
||
the gnome-utils scheme code.
|
||
|
||
2006-12-27 20:47 andi5
|
||
|
||
* [r15267] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/gnc-module/gnc-module.c: Add
|
||
.dylib files to the list of files checked by the module system,
|
||
because G_MODULE_SUFFIX is .so on MacOSX. Interim solution.
|
||
|
||
2006-12-27 17:08 andi5
|
||
|
||
* [r15266] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/autogen.sh: MacOSX installed
|
||
libtoolize as glibtoolize. Handle that in autogen.sh. merged
|
||
from trunk, r15255.
|
||
|
||
2006-12-27 16:57 andi5
|
||
|
||
* [r15265] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/gnc-test-env: Set
|
||
DYLD_LIBRARY_PATH in gnc-test-env on --library-dir for MacOS X.
|
||
|
||
2006-12-27 16:56 andi5
|
||
|
||
* [r15264] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/gnc-module/test/Makefile.am,
|
||
branches/reshuffle-modules/src/network-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/tax/us/test/Makefile.am: Add
|
||
--library-dir core-utils to a few tests, to ease the work of
|
||
`make check'.
|
||
|
||
2006-12-27 16:54 andi5
|
||
|
||
* [r15263] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/configure.in,
|
||
branches/reshuffle-modules/doc/README.dependencies,
|
||
branches/reshuffle-modules/packaging/gnucash.spec.in,
|
||
branches/reshuffle-modules/src/backend/postgres/test/Makefile.am,
|
||
branches/reshuffle-modules/src/bin/gnucash-valgrind.in,
|
||
branches/reshuffle-modules/src/bin/gnucash.in,
|
||
branches/reshuffle-modules/src/bin/overrides/gnucash-env.in,
|
||
branches/reshuffle-modules/src/business/business-core/test/Makefile.am,
|
||
branches/reshuffle-modules/src/engine/test-core/Makefile.am,
|
||
branches/reshuffle-modules/src/engine/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnc-module/Makefile.am,
|
||
branches/reshuffle-modules/src/gnc-module/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnc-module/test/test-dynload.c,
|
||
branches/reshuffle-modules/src/import-export/qif-io-core/test/Makefile.am,
|
||
branches/reshuffle-modules/src/valgrind-gnucash.supp: Remove
|
||
remaining ltdl stuff, i.e. -lltdl, LTDL_LIBRARY_PATH, the
|
||
configure check. Make test-dynload.c use GModule too.
|
||
|
||
2006-12-27 14:51 warlord
|
||
|
||
* [r15262] trunk, trunk/src/network-utils/test/Makefile.am,
|
||
trunk/src/tax/us/test/Makefile.am: A few more changes for "make
|
||
check" to succeed on MacOS-X. It now does. :)
|
||
|
||
2006-12-27 13:54 warlord
|
||
|
||
* [r15261] trunk, trunk/src/gnc-module/test/Makefile.am: MacOS X
|
||
needs core-utils in the library load path for "make check" to
|
||
work. While we're at it, might as well pull in libcore-utils.la,
|
||
just in case.
|
||
|
||
2006-12-27 02:51 andi5
|
||
|
||
* [r15260] trunk, trunk/src/app-utils/test/Makefile.am,
|
||
trunk/src/backend/file/test/Makefile.am,
|
||
trunk/src/backend/postgres/test/Makefile.am,
|
||
trunk/src/business/business-core/test/Makefile.am,
|
||
trunk/src/calculation/test/Makefile.am,
|
||
trunk/src/engine/test-core/Makefile.am,
|
||
trunk/src/engine/test/Makefile.am,
|
||
trunk/src/gnc-module/test/Makefile.am,
|
||
trunk/src/gnc-module/test/misc-mods/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-bar/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-baz/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-foo/Makefile.am,
|
||
trunk/src/gnome-utils/test/Makefile.am,
|
||
trunk/src/import-export/hbci/test/Makefile.am,
|
||
trunk/src/import-export/ofx/test/Makefile.am,
|
||
trunk/src/import-export/qif-import/test/Makefile.am,
|
||
trunk/src/import-export/qif/test/Makefile.am,
|
||
trunk/src/import-export/test/Makefile.am,
|
||
trunk/src/network-utils/test/Makefile.am,
|
||
trunk/src/register/ledger-core/test/Makefile.am,
|
||
trunk/src/register/register-core/test/Makefile.am,
|
||
trunk/src/register/register-gnome/test/Makefile.am,
|
||
trunk/src/report/locale-specific/us/test/Makefile.am,
|
||
trunk/src/report/report-gnome/test/Makefile.am,
|
||
trunk/src/report/report-system/test/Makefile.am,
|
||
trunk/src/tax/us/test/Makefile.am: Do not build tests for `make
|
||
all' but only `make check'. This is done by using the automake
|
||
prefix check_ instead of noinst_. The modules created in
|
||
src/gnc-module/test now use that prefix too, but with
|
||
LDFLAGS="-rpath ${PWD}" to make them shared (we never install
|
||
them).
|
||
|
||
2006-12-26 16:47 warlord
|
||
|
||
* [r15259] trunk, trunk/src/gnc-test-env: Make sure we set
|
||
DYLD_LIBRARY_PATH in the test environment (for MacOS X)
|
||
|
||
2006-12-26 00:07 hampton
|
||
|
||
* [r15258] trunk/src/gnome-utils/gnc-main-window.c: Save and
|
||
restore the visibility of the toolbar, statusbar, and
|
||
summarybar. Fixes #106259. BP
|
||
|
||
2006-12-25 20:18 hampton
|
||
|
||
* [r15257] branches/remove-group2/src/engine/Account.c: Protect
|
||
against setting an existing tree node as the new root of the
|
||
tree.
|
||
|
||
2006-12-25 18:53 warlord
|
||
|
||
* [r15256] trunk, trunk/macros/ac_pkg_swig.m4: lack of swig should
|
||
be a fatal error (if building from SVN). Fix AC_MSG_WARN ->
|
||
AC_MSG_ERROR
|
||
|
||
2006-12-25 18:38 warlord
|
||
|
||
* [r15255] trunk, trunk/autogen.sh: MacOSX installed libtoolize as
|
||
glibtoolize. Handle that in autogen
|
||
|
||
2006-12-25 18:29 hampton
|
||
|
||
* [r15254] branches/remove-group2, branches/remove-group2/AUTHORS,
|
||
branches/remove-group2/ChangeLog, branches/remove-group2/README,
|
||
branches/remove-group2/README.dependencies,
|
||
branches/remove-group2/configure.in,
|
||
branches/remove-group2/doc/README.francais,
|
||
branches/remove-group2/lib/libqof/qof/Makefile.am,
|
||
branches/remove-group2/lib/libqof/qof/qofquerycore.c,
|
||
branches/remove-group2/lib/libqof/qof/qofsession-p.h,
|
||
branches/remove-group2/lib/libqof/qof/qofsession.c,
|
||
branches/remove-group2/lib/libqof/qof/qofsession.h,
|
||
branches/remove-group2/macros/ac_pkg_swig.m4,
|
||
branches/remove-group2/packaging/win32/custom.sh,
|
||
branches/remove-group2/packaging/win32/dist.sh,
|
||
branches/remove-group2/packaging/win32/functions,
|
||
branches/remove-group2/packaging/win32/gnucash.iss.in,
|
||
branches/remove-group2/packaging/win32/goffice-0.3.2-patch.diff,
|
||
branches/remove-group2/packaging/win32/install.sh,
|
||
branches/remove-group2/src/app-utils/Makefile.am,
|
||
branches/remove-group2/src/app-utils/gnc-component-manager.c,
|
||
branches/remove-group2/src/app-utils/gnc-ui-util.c,
|
||
branches/remove-group2/src/app-utils/gnc-ui-util.h,
|
||
branches/remove-group2/src/backend/file/gnc-account-xml-v2.c,
|
||
branches/remove-group2/src/backend/file/gnc-backend-file.c,
|
||
branches/remove-group2/src/backend/file/gnc-commodity-xml-v2.c,
|
||
branches/remove-group2/src/backend/file/gnc-transaction-xml-v2.c,
|
||
branches/remove-group2/src/backend/file/io-gncxml-v2.c,
|
||
branches/remove-group2/src/backend/file/test/test-xml-account.c,
|
||
branches/remove-group2/src/backend/file/test/test-xml-commodity.c,
|
||
branches/remove-group2/src/backend/file/test/test-xml-pricedb.c,
|
||
branches/remove-group2/src/backend/file/test/test-xml-transaction.c,
|
||
branches/remove-group2/src/base-typemaps.i,
|
||
branches/remove-group2/src/bin/Makefile.am,
|
||
branches/remove-group2/src/bin/gnucash-bin.c,
|
||
branches/remove-group2/src/business/business-core/Makefile.am,
|
||
branches/remove-group2/src/business/business-core/file/gnc-invoice-xml-v2.c,
|
||
branches/remove-group2/src/business/business-core/file/gnc-order-xml-v2.c,
|
||
branches/remove-group2/src/business/business-core/gncAddress.c,
|
||
branches/remove-group2/src/business/business-core/gncBillTerm.c,
|
||
branches/remove-group2/src/business/business-core/gncCustomer.c,
|
||
branches/remove-group2/src/business/business-core/gncEmployee.c,
|
||
branches/remove-group2/src/business/business-core/gncEntry.c,
|
||
branches/remove-group2/src/business/business-core/gncInvoice.c,
|
||
branches/remove-group2/src/business/business-core/gncJob.c,
|
||
branches/remove-group2/src/business/business-core/gncOrder.c,
|
||
branches/remove-group2/src/business/business-core/gncTaxTable.c,
|
||
branches/remove-group2/src/business/business-core/gncVendor.c,
|
||
branches/remove-group2/src/business/business-gnome/Makefile.am,
|
||
branches/remove-group2/src/business/business-reports/aging.scm,
|
||
branches/remove-group2/src/business/business-reports/invoice.scm,
|
||
branches/remove-group2/src/business/business-utils/Makefile.am,
|
||
branches/remove-group2/src/business/dialog-tax-table/Makefile.am,
|
||
branches/remove-group2/src/core-utils/Makefile.am,
|
||
branches/remove-group2/src/core-utils/gnc-gobject-utils.c,
|
||
branches/remove-group2/src/engine/Account.c,
|
||
branches/remove-group2/src/engine/Makefile.am,
|
||
branches/remove-group2/src/engine/SchedXaction.c,
|
||
branches/remove-group2/src/engine/Split.c,
|
||
branches/remove-group2/src/engine/TransLog.c,
|
||
branches/remove-group2/src/engine/binreloc.c,
|
||
branches/remove-group2/src/engine/binreloc.h,
|
||
branches/remove-group2/src/engine/gnc-budget.c,
|
||
branches/remove-group2/src/engine/gnc-commodity.c,
|
||
branches/remove-group2/src/engine/gnc-lot.c,
|
||
branches/remove-group2/src/engine/gnc-path.c,
|
||
branches/remove-group2/src/engine/gnc-path.h,
|
||
branches/remove-group2/src/engine/gnc-pricedb.c,
|
||
branches/remove-group2/src/engine/gncla-dir.h.in,
|
||
branches/remove-group2/src/engine/kvp-scm.c,
|
||
branches/remove-group2/src/gnc-module/Makefile.am,
|
||
branches/remove-group2/src/gnc-module/gnc-module.c,
|
||
branches/remove-group2/src/gnc-module/gnc-module.h,
|
||
branches/remove-group2/src/gnome-utils/Makefile.am,
|
||
branches/remove-group2/src/gnome-utils/argv-list-converters.c,
|
||
branches/remove-group2/src/gnome-utils/argv-list-converters.h,
|
||
branches/remove-group2/src/gnome-utils/dialog-transfer.c,
|
||
branches/remove-group2/src/gnome-utils/druid-gconf-setup.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-dense-cal.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-file.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-frequency.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-gnome-utils.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-html.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-main-window.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-plugin-file-history.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-tree-view.c,
|
||
branches/remove-group2/src/gnome/Makefile.am,
|
||
branches/remove-group2/src/gnome/dialog-sxsincelast.c,
|
||
branches/remove-group2/src/gnome/druid-hierarchy.c,
|
||
branches/remove-group2/src/gnome/druid-loan.c,
|
||
branches/remove-group2/src/gnome/druid-merge.c,
|
||
branches/remove-group2/src/gnome/glade/account.glade,
|
||
branches/remove-group2/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/remove-group2/src/gnome/top-level.c,
|
||
branches/remove-group2/src/gnome/ui/gnc-plugin-basic-commands-ui.xml,
|
||
branches/remove-group2/src/import-export/hbci/gnc-file-aqb-import.c,
|
||
branches/remove-group2/src/import-export/hbci/gnc-hbci-getbalance.c,
|
||
branches/remove-group2/src/import-export/log-replay/gnc-log-replay.c,
|
||
branches/remove-group2/src/import-export/ofx/gnc-ofx-import.c,
|
||
branches/remove-group2/src/import-export/qif-import/Makefile.am,
|
||
branches/remove-group2/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/remove-group2/src/import-export/qif-import/qif-file.scm,
|
||
branches/remove-group2/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/remove-group2/src/import-export/qif-import/qif-parse.scm,
|
||
branches/remove-group2/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/remove-group2/src/pixmaps/Makefile.am,
|
||
branches/remove-group2/src/pixmaps/gnucash-icon.ico,
|
||
branches/remove-group2/src/report/report-gnome/Makefile.am,
|
||
branches/remove-group2/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
branches/remove-group2/src/report/report-system/Makefile.am,
|
||
branches/remove-group2/src/report/report-system/report.scm,
|
||
branches/remove-group2/src/report/standard-reports/account-piecharts.scm,
|
||
branches/remove-group2/src/report/standard-reports/category-barchart.scm:
|
||
Sync changes 15066:15252 into the branch.
|
||
|
||
2006-12-25 14:16 warlord
|
||
|
||
* [r15253] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/dialog-account.c: Correct account
|
||
compatibility check with top level account. #389317 Merge from
|
||
r14923.
|
||
|
||
2006-12-23 21:10 warlord
|
||
|
||
* [r15252] trunk, trunk/src/engine/kvp-scm.c: guile 1.8's
|
||
SCM_EXACTP() throws an error when passed a non-number. So make
|
||
sure we test SCM_NUMBERP() before SCM_EXACTP() This causes
|
||
gnucash to crash on e.g. FC6 from the File Properties Menu. BP
|
||
|
||
2006-12-23 18:50 andi5
|
||
|
||
* [r15251] trunk/packaging/win32/dist.sh,
|
||
trunk/packaging/win32/gnucash.iss.in: Use `cp -a' in dist.sh.
|
||
Let inno create guile.bat (which sets GUILE_LOAD_PATH) and
|
||
slibcat, because the user running GnuCash later on may not have
|
||
the rights to do that.
|
||
|
||
2006-12-23 12:36 andi5
|
||
|
||
* [r15250] trunk/packaging/win32/install.sh: Fix slib installation
|
||
within inst_guile, a regression introduced by r15246.
|
||
|
||
2006-12-23 06:51 andi5
|
||
|
||
* [r15249] trunk/src/gnome-utils/gnc-main-window.c: Avoid crash
|
||
when renaming page in a page-less window by returning if there
|
||
is no current page. Fixes #388841. BP
|
||
|
||
2006-12-23 06:41 andi5
|
||
|
||
* [r15248] trunk/packaging/win32/dist.sh: Strip libdir directives
|
||
in distributed libtool .la files, because they may point to
|
||
still existing libraries that will be dlopened and conflict with
|
||
those loaded on startup.
|
||
|
||
2006-12-22 11:10 andi5
|
||
|
||
* [r15247] trunk, trunk/packaging/win32/install.sh: Fix install.sh
|
||
typo, spotted by hfelton.
|
||
|
||
2006-12-21 23:09 andi5
|
||
|
||
* [r15246] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/dist.sh,
|
||
trunk/packaging/win32/gnucash.iss.in,
|
||
trunk/packaging/win32/install.sh: Various install.sh
|
||
improvements: * Use $GNUCASH_DIR\\{repos,build,inst,dist} as
|
||
directories for the source, build, installation and packaging *
|
||
`mkdir -p' cannot handle backslashes, use unix paths * Downgrade
|
||
to ORBit2-2.13.3 * Print command to create /etc/profile.d if
|
||
needed
|
||
|
||
2006-12-21 19:28 andi5
|
||
|
||
* [r15245] trunk/src/app-utils/Makefile.am,
|
||
trunk/src/bin/Makefile.am,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-utils/Makefile.am,
|
||
trunk/src/engine/Makefile.am, trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am: Add include
|
||
directives for ${top_builddir}/src/swig-runtime.h. Merged r15229
|
||
from branches/reshuffle-modules.
|
||
|
||
2006-12-21 19:19 andi5
|
||
|
||
* [r15244] trunk/packaging/win32/dist.sh,
|
||
trunk/packaging/win32/functions,
|
||
trunk/packaging/win32/install.sh: install.sh: Ease registration
|
||
of environment variables. Fix dist.sh to set PATH for unzip and
|
||
gconftool-2.
|
||
|
||
2006-12-21 15:24 plongstaff
|
||
|
||
* [r15243] branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h: Remove
|
||
unused SQL value handlers
|
||
|
||
2006-12-21 15:23 plongstaff
|
||
|
||
* [r15242] branches/gda-dev/configure.in: Add --with-libgda flag
|
||
to all user to specify where libgda is
|
||
|
||
2006-12-21 14:10 cstim
|
||
|
||
* [r15241] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/dist.sh, trunk/packaging/win32/install.sh:
|
||
Add code for download/installation of Inno Setup Compiler, as
|
||
suggested by hfelton.
|
||
|
||
2006-12-21 13:53 cstim
|
||
|
||
* [r15240] trunk/packaging/win32/install.sh: Minor message
|
||
improvement by hfelton.
|
||
|
||
2006-12-21 01:07 andi5
|
||
|
||
* [r15239] trunk/packaging/win32/dist.sh: Do not distribute
|
||
share\guile\1.6\slibcat and let slib recreate it once GnuCash is
|
||
started for the first time.
|
||
|
||
2006-12-21 00:05 bock
|
||
|
||
* [r15238] branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/test/Makefile.am: *
|
||
src/import-export/test/Makefile.am: Minor fix so build completes
|
||
on Ubuntu/Debian (tested on Edgy)
|
||
|
||
2006-12-20 15:27 cstim
|
||
|
||
* [r15237] trunk/src/app-utils/gnc-ui-util.c: Convert even more
|
||
strings of locale into utf8, as suggested by Jon Arney.
|
||
|
||
2006-12-20 15:26 cstim
|
||
|
||
* [r15236] trunk/src/bin/gnucash-bin.c: Remove windows-specific
|
||
ignoring of engine_is_initialized check.
|
||
|
||
2006-12-19 16:37 cstim
|
||
|
||
* [r15235] trunk/packaging/win32/dist.sh: Some forgotten file for
|
||
copying
|
||
|
||
2006-12-19 09:07 andi5
|
||
|
||
* [r15234] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/app-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/backend/file/test/Makefile.am,
|
||
branches/reshuffle-modules/src/engine/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnc-module/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnc-test-env,
|
||
branches/reshuffle-modules/src/gnome-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/network-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/locale-specific/us/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-gnome/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-system/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/standard-reports/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/stylesheets/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/utility-reports/test/Makefile.am,
|
||
branches/reshuffle-modules/src/tax/us/test/Makefile.am: Readd
|
||
--library-dir to gnc-test-env and fix all tests that now lacked
|
||
some, mostly gnc-module. Also avoid leading slashes for
|
||
adapt-dirsep, because they would be stripped.
|
||
* [r15233] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/configure.in,
|
||
branches/reshuffle-modules/src/app-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/backend/file/test/Makefile.am,
|
||
branches/reshuffle-modules/src/bin/overrides/gnucash-build-env.in,
|
||
branches/reshuffle-modules/src/bin/test/Makefile.am,
|
||
branches/reshuffle-modules/src/business/business-core/test/Makefile.am,
|
||
branches/reshuffle-modules/src/engine/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnc-module/test/Makefile.am,
|
||
branches/reshuffle-modules/src/gnome-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/import-export/test/Makefile.am,
|
||
branches/reshuffle-modules/src/network-utils/test/Makefile.am,
|
||
branches/reshuffle-modules/src/register/register-core/test/Makefile.am,
|
||
branches/reshuffle-modules/src/register/register-gnome/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/locale-specific/us/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-gnome/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-gnome/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-system/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/standard-reports/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/stylesheets/test/Makefile.am,
|
||
branches/reshuffle-modules/src/report/utility-reports/test/Makefile.am,
|
||
branches/reshuffle-modules/src/tax/us/test/Makefile.am: Fix
|
||
tests and trim TESTS_ENVIRONMENT's to minimum versions. Update
|
||
gnc-build-env.in. Readd report-gnome/test directory.
|
||
|
||
2006-12-19 09:06 andi5
|
||
|
||
* [r15232] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/gnc-test-env: Clean up
|
||
gnc-test-env * --gnc-module-dir params are added to
|
||
$GNC_MODULE_PATH * --guile-load-dir params are added to
|
||
$GUILE_LOAD_PATH * Drop --library-dir, $LD_LIBRARY_PATH and
|
||
$LTDL_LIBRARY_PATH
|
||
* [r15231] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/app-utils/gncmod-app-utils.c,
|
||
branches/reshuffle-modules/src/backend/file/gncmod-backend-file.c,
|
||
branches/reshuffle-modules/src/business/business-core/businessmod-core.c,
|
||
branches/reshuffle-modules/src/business/business-core/file/gncmod-business-backend-file.c,
|
||
branches/reshuffle-modules/src/business/business-gnome/businessmod-gnome.c,
|
||
branches/reshuffle-modules/src/business/business-utils/gncmod-business-utils.c,
|
||
branches/reshuffle-modules/src/business/dialog-tax-table/gncmod-dialog-tax-table.c,
|
||
branches/reshuffle-modules/src/calculation/gncmod-calculation.c,
|
||
branches/reshuffle-modules/src/engine/gncmod-engine.c,
|
||
branches/reshuffle-modules/src/engine/test-core/gncmod-test-engine.c,
|
||
branches/reshuffle-modules/src/gnc-module/test/misc-mods/agedver.c,
|
||
branches/reshuffle-modules/src/gnc-module/test/misc-mods/futuremodsys.c,
|
||
branches/reshuffle-modules/src/gnc-module/test/misc-mods/incompatdep.c,
|
||
branches/reshuffle-modules/src/gnc-module/test/mod-bar/gnc-mod-bar.c,
|
||
branches/reshuffle-modules/src/gnc-module/test/mod-baz/gnc-mod-baz.c,
|
||
branches/reshuffle-modules/src/gnc-module/test/mod-foo/gnc-mod-foo.c,
|
||
branches/reshuffle-modules/src/gnome-search/gncmod-gnome-search.c,
|
||
branches/reshuffle-modules/src/gnome-utils/gncmod-gnome-utils.c,
|
||
branches/reshuffle-modules/src/import-export/binary-import/gncmod-binary-import.c,
|
||
branches/reshuffle-modules/src/import-export/gncmod-generic-import.c,
|
||
branches/reshuffle-modules/src/import-export/hbci/gncmod-hbci.c,
|
||
branches/reshuffle-modules/src/import-export/log-replay/gncmod-log-replay.c,
|
||
branches/reshuffle-modules/src/import-export/ofx/gncmod-ofx-import.c,
|
||
branches/reshuffle-modules/src/import-export/qif-import/gnc-qif-import.c,
|
||
branches/reshuffle-modules/src/import-export/qif-io-core/gncmod-qifiocore.c,
|
||
branches/reshuffle-modules/src/network-utils/gncmod-network-utils.c,
|
||
branches/reshuffle-modules/src/register/ledger-core/gncmod-ledger-core.c,
|
||
branches/reshuffle-modules/src/register/register-core/gncmod-register-core.c,
|
||
branches/reshuffle-modules/src/register/register-gnome/gncmod-register-gnome.c,
|
||
branches/reshuffle-modules/src/report/locale-specific/us/gncmod-locale-reports-us.c,
|
||
branches/reshuffle-modules/src/report/report-gnome/gncmod-report-gnome.c,
|
||
branches/reshuffle-modules/src/report/report-system/gncmod-report-system.c,
|
||
branches/reshuffle-modules/src/report/standard-reports/gncmod-standard-reports.c,
|
||
branches/reshuffle-modules/src/report/stylesheets/gncmod-stylesheets.c,
|
||
branches/reshuffle-modules/src/report/utility-reports/gncmod-utility-reports.c,
|
||
branches/reshuffle-modules/src/tax/us/gncmod-tax-us.c,
|
||
branches/reshuffle-modules/src/test-core/gncmod-test.c: Remove
|
||
all prefixes "libgncmod_my_mod_LTX_".
|
||
* [r15230] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/gnc-module/gnc-module.c: Use
|
||
GModule instead of libltdl. * Load *.G_MODULE_SUFFIX, not *.la *
|
||
Use g_module_{open,symbol,close,error} for
|
||
lt_dl{open,sym,close,error} * Drop lt_dlinit
|
||
|
||
2006-12-19 09:05 andi5
|
||
|
||
* [r15229] branches/reshuffle-modules,
|
||
branches/reshuffle-modules/src/app-utils/Makefile.am,
|
||
branches/reshuffle-modules/src/bin/Makefile.am,
|
||
branches/reshuffle-modules/src/business/business-core/Makefile.am,
|
||
branches/reshuffle-modules/src/business/business-gnome/Makefile.am,
|
||
branches/reshuffle-modules/src/business/business-utils/Makefile.am,
|
||
branches/reshuffle-modules/src/engine/Makefile.am,
|
||
branches/reshuffle-modules/src/gnome-utils/Makefile.am,
|
||
branches/reshuffle-modules/src/gnome/Makefile.am,
|
||
branches/reshuffle-modules/src/import-export/qif-import/Makefile.am,
|
||
branches/reshuffle-modules/src/report/report-gnome/Makefile.am:
|
||
Add include directives for ${top_builddir}/src/swig-runtime.h.
|
||
|
||
2006-12-18 20:16 andi5
|
||
|
||
* [r15228] branches/reshuffle-modules: Branch from trunk at r15227.
|
||
|
||
2006-12-18 19:39 andi5
|
||
|
||
* [r15227] trunk/packaging/win32/install.sh: install.sh: Make
|
||
gnome installation relocatable again.
|
||
|
||
2006-12-18 15:59 cstim
|
||
|
||
* [r15226] trunk/packaging/win32/gnucash.iss.in,
|
||
trunk/src/pixmaps/Makefile.am: Install the .ico icon file into
|
||
$datadir/gnucash/pixmaps instead of $datadir/pixmaps.
|
||
|
||
2006-12-18 15:35 cstim
|
||
|
||
* [r15225] trunk/packaging/win32/gnucash.iss.in,
|
||
trunk/src/pixmaps/Makefile.am,
|
||
trunk/src/pixmaps/gnucash-icon.ico: Add gnucash icon in Windows
|
||
.ico format for windows icon
|
||
|
||
2006-12-18 02:53 andi5
|
||
|
||
* [r15224] trunk/packaging/win32/install.sh: install.sh: Do not
|
||
call pkg-config-msys.sh from within pkg-config-msys.sh. Use
|
||
correct header directory for regex (differs between v3.8 and
|
||
v3.8.g.3). Untested.
|
||
|
||
2006-12-17 18:32 andi5
|
||
|
||
* [r15223] trunk, trunk/macros/ac_pkg_swig.m4: Do not determine
|
||
SWIG_LIB by running `swig -swiglib`, because we do not make use
|
||
of it and it made problems on MinGW (output was two lines).
|
||
|
||
2006-12-16 17:50 warlord
|
||
|
||
* [r15222] trunk, trunk/src/bin/gnucash-bin.c: Update for 2.0.3
|
||
release
|
||
|
||
2006-12-16 02:50 andi5
|
||
|
||
* [r15221] trunk/packaging/win32/dist.sh,
|
||
trunk/packaging/win32/functions: Revert r15216, because the
|
||
actual guile dll file names differ from those in builds of
|
||
revisions <15213. Replace shebang in packaging/win32/functions
|
||
by a local variables list.
|
||
|
||
2006-12-15 22:31 cstim
|
||
|
||
* [r15220] branches/2.0/po/de.po: Update German translation; fixes
|
||
bug#383393.
|
||
|
||
2006-12-15 18:39 cstim
|
||
|
||
* [r15219] trunk/packaging/win32/dist.sh,
|
||
trunk/packaging/win32/gnucash.iss.in: Fix missing files of
|
||
dist.sh. Improve iss script.
|
||
|
||
2006-12-15 18:18 cstim
|
||
|
||
* [r15218] trunk/packaging/win32/gnucash.iss.in: Fix typo
|
||
|
||
2006-12-15 18:04 cstim
|
||
|
||
* [r15217] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/dist.sh,
|
||
trunk/packaging/win32/gnucash.iss.in: Improve Inno Setup
|
||
Compiler script; should probably be able to package the outcome
|
||
of dist.sh into one setup file.
|
||
|
||
2006-12-15 15:10 cstim
|
||
|
||
* [r15216] trunk/packaging/win32/dist.sh: Fix guile DLL names that
|
||
have additional trailing numbers
|
||
|
||
2006-12-15 14:51 cstim
|
||
|
||
* [r15215] trunk/packaging/win32/install.sh: Use the installed
|
||
PKG_CONFIG instead of what might be available in the PATH
|
||
|
||
2006-12-15 14:36 andi5
|
||
|
||
* [r15214] trunk/packaging/win32/dist.sh,
|
||
trunk/packaging/win32/functions,
|
||
trunk/packaging/win32/install.sh: Add dist.sh, a script that
|
||
extracts all necessary files needed to run GnuCash on Windows
|
||
and puts them into $DIST_DIR. The plan is to call the Inno Setup
|
||
Compiler from it and create gnucash-$ver-setup.exe with one
|
||
command. A complete GnuCash build on MinGW is needed to run it.
|
||
Factor out common functions.
|
||
|
||
2006-12-14 22:32 andi5
|
||
|
||
* [r15213] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Install.sh improvements: *
|
||
Replace RegEx-Gnu by RegEx-Spencer 3.8, because GtkHTML is
|
||
linked against that * Update fontconfig, use expat-2.0.0.zip
|
||
from ftp.gnome.org, drop inst_expat * Use
|
||
$GNOME_WIN32_URL/dependencies for other packages too * Build
|
||
guile with -avoid-version
|
||
|
||
2006-12-14 02:30 plongstaff
|
||
|
||
* [r15212] branches/gda-dev/src/backend/gda,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-lots-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-schedxaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-slots-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c: Use
|
||
QofAccessFunc/QofSetterFunc function signatures instead of
|
||
creating new ones
|
||
|
||
2006-12-12 11:41 cstim
|
||
|
||
* [r15211] trunk/src/gnome/dialog-sxsincelast.c: Change enum names
|
||
to avoid name collision of IGNORE identifier, especially with
|
||
win32 headers.
|
||
|
||
2006-12-12 11:36 cstim
|
||
|
||
* [r15210] trunk/AUTHORS: Add author of r15203, 15206, 15207,
|
||
15208.
|
||
|
||
2006-12-12 11:34 cstim
|
||
|
||
* [r15209] trunk/lib/libqof/qof/qofquerycore.c: Code cleanup: Move
|
||
variable declaration into block where it is used.
|
||
|
||
2006-12-12 11:33 cstim
|
||
|
||
* [r15208] trunk/lib/libqof/qof/qofquerycore.c: Check for return
|
||
value of regcomp() and return NULL on failure, as suggested by
|
||
Jon Arney.
|
||
|
||
2006-12-12 11:28 cstim
|
||
|
||
* [r15207] trunk/src/gnome-utils/gnc-frequency.c: Rename private
|
||
min/max functions to avoid name collisions with existing
|
||
functions of macros, as suggested by Jon Arney
|
||
|
||
2006-12-12 11:24 cstim
|
||
|
||
* [r15206] trunk/src/gnome/druid-loan.c: Change enum names to
|
||
avoid name collisions, especially with win32 headers.
|
||
|
||
2006-12-12 02:51 warlord
|
||
|
||
* [r15205] trunk, trunk/src/backend/file/gnc-commodity-xml-v2.c:
|
||
Load and store a commodity's KVP-frame (IFF it's non-empty).
|
||
This would let us store something like an Asset Class. BP
|
||
|
||
2006-12-11 22:28 cstim
|
||
|
||
* [r15204] trunk/src/app-utils/gnc-ui-util.c: Check for
|
||
potentially failed utf8 conversion of locale strings. bug#383270
|
||
BP
|
||
|
||
2006-12-11 17:48 cstim
|
||
|
||
* [r15203] trunk/src/app-utils/gnc-component-manager.c,
|
||
trunk/src/gnc-module/gnc-module.c,
|
||
trunk/src/gnc-module/gnc-module.h: Rename variables to avoid
|
||
potential conflicts with C/C++ keywords.
|
||
|
||
2006-12-10 23:36 wilddev
|
||
|
||
* [r15200] tags/2.0.3: Tagging the 2.0.3 release of GnuCash
|
||
|
||
2006-12-10 23:35 wilddev
|
||
|
||
* [r15199] branches/2.0/ChangeLog, branches/2.0/NEWS,
|
||
branches/2.0/configure.in: update to release 2.0.3
|
||
|
||
2006-12-09 17:41 plongstaff
|
||
|
||
* [r15198] branches/gda-dev/GDA_STATUS: Update GDA status
|
||
|
||
2006-12-09 17:36 plongstaff
|
||
|
||
* [r15197] branches/gda-dev/src/backend/gda/ddl: Remove
|
||
obsolete/unused ddl files
|
||
|
||
2006-12-09 03:43 plongstaff
|
||
|
||
* [r15196] branches/gda-dev/src/engine/Account.c,
|
||
branches/gda-dev/src/engine/SchedXaction.c: Add
|
||
begin_edit/commit_edit around 2 areas where multiple calls are
|
||
used to set up an object.
|
||
* [r15195] branches/gda-dev/src/gnome/dialog-scheduledxaction.c:
|
||
Add begin_edit()/commit_edit() around lines filling in new sx
|
||
|
||
2006-12-09 03:39 plongstaff
|
||
|
||
* [r15194] branches/gda-dev/src/bin/gnucash-gdb.in: Add
|
||
gnucash-gdb.in to create gnucash-gdb
|
||
|
||
2006-12-09 00:45 plongstaff
|
||
|
||
* [r15193] branches/gda-dev/src/backend/gda/gnc-backend-gda.c: Fix
|
||
use of uninitialized variables
|
||
|
||
2006-12-08 18:48 plongstaff
|
||
|
||
* [r15192] branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-lots-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-lots-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-schedxaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-slots-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-slots-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.h: 1) Add
|
||
missing files 2) Add initial SX save/restore - will probably
|
||
crash 3) When committing clean transaction, commit any dirty
|
||
splits
|
||
|
||
2006-12-08 18:45 plongstaff
|
||
|
||
* [r15191] branches/gda-dev/src/engine/SchedXaction.c,
|
||
branches/gda-dev/src/engine/SchedXaction.h,
|
||
branches/gda-dev/src/engine/Transaction.c: 1) Make some function
|
||
arguments 'const' 2) Add GNC_SX macro similar to GObject cast
|
||
macros
|
||
|
||
2006-12-07 14:35 plongstaff
|
||
|
||
* [r15190] branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-schedxaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c: 1) Use
|
||
GObject-style macros instead of casts 2) Prevent nested queries
|
||
to solve problem where a split query triggers rerunning the same
|
||
query
|
||
|
||
2006-12-07 14:32 plongstaff
|
||
|
||
* [r15189] branches/gda-dev/src/engine/Split.h,
|
||
branches/gda-dev/src/engine/gnc-lot.c,
|
||
branches/gda-dev/src/engine/gnc-lot.h,
|
||
branches/gda-dev/src/engine/gnc-pricedb.c,
|
||
branches/gda-dev/src/engine/gnc-pricedb.h: 1) Add
|
||
GNC_SPLIT/GNC_IS_SPLIT and GNC_LOT/GNC_IS_LOT macros 2) Make
|
||
some arguments const where appropriate
|
||
|
||
2006-12-06 20:03 andi5
|
||
|
||
* [r15188] trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-html.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Fix some
|
||
printf's of NULL in DEBUG, ENTER and LEAVE macro invocations.
|
||
|
||
2006-12-06 03:36 plongstaff
|
||
|
||
* [r15187] branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h: Replace some
|
||
remaining SQL with GdaQuery
|
||
|
||
2006-12-06 03:16 plongstaff
|
||
|
||
* [r15186] branches/gda-dev/lib/libqof/qof/gnc-numeric.c,
|
||
branches/gda-dev/lib/libqof/qof/gnc-numeric.h: Add support for
|
||
gnc_numeric as a boxed GValue
|
||
|
||
2006-12-05 21:21 cstim
|
||
|
||
* [r15185] trunk/AUTHORS: Add Author for r15184 bugfix
|
||
|
||
2006-12-05 21:19 cstim
|
||
|
||
* [r15184] trunk/src/gnome/dialog-sxsincelast.c: Remove unused
|
||
variables and dead code. Patch provided by Jerry Quinn. Fixes
|
||
#347084.
|
||
|
||
2006-12-05 21:15 cstim
|
||
|
||
* [r15183] trunk/AUTHORS: Updates for changed areas of
|
||
contribution; add andi5 to top. Feel free to adjust this to your
|
||
liking again.
|
||
|
||
2006-12-04 10:36 cstim
|
||
|
||
* [r15181] branches/2.0/po/sk.po: Updated Slovak translation by
|
||
Zdenko Podobny
|
||
|
||
2006-12-04 03:09 warlord
|
||
|
||
* [r15180] trunk, trunk/src/engine/Split.c: Print out more
|
||
information about "broken" splits. Extends r15179 which should
|
||
fix the crash of bug #379625 NOTE: it now prints zeros, which
|
||
could confuse the user... BP
|
||
|
||
2006-12-04 02:20 chris
|
||
|
||
* [r15179] trunk/src/engine/Split.c: Return zero instead of
|
||
failing an assertion when the register asks a Split for its
|
||
amount in a commodity that is not involved in the split's
|
||
transaction. This will prevent the crash in bug #379625, but
|
||
doesn't solve the underlying problem, which is a bug in the
|
||
register. BP
|
||
|
||
2006-12-03 02:10 warlord
|
||
|
||
* [r15178] branches/2.0, branches/2.0/ChangeLog: Fix a changelog
|
||
entry from r15173 to specify bug #381467
|
||
|
||
2006-12-03 02:03 warlord
|
||
|
||
* [r15177] branches/2.0,
|
||
branches/2.0/src/gnome-utils/gnc-main-window.c: Remove unused
|
||
variables. merge from r15170.
|
||
* [r15176] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-main-window.c: Factor out some
|
||
quiting code from gnc_main_window_delete_event() and
|
||
gnc_main_window_cmd_file_quit(). The new implementation fixes
|
||
two bugs - one in each of the previous implementations. The bug
|
||
in the gnc_main_window_cmd_file_quit() code was a race condition
|
||
whereby one could quit the application without finishing pending
|
||
changes in pages. This would happen if the began a save,
|
||
modified the page during the save, and then triggered the
|
||
File->Quit command before the save completed. For the register
|
||
page, this sequence was possible, even though most of the UI
|
||
controls are disabled during save. The bug in the
|
||
gnc_main_window_delete_event() code was that it didn't check for
|
||
an in-progress save before prompting the user to save a dirty
|
||
book. Merge from r15169
|
||
* [r15175] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/lib/libqof/qof/qofsession-p.h,
|
||
branches/2.0/lib/libqof/qof/qofsession.c,
|
||
branches/2.0/lib/libqof/qof/qofsession.h,
|
||
branches/2.0/src/gnome-utils/gnc-file.c: Fix bug #353450 - Crash
|
||
on quit during save. Add a lock to the QofSession object, and
|
||
use it in qof_session_save() to protect against re-entrance. The
|
||
lock always starts at 1 and is 0 while inside
|
||
qof_session_save(). If another call is made to
|
||
qof_session_save() while one is in progress, the lock will
|
||
momentarily drop below 0 before returning to zero. Note: The
|
||
per-session nature of the lock would make it appear that we
|
||
support concurrent saving of different sessions. In fact, we do
|
||
not, because the file backend blocks the main process until the
|
||
forked gzip process is finished, and it only knows how to keep
|
||
track of one child pid at a time. Merge from r15168
|
||
|
||
2006-12-03 02:02 warlord
|
||
|
||
* [r15174] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/dialog-transfer.c: Save window size
|
||
and position of the transfer dialog. Merge from r15166
|
||
* [r15173] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-main-window.c: When progress
|
||
bar is showing, do not make menus and toolbars insensitive, but
|
||
rather the underlying action groups. This way even keyboard
|
||
accelerators will not make sneaking calls while saving. Merge
|
||
from r15162
|
||
* [r15172] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/backend/file/gnc-transaction-xml-v2.c,
|
||
branches/2.0/src/business/business-core/file/gnc-invoice-xml-v2.c,
|
||
branches/2.0/src/business/business-core/file/gnc-order-xml-v2.c,
|
||
branches/2.0/src/business/business-core/gncBillTerm.c,
|
||
branches/2.0/src/business/business-core/gncCustomer.c,
|
||
branches/2.0/src/business/business-core/gncEmployee.c,
|
||
branches/2.0/src/business/business-core/gncEntry.c,
|
||
branches/2.0/src/business/business-core/gncInvoice.c,
|
||
branches/2.0/src/business/business-core/gncJob.c,
|
||
branches/2.0/src/business/business-core/gncOrder.c,
|
||
branches/2.0/src/business/business-core/gncTaxTable.c,
|
||
branches/2.0/src/business/business-core/gncVendor.c,
|
||
branches/2.0/src/engine/Account.c,
|
||
branches/2.0/src/engine/SchedXaction.c,
|
||
branches/2.0/src/engine/gnc-budget.c,
|
||
branches/2.0/src/engine/gnc-commodity.c,
|
||
branches/2.0/src/engine/gnc-lot.c,
|
||
branches/2.0/src/engine/gnc-pricedb.c: Replace 'static inline'
|
||
by 'static' for functions that are used by function pointers.
|
||
Fixes some compiler issues when building without certain
|
||
optimizations. Merge from r15161
|
||
|
||
2006-12-03 02:01 warlord
|
||
|
||
* [r15171] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-main-window.c: Remove "closing
|
||
last window" confirmation dialog and corresponding warning
|
||
(reverting r14580). Fixes #355392. Merge from r14944
|
||
|
||
2006-12-03 01:40 chris
|
||
|
||
* [r15170] trunk/src/gnome-utils/gnc-main-window.c: Remove unused
|
||
variables.
|
||
|
||
2006-12-03 00:56 chris
|
||
|
||
* [r15169] trunk/src/gnome-utils/gnc-main-window.c: Factor out
|
||
some quiting code from gnc_main_window_delete_event() and
|
||
gnc_main_window_cmd_file_quit(). The new implementation fixes
|
||
two bugs - one in each of the previous implementations. The bug
|
||
in the gnc_main_window_cmd_file_quit() code was a race condition
|
||
whereby one could quit the application without finishing pending
|
||
changes in pages. This would happen if the began a save,
|
||
modified the page during the save, and then triggered the
|
||
File->Quit command before the save completed. For the register
|
||
page, this sequence was possible, even though most of the UI
|
||
controls are disabled during save. The bug in the
|
||
gnc_main_window_delete_event() code was that it didn't check for
|
||
an in-progress save before prompting the user to save a dirty
|
||
book.
|
||
|
||
2006-12-02 22:13 chris
|
||
|
||
* [r15168] trunk/lib/libqof/qof/qofsession-p.h,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/lib/libqof/qof/qofsession.h,
|
||
trunk/src/gnome-utils/gnc-file.c: Fix bug #353450 - Crash on
|
||
quit during save. Add a lock to the QofSession object, and use
|
||
it in qof_session_save() to protect against re-entrance. The
|
||
lock always starts at 1 and is 0 while inside
|
||
qof_session_save(). If another call is made to
|
||
qof_session_save() while one is in progress, the lock will
|
||
momentarily drop below 0 before returning to zero. Note: The
|
||
per-session nature of the lock would make it appear that we
|
||
support concurrent saving of different sessions. In fact, we do
|
||
not, because the file backend blocks the main process until the
|
||
forked gzip process is finished, and it only knows how to keep
|
||
track of one child pid at a time.
|
||
|
||
2006-12-02 18:03 andi5
|
||
|
||
* [r15167] trunk, trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/argv-list-converters.c,
|
||
trunk/src/gnome-utils/argv-list-converters.h,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c: Drop
|
||
argv-list-converters.[ch], because its use was removed by r12942
|
||
when we switched to a more C-based start-up.
|
||
|
||
2006-12-02 02:46 andi5
|
||
|
||
* [r15166] trunk, trunk/src/gnome-utils/dialog-transfer.c: Save
|
||
window size and position of the transfer dialog.
|
||
|
||
2006-11-30 02:28 plongstaff
|
||
|
||
* [r15165] branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-schedxaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c: 1)
|
||
Remove unnecessary 2nd DELETE when saving slots 2) Start move
|
||
toward GValues internally in GDA backend 3) Use GdaQuery for
|
||
DELETE operations
|
||
|
||
2006-11-30 01:16 plongstaff
|
||
|
||
* [r15164] branches/gda-dev/src/engine/gnc-budget.c,
|
||
branches/gda-dev/src/engine/gnc-budget.h,
|
||
branches/gda-dev/src/gnome/gnc-plugin-page-budget.c: Wrap budget
|
||
set routines with begin_edit/commit_edit
|
||
|
||
2006-11-29 22:12 plongstaff
|
||
|
||
* [r15163] branches/gda-dev/src/backend/gda/Makefile.am,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-schedxaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-schedxaction-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c: 1)
|
||
Initial framework for handling sched transactions 2) Use
|
||
GdaQuery for initial load 3) Use GdaDataHandlers for rendering
|
||
objects. Good for everything except dates which are rendered as
|
||
'DD-MM-YYYY' instead of 'YYYY-MM-DD'.
|
||
|
||
2006-11-29 19:46 andi5
|
||
|
||
* [r15162] trunk, trunk/src/gnome-utils/gnc-main-window.c: When
|
||
progress bar is showing, do not make menus and toolbars
|
||
insensitive, but rather the underlying action groups. This way
|
||
even keyboard accelerators will not make sneaking calls while
|
||
saving. BP
|
||
|
||
2006-11-29 15:13 cstim
|
||
|
||
* [r15161] trunk/src/backend/file/gnc-transaction-xml-v2.c,
|
||
trunk/src/business/business-core/file/gnc-invoice-xml-v2.c,
|
||
trunk/src/business/business-core/file/gnc-order-xml-v2.c,
|
||
trunk/src/business/business-core/gncAddress.c,
|
||
trunk/src/business/business-core/gncBillTerm.c,
|
||
trunk/src/business/business-core/gncCustomer.c,
|
||
trunk/src/business/business-core/gncEmployee.c,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncJob.c,
|
||
trunk/src/business/business-core/gncOrder.c,
|
||
trunk/src/business/business-core/gncTaxTable.c,
|
||
trunk/src/business/business-core/gncVendor.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/SchedXaction.c,
|
||
trunk/src/engine/gnc-budget.c, trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-lot.c, trunk/src/engine/gnc-pricedb.c:
|
||
Replace 'static inline' by 'static' for functions that are used
|
||
by function pointers.
|
||
|
||
2006-11-29 10:28 cstim
|
||
|
||
* [r15160] branches/2.0/po/hu.po: Update 100% complete Hungarian
|
||
translation by Sulyok Peti.
|
||
|
||
2006-11-28 16:24 plongstaff
|
||
|
||
* [r15159] branches/gda-dev/src/gnome/gnc-plugin-page-budget.c:
|
||
Add begin_edit/commit_edit around where budget info is set from
|
||
dialog
|
||
* [r15158] branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c: Save/restore
|
||
budget recurrence information
|
||
|
||
2006-11-28 09:10 cstim
|
||
|
||
* [r15157] trunk/packaging/win32/install.sh: Oops. Now really fix
|
||
absolute path of perl binary
|
||
|
||
2006-11-28 09:09 cstim
|
||
|
||
* [r15156] trunk/packaging/win32/install.sh: Fix absolute path of
|
||
perl binary
|
||
|
||
2006-11-28 08:47 cstim
|
||
|
||
* [r15155] trunk/packaging/win32/custom.sh: Version number updates
|
||
for mingw and libxml2
|
||
|
||
2006-11-28 08:46 cstim
|
||
|
||
* [r15154] trunk/packaging/win32/install.sh: Check for installed
|
||
perl by absolute path of expected location
|
||
|
||
2006-11-27 14:40 cstim
|
||
|
||
* [r15152] trunk/README, trunk/doc/README.francais: Updated French
|
||
README and small corrections to main README by Fabrice Kurz
|
||
|
||
2006-11-27 14:37 cstim
|
||
|
||
* [r15151] branches/2.0/README, branches/2.0/doc/README.francais:
|
||
Updated French README and small corrections to main README by
|
||
Fabrice Kurz
|
||
|
||
2006-11-27 13:32 cstim
|
||
|
||
* [r15150] trunk/lib/libqof/qof/Makefile.am: Remove unneeded extra
|
||
Makefile variable
|
||
|
||
2006-11-27 12:56 cstim
|
||
|
||
* [r15149] trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/gncla-dir.h.in: Remove configure-time path
|
||
variables that are not used in the source code
|
||
|
||
2006-11-27 12:37 cstim
|
||
|
||
* [r15148] branches/2.0/NEWS: Add info about updated translations
|
||
|
||
2006-11-27 10:07 cstim
|
||
|
||
* [r15147] branches/2.0/po/ca.po, branches/2.0/po/cs.po,
|
||
branches/2.0/po/da.po, branches/2.0/po/el.po,
|
||
branches/2.0/po/en_GB.po, branches/2.0/po/es.po,
|
||
branches/2.0/po/es_NI.po, branches/2.0/po/eu.po,
|
||
branches/2.0/po/fr.po, branches/2.0/po/hu.po,
|
||
branches/2.0/po/it.po, branches/2.0/po/ja.po,
|
||
branches/2.0/po/nb.po, branches/2.0/po/ne.po,
|
||
branches/2.0/po/nl.po, branches/2.0/po/pl.po,
|
||
branches/2.0/po/pt.po, branches/2.0/po/pt_BR.po,
|
||
branches/2.0/po/ro.po, branches/2.0/po/ru.po,
|
||
branches/2.0/po/rw.po, branches/2.0/po/sk.po,
|
||
branches/2.0/po/sv.po, branches/2.0/po/ta.po,
|
||
branches/2.0/po/tr.po, branches/2.0/po/uk.po,
|
||
branches/2.0/po/zh_CN.po, branches/2.0/po/zh_TW.po: Translation
|
||
updated; merged with newly introduced strings
|
||
|
||
2006-11-27 10:04 cstim
|
||
|
||
* [r15146] branches/2.0/po/de.po: Updated German translation
|
||
|
||
2006-11-26 14:21 plongstaff
|
||
|
||
* [r15145] branches/gda-dev/src/backend/Makefile.am,
|
||
branches/gda-dev/src/backend/gda/Makefile.am,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c,
|
||
branches/gda-dev/src/bin/Makefile.am: 1) Replace column size
|
||
magic numbers by #defines 2) Use some common code 3)
|
||
Save/restore budgets (except recurrence) 4) Add gnucash-gdb to
|
||
bin
|
||
|
||
2006-11-26 04:07 plongstaff
|
||
|
||
* [r15144] branches/gda-dev/src/engine/gnc-budget.c: Put
|
||
begin_edit()/commit_edit() around budget creation to prevent
|
||
excess db activity.
|
||
|
||
2006-11-26 04:06 plongstaff
|
||
|
||
* [r15143] branches/gda-dev/lib/libqof/qof/kvp_frame.c: Fix bug
|
||
where kvp_frame_add_numeric() (and other routines) wouldn't
|
||
create the kvp path if it didn't exist.
|
||
|
||
2006-11-24 19:54 warlord
|
||
|
||
* [r15142] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/backend/file/gnc-account-xml-v2.c: Make the xml
|
||
file read behavior less random for malformed account input.
|
||
Merge from r15111
|
||
* [r15141] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/engine/Account.c,
|
||
branches/2.0/src/engine/Account.h,
|
||
branches/2.0/src/gnome-utils/dialog-account.c,
|
||
branches/2.0/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
branches/2.0/src/gnome-utils/gnc-tree-model-account-types.h,
|
||
branches/2.0/src/import-export/import-account-matcher.c: Handle
|
||
type-compatibility when reparenting accounts: #344966. Add
|
||
xaccAccountTypesCompatibleWith and change
|
||
xaccAccountTypesCompatible to use that. Add
|
||
gnc_tree_model_account_types_set_mask and bind mask to the
|
||
filter model instead using it as data of the filter function,
|
||
because those can only be set once per filter. f_model is not
|
||
always set in gnc_tree_model_account_types_get_selection because
|
||
of a bug in gtk+ (#357791). Also add
|
||
gnc_tree_model_account_types_get_mask. Make the account type
|
||
list in the account dialog dynamically filtered based on
|
||
compatibility to the parent account. * add
|
||
gnc_account_parent_changed_cb. Filter by valid_types & parent
|
||
compatible types * add aw->preferred_account_type to remember
|
||
what we chose but may not work currently * make valid_types a
|
||
guint32 (was GList*) * last_used_account_type is only set in
|
||
gnc_ui_to_account Free a list in import-account-matcher.c. Ease
|
||
account type changes in the account dialog after OK is clicked.
|
||
Before, we did not enforce compatibility with the parent account
|
||
and suggested to change only children or children and all parent
|
||
accounts up to the top-level one. We do enforce it now and only
|
||
need to look at the children. The filling of the hash of
|
||
(children) account (type) changes has been replaced by showing
|
||
the user a filtered account tree and the types are adjusted
|
||
recursively once the user verified the change. This is another
|
||
attempt to resolve #344966. Merge r14894, r14895, r14896,
|
||
r14897, r14898, r14899
|
||
* [r15140] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-dense-cal.c: Make
|
||
gnc-dense-cal:month_name to use g_date_strftime instead of
|
||
strftime so that it returns a clean UTF-8 string. Merge from
|
||
r15080 Approved by jsled
|
||
|
||
2006-11-24 18:44 warlord
|
||
|
||
* [r15139] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/qif-import/qif-parse.scm: Don't
|
||
have aktzu in the "case" twice. Fixes #377519. Merged r15128
|
||
Approved by chris
|
||
|
||
2006-11-24 18:43 warlord
|
||
|
||
* [r15138] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/hbci/gnc-hbci-getbalance.c: Fix
|
||
missing date when reconciling from HBCI #372929. as suggested by
|
||
Konstantin Goudkov Merge r15110
|
||
* [r15137] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/report/standard-reports/account-piecharts.scm,
|
||
branches/2.0/src/report/standard-reports/category-barchart.scm:
|
||
Fix some scheme inexact errors. Fixes 347462. Merge r15088.
|
||
|
||
2006-11-24 18:42 warlord
|
||
|
||
* [r15136] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/register/ledger-core/split-register-control.c,
|
||
branches/2.0/src/register/ledger-core/split-register.c: Fix
|
||
auto-completion/pending transactions. #348469. Ensure that the
|
||
blank transaction is marked as the pending transaction when it
|
||
is modified. This fixes a bug where editing the blank
|
||
transaction, moving off of the transaction line to a split line,
|
||
leaving the split line unedited and then closing the register
|
||
will incorrectly leave the transaction open without asking. The
|
||
bug fixed by this commit is possibly responsible for some of the
|
||
crashes like bug #348469. This fixes a bug in r14495. The bug is
|
||
that auto-completed transactions aren't correctly marked as
|
||
pending. This bug is probably responsible for the crashes like
|
||
those in bug #348469. In general, the register makes it very
|
||
difficult to consistently distiguish between beginning to edit a
|
||
transaction that's being edited in another register and
|
||
beginning to edit the blank transaction, which is already open
|
||
for editing, but isn't marked pending so that we can pretend it
|
||
hasn't been opened if it never gets modified. Fortunately, the
|
||
auto-completion code only runs on the blank transaction, so we
|
||
can assume it's not being edited in another register. This patch
|
||
goes ahead and marks the blank transaction as pending. Merge
|
||
r15002 and r15004.
|
||
* [r15135] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/core-utils/gnc-gconf-utils.c,
|
||
branches/2.0/src/core-utils/gnc-gconf-utils.h,
|
||
branches/2.0/src/gnome-utils/dialog-utils.c,
|
||
branches/2.0/src/gnome/dialog-print-check.c: Backport change to
|
||
fix #378881 Lessen restriction of the parameter whoami of the
|
||
gnc_gconf_add/ remove_notification functions. Now the pair of
|
||
section and whoami has to be unique, as GncMainWindow adds
|
||
notifications to two different sections. Extends r14675. Remove
|
||
a superfluous leading slash and doubly defined gconf key macros.
|
||
Correct gnc_gconf_add/remove_notification to avoid printf'ing
|
||
NULL and therefore crashes on Solaris and Windows. r14675 had
|
||
fixed that, r14945 (me) undermined it though. (#378881). Merges
|
||
r14945 and r15041.
|
||
|
||
2006-11-24 14:04 cstim
|
||
|
||
* [r15134] trunk/configure.in, trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/gncla-dir.h.in: Remove configure argument
|
||
--with-locale-dir because it is unused anyway
|
||
|
||
2006-11-24 13:50 cstim
|
||
|
||
* [r15133] trunk/src/backend/file/gnc-backend-file.c: Remove
|
||
compiled-in pathname LOCALE_DIR by relocatable runtime function
|
||
|
||
2006-11-24 13:14 cstim
|
||
|
||
* [r15132] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/engine/Makefile.am, trunk/src/engine/binreloc.c,
|
||
trunk/src/engine/binreloc.h, trunk/src/engine/gnc-path.c,
|
||
trunk/src/engine/gncla-dir.h.in: Fix gnc_path_get_localedir()
|
||
because binreloc's implementation did not respect the choice of
|
||
DATADIRNAME from AM_GLIB_GNU_GETTEXT in configure.
|
||
|
||
2006-11-24 10:38 cstim
|
||
|
||
* [r15131] trunk/README.dependencies: Add version numbers for
|
||
opensuse 10.2, due 2006-12-07.
|
||
|
||
2006-11-23 12:20 cstim
|
||
|
||
* [r15130] branches/2.0/po/de.po: Updated German translation
|
||
|
||
2006-11-22 15:24 plongstaff
|
||
|
||
* [r15129] branches/gda-dev/src/scm/price-quotes.scm: Wrap lines
|
||
setting up downloaded price with begin-edit and commit-edit
|
||
|
||
2006-11-21 14:56 warlord
|
||
|
||
* [r15128] trunk, trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/qif-parse.scm: Don't have
|
||
aktzu in the "case" twice. Fixes #377519. BP
|
||
|
||
2006-11-19 21:00 cstim
|
||
|
||
* [r15127] branches/2.0/src/gnome/glade/account.glade: Mark
|
||
forgotten string as translatable. Merged from trunk, r15126
|
||
|
||
2006-11-19 20:57 cstim
|
||
|
||
* [r15126] trunk/src/gnome/glade/account.glade: Mark forgotten
|
||
string as translatable
|
||
|
||
2006-11-19 20:53 cstim
|
||
|
||
* [r15125] branches/2.0/po/fr.po: Improved French translation by
|
||
Fabrice Kurz. Fixes #376508
|
||
|
||
2006-11-18 02:31 plongstaff
|
||
|
||
* [r15124] branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c: Basic
|
||
transaction/split query
|
||
|
||
2006-11-15 08:54 cstim
|
||
|
||
* [r15123] trunk/packaging/win32/install.sh: Revert r15119. That
|
||
change needs more testing on my side.
|
||
|
||
2006-11-15 01:45 jsled
|
||
|
||
* [r15122]
|
||
branches/sx-cleanup/src/app-utils/gnc-sx-instance-model.c:
|
||
Hookup SX QOF_MODIFY_EVENT -> gnc-sx-instance-model:updated; the
|
||
sx list view now reflects changes. :)
|
||
|
||
2006-11-15 01:44 jsled
|
||
|
||
* [r15121] branches/sx-cleanup/src/engine/SchedXaction.c: Add
|
||
`on_done` handler that emits QOF_MODIFY_EVENT.
|
||
|
||
2006-11-15 00:09 jsled
|
||
|
||
* [r15120]
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c: Add
|
||
"editable" as well to control combo box, uh, editability.
|
||
|
||
2006-11-14 21:56 cstim
|
||
|
||
* [r15119] trunk/packaging/win32/install.sh: For non-msys startup
|
||
script, add SCHEME_LIBRARY_PATH again - it's definitely needed
|
||
on at least one of my test machines.
|
||
|
||
2006-11-14 20:58 cstim
|
||
|
||
* [r15118] trunk/src/backend/file/test/test-xml-account.c,
|
||
trunk/src/backend/file/test/test-xml-commodity.c,
|
||
trunk/src/backend/file/test/test-xml-pricedb.c,
|
||
trunk/src/backend/file/test/test-xml-transaction.c: Replace
|
||
mkstemp by g_mkstemp because the former is unavailable on windows
|
||
|
||
2006-11-14 02:14 chris
|
||
|
||
* [r15114] trunk/src/app-utils/Makefile.am,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/gnc-gobject-utils.c,
|
||
trunk/src/engine/Makefile.am, trunk/src/engine/TransLog.c,
|
||
trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am, trunk/src/gnome/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-system/Makefile.am: Add
|
||
src/base-typemaps.i as a prerequisite for all wrapper-generator
|
||
rules. Fix some comment typos.
|
||
|
||
2006-11-14 02:10 chris
|
||
|
||
* [r15113] trunk/src/base-typemaps.i: Add a custom SWIG typemap
|
||
for wrapping a return value of (char *)NULL as an empty guile
|
||
string.
|
||
|
||
2006-11-14 02:07 chris
|
||
|
||
* [r15112]
|
||
trunk/src/import-export/qif-import/qif-merge-groups.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm: Fix some #f
|
||
vs. '() issues in qif import files.
|
||
|
||
2006-11-14 02:05 chris
|
||
|
||
* [r15111] trunk/src/backend/file/gnc-account-xml-v2.c: Make the
|
||
xml file read behavior less random for malformed account input.
|
||
|
||
2006-11-12 11:06 cstim
|
||
|
||
* [r15110] trunk/src/import-export/hbci/gnc-hbci-getbalance.c: Fix
|
||
missing date when reconciling from HBCI as suggested by
|
||
Konstantin Goudkov, #372929. BP
|
||
|
||
2006-11-12 02:06 plongstaff
|
||
|
||
* [r15109] branches/gda-dev/GDA_STATUS,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c: Commit
|
||
transactions and splits. Not restored via query yet.
|
||
|
||
2006-11-11 21:15 plongstaff
|
||
|
||
* [r15108] branches/gda-dev/GDA_STATUS,
|
||
branches/gda-dev/src/backend/gda/Makefile.am,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c: Save/restore
|
||
slots associated with accounts. Note that nested slot path names
|
||
are not stored correctly so that on load, the structure will be
|
||
flattened.
|
||
|
||
2006-11-10 22:16 plongstaff
|
||
|
||
* [r15107] branches/gda-dev/src/backend/gda/gnc-backend-gda.c: 1)
|
||
Fix date handling 2) Need to commit if object is dirty OR being
|
||
deleted
|
||
|
||
2006-11-10 20:31 plongstaff
|
||
|
||
* [r15106] branches/gda-dev/src/backend/gda/gnc-backend-gda.c: Use
|
||
string GdaDataHandler to convert strings to SQL correctly.
|
||
|
||
2006-11-10 19:58 plongstaff
|
||
|
||
* [r15105] branches/gda-dev/GDA_STATUS,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c: 1) Use
|
||
getter/setter functions to transfer from objects <-> db 2)
|
||
Create tables if they don't exist 3) Add handlers for each table
|
||
column type
|
||
|
||
2006-11-09 21:53 andi5
|
||
|
||
* [r15104] branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-gnome-utils.c: Inform the user
|
||
about 'gnucash-docs' package when Help is selected with no
|
||
content. Fixes #347102. merged from trunk r15081 and r15082.
|
||
approved by cstim.
|
||
|
||
2006-11-09 14:33 plongstaff
|
||
|
||
* [r15103] branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c: Clean up
|
||
some includes
|
||
|
||
2006-11-09 14:27 andi5
|
||
|
||
* [r15102] trunk, trunk/src/business/business-reports/aging.scm,
|
||
trunk/src/business/business-reports/invoice.scm,
|
||
trunk/src/import-export/qif-import/qif-file.scm,
|
||
trunk/src/report/report-system/report.scm: Fix three incorrect
|
||
tests for swig-wrapped objects and one initialization as #f
|
||
instead of '(), the latter making qif imports work again. Remove
|
||
also a few lines of old commented cruft.
|
||
|
||
2006-11-09 14:13 plongstaff
|
||
|
||
* [r15101] branches/gda-dev/configure.in,
|
||
branches/gda-dev/src/backend/gda/Makefile.am: Use pkg-config in
|
||
configure.in to set CFLAGS and LIBS for libgda. Doesn't test
|
||
properly for existence of libgda package yet.
|
||
|
||
2006-11-09 02:05 plongstaff
|
||
|
||
* [r15100] branches/gda-dev/GDA_STATUS,
|
||
branches/gda-dev/src/backend/gda/Makefile.am,
|
||
branches/gda-dev/src/backend/gda/ddl/prices.ddl,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.h,
|
||
branches/gda-dev/src/backend/gda/gncmod-backend-gda.c: 1) Fix
|
||
commodity handling 2) Save/load prices 3) Start using column ->
|
||
variable mapping and common functions
|
||
|
||
2006-11-08 22:43 hampton
|
||
|
||
* [r15099] trunk/src/import-export/qif-import/druid-qif-import.c:
|
||
The args to g_build_filename should be NULL terminated.
|
||
|
||
2006-11-08 22:42 hampton
|
||
|
||
* [r15098] trunk/src/gnome-utils/gnc-file.c:
|
||
gnc_history_get_last() can return NULL.
|
||
|
||
2006-11-08 21:06 andi5
|
||
|
||
* [r15097] trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/gnome-utils/druid-gconf-setup.c: Replace remaining
|
||
_WIN32 macro tests by G_OS_WIN32 ones.
|
||
|
||
2006-11-08 20:50 andi5
|
||
|
||
* [r15096] trunk/src/base-typemaps.i: Add swig base-typemap double
|
||
gdouble. gnc-progress-dialog-set-value should work again now.
|
||
|
||
2006-11-08 16:40 andi5
|
||
|
||
* [r15095] trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.h,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/import-export/hbci/gnc-file-aqb-import.c,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c: Default
|
||
directory tweaks: * replace gnc_init_default_directory by
|
||
gnc_get_default_directory and do gconf query there * remove
|
||
gnc_extract_directory, but add gnc_set_default_directory * do
|
||
not save default directory with trailing (back)slash anymore
|
||
|
||
2006-11-07 15:56 plongstaff
|
||
|
||
* [r15094] branches/gda-dev/GDA_STATUS,
|
||
branches/gda-dev/configure.in, branches/gda-dev/src/backend/gda,
|
||
branches/gda-dev/src/backend/gda/Makefile.am,
|
||
branches/gda-dev/src/backend/gda/ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/accounts.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/books.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/budgets.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/business.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/commodities.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/freq_specs.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/gnucash.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/lots.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/prices.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/sched_transactions.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/slots.ddl,
|
||
branches/gda-dev/src/backend/gda/ddl/transactions.ddl,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-account-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-backend-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-budget-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-commodity-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-price-gda.h,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.c,
|
||
branches/gda-dev/src/backend/gda/gnc-transaction-gda.h,
|
||
branches/gda-dev/src/backend/gda/gncmod-backend-gda.c,
|
||
branches/gda-dev/src/engine/gnc-engine.c,
|
||
branches/gda-dev/src/engine/gnc-filepath-utils.c: Initial commit
|
||
of initial gda backend framework. See GDA_STATUS.
|
||
|
||
2006-11-07 00:23 andi5
|
||
|
||
* [r15093] trunk/packaging/win32/install.sh: Work around a bug in
|
||
the MSYS bash (which generates 0x01 smilies when handling some
|
||
command substitutions), by adding a wrapper script for
|
||
pkg-config.exe.
|
||
|
||
2006-11-06 23:52 andi5
|
||
|
||
* [r15092] trunk/packaging/win32/install.sh: Do not simply touch
|
||
install-sh because we need that from automake --add-missing.
|
||
Warn the user if he has put install.sh in ., .., or ..\.. from
|
||
the repository. Improves r15037.
|
||
|
||
2006-11-06 22:09 warlord
|
||
|
||
* [r15090] branches/gda-dev: Create a GDA development branch for
|
||
GDA Backend Development
|
||
|
||
2006-11-06 15:27 cstim
|
||
|
||
* [r15089] trunk/src/gnome/druid-hierarchy.c: Add win32 method for
|
||
looking up the current LANG string
|
||
|
||
2006-11-06 04:45 hampton
|
||
|
||
* [r15088] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/account-piecharts.scm,
|
||
trunk/src/report/standard-reports/category-barchart.scm: Fix
|
||
some scheme inexact errors. Fixes 347462. BP
|
||
|
||
2006-11-04 22:07 cstim
|
||
|
||
* [r15086] trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/ui/gnc-plugin-basic-commands-ui.xml: Activate
|
||
Close Books menu item again. This is an unstable branch, after
|
||
all. Reverts r14150. bug#342599
|
||
|
||
2006-11-04 22:06 cstim
|
||
|
||
* [r15085] trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/ui/gnc-plugin-basic-commands-ui.xml: Activate
|
||
QSF Import/Export again. This is an unstable branch, after all.
|
||
Reverts r14147, r14148. bug#342515
|
||
|
||
2006-11-04 21:57 cstim
|
||
|
||
* [r15084] trunk/src/gnome/druid-merge.c,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c: Improve error
|
||
reporting of QSF import a little bit. Patch provided by Georgi
|
||
Mirchev, bug#343724.
|
||
|
||
2006-11-04 21:50 cstim
|
||
|
||
* [r15083] trunk/src/gnome/druid-merge.c: Fix cancel button of QSF
|
||
import. Patch provided by Georgi Mirchev, bug#343723.
|
||
|
||
2006-11-03 20:51 cstim
|
||
|
||
* [r15082] trunk/src/gnome-utils/gnc-gnome-utils.c: Fix missing
|
||
i18n header
|
||
|
||
2006-11-03 19:50 andi5
|
||
|
||
* [r15081] trunk/src/gnome-utils/gnc-gnome-utils.c: Inform the
|
||
user about 'gnucash-docs' package when Help is selected with no
|
||
content. Fixes #347102.
|
||
|
||
2006-11-03 19:49 andi5
|
||
|
||
* [r15080] trunk/src/gnome-utils/gnc-dense-cal.c: Make
|
||
gnc-dense-cal:month_name to use g_date_strftime instead of
|
||
strftime so that it returns a clean UTF-8 string.
|
||
|
||
2006-11-01 22:43 andi5
|
||
|
||
* [r15076] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/goffice-0.3.2-patch.diff,
|
||
trunk/packaging/win32/install.sh: Some win32 package updates: -
|
||
Updated versions: MinGW, GLib, ATK, Pango, GTK+, Gail, LibGnome,
|
||
LibGSF, Glade, SVN - Move autotools up in the chain (guile1.8
|
||
will need that) - Stick with GOffice 0.3.0 (newer version need
|
||
code changes), but provide patch for 0.3.2 - Other minor
|
||
install.sh improvements
|
||
|
||
2006-11-01 21:14 andi5
|
||
|
||
* [r15070] trunk/src/gnome-utils/gnc-tree-view.c: Another NULL
|
||
%s-printf.
|
||
|
||
2006-11-01 20:46 andi5
|
||
|
||
* [r15069] trunk/src/gnome/top-level.c: Fix two NULL %s-printf's.
|
||
|
||
2006-11-01 20:45 andi5
|
||
|
||
* [r15068] trunk/src/gnome-utils/gnc-plugin-file-history.c: Fix
|
||
gnc_history_generate_label to search for the correct dir
|
||
separator and not to crash when there is none.
|
||
|
||
2006-11-01 19:36 andi5
|
||
|
||
* [r15067] trunk/src/engine/gnc-path.c,
|
||
trunk/src/engine/gnc-path.h,
|
||
trunk/src/gnome-utils/druid-gconf-setup.c: Automatically update
|
||
the gconf search path on windows. Add a force_slashes parameter
|
||
to gnc_path_get_gconfdir to get a slash separated path instead
|
||
of using G_DIR_SEPARATOR (backslash).
|
||
|
||
2006-11-01 00:01 hampton
|
||
|
||
* [r15066] branches/remove-group2/ChangeLog,
|
||
branches/remove-group2/gnucash.m4,
|
||
branches/remove-group2/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
branches/remove-group2/lib/libqof/qof/qofinstance-p.h,
|
||
branches/remove-group2/lib/libqof/qof/qofinstance.h,
|
||
branches/remove-group2/lib/libqof/qof/qofsession.h,
|
||
branches/remove-group2/src/app-utils/app-utils.i,
|
||
branches/remove-group2/src/app-utils/gnc-account-merge.c,
|
||
branches/remove-group2/src/app-utils/gnc-account-merge.h,
|
||
branches/remove-group2/src/app-utils/gnc-component-manager.c,
|
||
branches/remove-group2/src/app-utils/gnc-ui-util.c,
|
||
branches/remove-group2/src/app-utils/gnc-ui-util.h,
|
||
branches/remove-group2/src/app-utils/guile-util.h,
|
||
branches/remove-group2/src/app-utils/options.scm,
|
||
branches/remove-group2/src/backend/file/gnc-account-xml-v2.c,
|
||
branches/remove-group2/src/backend/file/gnc-book-xml-v2.c,
|
||
branches/remove-group2/src/backend/file/gnc-commodity-xml-v2.c,
|
||
branches/remove-group2/src/backend/file/gnc-schedxaction-xml-v2.c,
|
||
branches/remove-group2/src/backend/file/io-example-account.c,
|
||
branches/remove-group2/src/backend/file/io-example-account.h,
|
||
branches/remove-group2/src/backend/file/io-gncbin-r.c,
|
||
branches/remove-group2/src/backend/file/io-gncbin.h,
|
||
branches/remove-group2/src/backend/file/io-gncxml-v1.c,
|
||
branches/remove-group2/src/backend/file/io-gncxml-v2.c,
|
||
branches/remove-group2/src/backend/file/io-utils.c,
|
||
branches/remove-group2/src/backend/file/io-utils.h,
|
||
branches/remove-group2/src/backend/file/test/test-load-xml2.c,
|
||
branches/remove-group2/src/backend/file/test/test-xml-account.c,
|
||
branches/remove-group2/src/backend/file/test/test-xml-transaction.c,
|
||
branches/remove-group2/src/backend/postgres/PostgresBackend.c,
|
||
branches/remove-group2/src/backend/postgres/PostgresBackend.h,
|
||
branches/remove-group2/src/backend/postgres/account.c,
|
||
branches/remove-group2/src/backend/postgres/account.h,
|
||
branches/remove-group2/src/backend/postgres/checkpoint.c,
|
||
branches/remove-group2/src/backend/postgres/checkpoint.h,
|
||
branches/remove-group2/src/backend/postgres/events.c,
|
||
branches/remove-group2/src/backend/postgres/table.m4,
|
||
branches/remove-group2/src/backend/postgres/test/test-db.c,
|
||
branches/remove-group2/src/backend/postgres/test/test-period.c,
|
||
branches/remove-group2/src/backend/postgres/txn.c,
|
||
branches/remove-group2/src/backend/postgres/txn.h,
|
||
branches/remove-group2/src/backend/postgres/txnmass.c,
|
||
branches/remove-group2/src/business/business-core/gncInvoice.c,
|
||
branches/remove-group2/src/business/business-gnome/business-gnome-utils.c,
|
||
branches/remove-group2/src/business/business-gnome/dialog-payment.c,
|
||
branches/remove-group2/src/business/business-gnome/gnc-plugin-business.c,
|
||
branches/remove-group2/src/business/business-gnome/gnc-plugin-page-invoice.c,
|
||
branches/remove-group2/src/business/business-ledger/gncEntryLedger.c,
|
||
branches/remove-group2/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
branches/remove-group2/src/business/business-reports/owner-report.scm,
|
||
branches/remove-group2/src/engine/Account.c,
|
||
branches/remove-group2/src/engine/Account.h,
|
||
branches/remove-group2/src/engine/AccountP.h,
|
||
branches/remove-group2/src/engine/Group.c,
|
||
branches/remove-group2/src/engine/Group.h,
|
||
branches/remove-group2/src/engine/GroupP.h,
|
||
branches/remove-group2/src/engine/Makefile.am,
|
||
branches/remove-group2/src/engine/Period.c,
|
||
branches/remove-group2/src/engine/SX-book-p.h,
|
||
branches/remove-group2/src/engine/SX-book.c,
|
||
branches/remove-group2/src/engine/SX-book.h,
|
||
branches/remove-group2/src/engine/SchedXaction.c,
|
||
branches/remove-group2/src/engine/Scrub.c,
|
||
branches/remove-group2/src/engine/Scrub.h,
|
||
branches/remove-group2/src/engine/Scrub2.c,
|
||
branches/remove-group2/src/engine/Scrub3.c,
|
||
branches/remove-group2/src/engine/Scrub3.h,
|
||
branches/remove-group2/src/engine/ScrubP.h,
|
||
branches/remove-group2/src/engine/Split.c,
|
||
branches/remove-group2/src/engine/TransLog.c,
|
||
branches/remove-group2/src/engine/Transaction.c,
|
||
branches/remove-group2/src/engine/Transaction.h,
|
||
branches/remove-group2/src/engine/cap-gains.c,
|
||
branches/remove-group2/src/engine/cashobjects.c,
|
||
branches/remove-group2/src/engine/engine-helpers.c,
|
||
branches/remove-group2/src/engine/engine-utilities.scm,
|
||
branches/remove-group2/src/engine/engine.i,
|
||
branches/remove-group2/src/engine/engine.scm,
|
||
branches/remove-group2/src/engine/gnc-associate-account.c,
|
||
branches/remove-group2/src/engine/gnc-budget.c,
|
||
branches/remove-group2/src/engine/gnc-engine.c,
|
||
branches/remove-group2/src/engine/gnc-engine.h,
|
||
branches/remove-group2/src/engine/test-core/test-engine-stuff.c,
|
||
branches/remove-group2/src/engine/test-core/test-engine-stuff.h,
|
||
branches/remove-group2/src/engine/test/test-create-account.scm,
|
||
branches/remove-group2/src/engine/test/test-group-vs-book.c,
|
||
branches/remove-group2/src/engine/test/test-lots.c,
|
||
branches/remove-group2/src/engine/test/test-period.c,
|
||
branches/remove-group2/src/engine/test/test-query.c,
|
||
branches/remove-group2/src/experimental/cgi-bin/gnc-server.c,
|
||
branches/remove-group2/src/experimental/cgi-bin/hello2.c,
|
||
branches/remove-group2/src/experimental/cgi-bin/hello3.c,
|
||
branches/remove-group2/src/gnome-utils/account-quickfill.c,
|
||
branches/remove-group2/src/gnome-utils/account-quickfill.h,
|
||
branches/remove-group2/src/gnome-utils/dialog-account.c,
|
||
branches/remove-group2/src/gnome-utils/dialog-account.h,
|
||
branches/remove-group2/src/gnome-utils/dialog-transfer.c,
|
||
branches/remove-group2/src/gnome-utils/dialog-utils.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-account-sel.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-file.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-html.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-tree-model-account.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-tree-model-account.h,
|
||
branches/remove-group2/src/gnome-utils/gnc-tree-model.h,
|
||
branches/remove-group2/src/gnome-utils/gnc-tree-view-account.c,
|
||
branches/remove-group2/src/gnome-utils/gnc-tree-view-account.h,
|
||
branches/remove-group2/src/gnome-utils/window-main-summarybar.c,
|
||
branches/remove-group2/src/gnome/dialog-commodities.c,
|
||
branches/remove-group2/src/gnome/dialog-find-transactions.c,
|
||
branches/remove-group2/src/gnome/dialog-sxsincelast.c,
|
||
branches/remove-group2/src/gnome/druid-acct-period.c,
|
||
branches/remove-group2/src/gnome/druid-hierarchy.c,
|
||
branches/remove-group2/src/gnome/druid-merge.c,
|
||
branches/remove-group2/src/gnome/druid-merge.h,
|
||
branches/remove-group2/src/gnome/druid-stock-split.c,
|
||
branches/remove-group2/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/remove-group2/src/gnome/gnc-plugin-page-register.c,
|
||
branches/remove-group2/src/gnome/gnc-split-reg.c,
|
||
branches/remove-group2/src/gnome/reconcile-list.c,
|
||
branches/remove-group2/src/gnome/top-level.c,
|
||
branches/remove-group2/src/gnome/window-reconcile.c,
|
||
branches/remove-group2/src/import-export/binary-import/druid-commodity.c,
|
||
branches/remove-group2/src/import-export/hbci/druid-hbci-utils.c,
|
||
branches/remove-group2/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
branches/remove-group2/src/import-export/hbci/gnc-hbci-transfer.c,
|
||
branches/remove-group2/src/import-export/import-account-matcher.c,
|
||
branches/remove-group2/src/import-export/import-backend.c,
|
||
branches/remove-group2/src/import-export/import-match-map.c,
|
||
branches/remove-group2/src/import-export/ofx/gnc-ofx-import.c,
|
||
branches/remove-group2/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/remove-group2/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
branches/remove-group2/src/import-export/qif-import/qif-guess-map.scm,
|
||
branches/remove-group2/src/import-export/qif-import/qif-import.scm,
|
||
branches/remove-group2/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/remove-group2/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/remove-group2/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
branches/remove-group2/src/import-export/qif-io-core/qif-io-core.scm,
|
||
branches/remove-group2/src/import-export/qif-io-core/test/test-import-phase-1.scm,
|
||
branches/remove-group2/src/register/ledger-core/gnc-ledger-display.c,
|
||
branches/remove-group2/src/register/ledger-core/split-register-control.c,
|
||
branches/remove-group2/src/register/ledger-core/split-register-load.c,
|
||
branches/remove-group2/src/register/ledger-core/split-register-model.c,
|
||
branches/remove-group2/src/register/ledger-core/split-register-p.h,
|
||
branches/remove-group2/src/register/ledger-core/split-register.c,
|
||
branches/remove-group2/src/register/ledger-core/split-register.h,
|
||
branches/remove-group2/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
branches/remove-group2/src/report/locale-specific/us/taxtxf.scm,
|
||
branches/remove-group2/src/report/report-system/commodity-utilities.scm,
|
||
branches/remove-group2/src/report/report-system/html-acct-table.scm,
|
||
branches/remove-group2/src/report/report-system/html-utilities.scm,
|
||
branches/remove-group2/src/report/report-system/report-system.scm,
|
||
branches/remove-group2/src/report/report-system/report-utilities.scm,
|
||
branches/remove-group2/src/report/standard-reports/account-piecharts.scm,
|
||
branches/remove-group2/src/report/standard-reports/account-summary.scm,
|
||
branches/remove-group2/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/remove-group2/src/report/standard-reports/average-balance.scm,
|
||
branches/remove-group2/src/report/standard-reports/balance-sheet.scm,
|
||
branches/remove-group2/src/report/standard-reports/budget.scm,
|
||
branches/remove-group2/src/report/standard-reports/cash-flow.scm,
|
||
branches/remove-group2/src/report/standard-reports/category-barchart.scm,
|
||
branches/remove-group2/src/report/standard-reports/daily-reports.scm,
|
||
branches/remove-group2/src/report/standard-reports/equity-statement.scm,
|
||
branches/remove-group2/src/report/standard-reports/general-journal.scm,
|
||
branches/remove-group2/src/report/standard-reports/income-statement.scm,
|
||
branches/remove-group2/src/report/standard-reports/net-barchart.scm,
|
||
branches/remove-group2/src/report/standard-reports/portfolio.scm,
|
||
branches/remove-group2/src/report/standard-reports/price-scatter.scm,
|
||
branches/remove-group2/src/report/standard-reports/transaction.scm,
|
||
branches/remove-group2/src/report/standard-reports/trial-balance.scm,
|
||
branches/remove-group2/src/scm/price-quotes.scm: Rebase the
|
||
remove group changes on a branch pulled after the gwrap -> swig
|
||
changeover.
|
||
|
||
2006-10-31 03:45 hampton
|
||
|
||
* [r15065] branches/remove-group2: Branch from trunk at r15059
|
||
|
||
2006-10-30 13:24 cstim
|
||
|
||
* [r15064] trunk/doc/Makefile.am, trunk/doc/build-suse.txt: Remove
|
||
very old and very obsolete build instructions
|
||
|
||
2006-10-30 13:17 cstim
|
||
|
||
* [r15063] trunk/doc/README.german, trunk/doc/guile-hackers.txt:
|
||
Replace g-wrap with swig in doc files
|
||
|
||
2006-10-30 13:12 cstim
|
||
|
||
* [r15062] trunk/HACKING, trunk/README, trunk/README.dependencies:
|
||
Replace g-wrap with swig in doc files
|
||
|
||
2006-10-29 03:39 chris
|
||
|
||
* [r15061] trunk/src/engine/engine-interface.scm,
|
||
trunk/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
trunk/src/import-export/qif-import/qif-file.scm,
|
||
trunk/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
trunk/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
trunk/src/import-export/qif-io-core/qif-invst-xtn-import.scm,
|
||
trunk/src/report/standard-reports/budget.scm,
|
||
trunk/src/report/standard-reports/cash-flow.scm,
|
||
trunk/src/report/standard-reports/transaction.scm: [Part 2]
|
||
Audit all .scm files for cases where null objects were assumed
|
||
to be #f. (It helps to save all buffers before the commit.)
|
||
|
||
2006-10-29 03:12 chris
|
||
|
||
* [r15060] trunk/src/app-utils/options.scm,
|
||
trunk/src/business/business-core/business-core.scm,
|
||
trunk/src/business/business-reports/aging.scm,
|
||
trunk/src/business/business-reports/business-reports.scm,
|
||
trunk/src/business/business-reports/easy-invoice.scm,
|
||
trunk/src/business/business-reports/fancy-invoice.scm,
|
||
trunk/src/business/business-reports/invoice.scm,
|
||
trunk/src/business/business-reports/owner-report.scm,
|
||
trunk/src/business/business-utils/business-options.scm,
|
||
trunk/src/engine/engine-interface.scm,
|
||
trunk/src/import-export/qif-import/qif-guess-map.scm,
|
||
trunk/src/import-export/qif-import/qif-merge-groups.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm,
|
||
trunk/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
trunk/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
trunk/src/report/locale-specific/us/taxtxf.scm,
|
||
trunk/src/report/report-gnome/report-gnome.scm,
|
||
trunk/src/report/report-system/gnc-report.h,
|
||
trunk/src/report/report-system/html-utilities.scm,
|
||
trunk/src/report/standard-reports/cash-flow.scm,
|
||
trunk/src/report/standard-reports/register.scm,
|
||
trunk/src/report/standard-reports/standard-reports.scm,
|
||
trunk/src/scm/printing/print-check.scm: Audit all .scm files for
|
||
cases where null objects were assumed to be #f. In most of these
|
||
cases, I know the value is always returned from C, so we can use
|
||
"null?". In cases where I wasn't sure, I make it check for
|
||
either #f or null?. Hopefully, I got 'em all. But, really, what
|
||
are the chances?
|
||
|
||
2006-10-28 01:53 chris
|
||
|
||
* [r15059] trunk/src/business/business-reports/easy-invoice.scm,
|
||
trunk/src/business/business-reports/fancy-invoice.scm,
|
||
trunk/src/business/business-reports/invoice.scm: Replace
|
||
"gnc:entry-get-order" with "gncEntryGetOrder".
|
||
|
||
2006-10-26 20:45 andi5
|
||
|
||
* [r15058] trunk, trunk/packaging/win32/custom.sh: Update slib url
|
||
to stick with old version 3a3.
|
||
|
||
2006-10-22 00:58 chris
|
||
|
||
* [r15057] trunk/src/app-utils/app-utils.i,
|
||
trunk/src/scm/price-quotes.scm: Get price-quotes to work again.
|
||
Fix a type (missing '*') in the GncCommodityList typemap. Re-add
|
||
an incorrectly dropped (use-modules ...) statement for the
|
||
wrapped part of gnome-utils. Remove some duplicated (use-modules
|
||
...).
|
||
|
||
2006-10-21 18:31 andi5
|
||
|
||
* [r15055] trunk/packaging/win32/reset.sh: Fix typo in reset.sh.
|
||
|
||
2006-10-21 14:40 chris
|
||
|
||
* [r15054] trunk/src/core-utils/core-utils.scm: Re-export symbols
|
||
wrapper-provided symbols in core-utils.scm.
|
||
|
||
2006-10-21 13:26 andi5
|
||
|
||
* [r15053] trunk, trunk/src/engine/engine-interface.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm,
|
||
trunk/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
trunk/src/import-export/qif-io-core/qif-invst-xtn-import.scm:
|
||
Replace xaccTransAppendSplit by xaccSplitSetParent in a few
|
||
scheme files.
|
||
* [r15052] trunk, trunk/src/engine/engine-interface.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm,
|
||
trunk/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
trunk/src/import-export/qif-io-core/qif-invst-xtn-import.scm:
|
||
Correct order of account and split parameters to
|
||
xaccSplitSetAccount in a few scheme files.
|
||
* [r15051] trunk, trunk/src/engine/engine-interface.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm,
|
||
trunk/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
trunk/src/import-export/qif-io-core/qif-invst-xtn-import.scm:
|
||
Correct xaccTransactionSetDescription to xaccTransSetDescription
|
||
in a few scheme files.
|
||
|
||
2006-10-20 18:57 warlord
|
||
|
||
* [r15050] trunk, trunk/packaging/win32/install.sh,
|
||
trunk/packaging/win32/reset.sh: Remove the goffice tmpdir before
|
||
rebuilding it remove tmpdir when you reset the build.
|
||
|
||
2006-10-20 17:53 warlord
|
||
|
||
* [r15049] trunk, trunk/packaging/win32/reset.sh: fix a small
|
||
syntax bug in the reset script.
|
||
|
||
2006-10-20 17:51 warlord
|
||
|
||
* [r15048] trunk, trunk/packaging/win32/install.sh,
|
||
trunk/packaging/win32/reset.sh: Use "passive FTP" with wget, to
|
||
allow building behind a firewall Create a 'reset' script to
|
||
allow resetting the win32 build environment.
|
||
|
||
2006-10-20 15:59 andi5
|
||
|
||
* [r15047] trunk, trunk/packaging/win32/install.sh: Unlink
|
||
${SWIG_DIR}\INSTALL because it bites with /bin/install.
|
||
|
||
2006-10-19 23:58 chris
|
||
|
||
* [r15046] trunk/src/engine/engine-interface.scm,
|
||
trunk/src/report/standard-reports/register.scm,
|
||
trunk/src/report/standard-reports/transaction.scm: Fix three
|
||
wrapper-related bugs found and patched by Mike Alexander
|
||
<mta@umich.edu>. 1) Since the output of (xaccTransGetSplit ...)
|
||
may now be '(), check for it with (null? ...). 2) Fix the result
|
||
of a sed mis-ordering: s/gnc:query-get-splits/qof-query-run/g
|
||
s/gnc:query-get-splits-unique-trans/xaccQueryGetSplitsUniqueTrans/g
|
||
3) Fix the result of a sed typo:
|
||
s/gnc:split-corr-account-fullname/SPLIT-CORR-ACCT-FULLNAME/g
|
||
which should've been
|
||
s/gnc:split-corr-account-fullname/SPLIT-CORR-ACCT-NAME/g
|
||
|
||
2006-10-19 08:18 cstim
|
||
|
||
* [r15045] trunk/packaging/win32/install.sh: Fix r15040 that
|
||
accidentally used a hard-coded path
|
||
|
||
2006-10-19 02:50 chris
|
||
|
||
* [r15044] trunk/src/gnome/top-level.c: Remove another unused
|
||
function. I think I added this function on the swig-redo branch,
|
||
but it turned out to be obsoleted by the merge because we no
|
||
longer read 1.8.x state files.
|
||
|
||
2006-10-19 02:05 chris
|
||
|
||
* [r15043]
|
||
trunk/src/register/register-core/gncmod-register-core.c: Remove
|
||
unused function.
|
||
|
||
2006-10-19 01:00 chris
|
||
|
||
* [r15042] trunk/src/business/business-core/business-core.scm,
|
||
trunk/src/engine/engine-interface.scm,
|
||
trunk/src/import-export/qif-import/qif-merge-groups.scm,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm,
|
||
trunk/src/report/standard-reports/cash-flow.scm,
|
||
trunk/src/report/standard-reports/transaction.scm: Replace
|
||
xaccTransGetSplits with xaccTransGetSplitList.
|
||
'xaccTransGetSplits' doesn't exist. It was a result of an
|
||
incorrect ordering of sed substitutions:
|
||
s/gnc:transaction-get-split/xaccTransGetSplit/g
|
||
s/gnc:transaction-get-splits/xaccTransGetSplitList/g
|
||
|
||
2006-10-18 21:08 andi5
|
||
|
||
* [r15041] trunk/src/core-utils/gnc-gconf-utils.c: Correct
|
||
gnc_gconf_add/remove_notification to avoid printf'ing NULL and
|
||
therefore crashes on Solaris and Windows. r14675 had fixed that,
|
||
r14945 (me) undermined it though.
|
||
|
||
2006-10-18 19:45 andi5
|
||
|
||
* [r15040] trunk/packaging/win32/install.sh: Make gnucash.bat work.
|
||
|
||
2006-10-18 18:15 andi5
|
||
|
||
* [r15039] trunk/src/core-utils/Makefile.am,
|
||
trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-bar/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-baz/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-foo/Makefile.am,
|
||
trunk/src/import-export/qif-import/qif-import.scm: Make win32
|
||
compile again. * Add a few GUILE_LIBS * Remove platform specific
|
||
.so from a load-extension parameter
|
||
|
||
2006-10-18 18:03 andi5
|
||
|
||
* [r15038] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Adjust install.sh to better
|
||
cope with current HEAD. * Replace g-wrap by swig * Bump SVN_REV
|
||
(prior SVNREV_FLAG) to HEAD * Remove backup files in the
|
||
repository to cleanup `svn status'
|
||
|
||
2006-10-18 15:37 cstim
|
||
|
||
* [r15037] trunk/packaging/win32/install.sh: Add workaround so
|
||
that intltoolize doesn't come up with some foolish
|
||
AC_CONFIG_AUX_DIR; bug#362006
|
||
|
||
2006-10-18 11:52 cstim
|
||
|
||
* [r15036] trunk/packaging/win32/install.sh: Temporarily set the
|
||
win32 checkout to r15007 until we've added the compiling of SWIG
|
||
on win32.
|
||
|
||
2006-10-18 10:15 andi5
|
||
|
||
* [r15035] trunk, trunk/src/report/standard-reports/cash-flow.scm:
|
||
Quote a list of account types to avoid a cash flow crash. Fixes
|
||
#363068.
|
||
|
||
2006-10-17 21:46 warlord
|
||
|
||
* [r15034] trunk, trunk/src/business/business-core/gncOwner.h:
|
||
Don't wrap the GncOwner structure.
|
||
|
||
2006-10-17 20:41 cstim
|
||
|
||
* [r15033] branches/2.0/po/de.po: Fix stupid typo in German
|
||
translation
|
||
|
||
2006-10-17 20:41 hampton
|
||
|
||
* [r15032] trunk/src/bin/gnucash-bin.c: Fix uninitialzed variable
|
||
error message.
|
||
|
||
2006-10-17 08:35 cstim
|
||
|
||
* [r15031] branches/2.0/src/backend/postgres/test/run-tests.sh:
|
||
Fix typo in shell script test as reported by Thomas Klausner.
|
||
Merged 15030 from trunk.
|
||
|
||
2006-10-17 08:32 cstim
|
||
|
||
* [r15030] trunk/src/backend/postgres/test/run-tests.sh: Fix typo
|
||
in shell script test as reported by Thomas Klausner
|
||
|
||
2006-10-17 03:04 warlord
|
||
|
||
* [r15029] branches/2.0, branches/2.0/src/bin/gnucash-bin.c:
|
||
Actually get it to work properly. Test first, silly!
|
||
|
||
2006-10-17 02:32 warlord
|
||
|
||
* [r15028] branches/2.0, branches/2.0/src/bin/gnucash-bin.c: use
|
||
PACKAGE_VERSION for last stable release on the release branch.
|
||
|
||
2006-10-17 02:31 warlord
|
||
|
||
* [r15027] trunk, trunk/src/bin/gnucash-bin.c: r13496@cliodev:
|
||
warlord | 2006-10-16 22:29:43 -0400 Update for 2.0.2 release.
|
||
|
||
2006-10-16 03:35 chris
|
||
|
||
* [r15026] trunk/src/Makefile.am, trunk/src/app-utils/Makefile.am,
|
||
trunk/src/app-utils/app-utils.i, trunk/src/base-typemaps.i,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-core/business-core.i,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.i,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/core-utils.i, trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/engine.i, trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnc-module/gnc-module.i,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnome-utils.i,
|
||
trunk/src/gnome/Makefile.am, trunk/src/gnome/gnome.i,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-gnome/report-gnome.i,
|
||
trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/report-system/report-system.i: Factor out some
|
||
common typemaps into src/base-typemaps.i
|
||
|
||
2006-10-16 01:28 andi5
|
||
|
||
* [r15025] trunk, trunk/src/app-utils,
|
||
trunk/src/business/business-core,
|
||
trunk/src/business/business-gnome,
|
||
trunk/src/business/dialog-tax-table, trunk/src/core-utils,
|
||
trunk/src/engine, trunk/src/gnc-module,
|
||
trunk/src/gnc-module/test/mod-bar,
|
||
trunk/src/gnc-module/test/mod-baz,
|
||
trunk/src/gnc-module/test/mod-foo, trunk/src/gnome,
|
||
trunk/src/gnome-search, trunk/src/gnome-utils,
|
||
trunk/src/gnome/schemas, trunk/src/import-export,
|
||
trunk/src/import-export/binary-import,
|
||
trunk/src/import-export/qif-import,
|
||
trunk/src/register/register-core, trunk/src/report/report-gnome,
|
||
trunk/src/report/report-system: Do not svn:ignore g-wrap files
|
||
anymore.
|
||
|
||
2006-10-15 19:02 chris
|
||
|
||
* [r15024] trunk, trunk/Makefile.am, trunk/configure.in,
|
||
trunk/lib/libqof/qof/qofquery.c, trunk/macros/ac_pkg_swig.m4,
|
||
trunk/macros/g-wrap.m4, trunk/src, trunk/src/Makefile.am,
|
||
trunk/src/app-utils, trunk/src/app-utils/Makefile.am,
|
||
trunk/src/app-utils/app-utils.i,
|
||
trunk/src/app-utils/app-utils.scm,
|
||
trunk/src/app-utils/c-interface.scm,
|
||
trunk/src/app-utils/date-utilities.scm,
|
||
trunk/src/app-utils/gfec.c, trunk/src/app-utils/gfec.h,
|
||
trunk/src/app-utils/gnc-component-manager.c,
|
||
trunk/src/app-utils/gnc-component-manager.h,
|
||
trunk/src/app-utils/gnc-helpers.c,
|
||
trunk/src/app-utils/gnc-helpers.h,
|
||
trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gncmod-app-utils.c,
|
||
trunk/src/app-utils/guile-util.c,
|
||
trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/app-utils/hooks.scm,
|
||
trunk/src/app-utils/kvp-option-registry.scm,
|
||
trunk/src/app-utils/option-util.c,
|
||
trunk/src/app-utils/option-util.h,
|
||
trunk/src/app-utils/options.scm, trunk/src/app-utils/prefs.scm,
|
||
trunk/src/app-utils/test/Makefile.am,
|
||
trunk/src/app-utils/test/test-component-manager,
|
||
trunk/src/app-utils/test/test-load-module,
|
||
trunk/src/backend/file/test/Makefile.am,
|
||
trunk/src/backend/postgres/test/Makefile.am,
|
||
trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/bin/gnucash-valgrind.in, trunk/src/bin/gnucash.in,
|
||
trunk/src/bin/overrides/Makefile.am,
|
||
trunk/src/bin/overrides/gnucash-build-env.in,
|
||
trunk/src/bin/overrides/gnucash-env.in,
|
||
trunk/src/business/business-core,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-core/business-core.i,
|
||
trunk/src/business/business-core/business-core.scm,
|
||
trunk/src/business/business-core/businessmod-core.c,
|
||
trunk/src/business/business-core/gncBillTerm.h,
|
||
trunk/src/business/business-core/gncBusGuile.c,
|
||
trunk/src/business/business-core/gncCustomer.h,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncEntry.h,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncInvoice.h,
|
||
trunk/src/business/business-core/gncJob.h,
|
||
trunk/src/business/business-core/gncOrder.h,
|
||
trunk/src/business/business-core/gncOwner.h,
|
||
trunk/src/business/business-core/gw-business-core-spec.scm,
|
||
trunk/src/business/business-core/test/Makefile.am,
|
||
trunk/src/business/business-gnome,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-gnome/business-gnome.scm,
|
||
trunk/src/business/business-gnome/business-options-gnome.c,
|
||
trunk/src/business/business-gnome/businessmod-gnome.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/gw-business-gnome-spec.scm,
|
||
trunk/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
trunk/src/business/business-reports/aging.scm,
|
||
trunk/src/business/business-reports/business-reports.scm,
|
||
trunk/src/business/business-reports/easy-invoice.scm,
|
||
trunk/src/business/business-reports/fancy-invoice.scm,
|
||
trunk/src/business/business-reports/invoice.scm,
|
||
trunk/src/business/business-reports/owner-report.scm,
|
||
trunk/src/business/business-reports/payables.scm,
|
||
trunk/src/business/business-reports/receivables.scm,
|
||
trunk/src/business/business-utils/Makefile.am,
|
||
trunk/src/business/business-utils/business-options.c,
|
||
trunk/src/business/business-utils/business-options.scm,
|
||
trunk/src/business/business-utils/business-prefs.scm,
|
||
trunk/src/business/dialog-tax-table,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.i,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.scm,
|
||
trunk/src/business/dialog-tax-table/gncmod-dialog-tax-table.c,
|
||
trunk/src/business/dialog-tax-table/gw-dialog-tax-table-spec.scm,
|
||
trunk/src/core-utils, trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/core-utils.i,
|
||
trunk/src/core-utils/core-utils.scm,
|
||
trunk/src/core-utils/gnc-main.c,
|
||
trunk/src/core-utils/gnc-main.h,
|
||
trunk/src/core-utils/gw-core-utils-spec.scm, trunk/src/engine,
|
||
trunk/src/engine/Account.h, trunk/src/engine/Group.c,
|
||
trunk/src/engine/Group.h, trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/Query.c, trunk/src/engine/Query.h,
|
||
trunk/src/engine/Transaction.h,
|
||
trunk/src/engine/engine-helpers.c,
|
||
trunk/src/engine/engine-helpers.h,
|
||
trunk/src/engine/engine-interface.scm,
|
||
trunk/src/engine/engine-utilities.scm,
|
||
trunk/src/engine/engine.i, trunk/src/engine/engine.scm,
|
||
trunk/src/engine/glib-helpers.c,
|
||
trunk/src/engine/glib-helpers.h, trunk/src/engine/gnc-budget.h,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h, trunk/src/engine/gnc-hooks.c,
|
||
trunk/src/engine/gnc-numeric.scm,
|
||
trunk/src/engine/gnc-pricedb.c, trunk/src/engine/gnc-pricedb.h,
|
||
trunk/src/engine/gncmod-engine.c,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/engine/gw-kvp-spec.scm, trunk/src/engine/kvp-scm.c,
|
||
trunk/src/engine/test-core/Makefile.am,
|
||
trunk/src/engine/test/Makefile.am,
|
||
trunk/src/engine/test/test-create-account.scm,
|
||
trunk/src/engine/test/test-scm-query-import.scm,
|
||
trunk/src/gnc-module, trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnc-module/gnc-module.c,
|
||
trunk/src/gnc-module/gnc-module.i,
|
||
trunk/src/gnc-module/gnc-module.scm,
|
||
trunk/src/gnc-module/gw-gnc-module-spec.scm,
|
||
trunk/src/gnc-module/test/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-bar,
|
||
trunk/src/gnc-module/test/mod-bar/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-bar/bar-gwrap.scm,
|
||
trunk/src/gnc-module/test/mod-bar/bar.i,
|
||
trunk/src/gnc-module/test/mod-bar/gnc-mod-bar.c,
|
||
trunk/src/gnc-module/test/mod-baz,
|
||
trunk/src/gnc-module/test/mod-baz/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-baz/baz-gwrap.scm,
|
||
trunk/src/gnc-module/test/mod-baz/baz.i,
|
||
trunk/src/gnc-module/test/mod-baz/gnc-mod-baz.c,
|
||
trunk/src/gnc-module/test/mod-foo,
|
||
trunk/src/gnc-module/test/mod-foo/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-foo/foo-gwrap.scm,
|
||
trunk/src/gnc-module/test/mod-foo/foo.i,
|
||
trunk/src/gnc-module/test/mod-foo/gnc-mod-foo.c,
|
||
trunk/src/gnc-module/test/test-gwrapped-c,
|
||
trunk/src/gnc-module/test/test-load-deps,
|
||
trunk/src/gnc-module/test/test-scm-multi, trunk/src/gnome,
|
||
trunk/src/gnome-search/Makefile.am, trunk/src/gnome-utils,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/dialog-options.h,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-file.h,
|
||
trunk/src/gnome-utils/gnc-html.h,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/gnome-utils/gnc-plugin-menu-additions.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c,
|
||
trunk/src/gnome-utils/gncmod-gnome-utils.c,
|
||
trunk/src/gnome-utils/gnome-utils.i,
|
||
trunk/src/gnome-utils/gnome-utils.scm,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/gnome-utils/test/Makefile.am,
|
||
trunk/src/gnome/Makefile.am,
|
||
trunk/src/gnome/dialog-price-edit-db.c,
|
||
trunk/src/gnome/dialog-sx-from-trans.c,
|
||
trunk/src/gnome/dialog-tax-info.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/gnome.i, trunk/src/gnome/gw-gnc-spec.scm,
|
||
trunk/src/gnome/top-level.c,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/hbci/Makefile.am,
|
||
trunk/src/import-export/log-replay/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c,
|
||
trunk/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
trunk/src/import-export/qif-import/qif-file.scm,
|
||
trunk/src/import-export/qif-import/qif-guess-map.scm,
|
||
trunk/src/import-export/qif-import/qif-import.scm,
|
||
trunk/src/import-export/qif-import/qif-merge-groups.scm,
|
||
trunk/src/import-export/qif-import/qif-objects.scm,
|
||
trunk/src/import-export/qif-import/qif-parse.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm,
|
||
trunk/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
trunk/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
trunk/src/import-export/qif-io-core/qif-format-check.scm,
|
||
trunk/src/import-export/qif-io-core/qif-invst-xtn-import.scm,
|
||
trunk/src/import-export/qif-io-core/qif-parse.scm,
|
||
trunk/src/import-export/qif-io-core/test/Makefile.am,
|
||
trunk/src/import-export/qif-io-core/test/test-import-phase-1.scm,
|
||
trunk/src/import-export/qif-io-core/test/test-parser.scm,
|
||
trunk/src/import-export/qif/Makefile.am,
|
||
trunk/src/import-export/qif/test/Makefile.am,
|
||
trunk/src/import-export/test/Makefile.am,
|
||
trunk/src/network-utils/test/Makefile.am,
|
||
trunk/src/optional/Makefile.am, trunk/src/optional/swig,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c,
|
||
trunk/src/register/register-core/Makefile.am,
|
||
trunk/src/register/register-core/gncmod-register-core.c,
|
||
trunk/src/register/register-core/gw-register-core-spec.scm,
|
||
trunk/src/register/register-core/test/Makefile.am,
|
||
trunk/src/register/register-gnome/test/Makefile.am,
|
||
trunk/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
trunk/src/report/locale-specific/us/taxtxf.scm,
|
||
trunk/src/report/locale-specific/us/test/Makefile.am,
|
||
trunk/src/report/report-gnome,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-gnome/dialog-column-view.c,
|
||
trunk/src/report/report-gnome/dialog-style-sheet.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
trunk/src/report/report-gnome/gncmod-report-gnome.c,
|
||
trunk/src/report/report-gnome/gw-report-gnome-spec.scm,
|
||
trunk/src/report/report-gnome/report-gnome.i,
|
||
trunk/src/report/report-gnome/report-gnome.scm,
|
||
trunk/src/report/report-gnome/test/Makefile.am,
|
||
trunk/src/report/report-gnome/window-report.c,
|
||
trunk/src/report/report-system,
|
||
trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/report-system/commodity-utilities.scm,
|
||
trunk/src/report/report-system/gnc-report.c,
|
||
trunk/src/report/report-system/gnc-report.h,
|
||
trunk/src/report/report-system/gncmod-report-system.c,
|
||
trunk/src/report/report-system/gw-report-system-spec.scm,
|
||
trunk/src/report/report-system/html-acct-table.scm,
|
||
trunk/src/report/report-system/html-barchart.scm,
|
||
trunk/src/report/report-system/html-piechart.scm,
|
||
trunk/src/report/report-system/html-scatter.scm,
|
||
trunk/src/report/report-system/html-style-info.scm,
|
||
trunk/src/report/report-system/html-style-sheet.scm,
|
||
trunk/src/report/report-system/html-utilities.scm,
|
||
trunk/src/report/report-system/options-utilities.scm,
|
||
trunk/src/report/report-system/report-system.i,
|
||
trunk/src/report/report-system/report-system.scm,
|
||
trunk/src/report/report-system/report-utilities.scm,
|
||
trunk/src/report/report-system/report.scm,
|
||
trunk/src/report/report-system/test/Makefile.am,
|
||
trunk/src/report/standard-reports/account-piecharts.scm,
|
||
trunk/src/report/standard-reports/account-summary.scm,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm,
|
||
trunk/src/report/standard-reports/average-balance.scm,
|
||
trunk/src/report/standard-reports/balance-sheet.scm,
|
||
trunk/src/report/standard-reports/budget.scm,
|
||
trunk/src/report/standard-reports/cash-flow.scm,
|
||
trunk/src/report/standard-reports/category-barchart.scm,
|
||
trunk/src/report/standard-reports/daily-reports.scm,
|
||
trunk/src/report/standard-reports/equity-statement.scm,
|
||
trunk/src/report/standard-reports/general-journal.scm,
|
||
trunk/src/report/standard-reports/income-statement.scm,
|
||
trunk/src/report/standard-reports/net-barchart.scm,
|
||
trunk/src/report/standard-reports/portfolio.scm,
|
||
trunk/src/report/standard-reports/price-scatter.scm,
|
||
trunk/src/report/standard-reports/register.scm,
|
||
trunk/src/report/standard-reports/standard-reports.scm,
|
||
trunk/src/report/standard-reports/test/Makefile.am,
|
||
trunk/src/report/standard-reports/transaction.scm,
|
||
trunk/src/report/standard-reports/trial-balance.scm,
|
||
trunk/src/report/stylesheets/stylesheet-easy.scm,
|
||
trunk/src/report/stylesheets/stylesheet-fancy.scm,
|
||
trunk/src/report/stylesheets/test/Makefile.am,
|
||
trunk/src/report/utility-reports/hello-world.scm,
|
||
trunk/src/report/utility-reports/test-graphing.scm,
|
||
trunk/src/report/utility-reports/test/Makefile.am,
|
||
trunk/src/report/utility-reports/view-column.scm,
|
||
trunk/src/report/utility-reports/welcome-to-gnucash.scm,
|
||
trunk/src/scm/command-line.scm, trunk/src/scm/main-window.scm,
|
||
trunk/src/scm/main.scm, trunk/src/scm/price-quotes.scm,
|
||
trunk/src/scm/printing/print-check.scm,
|
||
trunk/src/tax/us/test/Makefile.am,
|
||
trunk/src/tax/us/txf-de_DE.scm: Merge swig-redo branch back into
|
||
trunk. g-wrap is gone. I, for one, welcome our new swig
|
||
overlords.
|
||
|
||
2006-10-15 04:08 chris
|
||
|
||
* [r15023] branches/swig-redo/ChangeLog,
|
||
branches/swig-redo/Makefile.am, branches/swig-redo/art,
|
||
branches/swig-redo/configure.in,
|
||
branches/swig-redo/doc/tip_of_the_day.list.in,
|
||
branches/swig-redo/lib/guile-www/Makefile.am,
|
||
branches/swig-redo/lib/libqof/backend/file/Makefile.am,
|
||
branches/swig-redo/lib/libqof/backend/file/qsf-backend.c,
|
||
branches/swig-redo/lib/libqof/backend/file/qsf-xml-map.c,
|
||
branches/swig-redo/lib/libqof/qof/Makefile.am,
|
||
branches/swig-redo/lib/libqof/qof/qof.h,
|
||
branches/swig-redo/lib/libqof/qof/qofbackend-p.h,
|
||
branches/swig-redo/lib/libqof/qof/qofbackend.h,
|
||
branches/swig-redo/lib/libqof/qof/qofbook.c,
|
||
branches/swig-redo/lib/libqof/qof/qofbook.h,
|
||
branches/swig-redo/lib/libqof/qof/qofbookmerge.c,
|
||
branches/swig-redo/lib/libqof/qof/qofchoice.c,
|
||
branches/swig-redo/lib/libqof/qof/qofchoice.h,
|
||
branches/swig-redo/lib/libqof/qof/qofclass.h,
|
||
branches/swig-redo/lib/libqof/qof/qofid-p.h,
|
||
branches/swig-redo/lib/libqof/qof/qofid.c,
|
||
branches/swig-redo/lib/libqof/qof/qofid.h,
|
||
branches/swig-redo/lib/libqof/qof/qofinstance.c,
|
||
branches/swig-redo/lib/libqof/qof/qofinstance.h,
|
||
branches/swig-redo/lib/libqof/qof/qofobject-p.h,
|
||
branches/swig-redo/lib/libqof/qof/qofobject.c,
|
||
branches/swig-redo/lib/libqof/qof/qofobject.h,
|
||
branches/swig-redo/lib/libqof/qof/qofquery.c,
|
||
branches/swig-redo/lib/libqof/qof/qofquery.h,
|
||
branches/swig-redo/lib/libqof/qof/qofquerycore-p.h,
|
||
branches/swig-redo/lib/libqof/qof/qofquerycore.c,
|
||
branches/swig-redo/lib/libqof/qof/qofquerycore.h,
|
||
branches/swig-redo/lib/libqof/qof/qofsession.c,
|
||
branches/swig-redo/lib/libqof/qof/qofutil.h,
|
||
branches/swig-redo/macros/binreloc.m4,
|
||
branches/swig-redo/macros/legacy_macros.m4,
|
||
branches/swig-redo/packaging/gnucash.spec.in,
|
||
branches/swig-redo/packaging/win32,
|
||
branches/swig-redo/po/POTFILES.skip,
|
||
branches/swig-redo/src/app-utils/Makefile.am,
|
||
branches/swig-redo/src/app-utils/gnc-account-merge.c,
|
||
branches/swig-redo/src/app-utils/gnc-ui-util.c,
|
||
branches/swig-redo/src/app-utils/test/Makefile.am,
|
||
branches/swig-redo/src/app-utils/test/test-print-parse-amount.c,
|
||
branches/swig-redo/src/app-utils/test/test-print-queries.c,
|
||
branches/swig-redo/src/app-utils/test/test-scm-query-string.c,
|
||
branches/swig-redo/src/backend/file/gnc-account-xml-v2.c,
|
||
branches/swig-redo/src/backend/file/gnc-backend-file.c,
|
||
branches/swig-redo/src/backend/file/gnc-commodity-xml-v2.c,
|
||
branches/swig-redo/src/backend/file/test/Makefile.am,
|
||
branches/swig-redo/src/backend/file/test/test-load-backend.c,
|
||
branches/swig-redo/src/backend/file/test/test-load-example-account.c,
|
||
branches/swig-redo/src/backend/file/test/test-load-xml2.c,
|
||
branches/swig-redo/src/backend/file/test/test-save-in-lang.c,
|
||
branches/swig-redo/src/backend/file/test/test-xml2-is-file.c,
|
||
branches/swig-redo/src/backend/postgres/putil.c,
|
||
branches/swig-redo/src/backend/postgres/test/test-db.c,
|
||
branches/swig-redo/src/backend/postgres/test/test-load-backend.c,
|
||
branches/swig-redo/src/backend/postgres/test/test-period.c,
|
||
branches/swig-redo/src/bin/Makefile.am,
|
||
branches/swig-redo/src/bin/gnucash-bin.c,
|
||
branches/swig-redo/src/bin/gnucash.in,
|
||
branches/swig-redo/src/bin/i18n.h.in,
|
||
branches/swig-redo/src/bin/overrides/Makefile.am,
|
||
branches/swig-redo/src/bin/test/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/file/gncmod-business-backend-file.c,
|
||
branches/swig-redo/src/business/business-core/test/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/test/test-address.c,
|
||
branches/swig-redo/src/business/business-core/test/test-business.c,
|
||
branches/swig-redo/src/business/business-core/test/test-customer.c,
|
||
branches/swig-redo/src/business/business-core/test/test-employee.c,
|
||
branches/swig-redo/src/business/business-core/test/test-job.c,
|
||
branches/swig-redo/src/business/business-core/test/test-vendor.c,
|
||
branches/swig-redo/src/business/business-gnome/Makefile.am,
|
||
branches/swig-redo/src/business/business-gnome/schemas/Makefile.am,
|
||
branches/swig-redo/src/business/business-reports/Makefile.am,
|
||
branches/swig-redo/src/business/business-utils/Makefile.am,
|
||
branches/swig-redo/src/business/dialog-tax-table/Makefile.am,
|
||
branches/swig-redo/src/calculation/expression_parser.c,
|
||
branches/swig-redo/src/core-utils/Makefile.am,
|
||
branches/swig-redo/src/core-utils/gnc-gconf-utils.c,
|
||
branches/swig-redo/src/core-utils/gnc-gconf-utils.h,
|
||
branches/swig-redo/src/core-utils/gnc-glib-utils.c,
|
||
branches/swig-redo/src/core-utils/gnc-glib-utils.h,
|
||
branches/swig-redo/src/engine/Account.c,
|
||
branches/swig-redo/src/engine/Account.h,
|
||
branches/swig-redo/src/engine/Group.c,
|
||
branches/swig-redo/src/engine/Group.h,
|
||
branches/swig-redo/src/engine/Makefile.am,
|
||
branches/swig-redo/src/engine/Period.c,
|
||
branches/swig-redo/src/engine/SX-book.c,
|
||
branches/swig-redo/src/engine/SX-book.h,
|
||
branches/swig-redo/src/engine/Transaction.c,
|
||
branches/swig-redo/src/engine/binreloc.c,
|
||
branches/swig-redo/src/engine/binreloc.h,
|
||
branches/swig-redo/src/engine/cashobjects.c,
|
||
branches/swig-redo/src/engine/gnc-budget.c,
|
||
branches/swig-redo/src/engine/gnc-engine.c,
|
||
branches/swig-redo/src/engine/gnc-lot.c,
|
||
branches/swig-redo/src/engine/gnc-path.c,
|
||
branches/swig-redo/src/engine/gnc-path.h,
|
||
branches/swig-redo/src/engine/gnc-pricedb.c,
|
||
branches/swig-redo/src/engine/gncla-dir.h.in,
|
||
branches/swig-redo/src/engine/test/Makefile.am,
|
||
branches/swig-redo/src/engine/test/test-commodities.c,
|
||
branches/swig-redo/src/engine/test/test-date.c,
|
||
branches/swig-redo/src/engine/test/test-group-vs-book.c,
|
||
branches/swig-redo/src/engine/test/test-guid.c,
|
||
branches/swig-redo/src/engine/test/test-load-engine.c,
|
||
branches/swig-redo/src/engine/test/test-lots.c,
|
||
branches/swig-redo/src/engine/test/test-numeric.c,
|
||
branches/swig-redo/src/engine/test/test-object.c,
|
||
branches/swig-redo/src/engine/test/test-period.c,
|
||
branches/swig-redo/src/engine/test/test-query.c,
|
||
branches/swig-redo/src/engine/test/test-querynew.c,
|
||
branches/swig-redo/src/engine/test/test-resolve-file-path.c,
|
||
branches/swig-redo/src/engine/test/test-scm-query.c,
|
||
branches/swig-redo/src/engine/test/test-split-vs-account.c,
|
||
branches/swig-redo/src/engine/test/test-transaction-reversal.c,
|
||
branches/swig-redo/src/engine/test/test-transaction-voiding.c,
|
||
branches/swig-redo/src/gnc-module/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/gnc-module.c,
|
||
branches/swig-redo/src/gnc-module/test/test-dynload.c,
|
||
branches/swig-redo/src/gnc-test-env,
|
||
branches/swig-redo/src/gnome,
|
||
branches/swig-redo/src/gnome-search/Makefile.am,
|
||
branches/swig-redo/src/gnome-search/search.glade,
|
||
branches/swig-redo/src/gnome-utils/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/dialog-account.c,
|
||
branches/swig-redo/src/gnome-utils/dialog-preferences.c,
|
||
branches/swig-redo/src/gnome-utils/dialog-reset-warnings.c,
|
||
branches/swig-redo/src/gnome-utils/dialog-utils.c,
|
||
branches/swig-redo/src/gnome-utils/druid-gconf-setup.c,
|
||
branches/swig-redo/src/gnome-utils/glade/transfer.glade,
|
||
branches/swig-redo/src/gnome-utils/gnc-date-format.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-dialog.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-dir.h.in,
|
||
branches/swig-redo/src/gnome-utils/gnc-druid-provider-file-gnome.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-embedded-window.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-file.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-gnome-utils.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-main-window.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-plugin.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-plugin.h,
|
||
branches/swig-redo/src/gnome-utils/gnc-query-list.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-model-account-types.h,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-view.c,
|
||
branches/swig-redo/src/gnome-utils/schemas/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/search-param.c,
|
||
branches/swig-redo/src/gnome-utils/search-param.h,
|
||
branches/swig-redo/src/gnome-utils/test/test-gnc-recurrence.c,
|
||
branches/swig-redo/src/gnome/Makefile.am,
|
||
branches/swig-redo/src/gnome/dialog-print-check.c,
|
||
branches/swig-redo/src/gnome/druid-acct-period.c,
|
||
branches/swig-redo/src/gnome/druid-hierarchy.c,
|
||
branches/swig-redo/src/gnome/glade/account.glade,
|
||
branches/swig-redo/src/gnome/glade/commodities.glade,
|
||
branches/swig-redo/src/gnome/glade/price.glade,
|
||
branches/swig-redo/src/gnome/glade/stocks.glade,
|
||
branches/swig-redo/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/swig-redo/src/gnome/gnucash.desktop.in,
|
||
branches/swig-redo/src/gnome/gnucash.desktop.in.in,
|
||
branches/swig-redo/src/gnome/schemas/Makefile.am,
|
||
branches/swig-redo/src/gnome/schemas/apps_gnucash_warnings.schemas.in,
|
||
branches/swig-redo/src/gnome/top-level.c,
|
||
branches/swig-redo/src/gnome/window-reconcile.c,
|
||
branches/swig-redo/src/import-export/Makefile.am,
|
||
branches/swig-redo/src/import-export/hbci/Makefile.am,
|
||
branches/swig-redo/src/import-export/hbci/dialog-hbcitrans.c,
|
||
branches/swig-redo/src/import-export/hbci/dialog-hbcitrans.h,
|
||
branches/swig-redo/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/swig-redo/src/import-export/hbci/gnc-file-aqb-import.c,
|
||
branches/swig-redo/src/import-export/hbci/gnc-file-aqb-import.h,
|
||
branches/swig-redo/src/import-export/hbci/gnc-hbci-kvp.c,
|
||
branches/swig-redo/src/import-export/hbci/gnc-hbci-transfer.c,
|
||
branches/swig-redo/src/import-export/hbci/gnc-hbci-utils.c,
|
||
branches/swig-redo/src/import-export/hbci/gnc-hbci-utils.h,
|
||
branches/swig-redo/src/import-export/hbci/gnc-plugin-hbci-ui.xml,
|
||
branches/swig-redo/src/import-export/hbci/gnc-plugin-hbci.c,
|
||
branches/swig-redo/src/import-export/hbci/hbci-interaction.c,
|
||
branches/swig-redo/src/import-export/hbci/hbci-interaction.h,
|
||
branches/swig-redo/src/import-export/hbci/schemas/Makefile.am,
|
||
branches/swig-redo/src/import-export/import-account-matcher.c,
|
||
branches/swig-redo/src/import-export/import-match-map.c,
|
||
branches/swig-redo/src/import-export/mt940/Makefile.am,
|
||
branches/swig-redo/src/import-export/mt940/gnc-mt940-import.c,
|
||
branches/swig-redo/src/import-export/mt940/gnc-mt940-import.h,
|
||
branches/swig-redo/src/import-export/mt940/gnc-plugin-mt940-ui.xml,
|
||
branches/swig-redo/src/import-export/mt940/gnc-plugin-mt940.c,
|
||
branches/swig-redo/src/import-export/mt940/gnc-plugin-mt940.h,
|
||
branches/swig-redo/src/import-export/mt940/gncmod-mt940-import.c,
|
||
branches/swig-redo/src/import-export/qif-import/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif-import/test/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif-io-core/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif/Makefile.am,
|
||
branches/swig-redo/src/import-export/schemas/Makefile.am,
|
||
branches/swig-redo/src/import-export/test/Makefile.am,
|
||
branches/swig-redo/src/import-export/test/test-import-parse.c,
|
||
branches/swig-redo/src/network-utils/test/Makefile.am,
|
||
branches/swig-redo/src/register/ledger-core/split-register-control.c,
|
||
branches/swig-redo/src/register/ledger-core/split-register.c,
|
||
branches/swig-redo/src/register/register-core/Makefile.am,
|
||
branches/swig-redo/src/report/locale-specific/us/Makefile.am,
|
||
branches/swig-redo/src/report/locale-specific/us/test/Makefile.am,
|
||
branches/swig-redo/src/report/report-gnome/Makefile.am,
|
||
branches/swig-redo/src/report/report-system/Makefile.am,
|
||
branches/swig-redo/src/report/report-system/test/Makefile.am,
|
||
branches/swig-redo/src/report/standard-reports/Makefile.am,
|
||
branches/swig-redo/src/report/standard-reports/budget.scm,
|
||
branches/swig-redo/src/report/standard-reports/test/Makefile.am,
|
||
branches/swig-redo/src/report/standard-reports/transaction.scm,
|
||
branches/swig-redo/src/report/stylesheets/Makefile.am,
|
||
branches/swig-redo/src/report/stylesheets/test/Makefile.am,
|
||
branches/swig-redo/src/report/utility-reports/Makefile.am,
|
||
branches/swig-redo/src/report/utility-reports/test/Makefile.am,
|
||
branches/swig-redo/src/scm/Makefile.am,
|
||
branches/swig-redo/src/tax/us/Makefile.am: Rebase the swig-redo
|
||
branch on trunk at r15000. Based on the number of merge
|
||
conflicts (almost every Makefile.am) I'm rebasing the branch
|
||
before merging into trunk.
|
||
|
||
2006-10-14 03:15 chris
|
||
|
||
* [r15022]
|
||
branches/swig-redo/src/app-utils/test/test-component-manager:
|
||
Remove disabled test of removed guile api.
|
||
|
||
2006-10-13 20:11 andi5
|
||
|
||
* [r15021] branches/swig-redo, branches/swig-redo/src,
|
||
branches/swig-redo/src/Makefile.am: Make src before its
|
||
subdirectories so that swig-runtime.h exists early enough.
|
||
Svn-ignore that file.
|
||
|
||
2006-10-13 19:56 andi5
|
||
|
||
* [r15020] branches/swig-redo, branches/swig-redo/configure.in:
|
||
Complete r15018 by removing the Makefile's in src/optional/swig
|
||
from configure.in.
|
||
|
||
2006-10-13 19:43 chris
|
||
|
||
* [r15019] branches/swig-redo/src/Makefile.am,
|
||
branches/swig-redo/src/swig-runtime.h: Drop the committed
|
||
swig-runtime.h and add a rule to generate it.
|
||
|
||
2006-10-13 19:08 andi5
|
||
|
||
* [r15018] branches/swig-redo,
|
||
branches/swig-redo/src/optional/Makefile.am,
|
||
branches/swig-redo/src/optional/swig: Drop src/optional/swig.
|
||
* [r15017] branches/swig-redo,
|
||
branches/swig-redo/src/app-utils/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/Makefile.am,
|
||
branches/swig-redo/src/business/dialog-tax-table/Makefile.am,
|
||
branches/swig-redo/src/core-utils/Makefile.am,
|
||
branches/swig-redo/src/engine/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-bar/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/Makefile.am,
|
||
branches/swig-redo/src/gnome/Makefile.am,
|
||
branches/swig-redo/src/report/report-gnome/Makefile.am,
|
||
branches/swig-redo/src/report/report-system/Makefile.am: Call
|
||
swig as $(SWIG) and make these rules conditional on
|
||
BUILDING_FROM_SVN.
|
||
|
||
2006-10-13 13:36 andi5
|
||
|
||
* [r15016] branches/swig-redo,
|
||
branches/swig-redo/src/core-utils/Makefile.am: Add
|
||
GNUCASH_SEPARATE_BUILDDIR symlinks for core-utils.scm.
|
||
* [r15015] branches/swig-redo,
|
||
branches/swig-redo/src/business/business-reports/Makefile.am,
|
||
branches/swig-redo/src/report/utility-reports/Makefile.am: Readd
|
||
.scm-links to CLEANFILES in two directories.
|
||
|
||
2006-10-13 08:28 cstim
|
||
|
||
* [r15014] trunk/src/import-export/test/Makefile.am: Fix missing
|
||
library for debian-libtool as reported by Sigve Indregard.
|
||
|
||
2006-10-12 22:15 warlord
|
||
|
||
* [r15013] branches/swig-redo/configure.in: Conditionalize swig to
|
||
SVN/SVK builds only. - add an AM_CONDITIONAL: BUILDING_FROM_SVN
|
||
- only test for swig in configure when building from SVN TODO:
|
||
Update Makefiles to conditionalize swig.
|
||
|
||
2006-10-12 21:26 andi5
|
||
|
||
* [r15012] branches/swig-redo,
|
||
branches/swig-redo/src/gnc-module/test/mod-bar/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/gnc-main-window.c,
|
||
branches/swig-redo/src/gnome/dialog-price-edit-db.c,
|
||
branches/swig-redo/src/gnome/dialog-tax-info.c,
|
||
branches/swig-redo/src/gnome/gnc-plugin-page-register.c: Readd
|
||
gnc-module/test/mod-{foo,bar,baz}/swig files to BUILT_SOURCES.
|
||
Cosmetic change for a few header inclusions.
|
||
|
||
2006-10-12 00:52 andi5
|
||
|
||
* [r15011] branches/swig-redo,
|
||
branches/swig-redo/src/app-utils/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/Makefile.am,
|
||
branches/swig-redo/src/business/dialog-tax-table/Makefile.am,
|
||
branches/swig-redo/src/core-utils/Makefile.am,
|
||
branches/swig-redo/src/engine/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-bar/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/Makefile.am,
|
||
branches/swig-redo/src/gnome/Makefile.am,
|
||
branches/swig-redo/src/report/report-gnome/Makefile.am,
|
||
branches/swig-redo/src/report/report-system/Makefile.am:
|
||
Distribute SWIG interface files. Remove generated wrapper
|
||
sources from BUILT_SOURCES and add them to MAINTAINERCLEANFILES.
|
||
|
||
2006-10-11 20:55 andi5
|
||
|
||
* [r15010] branches/swig-redo, branches/swig-redo/Makefile.am,
|
||
branches/swig-redo/src/bin/Makefile.am,
|
||
branches/swig-redo/src/bin/gnucash-valgrind.in,
|
||
branches/swig-redo/src/bin/gnucash.in,
|
||
branches/swig-redo/src/bin/overrides/Makefile.am,
|
||
branches/swig-redo/src/bin/overrides/gnucash-build-env.in,
|
||
branches/swig-redo/src/bin/overrides/gnucash-env.in,
|
||
branches/swig-redo/src/engine/Makefile.am,
|
||
branches/swig-redo/src/gnome/Makefile.am,
|
||
branches/swig-redo/src/import-export/Makefile.am,
|
||
branches/swig-redo/src/import-export/log-replay/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif-import/Makefile.am:
|
||
Remove even more remnants of g-wrap.
|
||
|
||
2006-10-11 20:55 chris
|
||
|
||
* [r15009] trunk/src/engine/gnc-budget.c,
|
||
trunk/src/engine/gnc-budget.h,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c,
|
||
trunk/src/report/standard-reports/budget.scm: Allow budget
|
||
values to default to unset, rather than zero. Main patch by
|
||
Gregory Alexander <gregalexa@gmail.com>. On editing, interpret a
|
||
blank as an unset budget value. On reporting, show "." for unset
|
||
budget values. Add bugdet functions for testing whether a budget
|
||
value is set or not, and for unsetting it.
|
||
|
||
2006-10-11 20:49 chris
|
||
|
||
* [r15008] branches/swig-redo/src/gnome-utils/gnome-utils.scm:
|
||
Load the guile module containing the swig wrappers for the
|
||
gnome-utils module.
|
||
|
||
2006-10-11 17:09 andi5
|
||
|
||
* [r15007] trunk/packaging/win32/goffice-0.3.0-patch.diff,
|
||
trunk/packaging/win32/install.sh: Repost
|
||
goffice-0.3.0-patch.diff, with gtk-doc.m4 included.
|
||
|
||
2006-10-11 03:03 chris
|
||
|
||
* [r15006]
|
||
branches/swig-redo/src/report/standard-reports/register.scm: Use
|
||
'() instead of #f for the empty query object.
|
||
|
||
2006-10-11 01:25 andi5
|
||
|
||
* [r15005] branches/swig-redo,
|
||
branches/swig-redo/src/gnome-utils/gnc-main-window.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-model-price.c,
|
||
branches/swig-redo/src/gnome/dialog-price-edit-db.c,
|
||
branches/swig-redo/src/gnome/dialog-sx-from-trans.c,
|
||
branches/swig-redo/src/gnome/dialog-tax-info.c,
|
||
branches/swig-redo/src/gnome/gnc-plugin-page-register.c,
|
||
branches/swig-redo/src/register/ledger-core/gnc-ledger-display.c:
|
||
Fix build by adding a few guile header includes. Again replace
|
||
two g_malloc's of r15003 by g_new0.
|
||
|
||
2006-10-11 00:57 chris
|
||
|
||
* [r15004]
|
||
trunk/src/register/ledger-core/split-register-control.c: This
|
||
fixes a bug in r14495. The bug is that auto-completed
|
||
transactions aren't correctly marked as pending. This bug is
|
||
probably responsible for the crashes like those in bug #348469.
|
||
In general, the register makes it very difficult to consistently
|
||
distiguish between beginning to edit a transaction that's being
|
||
edited in another register and beginning to edit the blank
|
||
transaction, which is already open for editing, but isn't marked
|
||
pending so that we can pretend it hasn't been opened if it never
|
||
gets modified. Fortunately, the auto-completion code only runs
|
||
on the blank transaction, so we can assume it's not being edited
|
||
in another register. This patch goes ahead and marks the blank
|
||
transaction as pending. BP
|
||
|
||
2006-10-11 00:44 andi5
|
||
|
||
* [r15003] branches/swig-redo,
|
||
branches/swig-redo/src/gnome-utils/gnc-main-window.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-model-account.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-tree-model-price.c:
|
||
Replace some malloc's by g_malloc.
|
||
|
||
2006-10-11 00:39 chris
|
||
|
||
* [r15002] trunk/src/register/ledger-core/split-register.c: Ensure
|
||
that the blank transaction is marked as the pending transaction
|
||
when it is modified. This fixes a bug where editing the blank
|
||
transaction, moving off of the transaction line to a split line,
|
||
leaving the split line unedited and then closing the register
|
||
will incorrectly leave the transaction open without asking. The
|
||
bug fixed by this commit is possibly responsible for some of the
|
||
crashes like bug #348469. BP
|
||
|
||
2006-10-11 00:33 andi5
|
||
|
||
* [r15001] branches/swig-redo,
|
||
branches/swig-redo/src/gnome-utils/gnc-main-window.c: Include
|
||
guile headers in gnc-main-window.c.
|
||
|
||
2006-10-11 00:07 andi5
|
||
|
||
* [r15000] branches/swig-redo, branches/swig-redo/configure.in,
|
||
branches/swig-redo/macros/g-wrap.m4: Remove last g-wrap
|
||
occurences in configure.in and the file g-wrap.m4.
|
||
|
||
2006-10-11 00:00 chris
|
||
|
||
* [r14999]
|
||
branches/swig-redo/src/app-utils/gnc-component-manager.c,
|
||
branches/swig-redo/src/app-utils/gnc-component-manager.h,
|
||
branches/swig-redo/src/app-utils/gnc-ui-util.c,
|
||
branches/swig-redo/src/app-utils/test/Makefile.am: Remove the
|
||
guile portions of gnucash's component manager.
|
||
|
||
2006-10-10 23:59 chris
|
||
|
||
* [r14998] branches/swig-redo/src/app-utils/test/test-load-module:
|
||
Use a better method for testing in test-load-module.
|
||
|
||
2006-10-10 23:08 warlord
|
||
|
||
* [r14997] branches/swig-redo/configure.in,
|
||
branches/swig-redo/src/app-utils/Makefile.am,
|
||
branches/swig-redo/src/app-utils/test/Makefile.am,
|
||
branches/swig-redo/src/backend/file/test/Makefile.am,
|
||
branches/swig-redo/src/backend/postgres/test/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/test/Makefile.am,
|
||
branches/swig-redo/src/business/business-gnome/Makefile.am,
|
||
branches/swig-redo/src/business/business-reports/Makefile.am,
|
||
branches/swig-redo/src/business/business-utils/Makefile.am,
|
||
branches/swig-redo/src/business/dialog-tax-table/Makefile.am,
|
||
branches/swig-redo/src/core-utils/Makefile.am,
|
||
branches/swig-redo/src/engine/Makefile.am,
|
||
branches/swig-redo/src/engine/test/Makefile.am,
|
||
branches/swig-redo/src/gnome-search/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/test/Makefile.am,
|
||
branches/swig-redo/src/gnome/Makefile.am,
|
||
branches/swig-redo/src/import-export/Makefile.am,
|
||
branches/swig-redo/src/import-export/hbci/Makefile.am,
|
||
branches/swig-redo/src/import-export/mt940/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif-import/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif-io-core/test/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif/Makefile.am,
|
||
branches/swig-redo/src/import-export/qif/test/Makefile.am,
|
||
branches/swig-redo/src/import-export/test/Makefile.am,
|
||
branches/swig-redo/src/network-utils/test/Makefile.am,
|
||
branches/swig-redo/src/register/register-core/Makefile.am,
|
||
branches/swig-redo/src/register/register-core/test/Makefile.am,
|
||
branches/swig-redo/src/register/register-gnome/test/Makefile.am,
|
||
branches/swig-redo/src/report/locale-specific/us/test/Makefile.am,
|
||
branches/swig-redo/src/report/report-gnome/Makefile.am,
|
||
branches/swig-redo/src/report/report-gnome/test/Makefile.am,
|
||
branches/swig-redo/src/report/report-system/Makefile.am,
|
||
branches/swig-redo/src/report/report-system/test/Makefile.am,
|
||
branches/swig-redo/src/report/standard-reports/test/Makefile.am,
|
||
branches/swig-redo/src/report/stylesheets/test/Makefile.am,
|
||
branches/swig-redo/src/report/utility-reports/Makefile.am,
|
||
branches/swig-redo/src/report/utility-reports/test/Makefile.am,
|
||
branches/swig-redo/src/tax/us/test/Makefile.am: Remove more
|
||
remnants of G-wrap - make sure we compile with GUILE_INCS and
|
||
link with GUILE_LIBS - remove G_WRAP compile and link macros -
|
||
remove G_WRAP module and lib dirs - make sure .scm-links are
|
||
built in every place where they're used.
|
||
|
||
2006-10-10 21:55 warlord
|
||
|
||
* [r14996] branches/swig-redo/configure.in: Rip out all g-wrap
|
||
configure checks; we don't need 'em anymore.
|
||
|
||
2006-10-10 18:33 warlord
|
||
|
||
* [r14995] branches/swig-redo/configure.in,
|
||
branches/swig-redo/macros/ac_pkg_swig.m4: Update the swig
|
||
requirement to 1.3.28 (needed for %delobject) Make the swig
|
||
version check failure an error instead of a warning, because we
|
||
really do need swig to build. This could change if we modify the
|
||
build system to distribute the swig-generated files so we don't
|
||
need swig at build time, just at 'make dist' (or when building
|
||
from SVN). But that can happen later.
|
||
|
||
2006-10-10 16:19 chris
|
||
|
||
* [r14994] branches/swig-redo/src/engine/engine.i: Fix typo in
|
||
custom typemap.
|
||
|
||
2006-10-10 16:16 chris
|
||
|
||
* [r14993] branches/swig-redo/src/engine/engine.i: Generate
|
||
correct wrapper for gnc_quote_source_set_fq_installed().
|
||
|
||
2006-10-10 04:05 chris
|
||
|
||
* [r14992]
|
||
branches/swig-redo/src/gnc-module/test/mod-bar/bar-gwrap.scm,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz/baz-gwrap.scm,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo/foo-gwrap.scm:
|
||
Delete gwrap files for gnc-module tests.
|
||
|
||
2006-10-10 04:03 chris
|
||
|
||
* [r14991] branches/swig-redo/src/gnc-module/test/mod-bar/bar.i,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz/baz.i,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo/foo.i: Add
|
||
interface definitions for gnc-module tests from last commit.
|
||
|
||
2006-10-10 03:57 chris
|
||
|
||
* [r14990] branches/swig-redo/src/gnc-module/test/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-bar,
|
||
branches/swig-redo/src/gnc-module/test/mod-bar/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-bar/gnc-mod-bar.c,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-baz/gnc-mod-baz.c,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/test/mod-foo/gnc-mod-foo.c,
|
||
branches/swig-redo/src/gnc-module/test/test-gwrapped-c,
|
||
branches/swig-redo/src/gnc-module/test/test-load-deps,
|
||
branches/swig-redo/src/gnc-module/test/test-scm-multi: Convert
|
||
all the gnc-module tests to use swig instead of gwrap.
|
||
|
||
2006-10-10 02:40 chris
|
||
|
||
* [r14989] branches/swig-redo/configure.in,
|
||
branches/swig-redo/src/app-utils/app-utils.i,
|
||
branches/swig-redo/src/app-utils/gnc-helpers.c,
|
||
branches/swig-redo/src/app-utils/gnc-helpers.h,
|
||
branches/swig-redo/src/business/business-core/business-core.i,
|
||
branches/swig-redo/src/business/business-gnome/businessmod-gnome.c,
|
||
branches/swig-redo/src/business/dialog-tax-table/dialog-tax-table.i,
|
||
branches/swig-redo/src/core-utils/core-utils.i,
|
||
branches/swig-redo/src/engine/engine-helpers.c,
|
||
branches/swig-redo/src/engine/engine-helpers.h,
|
||
branches/swig-redo/src/engine/engine.i,
|
||
branches/swig-redo/src/engine/engine.scm,
|
||
branches/swig-redo/src/engine/glib-helpers.c,
|
||
branches/swig-redo/src/engine/glib-helpers.h,
|
||
branches/swig-redo/src/gnc-module/gnc-module.i,
|
||
branches/swig-redo/src/gnome-utils/gnc-file.h,
|
||
branches/swig-redo/src/gnome-utils/gnome-utils.i,
|
||
branches/swig-redo/src/gnome/gnome.i,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.i,
|
||
branches/swig-redo/src/report/report-system/html-acct-table.scm,
|
||
branches/swig-redo/src/report/report-system/report-system.i,
|
||
branches/swig-redo/src/report/utility-reports/hello-world.scm:
|
||
Force CFLAGS to include -Wno-unused. This is currently required
|
||
because swig generates code unused variables. Add prototypes for
|
||
public swig-generated functions. Remove some extraneous
|
||
references to g-wrap. Remove some old debugging code.
|
||
|
||
2006-10-10 01:25 chris
|
||
|
||
* [r14988] branches/swig-redo/src/app-utils/Makefile.am: Remove
|
||
deleted kvp-options-registry.scm from Makefile.am.
|
||
|
||
2006-10-10 00:37 chris
|
||
|
||
* [r14987] branches/swig-redo/src/app-utils/gw-app-utils-spec.scm,
|
||
branches/swig-redo/src/business/business-core/gw-business-core-spec.scm,
|
||
branches/swig-redo/src/business/business-gnome/gw-business-gnome-spec.scm,
|
||
branches/swig-redo/src/business/dialog-tax-table/gw-dialog-tax-table-spec.scm,
|
||
branches/swig-redo/src/core-utils/gw-core-utils-spec.scm,
|
||
branches/swig-redo/src/engine/gw-engine-spec.scm,
|
||
branches/swig-redo/src/engine/gw-kvp-spec.scm,
|
||
branches/swig-redo/src/gnc-module/gw-gnc-module-spec.scm,
|
||
branches/swig-redo/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
branches/swig-redo/src/gnome/gw-gnc-spec.scm,
|
||
branches/swig-redo/src/register/register-core/gw-register-core-spec.scm,
|
||
branches/swig-redo/src/report/report-gnome/gw-report-gnome-spec.scm,
|
||
branches/swig-redo/src/report/report-system/gw-report-system-spec.scm:
|
||
Delete all the gw-*-spec.scm files. Don't need 'em no mo'.
|
||
|
||
2006-10-10 00:34 chris
|
||
|
||
* [r14986] branches/swig-redo/src/app-utils,
|
||
branches/swig-redo/src/business/business-core,
|
||
branches/swig-redo/src/business/business-gnome,
|
||
branches/swig-redo/src/business/dialog-tax-table,
|
||
branches/swig-redo/src/core-utils,
|
||
branches/swig-redo/src/engine,
|
||
branches/swig-redo/src/gnc-module, branches/swig-redo/src/gnome,
|
||
branches/swig-redo/src/gnome-utils,
|
||
branches/swig-redo/src/report/report-gnome,
|
||
branches/swig-redo/src/report/report-system: Update svn:ignore
|
||
for swig-*.c
|
||
|
||
2006-10-10 00:14 chris
|
||
|
||
* [r14985] branches/swig-redo/src/app-utils/prefs.scm,
|
||
branches/swig-redo/src/bin/gnucash-bin.c,
|
||
branches/swig-redo/src/core-utils/Makefile.am,
|
||
branches/swig-redo/src/core-utils/core-utils.i,
|
||
branches/swig-redo/src/core-utils/core-utils.scm,
|
||
branches/swig-redo/src/core-utils/gnc-main.c,
|
||
branches/swig-redo/src/core-utils/gnc-main.h,
|
||
branches/swig-redo/src/import-export/qif-import/qif-file.scm,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.scm,
|
||
branches/swig-redo/src/scm/main.scm,
|
||
branches/swig-redo/src/scm/price-quotes.scm: Convert the
|
||
core-utils "module" (more like "directory") from gwrap to swig.
|
||
All at once: Add the interface definition. Add a new guile
|
||
module to replace the gw-core-utils. Build and load the swig
|
||
module (from the new guile module). Use more glib in
|
||
gnc-main.[ch] Incidentally, enable guile backtraces
|
||
unconditionally.
|
||
|
||
2006-10-10 00:13 chris
|
||
|
||
* [r14984] branches/swig-redo/src/gnc-module/Makefile.am,
|
||
branches/swig-redo/src/gnc-module/gnc-module.c,
|
||
branches/swig-redo/src/gnc-module/gnc-module.i,
|
||
branches/swig-redo/src/gnc-module/gnc-module.scm: Convert
|
||
gnc-module from gwrap to swig. All at once: Add the interface
|
||
definition. Build and load (from guile) the swig module.
|
||
|
||
2006-10-10 00:12 chris
|
||
|
||
* [r14983] branches/swig-redo/src/app-utils/Makefile.am,
|
||
branches/swig-redo/src/app-utils/test/Makefile.am,
|
||
branches/swig-redo/src/backend/file/test/Makefile.am,
|
||
branches/swig-redo/src/backend/postgres/test/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/businessmod-core.c,
|
||
branches/swig-redo/src/business/business-core/test/Makefile.am,
|
||
branches/swig-redo/src/engine/Makefile.am,
|
||
branches/swig-redo/src/engine/Query.c,
|
||
branches/swig-redo/src/engine/Query.h,
|
||
branches/swig-redo/src/engine/engine.scm,
|
||
branches/swig-redo/src/engine/gncmod-engine.c,
|
||
branches/swig-redo/src/engine/test-core/Makefile.am,
|
||
branches/swig-redo/src/engine/test/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/Makefile.am,
|
||
branches/swig-redo/src/gnome/Makefile.am: Remove all uses of
|
||
gwrap related to the engine module. Remove some unneeded
|
||
functions and temporary code.
|
||
* [r14982] branches/swig-redo/src/app-utils/app-utils.i,
|
||
branches/swig-redo/src/app-utils/guile-util.c,
|
||
branches/swig-redo/src/business/business-core/gncBusGuile.c,
|
||
branches/swig-redo/src/business/business-gnome/dialog-invoice.c,
|
||
branches/swig-redo/src/engine/glib-helpers.c,
|
||
branches/swig-redo/src/engine/glib-helpers.h,
|
||
branches/swig-redo/src/gnome-utils/dialog-options.c,
|
||
branches/swig-redo/src/gnome/gnc-plugin-page-register.c,
|
||
branches/swig-redo/src/import-export/qif-import/druid-qif-import.c:
|
||
Convert runtime code related to core engine types from gwrap to
|
||
swig api. Remove some temporary swig<->gwrap typemaps that
|
||
aren't needed anymore because more types have been swigified.
|
||
Remove some unneeded functions.
|
||
|
||
2006-10-10 00:11 chris
|
||
|
||
* [r14981] branches/swig-redo/src/app-utils/options.scm,
|
||
branches/swig-redo/src/business/business-core/business-core.scm,
|
||
branches/swig-redo/src/business/business-reports/aging.scm,
|
||
branches/swig-redo/src/business/business-reports/business-reports.scm,
|
||
branches/swig-redo/src/business/business-reports/easy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/fancy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/engine/engine-interface.scm,
|
||
branches/swig-redo/src/engine/engine-utilities.scm,
|
||
branches/swig-redo/src/engine/test/test-create-account.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-guess-map.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-invst-xtn-import.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/test/test-import-phase-1.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf.scm,
|
||
branches/swig-redo/src/report/report-system/commodity-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/html-acct-table.scm,
|
||
branches/swig-redo/src/report/report-system/html-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-piecharts.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-summary.scm,
|
||
branches/swig-redo/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/average-balance.scm,
|
||
branches/swig-redo/src/report/standard-reports/balance-sheet.scm,
|
||
branches/swig-redo/src/report/standard-reports/budget.scm,
|
||
branches/swig-redo/src/report/standard-reports/cash-flow.scm,
|
||
branches/swig-redo/src/report/standard-reports/category-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/daily-reports.scm,
|
||
branches/swig-redo/src/report/standard-reports/equity-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/general-journal.scm,
|
||
branches/swig-redo/src/report/standard-reports/income-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/net-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/price-scatter.scm,
|
||
branches/swig-redo/src/report/standard-reports/register.scm,
|
||
branches/swig-redo/src/report/standard-reports/transaction.scm,
|
||
branches/swig-redo/src/report/standard-reports/trial-balance.scm,
|
||
branches/swig-redo/src/report/utility-reports/hello-world.scm:
|
||
Automated rename of swig-wrapped engine functions related to
|
||
Budgets, Lots, Groups, Splits, Transactions, and Accounts to
|
||
their swig-names. #### Split Stuff
|
||
s/gnc:split-get-guid/gncSplitGetGUID/g s/gnc:split-get-balance
|
||
/xaccSplitGetBalance /g s/gnc:split-get-memo/xaccSplitGetMemo/g
|
||
s/gnc:split-get-action/xaccSplitGetAction/g
|
||
s/gnc:split-get-reconcile-state/xaccSplitGetReconcile/g
|
||
s/gnc:split-get-reconciled-date/gnc-split-get-date-reconciled/g
|
||
s/gnc:split-get-amount/xaccSplitGetAmount/g
|
||
s/gnc:split-get-share-price/xaccSplitGetSharePrice/g
|
||
s/gnc:split-get-value/xaccSplitGetValue/g
|
||
s/gnc:split-get-account/xaccSplitGetAccount/g
|
||
s/gnc:split-get-parent/xaccSplitGetParent/g
|
||
s/gnc:split-get-other-split/xaccSplitGetOtherSplit/g
|
||
s/gnc:split-compare-account-full-names/xaccSplitCompareAccountFullNames/g
|
||
s/gnc:split-compare-account-codes/xaccSplitCompareAccountCodes/g
|
||
s/gnc:split-compare-other-account-full-names/xaccSplitCompareOtherAccountFullNames/g
|
||
s/gnc:split-compare-other-account-codes/xaccSplitCompareOtherAccountCodes/g
|
||
s/gnc:split-get-corr-account-name/xaccSplitGetCorrAccountName/g
|
||
s/gnc:split-get-corr-account-full-name-internal/xaccSplitGetCorrAccountFullName/g
|
||
s/gnc:split-get-lot/xaccSplitGetLot/g
|
||
s/gnc:split-void-former-amount/xaccSplitVoidFormerAmount/g
|
||
s/gnc:split-destroy/xaccSplitDestroy/g
|
||
s/gnc:split-create/xaccMallocSplit/g
|
||
s/gnc:split-set-value/xaccSplitSetValue/g
|
||
s/gnc:split-set-base-value/xaccSplitSetBaseValue/g
|
||
s/gnc:split-set-memo/xaccSplitSetMemo/g
|
||
s/gnc:split-set-action/xaccSplitSetAction/g
|
||
s/gnc:split-set-reconcile/xaccSplitSetReconcile/g
|
||
s/gnc:split-set-share-price/xaccSplitSetSharePrice/g
|
||
s/gnc:split-set-amount/xaccSplitSetAmount/g
|
||
s/gnc:split-set-share-price-and-amount/xaccSplitSetSharePriceAndAmount/g
|
||
#### Transaction Stuff
|
||
s/gnc:transaction-get-guid/gncTransGetGUID/g
|
||
s/gnc:transaction-get-split/xaccTransGetSplit/g
|
||
s/gnc:transaction-get-splits/xaccTransGetSplitList/g
|
||
s/gnc:transaction-get-num/xaccTransGetNum/g
|
||
s/gnc:transaction-get-description/xaccTransGetDescription/g
|
||
s/gnc:transaction-get-notes/xaccTransGetNotes/g
|
||
s/gnc:transaction-get-void-status/xaccTransGetVoidStatus/g
|
||
s/gnc:transaction-order/xaccTransOrder/g
|
||
s/gnc:transaction-get-date-posted/gnc-transaction-get-date-posted/g
|
||
s/gnc:transaction-get-date-entered/gnc-transaction-get-date-entered/g
|
||
s/gnc:transaction-get-account-value/xaccTransGetAccountValue/g
|
||
s/gnc:transaction-get-txn-type/xaccTransGetTxnType/g
|
||
s/gnc:transaction-destroy/xaccTransDestroy/g
|
||
s/gnc:transaction-begin-edit/xaccTransBeginEdit/g
|
||
s/gnc:transaction-commit-edit/xaccTransCommitEdit/g
|
||
s/gnc:transaction-is-open/xaccTransIsOpen/g
|
||
s/gnc:transaction-append-split/xaccTransAppendSplit/g
|
||
s/gnc:transaction-set-date /xaccTransSetDate /g
|
||
s/gnc:transaction-set-date-time-pair/gnc-transaction-set-date/g
|
||
s/gnc:transaction-set-xnum/xaccTransSetNum/g
|
||
s/gnc:transaction-set-description/xaccTransactionSetDescription/g
|
||
s/gnc:transaction-set-notes/xaccTransSetNotes/g
|
||
s/gnc:transaction-create/xaccMallocTransaction/g #### Account
|
||
stuff s/gnc:account-get-guid/gncAccountGetGUID/g
|
||
s/gnc:account-lookup/xaccAccountLookup/g s/gnc:malloc-account
|
||
/xaccMallocAccount /g
|
||
s/gnc:account-begin-edit/xaccAccountBeginEdit/g
|
||
s/gnc:account-commit-edit/xaccAccountCommitEdit/g
|
||
s/gnc:account-insert-split/xaccSplitSetAccount/g
|
||
s/gnc:account-set-name/xaccAccountSetName/g
|
||
s/gnc:account-set-code/xaccAccountSetCode/g
|
||
s/gnc:account-set-description/xaccAccountSetDescription/g
|
||
s/gnc:account-set-notes/xaccAccountSetNotes/g
|
||
s/gnc:account-get-name/xaccAccountGetName/g
|
||
s/gnc:account-get-code/xaccAccountGetCode/g
|
||
s/gnc:account-get-description/xaccAccountGetDescription/g
|
||
s/gnc:account-get-notes/xaccAccountGetNotes/g
|
||
s/gnc:account-get-tax-related/xaccAccountGetTaxRelated/g
|
||
s/gnc:account-get-tax-US-code/xaccAccountGetTaxUSCode/g
|
||
s/gnc:account-get-tax-US-payer-name-source/xaccAccountGetTaxUSPayerNameSource/g
|
||
s/gnc:account-get-children/xaccAccountGetChildren/g
|
||
s/gnc:account-get-parent-account/xaccAccountGetParentAccount/g
|
||
s/gnc:account-get-parent/xaccAccountGetParent/g
|
||
s/gnc:account-get-balance /xaccAccountGetBalance /g
|
||
s/gnc:account-get-split-list /xaccAccountGetSplitList /g
|
||
s/gnc:get-account-from-full-name/xaccGetAccountFromFullName/g
|
||
s/gnc:account-insert-subaccount/xaccAccountInsertSubAccount/g
|
||
s/gnc:account-separator-string/gnc-get-account-separator-string/g
|
||
#### Group stuff s/gnc:group-get-book/xaccGroupGetBook/g
|
||
s/gnc:malloc-account-group/xaccMallocAccountGroup/g
|
||
s/gnc:account-group-begin-edit/xaccAccountGroupBeginEdit/g
|
||
s/gnc:account-group-destroy/xaccAccountGroupDestroy/g
|
||
s/gnc:group-merge-accounts/xaccGroupMergeAccounts/g
|
||
s/gnc:group-concat-group/xaccGroupConcatGroup/g
|
||
s/gnc:group-get-num-subaccounts/xaccGroupGetNumSubAccounts/g
|
||
s/gnc:group-get-num-accounts/xaccGroupGetNumAccounts/g
|
||
s/gnc:group-get-account-list/xaccGroupGetAccountListSorted/g
|
||
s/gnc:group-get-account/xaccGroupGetAccount/g
|
||
s/gnc:group-get-parent/xaccGroupGetParentAccount/g
|
||
s/gnc:group-insert-account/xaccGroupInsertAccount/g
|
||
s/gnc:group-get-subaccounts/xaccGroupGetSubAccountsSorted/g
|
||
s/gnc:lot-closed?/gnc-lot-is-closed/g
|
||
s/gnc:lot-get-splits/gnc-lot-get-split-list/g
|
||
s/gnc:lot-get-balance/gnc-lot-get-balance/g
|
||
s/gnc:budget-get-guid/gncBudgetGetGUID/g
|
||
s/gnc:budget-lookup/gnc-budget-lookup/g
|
||
s/gnc:budget-get-/gnc-budget-get-/g
|
||
|
||
2006-10-10 00:10 chris
|
||
|
||
* [r14980] branches/swig-redo/src/app-utils/options.scm,
|
||
branches/swig-redo/src/business/business-reports/aging.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/engine/test/test-scm-query-import.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/swig-redo/src/report/report-system/commodity-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm,
|
||
branches/swig-redo/src/report/standard-reports/average-balance.scm,
|
||
branches/swig-redo/src/report/standard-reports/daily-reports.scm,
|
||
branches/swig-redo/src/report/standard-reports/general-journal.scm,
|
||
branches/swig-redo/src/report/standard-reports/register.scm,
|
||
branches/swig-redo/src/report/standard-reports/transaction.scm:
|
||
Automated rename of Query-related swig-wrapped engine functions
|
||
to their swig-names.
|
||
s/gnc:malloc-query/qof-query-create-for-splits/g
|
||
s/gnc:free-query/qof-query-destroy/g
|
||
s/gnc:query-invert/qof-query-invert/g
|
||
s/gnc:query-merge/qof-query-merge/g
|
||
s/gnc:query-get-splits/qof-query-run/g
|
||
s/gnc:query-get-splits-unique-trans/xaccQueryGetSplitsUniqueTrans/g
|
||
s/gnc:query-get-transactions/xaccQueryGetTransactions/g
|
||
s/gnc:query-get-lots/xaccQueryGetLots/g
|
||
s/gnc:query-add-account-match/xaccQueryAddAccountMatch/g
|
||
s/gnc:query-add-single-account-match/xaccQueryAddSingleAccountMatch/g
|
||
s/gnc:query-add-description-match/xaccQueryAddDescriptionMatch/g
|
||
s/gnc:query-add-value-match/xaccQueryAddValueMatch/g
|
||
s/gnc:query-add-date-match-timepair/xaccQueryAddDateMatchTS/g
|
||
s/gnc:query-add-date-match/xaccQueryAddDateMatch/g
|
||
s/gnc:query-add-cleared-match/xaccQueryAddClearedMatch/g
|
||
s/gnc:query-set-sort-increasing/qof-query-set-sort-increasing/g
|
||
s/gnc:query-set-max-results/qof-query-set-max-results/g
|
||
s/gnc:query->scm/gnc-query2scm/g s/gnc:scm->query/gnc-scm2query/g
|
||
|
||
2006-10-10 00:09 chris
|
||
|
||
* [r14979] branches/swig-redo/src/app-utils/app-utils.scm,
|
||
branches/swig-redo/src/app-utils/date-utilities.scm,
|
||
branches/swig-redo/src/app-utils/hooks.scm,
|
||
branches/swig-redo/src/app-utils/options.scm,
|
||
branches/swig-redo/src/business/business-gnome/business-gnome.scm,
|
||
branches/swig-redo/src/business/business-reports/aging.scm,
|
||
branches/swig-redo/src/business/business-reports/easy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/fancy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/business/business-utils/business-options.scm,
|
||
branches/swig-redo/src/business/business-utils/business-prefs.scm,
|
||
branches/swig-redo/src/engine/engine-interface.scm,
|
||
branches/swig-redo/src/engine/gnc-numeric.scm,
|
||
branches/swig-redo/src/engine/test/test-create-account.scm,
|
||
branches/swig-redo/src/engine/test/test-scm-query-import.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-file.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-guess-map.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-objects.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-parse.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-format-check.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-invst-xtn-import.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-parse.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/test/test-import-phase-1.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/test/test-parser.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf.scm,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.scm,
|
||
branches/swig-redo/src/report/report-system/commodity-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/html-acct-table.scm,
|
||
branches/swig-redo/src/report/report-system/html-barchart.scm,
|
||
branches/swig-redo/src/report/report-system/html-piechart.scm,
|
||
branches/swig-redo/src/report/report-system/html-scatter.scm,
|
||
branches/swig-redo/src/report/report-system/html-style-info.scm,
|
||
branches/swig-redo/src/report/report-system/html-style-sheet.scm,
|
||
branches/swig-redo/src/report/report-system/html-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/report-system.scm,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/report.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-piecharts.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-summary.scm,
|
||
branches/swig-redo/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/average-balance.scm,
|
||
branches/swig-redo/src/report/standard-reports/balance-sheet.scm,
|
||
branches/swig-redo/src/report/standard-reports/budget.scm,
|
||
branches/swig-redo/src/report/standard-reports/cash-flow.scm,
|
||
branches/swig-redo/src/report/standard-reports/category-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/daily-reports.scm,
|
||
branches/swig-redo/src/report/standard-reports/equity-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/general-journal.scm,
|
||
branches/swig-redo/src/report/standard-reports/income-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/net-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/price-scatter.scm,
|
||
branches/swig-redo/src/report/standard-reports/register.scm,
|
||
branches/swig-redo/src/report/standard-reports/transaction.scm,
|
||
branches/swig-redo/src/report/standard-reports/trial-balance.scm,
|
||
branches/swig-redo/src/report/stylesheets/stylesheet-easy.scm,
|
||
branches/swig-redo/src/report/stylesheets/stylesheet-fancy.scm,
|
||
branches/swig-redo/src/report/utility-reports/hello-world.scm,
|
||
branches/swig-redo/src/scm/command-line.scm,
|
||
branches/swig-redo/src/scm/main-window.scm,
|
||
branches/swig-redo/src/scm/price-quotes.scm,
|
||
branches/swig-redo/src/tax/us/txf-de_DE.scm: Automated rename of
|
||
engine swig-wrapped functions to their swig-names.
|
||
s/gnc:query-set-book/qof-query-set-book/g
|
||
s/gnc:account-get-commodity/xaccAccountGetCommodity/g
|
||
s/gnc:account-set-commodity/xaccAccountSetCommodity/g
|
||
s/gnc:transaction-get-currency/xaccTransGetCurrency/g
|
||
s/gnc:transaction-set-currency/xaccTransSetCurrency/g
|
||
s/'query-and/QOF-QUERY-AND/g s/'query-or/QOF-QUERY-OR/g
|
||
s/'query-compare-equal/QOF-COMPARE-EQUAL/g
|
||
s/'\?amt-sgn-match-either/QOF-NUMERIC-MATCH-ANY/g
|
||
s/'\?amt-sgn-match-credit/QOF-NUMERIC-MATCH-CREDIT/g
|
||
s/'\?amt-sgn-match-debit/QOF-NUMERIC-MATCH-DEBIT/g
|
||
s/'\?cleared-match-no/CLEARED-NO/g
|
||
s/'\?cleared-match-cleared/CLEARED-CLEARED/g
|
||
s/'\?cleared-match-reconciled/CLEARED-RECONCILED/g
|
||
s/'\?cleared-match-frozen/CLEARED-FROZEN/g
|
||
s/'\?cleared-match-voided/CLEARED-VOIDED/g
|
||
s/'guid-match-all/QOF-GUID-MATCH-ALL/g
|
||
s/'guid-match-any/QOF-GUID-MATCH-ANY/g
|
||
s/'guid-match-none/QOF-GUID-MATCH-NONE/g
|
||
s/'query-txn-match-all/QUERY-TXN-MATCH-ALL/g
|
||
s/'query-txn-match-any/QUERY-TXN-MATCH-ANY/g #### Kvp Stuff
|
||
s/kvp-type-gint64/KVP-TYPE-GINT64/g
|
||
s/kvp-type-double/KVP-TYPE-DOUBLE/g
|
||
s/kvp-type-numeric/KVP-TYPE-NUMERIC/g
|
||
s/kvp-type-string/KVP-TYPE-STRING/g
|
||
s/kvp-type-guid/KVP-TYPE-GUID/g
|
||
s/kvp-type-timespec/KVP-TYPE-TIMESPEC/g
|
||
s/kvp-type-binary/KVP-TYPE-BINARY/g
|
||
s/kvp-type-glist/KVP-TYPE-GLIST/g
|
||
s/kvp-type-frame/KVP-TYPE-FRAME/g
|
||
s/gnc:kvp-frame-delete-at-path/gnc-kvp-frame-delete-at-path/g
|
||
s/gnc:kvp-frame-set-slot-path/kvp-frame-set-slot-path-gslist/g
|
||
s/gnc:kvp-frame-get-slot-path/kvp-frame-get-slot-path-gslist/g
|
||
s/gnc:book-get-slots/gnc-book-get-slots/g #### QofIDType Stuff
|
||
s/gnc:id-book/QOF-ID-BOOK-SCM/g
|
||
s/gnc:query-default-sort/QUERY-DEFAULT-SORT/g
|
||
s/gnc:split-lot/SPLIT-LOT/g s/gnc:split-trans/SPLIT-TRANS/g
|
||
s/gnc:split-account /SPLIT-ACCOUNT /g
|
||
s/gnc:split-value/SPLIT-VALUE/g s/gnc:split-memo/SPLIT-MEMO/g
|
||
s/gnc:split-date-reconciled/SPLIT-DATE-RECONCILED/g
|
||
s/gnc:trans-date-posted/TRANS-DATE-POSTED/g
|
||
s/gnc:trans-desc/TRANS-DESCRIPTION/g s/gnc:trans-num/TRANS-NUM/g
|
||
s/gnc:account-code)/ACCOUNT-CODE-)/g
|
||
s/gnc:split-account-fullname/SPLIT-ACCT-FULLNAME/g
|
||
s/gnc:split-corr-account-fullname/SPLIT-CORR-ACCT-FULLNAME/g
|
||
s/gnc:split-corr-account-code/SPLIT-CORR-ACCT-CODE/g
|
||
s/gnc:invoice-from-txn/INVOICE-FROM-TXN/g
|
||
s/gnc:invoice-owner/INVOICE-OWNER/g
|
||
s/gnc:owner-parentg/OWNER-PARENTG/g
|
||
s/gnc:owner-from-lot/OWNER-FROM-LOT/g
|
||
s/gnc:invoice-from-lot/INVOICE-FROM-LOT/g
|
||
s/gnc:query-add-guid-match/qof-query-add-guid-match/g
|
||
s/gnc:query-set-sort-order/qof-query-set-sort-order/g ####
|
||
Session Stuff s/gnc:session-new/qof-session-new/g
|
||
s/gnc:session-get-book/qof-session-get-book/g #### Book stuff
|
||
s/gnc:book-get-group/xaccGetAccountGroup/g
|
||
s/gnc:book-get-template-group/gnc-book-get-template-group/g
|
||
s/gnc:book-get-commodity-table/gnc-commodity-table-get-table/g
|
||
s/gnc:book-get-pricedb/gnc-pricedb-get-db/g
|
||
s/gnc:book-kvp-changed/qof-book-kvp-changed/g
|
||
s/gnc:print-date/gnc-print-date/g
|
||
s/gnc:commodity-create/gnc-commodity-new/g
|
||
s/gnc:commodity-get-exchange-code/gnc-commodity-get-cusip/g
|
||
s/gnc:commodity-is-currency?/gnc-commodity-is-currency/g
|
||
s/gnc:commodity-equiv?/gnc-commodity-equiv/g # oops, this gets
|
||
some unwanted functions, oh well.
|
||
s/gnc:commodity-/gnc-commodity-/g
|
||
s/gnc:double-to-gnc-numeric/double-to-gnc-numeric/g
|
||
s/gnc:numeric-collector/zymurgy/g s/gnc:numeric-/gnc-numeric-/g
|
||
s/zymurgy/gnc:numeric-collector/g
|
||
s/gnc:timepair-canonical-day-time/timespecCanonicalDayTime/g
|
||
s/gnc:build-dotgnucash-path/gnc-build-dotgnucash-path/g
|
||
s/gnc:\*report-hook\*/HOOK-REPORT/g
|
||
s/gnc:\*save-options-hook\*/HOOK-SAVE-OPTIONS/g
|
||
s/gnc:hook-add-dangler/gnc-hook-add-scm-dangler/g
|
||
s/gnc:hook-run-danglers-real/gnc-hook-run/g #### Price stuff
|
||
s/gnc:price-create/gnc-price-create/g
|
||
s/gnc:price-get-guid/gncPriceGetGUID/g
|
||
s/gnc:price-unref/gnc-price-unref/g
|
||
s/gnc:price-set-commodity/gnc-price-set-commodity/g
|
||
s/gnc:price-set-currency/gnc-price-set-currency/g
|
||
s/gnc:price-set-time/gnc-price-set-time/g
|
||
s/gnc:price-set-source/gnc-price-set-source/g
|
||
s/gnc:price-set-type/gnc-price-set-type/g
|
||
s/gnc:price-set-value/gnc-price-set-value/g
|
||
s/gnc:price-get-commodity/gnc-price-get-commodity/g
|
||
s/gnc:price-get-currency/gnc-price-get-currency/g
|
||
s/gnc:price-get-time/gnc-price-get-time/g
|
||
#s/gnc:price-set-source/gnc-price-set-source/g
|
||
#s/gnc:price-set-type/gnc-price-set-type/g
|
||
s/gnc:price-get-value/gnc-price-get-value/g
|
||
s/gnc:price-list-destroy/gnc-price-list-destroy/g
|
||
s/gnc:pricedb-/gnc-pricedb-/g
|
||
s/gnc:quote-source-set-fq-installed/gnc-quote-source-set-fq-installed/g
|
||
|
||
2006-10-10 00:08 chris
|
||
|
||
* [r14978] branches/swig-redo/src/app-utils/app-utils.i,
|
||
branches/swig-redo/src/app-utils/gnc-helpers.c,
|
||
branches/swig-redo/src/app-utils/hooks.scm,
|
||
branches/swig-redo/src/app-utils/option-util.c,
|
||
branches/swig-redo/src/business/business-core/business-core.i,
|
||
branches/swig-redo/src/engine/engine-helpers.c,
|
||
branches/swig-redo/src/engine/gnc-hooks.c,
|
||
branches/swig-redo/src/engine/kvp-scm.c,
|
||
branches/swig-redo/src/import-export/qif-import/druid-qif-import.c:
|
||
Another pass through converting the engine module from gwrap to
|
||
swig. Remove some temporary swig<->gwrap typemaps that are no
|
||
longer needed because some more types have been swigified.
|
||
Convert some runtime code for some engine types from gwrap to
|
||
the swig api. Remove a lot of gwrap-specific C code for handling
|
||
gwrapped enums. Use '() instead of #f for the empty object.
|
||
* [r14977] branches/swig-redo/src/engine/engine-helpers.h,
|
||
branches/swig-redo/src/engine/gnc-numeric.scm,
|
||
branches/swig-redo/src/engine/gw-engine-spec.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-guess-map.scm:
|
||
Remove some unused engine functions. Remove some gwrap-specific
|
||
guile type-checking code.
|
||
|
||
2006-10-10 00:07 chris
|
||
|
||
* [r14976] branches/swig-redo/src/app-utils/options.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-guess-map.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf.scm,
|
||
branches/swig-redo/src/report/report-system/html-acct-table.scm,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm,
|
||
branches/swig-redo/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/standard-reports.scm,
|
||
branches/swig-redo/src/report/standard-reports/transaction.scm:
|
||
Automated rename of AccountType-related swig-wrapped functions
|
||
to their swig-names. s/gnc:account-get-type-string
|
||
/xaccAccountGetTypeStr /g
|
||
s/gnc:account-get-type-string$/xaccAccountGetTypeStr/g
|
||
s/gnc:account-get-type /xaccAccountGetType /g
|
||
s/gnc:account-set-type/xaccAccountSetType/g
|
||
* [r14975] branches/swig-redo/src/app-utils/guile-util.c,
|
||
branches/swig-redo/src/app-utils/option-util.c,
|
||
branches/swig-redo/src/app-utils/options.scm,
|
||
branches/swig-redo/src/app-utils/prefs.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/business/business-reports/payables.scm,
|
||
branches/swig-redo/src/business/business-reports/receivables.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf.scm,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-piecharts.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-summary.scm,
|
||
branches/swig-redo/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/average-balance.scm,
|
||
branches/swig-redo/src/report/standard-reports/balance-sheet.scm,
|
||
branches/swig-redo/src/report/standard-reports/budget.scm,
|
||
branches/swig-redo/src/report/standard-reports/cash-flow.scm,
|
||
branches/swig-redo/src/report/standard-reports/category-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/daily-reports.scm,
|
||
branches/swig-redo/src/report/standard-reports/equity-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/income-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/net-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/standard-reports.scm,
|
||
branches/swig-redo/src/report/standard-reports/transaction.scm,
|
||
branches/swig-redo/src/report/standard-reports/trial-balance.scm:
|
||
Convert AccountType from gwrap to swig. This type had to be done
|
||
by hand for several reasons, most obviously because the same
|
||
guile symbols that are used for account-types are sometimes used
|
||
with other meanings. This conversion was tedious and
|
||
error-prone. This is a potentially risky source of bugs. - Use
|
||
'() instead of #f for the empty object. - Convert the runtime
|
||
code that uses AccountType to use the swig api. - Incidentally
|
||
this fixes an existing bug where the AccountType C<->guile
|
||
mapping was broken, with the effect of no longer showing
|
||
Account-type specific debit/credit column headers in the
|
||
register.
|
||
|
||
2006-10-10 00:06 chris
|
||
|
||
* [r14974] branches/swig-redo/src/engine/Makefile.am,
|
||
branches/swig-redo/src/engine/engine.i,
|
||
branches/swig-redo/src/engine/engine.scm,
|
||
branches/swig-redo/src/engine/gncmod-engine.c: Begin the
|
||
conversion of the engine module from gwrap to swig. - Add the
|
||
interface definition. - Build and load the swig module. (Unlike
|
||
other commits, gwrap is not removed yet, so that there are fully
|
||
functional intermediate states.)
|
||
|
||
2006-10-10 00:05 chris
|
||
|
||
* [r14973] branches/swig-redo/src/engine/Account.h,
|
||
branches/swig-redo/src/engine/Group.c,
|
||
branches/swig-redo/src/engine/Group.h,
|
||
branches/swig-redo/src/engine/Query.c,
|
||
branches/swig-redo/src/engine/Query.h,
|
||
branches/swig-redo/src/engine/Transaction.h,
|
||
branches/swig-redo/src/engine/engine-helpers.c,
|
||
branches/swig-redo/src/engine/engine-helpers.h,
|
||
branches/swig-redo/src/engine/glib-helpers.c,
|
||
branches/swig-redo/src/engine/glib-helpers.h,
|
||
branches/swig-redo/src/engine/gnc-budget.h,
|
||
branches/swig-redo/src/engine/gnc-commodity.c,
|
||
branches/swig-redo/src/engine/gnc-commodity.h,
|
||
branches/swig-redo/src/engine/gnc-pricedb.c,
|
||
branches/swig-redo/src/engine/gnc-pricedb.h,
|
||
branches/swig-redo/src/gnome-utils/gnc-file.c,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm:
|
||
Prepare the engine module for swigification. - Remove undefined
|
||
functions - Use more specific types for GList-of-objects. - Use
|
||
gboolean instead of int in some appropriate places. - Convert
|
||
some macros to functions. - Implement gnc_scm_to_gslist_string()
|
||
and publicize gnc_query_scm2path(), both of which will be useful
|
||
for type-mapping. - Use #t/#f instead of 1/0 in some guile code.
|
||
|
||
2006-10-10 00:04 chris
|
||
|
||
* [r14972]
|
||
branches/swig-redo/src/app-utils/kvp-option-registry.scm: Delete
|
||
kvp-option-registry.scm left-over from last commit.
|
||
|
||
2006-10-10 00:03 chris
|
||
|
||
* [r14971] branches/swig-redo/src/app-utils/app-utils.i,
|
||
branches/swig-redo/src/app-utils/app-utils.scm,
|
||
branches/swig-redo/src/app-utils/kvp-option-registry.scm,
|
||
branches/swig-redo/src/app-utils/option-util.c,
|
||
branches/swig-redo/src/app-utils/option-util.h,
|
||
branches/swig-redo/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
branches/swig-redo/src/business/business-utils/business-prefs.scm,
|
||
branches/swig-redo/src/gnome-utils/gnome-utils.scm,
|
||
branches/swig-redo/src/tax/us/txf-de_DE.scm: Move the KVP option
|
||
registry implementation from guile into C. - Unwrap some
|
||
C->guile->C round-trips. - This removes a dependence on the
|
||
gwrap-provided representation of a wrapped QofIdType.
|
||
|
||
2006-10-10 00:02 chris
|
||
|
||
* [r14970] branches/swig-redo/src/bin/gnucash-bin.c,
|
||
branches/swig-redo/src/engine/engine-utilities.scm,
|
||
branches/swig-redo/src/scm/price-quotes.scm: Move all of the
|
||
Session handling for the price-quotes loading from guile to C.
|
||
(This is only related to swigification insofar as it removes the
|
||
need to wrap some Backend code.)
|
||
|
||
2006-10-10 00:01 chris
|
||
|
||
* [r14969] branches/swig-redo/src/app-utils/gfec.c,
|
||
branches/swig-redo/src/app-utils/gfec.h,
|
||
branches/swig-redo/src/bin/gnucash-bin.c,
|
||
branches/swig-redo/src/gnome/top-level.c,
|
||
branches/swig-redo/src/scm/main-window.scm: Move the code that
|
||
loads old-style state files from guile into C. Move some file
|
||
evaluation code from gnucash-bin.c into gfec.c. (This is only
|
||
related to swigification insofar as it removes the need to wrap
|
||
some Session code.)
|
||
|
||
2006-10-10 00:00 chris
|
||
|
||
* [r14968] branches/swig-redo/src/app-utils/c-interface.scm,
|
||
branches/swig-redo/src/app-utils/date-utilities.scm,
|
||
branches/swig-redo/src/app-utils/gw-app-utils-spec.scm,
|
||
branches/swig-redo/src/app-utils/options.scm,
|
||
branches/swig-redo/src/business/business-reports/aging.scm,
|
||
branches/swig-redo/src/business/business-reports/fancy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/business/business-utils/business-options.scm,
|
||
branches/swig-redo/src/gnome-utils/gnome-utils.scm,
|
||
branches/swig-redo/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/swig-redo/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-guess-map.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-bank-xtn-import.scm,
|
||
branches/swig-redo/src/import-export/qif-io-core/qif-invst-xtn-import.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
branches/swig-redo/src/report/locale-specific/us/taxtxf.scm,
|
||
branches/swig-redo/src/report/report-system/commodity-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/html-acct-table.scm,
|
||
branches/swig-redo/src/report/report-system/html-style-info.scm,
|
||
branches/swig-redo/src/report/report-system/html-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/options-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-piecharts.scm,
|
||
branches/swig-redo/src/report/standard-reports/account-summary.scm,
|
||
branches/swig-redo/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/average-balance.scm,
|
||
branches/swig-redo/src/report/standard-reports/balance-sheet.scm,
|
||
branches/swig-redo/src/report/standard-reports/budget.scm,
|
||
branches/swig-redo/src/report/standard-reports/cash-flow.scm,
|
||
branches/swig-redo/src/report/standard-reports/category-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/daily-reports.scm,
|
||
branches/swig-redo/src/report/standard-reports/equity-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/general-journal.scm,
|
||
branches/swig-redo/src/report/standard-reports/income-statement.scm,
|
||
branches/swig-redo/src/report/standard-reports/net-barchart.scm,
|
||
branches/swig-redo/src/report/standard-reports/portfolio.scm,
|
||
branches/swig-redo/src/report/standard-reports/price-scatter.scm,
|
||
branches/swig-redo/src/report/standard-reports/register.scm,
|
||
branches/swig-redo/src/report/standard-reports/transaction.scm,
|
||
branches/swig-redo/src/report/standard-reports/trial-balance.scm,
|
||
branches/swig-redo/src/report/utility-reports/hello-world.scm,
|
||
branches/swig-redo/src/scm/main-window.scm,
|
||
branches/swig-redo/src/scm/price-quotes.scm: Automated rename of
|
||
swig-wrapped app-utils functions to their swig-names.
|
||
s/gnc:get-current-group)/gnc-get-current-group)/g
|
||
s/gnc:get-current-book/gnc-get-current-book/g
|
||
s/gnc:gettext-helper/gnc-gettext-helper/g
|
||
s/gnc:option-db-/gnc-option-db-/g
|
||
s/gnc:default-currency/gnc-default-currency/g
|
||
s/gnc:default-report-currency/gnc-default-report-currency/g
|
||
s/gnc:default-print-info/gnc-default-print-info/g
|
||
s/gnc:option-invoke-callback/gncp_option_invoke_callback/g
|
||
s/gnc:locale-default-iso-currency-code/gnc-locale-default-iso-currency-code/g
|
||
s/gnc:account-get-full-name/gnc-account-get-full-name/g
|
||
s/gnc:commodity-print-info/gnc-commodity-print-info/g
|
||
s/gnc:account-print-info/gnc-account-print-info/g
|
||
s/gnc:share-print-info-places/gnc-share-print-info-places/g
|
||
s/gnc:account-reverse-balance?/gnc-reverse-balance/g
|
||
s/gnc:is-euro-currency/gnc-is-euro-currency/g
|
||
s/gnc:convert-to-euro/gnc-convert-to-euro/g
|
||
s/gnc:convert-from-euro/gnc-convert-from-euro/g
|
||
s/gnc:commodity-table-get-quotable-commodities-info/gnc-commodity-table-get-quotable-commodities/g
|
||
s/gnc:accounting-period-start/gnc-accounting-period-fiscal-start/g
|
||
s/gnc:accounting-period-end/gnc-accounting-period-fiscal-end/g
|
||
s/gnc:amount->string/xaccPrintAmount/g
|
||
|
||
2006-10-09 23:59 chris
|
||
|
||
* [r14967] branches/swig-redo/src/app-utils/app-utils.scm,
|
||
branches/swig-redo/src/app-utils/option-util.c,
|
||
branches/swig-redo/src/app-utils/option-util.h: Convert runtime
|
||
code from gwrap to swig api. Also, publicize
|
||
gnc_option_db_register_option() and load the swig module instead
|
||
of the gwrap module from guile.
|
||
* [r14966] branches/swig-redo/src/app-utils/Makefile.am,
|
||
branches/swig-redo/src/app-utils/app-utils.i,
|
||
branches/swig-redo/src/app-utils/gncmod-app-utils.c: Begin to
|
||
convert the app-utils module from gwrap to swig. Add the
|
||
interface definition. Build and load the swig module.
|
||
|
||
2006-10-09 23:58 chris
|
||
|
||
* [r14965]
|
||
branches/swig-redo/src/business/business-gnome/business-gnome.scm,
|
||
branches/swig-redo/src/business/business-reports/business-reports.scm,
|
||
branches/swig-redo/src/gnome-utils/gnome-utils.scm,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.scm,
|
||
branches/swig-redo/src/report/report-system/html-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm,
|
||
branches/swig-redo/src/report/report-system/report.scm,
|
||
branches/swig-redo/src/report/standard-reports/budget.scm,
|
||
branches/swig-redo/src/report/standard-reports/cash-flow.scm,
|
||
branches/swig-redo/src/report/utility-reports/hello-world.scm,
|
||
branches/swig-redo/src/report/utility-reports/test-graphing.scm,
|
||
branches/swig-redo/src/report/utility-reports/view-column.scm,
|
||
branches/swig-redo/src/scm/main-window.scm,
|
||
branches/swig-redo/src/scm/price-quotes.scm,
|
||
branches/swig-redo/src/scm/printing/print-check.scm: Automated
|
||
rename of swig-wrapped guile-utils functions to their
|
||
swig-names. s/gnc:option-dialog-new/gnc-options-dialog-new/g
|
||
s/gnc:option-dialog-destroy/gnc-options-dialog-destroy/g
|
||
s/gnc:option-dialog-build-contents/gnc-options-dialog-build-contents/g
|
||
s/gnc:option-dialog-set-callbacks/gnc-options-dialog-set-scm-callbacks/g
|
||
s/gnc:print-session/gnc-print-session/g
|
||
s/gnc:error-dialog/gnc-error-dialog/g
|
||
s/gnc:verify-dialog/gnc-verify-dialog/g
|
||
s/gnc:info-dialog/gnc-info-dialog/g
|
||
s/gnc:warning-dialog/gnc-warning-dialog/g
|
||
s/gnc:add-extension/gnc-add-scm-extension/g
|
||
s/gnc:html-encode-string/gnc-html-encode-string/g
|
||
s/gnc:html-build-url/gnc-build-url/g
|
||
s/gnc:set-busy-cursor/gnc-set-busy-cursor/g
|
||
s/gnc:unset-busy-cursor/gnc-unset-busy-cursor/g
|
||
s/gnc:window-show-progress/gnc-window-show-progress/g
|
||
s/gnc:ui-is-running?/gnucash-ui-is-running/g
|
||
s/gnc:url-type-customer/URL-TYPE-CUSTOMER/g
|
||
s/gnc:url-type-file/URL-TYPE-FILE/g
|
||
s/gnc:url-type-jump/URL-TYPE-JUMP/g
|
||
s/gnc:url-type-http/URL-TYPE-HTTP/g
|
||
s/gnc:url-type-ftp/URL-TYPE-FTP/g
|
||
s/gnc:url-type-secure/URL-TYPE-SECURE/g
|
||
s/gnc:url-type-register/URL-TYPE-REGISTER/g
|
||
s/gnc:url-type-accttree/URL-TYPE-ACCTTREE/g
|
||
s/gnc:url-type-report/URL-TYPE-REPORT/g
|
||
s/gnc:url-type-options/URL-TYPE-OPTIONS/g
|
||
s/gnc:url-type-scheme/URL-TYPE-SCHEME/g
|
||
s/gnc:url-type-help/URL-TYPE-HELP/g
|
||
s/gnc:url-type-xmldata/URL-TYPE-XMLDATA/g
|
||
s/gnc:url-type-price/URL-TYPE-PRICE/g
|
||
s/gnc:url-type-other/URL-TYPE-OTHER/g
|
||
|
||
2006-10-09 23:57 chris
|
||
|
||
* [r14964] branches/swig-redo/src/gnome-utils/dialog-options.c,
|
||
branches/swig-redo/src/gnome-utils/dialog-options.h,
|
||
branches/swig-redo/src/gnome-utils/gnc-html.h,
|
||
branches/swig-redo/src/gnome-utils/gnc-main-window.c,
|
||
branches/swig-redo/src/gnome-utils/gnc-main-window.h,
|
||
branches/swig-redo/src/gnome-utils/gnc-plugin-menu-additions.c,
|
||
branches/swig-redo/src/gnome-utils/gnome-utils.scm,
|
||
branches/swig-redo/src/gnome/dialog-price-edit-db.c,
|
||
branches/swig-redo/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/swig-redo/src/import-export/qif-import/qif-parse.scm,
|
||
branches/swig-redo/src/report/report-gnome/dialog-column-view.c,
|
||
branches/swig-redo/src/report/report-gnome/dialog-style-sheet.c,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.i,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.scm,
|
||
branches/swig-redo/src/report/report-gnome/window-report.c,
|
||
branches/swig-redo/src/scm/price-quotes.scm: More converting of
|
||
the gnome-utils module from gwrap to swig. Rename
|
||
gnc_build_options_dialog_contents() to
|
||
gnc_options_dialog_build_contents() for consistency. Remove some
|
||
undefined functions. Privatize a #define. Convert runtime code
|
||
from gwrap to swig. Use '() instead of #f for the empty object.
|
||
Remove some temporary swig<->gwrap typemaps that are no longer
|
||
needed.
|
||
|
||
2006-10-09 23:56 chris
|
||
|
||
* [r14963] branches/swig-redo/src/gnome-utils/Makefile.am,
|
||
branches/swig-redo/src/gnome-utils/gncmod-gnome-utils.c,
|
||
branches/swig-redo/src/gnome-utils/gnome-utils.i,
|
||
branches/swig-redo/src/report/report-system/report-utilities.scm:
|
||
Convert the gnome-utils module from gwrap to swig. Add the
|
||
interface definition. Build and load the swig module. Use ""
|
||
instead of #f to represent an empty string.
|
||
* [r14962]
|
||
branches/swig-redo/src/report/report-system/Makefile.am,
|
||
branches/swig-redo/src/report/report-system/gnc-report.c,
|
||
branches/swig-redo/src/report/report-system/gnc-report.h,
|
||
branches/swig-redo/src/report/report-system/gncmod-report-system.c,
|
||
branches/swig-redo/src/report/report-system/report-system.i,
|
||
branches/swig-redo/src/report/report-system/report-system.scm,
|
||
branches/swig-redo/src/report/report-system/report.scm,
|
||
branches/swig-redo/src/report/utility-reports/view-column.scm,
|
||
branches/swig-redo/src/report/utility-reports/welcome-to-gnucash.scm:
|
||
Convert the report-system module form gwrap to swig. All at
|
||
once: Add the interface definiton. Convert the runtime code from
|
||
gwrap to swig. Rename wrapped function calls to their
|
||
swig-names. Use '() instead of #f for the empty object. Use gint
|
||
instead of int in gnc-report.[ch]
|
||
|
||
2006-10-09 23:55 chris
|
||
|
||
* [r14961] branches/swig-redo/src/report/report-gnome/Makefile.am,
|
||
branches/swig-redo/src/report/report-gnome/dialog-column-view.c,
|
||
branches/swig-redo/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
branches/swig-redo/src/report/report-gnome/gncmod-report-gnome.c,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.i,
|
||
branches/swig-redo/src/report/report-gnome/report-gnome.scm,
|
||
branches/swig-redo/src/report/report-gnome/window-report.c:
|
||
Convert the report-gnome module from gwrap to swig. All at once:
|
||
Add the interface definition. Convert the runtime code from
|
||
gwrap to swig. Rename wrapped function calls to their swig-names.
|
||
|
||
2006-10-09 23:54 chris
|
||
|
||
* [r14960]
|
||
branches/swig-redo/src/register/register-core/Makefile.am,
|
||
branches/swig-redo/src/register/register-core/gncmod-register-core.c:
|
||
Un-gwrap the register-core module. We don't actually use it, so
|
||
there's no point in swigifying it.
|
||
* [r14959]
|
||
branches/swig-redo/src/import-export/qif-import/qif-file.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-import.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-to-gnc.scm:
|
||
Rename wrapped functions in the gnome module to their
|
||
swig-names. gnc-progress-dialog-new
|
||
gnc-progress-dialog-set-title gnc-progress-dialog-set-heading
|
||
gnc-progress-dialog-set-value gnc-progress-dialog-update
|
||
gnc-progress-dialog-destroy Also, we have to load the swig
|
||
module directly from guile in one case, because our gnome module
|
||
isn't actually a gnucash module. Go figure.
|
||
|
||
2006-10-09 23:53 chris
|
||
|
||
* [r14958] branches/swig-redo/src/app-utils/app-utils.scm,
|
||
branches/swig-redo/src/import-export/qif-import/qif-import.scm,
|
||
branches/swig-redo/src/scm/main.scm,
|
||
branches/swig-redo/src/scm/price-quotes.scm: Convert guile uses
|
||
of the gnome gwrap module to uses of swig. Or just remove the
|
||
usage if it wasn't needed.
|
||
|
||
2006-10-09 23:52 chris
|
||
|
||
* [r14957] branches/swig-redo/src/gnome/Makefile.am,
|
||
branches/swig-redo/src/gnome/gnome.i: Setup the gnome module for
|
||
swig instead of gwrap.
|
||
|
||
2006-10-09 23:51 chris
|
||
|
||
* [r14956]
|
||
branches/swig-redo/src/business/business-core/business-core.scm,
|
||
branches/swig-redo/src/business/business-reports/aging.scm,
|
||
branches/swig-redo/src/business/business-reports/business-reports.scm,
|
||
branches/swig-redo/src/business/business-reports/easy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/fancy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/business/business-utils/business-options.scm:
|
||
Automated rename of swig-wrapped functions for the business
|
||
module: s/gnc:invoice-lookup /gncInvoiceLookupFlip /g
|
||
s/gnc:invoice-get-guid /gncInvoiceReturnGUID /g
|
||
s/gnc:invoice-get-owner /gncInvoiceGetOwner /g
|
||
s/gnc:invoice-get-id /gncInvoiceGetID /g s/gnc:invoice-get-book
|
||
/gncInvoiceGetBook /g s/gnc:invoice-get-posted-lot
|
||
/gncInvoiceGetPostedLot /g s/gnc:invoice-get-posted-txn
|
||
/gncInvoiceGetPostedTxn /g s/gnc:invoice-get-currency
|
||
/gncInvoiceGetCurrency /g s/gnc:invoice-get-date-posted
|
||
/gncInvoiceGetDatePosted /g s/gnc:invoice-get-date-due
|
||
/gncInvoiceGetDateDue /g s/gnc:invoice-get-entries
|
||
/gncInvoiceGetEntries /g s/gnc:invoice-get-billing-id
|
||
/gncInvoiceGetBillingID /g s/gnc:invoice-get-terms
|
||
/gncInvoiceGetTerms /g s/gnc:invoice-get-notes
|
||
/gncInvoiceGetNotes /g s/gnc:invoice-get-invoice-from-lot
|
||
/gncInvoiceGetInvoiceFromLot /g
|
||
s/gnc:invoice-get-invoice-from-txn /gncInvoiceGetInvoiceFromTxn
|
||
/g s/gnc:owner-get-type/gncOwnerGetType/g s/gnc:owner-get-guid
|
||
/gncOwnerReturnGUID /g s/gnc:owner-get-end-owner
|
||
/gncOwnerGetEndOwner /g s/gnc:owner-get-name /gncOwnerGetName /g
|
||
s/gnc:owner-create /gncOwnerCreate /g
|
||
s/gnc:owner-create)/gncOwnerCreate)/g s/gnc:owner-destroy
|
||
/gncOwnerDestroy /g
|
||
s/gnc:owner-init-customer/gncOwnerInitCustomer/g
|
||
s/gnc:owner-init-employee/gncOwnerInitEmployee/g
|
||
s/gnc:owner-init-job/gncOwnerInitJob/g
|
||
s/gnc:owner-init-vendor/gncOwnerInitVendor/g
|
||
s/gnc:owner-get-customer /gncOwnerGetCustomer /g
|
||
s/gnc:owner-get-employee /gncOwnerGetEmployee /g
|
||
s/gnc:owner-get-job /gncOwnerGetJob /g s/gnc:owner-get-vendor
|
||
/gncOwnerGetVendor /g s/gnc:owner-get-owner-from-list
|
||
/gncOwnerGetOwnerFromLot /g s/gnc:owner-copy-into-owner
|
||
/gncOwnerCopy /g s/gnc:owner-is-valid? /gncOwnerIsValid /g
|
||
s/'gnc-owner-customer/GNC-OWNER-CUSTOMER/g
|
||
s/'gnc-owner-vendor/GNC-OWNER-VENDOR/g
|
||
s/'gnc-owner-employee/GNC-OWNER-EMPLOYEE/g
|
||
s/'gnc-owner-job/GNC-OWNER-JOB/g s/(gnc-owner-customer)/(eqv?
|
||
type GNC-OWNER-CUSTOMER)/g s/(gnc-owner-vendor)/(eqv? type
|
||
GNC-OWNER-VENDOR)/g s/(gnc-owner-employee)/(eqv? type
|
||
GNC-OWNER-EMPLOYEE)/g s/(gnc-owner-job)/(eqv? type
|
||
GNC-OWNER-JOB)/g s/'gnc-amount-type-value/GNC-AMT-TYPE-VALUE/g
|
||
s/'gnc-amount-type-percent/GNC-AMT-TYPE-PERCENT/g
|
||
s/gnc:taxtable-lookup /gncTaxTableLookupFlip /g
|
||
s/gnc:taxtable-get-guid /gncTaxTableReturnGUID /g
|
||
s/gnc:vendor-lookup /gncVendorLookupFlip /g s/gnc:vendor-get-id
|
||
/gncVendorGetID /g s/gnc:vendor-get-guid /gncVendorReturnGUID /g
|
||
s/gnc:vendor-get-addr /gncVendorGetAddr /g
|
||
s/gnc:address-get-addr1 /gncAddressGetAddr1 /g
|
||
s/gnc:address-get-addr2 /gncAddressGetAddr2 /g
|
||
s/gnc:address-get-addr3 /gncAddressGetAddr3 /g
|
||
s/gnc:address-get-addr4 /gncAddressGetAddr4 /g
|
||
s/gnc:bill-term-get-description /gncBillTermGetDescription /g
|
||
s/gnc:customer-lookup /gncCustomerLookupFlip /g
|
||
s/gnc:customer-get-id /gncCustomerGetID /g
|
||
s/gnc:customer-get-name /gncCustomerGetName /g
|
||
s/gnc:customer-get-addr /gncCustomerGetAddr /g
|
||
s/gnc:customer-get-shipaddr /gncCustomerGetShipAddr /g
|
||
s/gnc:customer-get-notes /gncCustomerGetNotes /g
|
||
s/gnc:customer-get-currency /gncCustomerGetCurrency /g
|
||
s/gnc:customer-get-id /gncCustomerGetID /g
|
||
s/gnc:customer-get-guid /gncCustomerReturnGUID /g
|
||
s/gnc:employee-lookup /gncEmployeeLookupFlip /g
|
||
s/gnc:employee-get-id /gncEmployeeGetID /g
|
||
s/gnc:employee-get-guid /gncEmployeeReturnGUID /g
|
||
s/gnc:employee-get-addr /gncEmployeeGetAddr /g
|
||
s/gnc:entry-get-date /gncEntryGetDate /g
|
||
s/gnc:entry-get-description /gncEntryGetDescription /g
|
||
s/gnc:entry-get-action /gncEntryGetAction /g
|
||
s/gnc:entry-get-quantity /gncEntryGetQuantity /g
|
||
s/gnc:entry-get-inv-price /gncEntryGetInvPrice /g
|
||
s/gnc:entry-get-inv-discount /gncEntryGetInvDiscount /g
|
||
s/gnc:entry-get-inv-discount-type /gncEntryGetInvDiscountType /g
|
||
s/gnc:entry-get-bill-price /gncEntryGetBillPrice /g
|
||
s/gnc:entry-get-inv-taxable /gncEntryGetInvTaxable /g
|
||
s/gnc:entry-get-inv-tax-table /gncEntryGetInvTaxTable /g
|
||
s/gnc:entry-get-bill-taxable /gncEntryGetBillTaxable /g
|
||
s/gnc:entry-get-bill-tax-table /gncEntryGetBillTaxTable /g
|
||
s/gnc:entry-get-value /gncEntryReturnValue /g
|
||
s/gnc:entry-get-tax-value /gncEntryReturnTaxValue /g
|
||
s/gnc:entry-get-discount-value /gncEntryReturnDiscountValue /g
|
||
s/gnc:entry-get-tax-values /gncEntryReturnTaxValues /g
|
||
s/gnc:entry-get-invoice /gncEntryGetInvoice /g
|
||
s/gnc:entry-get-bill /gncEntryGetBill /g s/gnc:entry-get-Order
|
||
/gncEntryGetOrder /g s/gnc:job-lookup /gncJobLookupFlip /g
|
||
s/gnc:job-get-guid /gncJobReturnGUID /g s/gnc:job-get-owner
|
||
/gncJobGetOwner /g s/gnc:order-get-reference
|
||
/gncOrderGetReference /g
|
||
s/gnc:url-type-customer/URL-TYPE-CUSTOMER/g
|
||
s/gnc:url-type-vendor/URL-TYPE-VENDOR/g
|
||
s/gnc:url-type-employee/URL-TYPE-EMPLOYEE/g
|
||
s/gnc:url-type-invoice/URL-TYPE-INVOICE/g
|
||
s/gnc:url-type-ownerreport/URL-TYPE-OWNERREPORT/g
|
||
s/gnc:url-type-job/URL-TYPE-JOB/g
|
||
|
||
2006-10-09 23:50 chris
|
||
|
||
* [r14955]
|
||
branches/swig-redo/src/business/business-core/business-core.scm,
|
||
branches/swig-redo/src/business/business-reports/business-reports.scm,
|
||
branches/swig-redo/src/business/business-reports/easy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/fancy-invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/invoice.scm,
|
||
branches/swig-redo/src/business/business-reports/owner-report.scm,
|
||
branches/swig-redo/src/business/business-utils/business-options.scm,
|
||
branches/swig-redo/src/business/business-utils/business-prefs.scm:
|
||
Convert guile code in the business module to use swig
|
||
conventions. These conversions were made manually. They involve:
|
||
- using '() instead of "" for the the empty object. - a more
|
||
direct handling of wrapped enumeration values. - loading the
|
||
swig modules instead of the gwrap modules.
|
||
|
||
2006-10-09 23:49 chris
|
||
|
||
* [r14954]
|
||
branches/swig-redo/src/business/business-gnome/business-options-gnome.c,
|
||
branches/swig-redo/src/business/business-gnome/dialog-invoice.c,
|
||
branches/swig-redo/src/business/business-utils/business-options.c:
|
||
Convert all gwrap runtime code into swig code for the business
|
||
module.
|
||
* [r14953]
|
||
branches/swig-redo/src/business/business-core/gncEntry.c,
|
||
branches/swig-redo/src/business/business-core/gncEntry.h,
|
||
branches/swig-redo/src/business/business-core/gncInvoice.c,
|
||
branches/swig-redo/src/business/business-core/gncInvoice.h: Use
|
||
some typedefs to get more specific C typing that coresponds with
|
||
the level of detail that we want to type in guile.
|
||
|
||
2006-10-09 23:48 chris
|
||
|
||
* [r14952]
|
||
branches/swig-redo/src/business/business-core/Makefile.am,
|
||
branches/swig-redo/src/business/business-core/businessmod-core.c,
|
||
branches/swig-redo/src/business/business-core/test/Makefile.am,
|
||
branches/swig-redo/src/business/business-gnome/Makefile.am,
|
||
branches/swig-redo/src/business/business-gnome/business-gnome.scm,
|
||
branches/swig-redo/src/business/business-gnome/businessmod-gnome.c,
|
||
branches/swig-redo/src/business/dialog-tax-table/Makefile.am,
|
||
branches/swig-redo/src/business/dialog-tax-table/dialog-tax-table.scm,
|
||
branches/swig-redo/src/business/dialog-tax-table/gncmod-dialog-tax-table.c:
|
||
Build and initialize swig instead of g-wrap in the business
|
||
modules This includes some temporary use of g-wrap to handle
|
||
some types that aren't converted to swig yet.
|
||
|
||
2006-10-09 23:47 chris
|
||
|
||
* [r14951]
|
||
branches/swig-redo/src/business/business-core/gncBillTerm.h,
|
||
branches/swig-redo/src/business/business-core/gncCustomer.h,
|
||
branches/swig-redo/src/business/business-core/gncInvoice.c,
|
||
branches/swig-redo/src/business/business-core/gncInvoice.h,
|
||
branches/swig-redo/src/business/business-core/gncJob.h,
|
||
branches/swig-redo/src/business/business-core/gncOrder.h,
|
||
branches/swig-redo/src/business/business-core/gncOwner.h:
|
||
Prepare the business code for swigification. Remove some
|
||
undefined functions. Convert some macros to functions.
|
||
Regularize a structure name. Conditionally #ifdef out some yucky
|
||
macros during swig-processing.
|
||
|
||
2006-10-09 23:46 chris
|
||
|
||
* [r14950]
|
||
branches/swig-redo/src/business/business-core/business-core.i,
|
||
branches/swig-redo/src/business/dialog-tax-table/dialog-tax-table.i:
|
||
Add SWIG interface definitions for the business modules.
|
||
|
||
2006-10-09 23:44 chris
|
||
|
||
* [r14949] branches/swig-redo/Makefile.am,
|
||
branches/swig-redo/configure.in,
|
||
branches/swig-redo/macros/ac_pkg_swig.m4,
|
||
branches/swig-redo/src/Makefile.am,
|
||
branches/swig-redo/src/swig-runtime.h: Initial support for SWIG.
|
||
Add a SWIG autoconf macro; add swig to the configure.in; Add the
|
||
SWIG runtime system.
|
||
|
||
2006-10-09 23:05 jsled
|
||
|
||
* [r14948] branches/sx-cleanup/src/app-utils/Makefile.am,
|
||
branches/sx-cleanup/src/app-utils/gnc-sx-instance-model.c,
|
||
branches/sx-cleanup/src/app-utils/gnc-sx-instance-model.h,
|
||
branches/sx-cleanup/src/core-utils/gnc-glib-utils.c,
|
||
branches/sx-cleanup/src/core-utils/gnc-glib-utils.h,
|
||
branches/sx-cleanup/src/gnome-utils/Makefile.am,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal-model.c,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal-model.h,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal-store.c,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal-store.h,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.h,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-sx-instance-dense-cal-adapter.c,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-sx-instance-dense-cal-adapter.h,
|
||
branches/sx-cleanup/src/gnome/Makefile.am,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-editor.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-editor.h,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-from-trans.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.h,
|
||
branches/sx-cleanup/src/gnome/gnc-sx-list-tree-model-adapter.c,
|
||
branches/sx-cleanup/src/gnome/gnc-sx-list-tree-model-adapter.h:
|
||
Break all new classes out into individual files, mostly from
|
||
gnc-plugin-page-sx-list.[ch] and gnc-dense-cal.[ch].
|
||
|
||
2006-10-09 19:47 jsled
|
||
|
||
* [r14947] trunk/ChangeLog, trunk/art, trunk/art/banner.svgz,
|
||
trunk/art/icon.svgz, trunk/art/logo.svgz, trunk/art/splash.svgz:
|
||
Add 2.0 art source files.
|
||
|
||
2006-10-09 16:45 andi5
|
||
|
||
* [r14945] trunk, trunk/src/core-utils/gnc-gconf-utils.c,
|
||
trunk/src/core-utils/gnc-gconf-utils.h,
|
||
trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome/dialog-print-check.c: Lessen restriction of the
|
||
parameter whoami of the gnc_gconf_add/ remove_notification
|
||
functions. Now the pair of section and whoami has to be unique,
|
||
as GncMainWindow adds notifications to two different sections.
|
||
Extends r14675. Remove a superfluous leading slash and doubly
|
||
defined gconf key macros. BP
|
||
* [r14944] trunk, trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_warnings.schemas.in: Remove
|
||
"closing last window" confirmation dialog and corresponding
|
||
warning (reverting r14580). Fixes #355392.
|
||
|
||
2006-10-09 11:45 cstim
|
||
|
||
* [r14940] trunk/src/gnome/druid-hierarchy.c: Avoid markup in
|
||
translatable messages. Bug#360459
|
||
|
||
2006-10-08 16:55 wilddev
|
||
|
||
* [r14936] tags/2.0.2: Tagging the 2.0.2 release of GnuCash
|
||
* [r14935] branches/2.0/ChangeLog, branches/2.0/NEWS,
|
||
branches/2.0/configure.in: update to release 2.0.2
|
||
|
||
2006-10-06 16:17 andi5
|
||
|
||
* [r14933] branches/2.0, branches/2.0/configure.in:
|
||
Unconditionally call AC_CONFIG_HEADERS for libgsf and goffice
|
||
config header files. This way automake and config.status agree
|
||
upon the list of these files. Otherwise, in rare cases, make
|
||
distclean might not remove a file stamp-h5, making distcheck
|
||
fail. approved by warlord. merged from r14932.
|
||
|
||
2006-10-06 16:02 andi5
|
||
|
||
* [r14932] trunk, trunk/configure.in: Unconditionally call
|
||
AC_CONFIG_HEADERS for libgsf and goffice config header files.
|
||
This way automake and config.status agree upon the list of these
|
||
files. Otherwise, in rare cases, make distclean might not remove
|
||
a file stamp-h5, making distcheck fail.
|
||
|
||
2006-10-06 11:48 andi5
|
||
|
||
* [r14931] branches/2.0, branches/2.0/ChangeLog: Add ChangeLog
|
||
entries.
|
||
|
||
2006-10-05 09:30 andi5
|
||
|
||
* [r14930] branches/2.0,
|
||
branches/2.0/src/report/standard-reports/transaction.scm: Quote
|
||
an empty scheme list and avoid crash of transaction report on
|
||
empty session. Fixes #359412. approved by cstim. merged from
|
||
r14926.
|
||
|
||
2006-10-04 21:18 andi5
|
||
|
||
* [r14929] branches/2.0,
|
||
branches/2.0/src/business/business-gnome/schemas/Makefile.am,
|
||
branches/2.0/src/gnome-utils/schemas/Makefile.am,
|
||
branches/2.0/src/gnome/schemas/Makefile.am,
|
||
branches/2.0/src/import-export/hbci/schemas/Makefile.am,
|
||
branches/2.0/src/import-export/schemas/Makefile.am: Fix
|
||
Makefiles for .schemas file installation. srcdir contains the
|
||
.schemas.in files, but not the generated .schemas files. Fixes
|
||
make distcheck. merged from r14925.
|
||
|
||
2006-10-04 13:12 andi5
|
||
|
||
* [r14928] branches/2.0,
|
||
branches/2.0/src/gnome-utils/glade/transfer.glade: Fix for bug
|
||
#359471. Remove the glade hookup of gnc_xfer_dialog_close_cb()
|
||
to the close signal. This callback doesn't handle aborting
|
||
correctly when called directly, but it will behave correctly
|
||
when called indirectly from close_handler(). The "response"
|
||
callback will now be called for all actions that close the
|
||
dialog. merged from r14927.
|
||
|
||
2006-10-04 02:30 chris
|
||
|
||
* [r14927] trunk/src/gnome-utils/glade/transfer.glade: Fix for bug
|
||
#359471. Remove the glade hookup of gnc_xfer_dialog_close_cb()
|
||
to the close signal. This callback doesn't handle aborting
|
||
correctly when called directly, but it will behave correctly
|
||
when called indirectly from close_handler(). The "response"
|
||
callback will now be called for all actions that close the
|
||
dialog.
|
||
|
||
2006-10-03 21:13 andi5
|
||
|
||
* [r14926] trunk,
|
||
trunk/src/report/standard-reports/transaction.scm: Quote an
|
||
empty scheme list and avoid crash of transaction report on empty
|
||
session. Fixes #359412. BP
|
||
|
||
2006-10-03 14:14 cstim
|
||
|
||
* [r14925] trunk/src/business/business-gnome/schemas/Makefile.am,
|
||
trunk/src/gnome-utils/schemas/Makefile.am,
|
||
trunk/src/gnome/schemas/Makefile.am,
|
||
trunk/src/import-export/hbci/schemas/Makefile.am,
|
||
trunk/src/import-export/schemas/Makefile.am: Fix Makefiles for
|
||
.schemas file installation. srcdir contains the .schemas.in
|
||
files, but not the generated .schemas files. Fixes make
|
||
distcheck. BP
|
||
|
||
2006-10-03 09:19 cstim
|
||
|
||
* [r14924] branches/2.0/po/fr.po: Updated French translaction by
|
||
Fabrice Kurz
|
||
|
||
2006-10-02 17:37 andi5
|
||
|
||
* [r14923] trunk, trunk/src/gnome-utils/dialog-account.c: Correct
|
||
account compatibility check with top level account.
|
||
|
||
2006-10-02 14:58 cstim
|
||
|
||
* [r14922] branches/2.0/src/app-utils/test/Makefile.am,
|
||
branches/2.0/src/backend/file/test/Makefile.am,
|
||
branches/2.0/src/bin/test/Makefile.am,
|
||
branches/2.0/src/business/business-core/test/Makefile.am,
|
||
branches/2.0/src/engine/test/Makefile.am,
|
||
branches/2.0/src/import-export/test/Makefile.am,
|
||
branches/2.0/src/network-utils/test/Makefile.am,
|
||
branches/2.0/src/report/locale-specific/us/test/Makefile.am,
|
||
branches/2.0/src/report/report-system/test/Makefile.am,
|
||
branches/2.0/src/report/standard-reports/test/Makefile.am,
|
||
branches/2.0/src/report/stylesheets/test/Makefile.am,
|
||
branches/2.0/src/report/utility-reports/test/Makefile.am: Add
|
||
library dir for test runtime where necessary, as discussed on
|
||
gnucash-devel. Merges from trunk: 11831, 14770, 14771, 14921.
|
||
|
||
2006-10-02 14:02 cstim
|
||
|
||
* [r14921] trunk/src/app-utils/test/Makefile.am,
|
||
trunk/src/bin/test/Makefile.am,
|
||
trunk/src/business/business-core/test/Makefile.am,
|
||
trunk/src/import-export/test/Makefile.am,
|
||
trunk/src/network-utils/test/Makefile.am,
|
||
trunk/src/report/locale-specific/us/test/Makefile.am,
|
||
trunk/src/report/report-system/test/Makefile.am,
|
||
trunk/src/report/standard-reports/test/Makefile.am,
|
||
trunk/src/report/stylesheets/test/Makefile.am,
|
||
trunk/src/report/utility-reports/test/Makefile.am: Add library
|
||
dir for test runtime where necessary, as discussed on
|
||
gnucash-devel
|
||
|
||
2006-10-02 13:12 cstim
|
||
|
||
* [r14920] trunk/src/network-utils/test/Makefile.am: Revert
|
||
r14919; maybe this wasn't the correct fix.
|
||
|
||
2006-10-02 12:13 cstim
|
||
|
||
* [r14919] trunk/src/network-utils/test/Makefile.am: Add library
|
||
dir for test runtime
|
||
|
||
2006-10-02 11:55 cstim
|
||
|
||
* [r14918] trunk/packaging/win32/custom.sh: Update openssl version
|
||
number as reported by Thomas Arildsen
|
||
|
||
2006-10-01 21:22 jsled
|
||
|
||
* [r14917] branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.h,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.h:
|
||
Auto-create support. - add a 'created' state - extend SLR model
|
||
for instance-state sensitivity control (so 'Created'-state
|
||
instances won't be changed) - add a "SLR summary" - hook-up menu
|
||
and book-open hooks for appropriately displaying the SLR dialog
|
||
or an info dialog. Fix bug in temporal instance saving.
|
||
|
||
2006-10-01 21:14 jsled
|
||
|
||
* [r14916] branches/sx-cleanup/src/engine/SchedXaction.c: Be
|
||
defensive.
|
||
|
||
2006-10-01 20:18 cstim
|
||
|
||
* [r14915] branches/2.0/ChangeLog, branches/2.0/po/fr.po: Updated
|
||
French translaction by Fabrice Kurz
|
||
|
||
2006-10-01 20:11 cstim
|
||
|
||
* [r14914] branches/2.0/po/de.po: Small string fix for German
|
||
translation
|
||
|
||
2006-09-30 17:40 jsled
|
||
|
||
* [r14913]
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c,
|
||
branches/sx-cleanup/src/gnome/glade/sched-xact.glade: Fix bug in
|
||
viewing SLR-created transactions; add accel to Review option.
|
||
|
||
2006-09-30 16:56 jsled
|
||
|
||
* [r14912] branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c: Focus
|
||
first unbound variable on SLR dialog "OK" with unbound variables.
|
||
|
||
2006-09-30 15:14 jsled
|
||
|
||
* [r14911] branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c,
|
||
branches/sx-cleanup/src/gnome/glade/sched-xact.glade: Add
|
||
"review created transactions" checkbox, support.
|
||
|
||
2006-09-29 20:10 jsled
|
||
|
||
* [r14910] trunk/src/gnome-utils/search-param.c,
|
||
trunk/src/gnome-utils/search-param.h: missing ">"s
|
||
|
||
2006-09-29 18:55 jsled
|
||
|
||
* [r14909] branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c,
|
||
branches/sx-cleanup/src/gnome/glade/sched-xact.glade,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.h:
|
||
since-last-run variable handling, `remind`er constraints,
|
||
consistency checking, Transaction creation. More model fleshing
|
||
out.
|
||
|
||
2006-09-27 20:36 warlord
|
||
|
||
* [r14908] trunk, trunk/lib/libqof/qof/qofquery.c: Don't pass a
|
||
pointer to a pointer. It's just expecting the pointer.
|
||
|
||
2006-09-27 17:08 warlord
|
||
|
||
* [r14907] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-query-list.c: Initialize sort
|
||
order in query lists. Fixes #357481. merged from r14905.
|
||
|
||
2006-09-27 17:07 warlord
|
||
|
||
* [r14906] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/lib/libqof/qof/qofclass.h,
|
||
branches/2.0/lib/libqof/qof/qofquery.c,
|
||
branches/2.0/lib/libqof/qof/qofquerycore-p.h,
|
||
branches/2.0/lib/libqof/qof/qofquerycore.c,
|
||
branches/2.0/lib/libqof/qof/qofquerycore.h,
|
||
branches/2.0/src/engine/Transaction.c: Add the ability to
|
||
override the default sort (#150799). Override the Transaction
|
||
Number to sort numerically. * lib/libqof/qof/qofclass.h: *
|
||
lib/libqof/qof/qofquery.c: * lib/libqof/qof/qofquerycore-p.h: *
|
||
lib/libqof/qof/qofquerycore.[ch]: - Publish the QofCompareFunc
|
||
prototype. - Add a new QofParam param_compfcn parameter - Change
|
||
QofQuery to use the param_compfcn over the default type compare
|
||
function. - create (and publish) a qof API to compare strings as
|
||
numbers: qof_string_number_compare_func() *
|
||
src/engine/Transaction.c: Assign TRANS_NUM to use
|
||
qof_string_numer_compare_func() approved by cstim merged from
|
||
r14903 and r14904
|
||
|
||
2006-09-27 13:55 andi5
|
||
|
||
* [r14905] trunk, trunk/src/gnome-utils/gnc-query-list.c:
|
||
Initialize sort order in query lists. Fixes #357481. BP
|
||
|
||
2006-09-27 13:46 warlord
|
||
|
||
* [r14904] trunk, trunk/lib/libqof/qof/qofquerycore.c: Missed one
|
||
patch hunk in r14903. We need stdlib.h for strtol().
|
||
|
||
2006-09-27 13:39 warlord
|
||
|
||
* [r14903] trunk, trunk/ChangeLog,
|
||
trunk/lib/libqof/qof/qofclass.h,
|
||
trunk/lib/libqof/qof/qofquery.c,
|
||
trunk/lib/libqof/qof/qofquerycore-p.h,
|
||
trunk/lib/libqof/qof/qofquerycore.c,
|
||
trunk/lib/libqof/qof/qofquerycore.h,
|
||
trunk/src/engine/Transaction.c: Add the ability to override the
|
||
default sort (#150799). Override the Transaction Number to sort
|
||
numerically. * lib/libqof/qof/qofclass.h: *
|
||
lib/libqof/qof/qofquery.c: * lib/libqof/qof/qofquerycore-p.h: *
|
||
lib/libqof/qof/qofquerycore.[ch]: - Publish the QofCompareFunc
|
||
prototype. - Add a new QofParam param_compfcn parameter - Change
|
||
QofQuery to use the param_compfcn over the default type compare
|
||
function. - create (and publish) a qof API to compare strings as
|
||
numbers: qof_string_number_compare_func() *
|
||
src/engine/Transaction.c: Assign TRANS_NUM to use
|
||
qof_string_numer_compare_func()
|
||
|
||
2006-09-27 13:30 warlord
|
||
|
||
* [r14902] trunk, trunk/ChangeLog,
|
||
trunk/lib/libqof/qof/qofbookmerge.c,
|
||
trunk/lib/libqof/qof/qofclass.c,
|
||
trunk/lib/libqof/qof/qofclass.h,
|
||
trunk/lib/libqof/qof/qofquery-deserial.c,
|
||
trunk/lib/libqof/qof/qofquery-serialize.c,
|
||
trunk/lib/libqof/qof/qofquery.c,
|
||
trunk/lib/libqof/qof/qofquerycore.c,
|
||
trunk/lib/libqof/qof/qofquerycore.h,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/lib/libqof/qof/qofsql.c, trunk/lib/libqof/qof/qofutil.c,
|
||
trunk/src/backend/postgres/gncquery.c, trunk/src/engine/Query.c,
|
||
trunk/src/engine/Query.h, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/engine-helpers.c,
|
||
trunk/src/gnome-search/search-core-type.c,
|
||
trunk/src/gnome-search/search-string.c,
|
||
trunk/src/gnome-search/search-string.h: Revert r14892 in order
|
||
to try a different approach.
|
||
|
||
2006-09-26 23:47 warlord
|
||
|
||
* [r14901] trunk, trunk/ChangeLog,
|
||
trunk/lib/libqof/qof/qofquery.c,
|
||
trunk/lib/libqof/qof/qofquery.h: Implement SubQuery
|
||
functionality in QOF: qof_query_run_subquery() Now you can run
|
||
one query off of the results of another query.
|
||
|
||
2006-09-26 22:09 andi5
|
||
|
||
* [r14899] trunk, trunk/src/gnome-utils/dialog-account.c: Ease
|
||
account type changes in the account dialog after OK is clicked.
|
||
Before, we did not enforce compatibility with the parent account
|
||
and suggested to change only children or children and all parent
|
||
accounts up to the top-level one. We do enforce it now and only
|
||
need to look at the children. The filling of the hash of
|
||
(children) account (type) changes has been replaced by showing
|
||
the user a filtered account tree and the types are adjusted
|
||
recursively once the user verified the change. This is another
|
||
attempt to resolve #344966.
|
||
|
||
2006-09-26 22:08 andi5
|
||
|
||
* [r14898] trunk,
|
||
trunk/src/import-export/import-account-matcher.c: Free a list in
|
||
import-account-matcher.c.
|
||
* [r14897] trunk, trunk/src/gnome-utils/dialog-account.c: Make the
|
||
account type list in the account dialog dynamically filtered
|
||
based on compatibility to the parent account. * add
|
||
gnc_account_parent_changed_cb. Filter by valid_types & parent
|
||
compatible types * add aw->preferred_account_type to remember
|
||
what we chose but may not work currently * make valid_types a
|
||
guint32 (was GList*) * last_used_account_type is only set in
|
||
gnc_ui_to_account
|
||
* [r14896] trunk,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.h: f_model is
|
||
not always set in gnc_tree_model_account_types_get_selection
|
||
because of a bug in gtk+ (#357791). Also add
|
||
gnc_tree_model_account_types_get_mask.
|
||
* [r14895] trunk,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.h: Add
|
||
gnc_tree_model_account_types_set_mask and bind mask to the
|
||
filter model instead using it as data of the filter function,
|
||
because those can only be set once per filter.
|
||
|
||
2006-09-26 22:07 andi5
|
||
|
||
* [r14894] trunk, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Account.h: Add xaccAccountTypesCompatibleWith
|
||
and change xaccAccountTypesCompatible to use that.
|
||
* [r14893] trunk, trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c: Revert r14591 (bug
|
||
344966) to prepare another solution.
|
||
|
||
2006-09-26 00:36 warlord
|
||
|
||
* [r14892] trunk, trunk/ChangeLog,
|
||
trunk/lib/libqof/qof/qofbookmerge.c,
|
||
trunk/lib/libqof/qof/qofclass.c,
|
||
trunk/lib/libqof/qof/qofclass.h,
|
||
trunk/lib/libqof/qof/qofquery-deserial.c,
|
||
trunk/lib/libqof/qof/qofquery-serialize.c,
|
||
trunk/lib/libqof/qof/qofquery.c,
|
||
trunk/lib/libqof/qof/qofquerycore.c,
|
||
trunk/lib/libqof/qof/qofquerycore.h,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/lib/libqof/qof/qofsql.c, trunk/lib/libqof/qof/qofutil.c,
|
||
trunk/src/backend/postgres/gncquery.c, trunk/src/engine/Query.c,
|
||
trunk/src/engine/Query.h, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/engine-helpers.c,
|
||
trunk/src/gnome-search/search-core-type.c,
|
||
trunk/src/gnome-search/search-string.c,
|
||
trunk/src/gnome-search/search-string.h: Add a new
|
||
QOF_TYPE_NUMSTRING to add numeric sorts. (#150799). This new
|
||
type is like QOF_TYPE_STRING but it sorts numerically (first)
|
||
and then sorts alphanumerically (by the tail of the number).
|
||
Added the QOF Type, the gnome-search support, and modified
|
||
TRANS_NUM to use the new type.
|
||
|
||
2006-09-25 11:58 cstim
|
||
|
||
* [r14891] branches/2.0/ChangeLog, branches/2.0/po/ne.po: Updated
|
||
complete Nepali translation by Subir Pradhanang et al.
|
||
|
||
2006-09-23 23:46 warlord
|
||
|
||
* [r14890] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome/druid-acct-period.c,
|
||
branches/2.0/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/2.0/src/gnome/window-reconcile.c: disable lot scrubbing
|
||
during Check & Repair (#357370). Lots are supposed to be
|
||
disabled in the 2.0 release until we get the cap-gains code
|
||
working. IMHO the cap-gains code should deal with extra txn
|
||
splits instead of creating additional txns. (approved by chris)
|
||
Merge from r14888.
|
||
* [r14889] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/register/ledger-core/split-register-control.c,
|
||
branches/2.0/src/register/ledger-core/split-register.c,
|
||
branches/2.0/src/register/ledger-core/split-register.h: Avoid
|
||
crash from opening transaction in more than one register. Bug
|
||
#347089. In any case where we might be opening the transaction
|
||
and marking it as the pending transaction, check first if it's
|
||
already open. If it is, we assume that it's being edited by
|
||
another register. We report the error and abort the action that
|
||
would have opened the transaction. suspend events around the
|
||
Commit(). (approved by warlord and chris) Merge from r14495 and
|
||
r14887.
|
||
|
||
2006-09-23 22:51 warlord
|
||
|
||
* [r14888] trunk, trunk/ChangeLog,
|
||
trunk/src/gnome/druid-acct-period.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/window-reconcile.c: disable lot scrubbing during
|
||
Check & Repair (#357370). Lots are supposed to be disabled in
|
||
the 2.0 release until we get the cap-gains code working. IMHO
|
||
the cap-gains code should deal with extra txn splits instead of
|
||
creating additional txns. BP
|
||
|
||
2006-09-23 22:31 warlord
|
||
|
||
* [r14887] trunk, trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register.c: suspend events
|
||
around the Commit(). Fixes #347089 when combined with r14495. BP
|
||
|
||
2006-09-23 11:10 cstim
|
||
|
||
* [r14886] branches/2.0/po/de.po: Small update to German
|
||
translation
|
||
|
||
2006-09-23 03:09 warlord
|
||
|
||
* [r14885] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/backend/file/gnc-backend-file.c,
|
||
branches/2.0/src/gnome-utils/gnc-file.c: Do not complain about
|
||
non-existent files if we save to a new file. In pass one we
|
||
ignore the error returned by stat and call qof_session_begin
|
||
with create_if_nonexistent=TRUE for a second run. Merge from
|
||
r14865.
|
||
* [r14884] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/lib/libqof/qof/qofbackend.h,
|
||
branches/2.0/src/backend/file/gnc-backend-file.c,
|
||
branches/2.0/src/gnome-utils/gnc-file.c: If the file type wasn't
|
||
recognized, check whether this failed because of no read
|
||
permission and give appropriate user feedback if yes. Feel free
|
||
to adjust the wording. Merge from r14791.
|
||
|
||
2006-09-23 03:08 warlord
|
||
|
||
* [r14883] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/backend/file/gnc-backend-file.c: Fix error
|
||
checking for non-existing filenames. #351351. Will now always
|
||
give a "file not found" message on nonexisting paths or
|
||
filenames. Merge from r14789.
|
||
|
||
2006-09-22 20:26 warlord
|
||
|
||
* [r14882] branches/2.0, branches/2.0/ChangeLog, branches/2.0/src,
|
||
branches/2.0/src/bin/gnucash-bin.c: Adjust the "development
|
||
version" message for the 2.0.1 release. (approved by cstim)
|
||
Merge of r14587.
|
||
|
||
2006-09-22 13:32 cstim
|
||
|
||
* [r14881] trunk/packaging/win32/install.sh: Remove -no-undefined
|
||
from make because configure.in sets it now
|
||
|
||
2006-09-22 13:28 cstim
|
||
|
||
* [r14880] trunk/configure.in: Add -no-undefined to LDFLAGS
|
||
because libtool on Windows requires this argument and we fulfil
|
||
it anyway
|
||
|
||
2006-09-21 19:14 cstim
|
||
|
||
* [r14879] trunk/packaging/win32/install.sh: Add more path
|
||
elements when creating the win32 startup scripts
|
||
|
||
2006-09-21 10:05 cstim
|
||
|
||
* [r14877] trunk/packaging/win32/install.sh: Revert last change
|
||
when perl modifies in-place - that doesn't work on windows
|
||
|
||
2006-09-20 08:42 cstim
|
||
|
||
* [r14876] branches/2.0, branches/2.0/packaging/gnucash.spec.in:
|
||
Add pixmaps to RPM. Fixes #355695. Back-ported from r14839.
|
||
|
||
2006-09-20 08:41 cstim
|
||
|
||
* [r14875] branches/2.0, branches/2.0/packaging/gnucash.spec.in:
|
||
We don't have a mime-info. Fixes #355676. Back-ported from
|
||
r14838.
|
||
|
||
2006-09-20 08:40 cstim
|
||
|
||
* [r14874] branches/2.0, branches/2.0/packaging/gnucash.spec.in:
|
||
RPM Build Requires libtool-ltdl-devel. Fixes #355656.
|
||
Back-ported from r14837.
|
||
|
||
2006-09-19 19:02 cstim
|
||
|
||
* [r14873] trunk/src/import-export/hbci/gnc-plugin-hbci-ui.xml,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci.c: Add mt942 and
|
||
CSV file types for aqbanking import
|
||
|
||
2006-09-19 18:50 cstim
|
||
|
||
* [r14872] trunk/src/import-export/hbci/Makefile.am,
|
||
trunk/src/import-export/hbci/gnc-dtaus-import.c,
|
||
trunk/src/import-export/hbci/gnc-dtaus-import.h,
|
||
trunk/src/import-export/hbci/gnc-file-aqb-import.c,
|
||
trunk/src/import-export/hbci/gnc-file-aqb-import.h,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci.c: Move
|
||
gnc-dtaus-import.[hc] files to filename gnc-file-aqb-import.[hc]
|
||
because these are not limited to dtaus import.
|
||
|
||
2006-09-19 18:44 cstim
|
||
|
||
* [r14871] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/mt940/Makefile.am,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.h,
|
||
trunk/src/import-export/mt940/gnc-plugin-mt940-ui.xml,
|
||
trunk/src/import-export/mt940/gnc-plugin-mt940.c,
|
||
trunk/src/import-export/mt940/gnc-plugin-mt940.h,
|
||
trunk/src/import-export/mt940/gncmod-mt940-import.c: Remove
|
||
mt940 module completely from the build and SVN because all of
|
||
its functionality has been moved into the hbci (aqbanking)
|
||
module.
|
||
|
||
2006-09-19 11:00 cstim
|
||
|
||
* [r14870] trunk/packaging/win32/install.sh: Properly detect
|
||
installed or uninstalled expat. Propose packaging command for
|
||
cross-compiled gnucash.
|
||
|
||
2006-09-19 09:03 cstim
|
||
|
||
* [r14869] trunk/src/engine/binreloc.c: Eventually implement full
|
||
relocation functionality on win32 as well.
|
||
|
||
2006-09-19 08:59 cstim
|
||
|
||
* [r14868] trunk/src/engine/gnc-engine.c: Revert r14862 here
|
||
because the initialization from gnucash-bin.c is also sufficient
|
||
for win32.
|
||
|
||
2006-09-19 03:15 hampton
|
||
|
||
* [r14867] trunk/src/engine/binreloc.c: Eliminate some compile
|
||
warnings.
|
||
|
||
2006-09-19 00:56 andi5
|
||
|
||
* [r14866] trunk/ChangeLog, trunk/src/gnome-search/search.glade,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/commodities.glade,
|
||
trunk/src/gnome/glade/price.glade,
|
||
trunk/src/gnome/glade/stocks.glade: Use some more automatic
|
||
scrollbars in GtkScrolledWindow's.
|
||
|
||
2006-09-19 00:52 andi5
|
||
|
||
* [r14865] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/gnome-utils/gnc-file.c: Do not complain about
|
||
non-existent files if we save to a new file. In pass one we
|
||
ignore the error returned by stat and call qof_session_begin
|
||
with create_if_nonexistent=TRUE for a second run. BP
|
||
|
||
2006-09-18 20:58 cstim
|
||
|
||
* [r14864] trunk/src/engine/binreloc.c: Unfortunately binreloc
|
||
doesn't have program code for Windows. Will be added later.
|
||
|
||
2006-09-18 20:49 cstim
|
||
|
||
* [r14863] trunk/packaging/win32/install.sh: Binreloc needs
|
||
explicit configure argument on cross-compile
|
||
|
||
2006-09-18 20:43 cstim
|
||
|
||
* [r14862] trunk/ChangeLog, trunk/Makefile.am, trunk/configure.in,
|
||
trunk/macros/binreloc.m4, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/engine/Makefile.am, trunk/src/engine/binreloc.c,
|
||
trunk/src/engine/binreloc.h, trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-path.c, trunk/src/engine/gncla-dir.h.in:
|
||
Implement automatic relocation of previously compiled-in paths.
|
||
With the exception of the env variables in src/bin/gnucash we're
|
||
fully relocatable now.
|
||
|
||
2006-09-18 19:57 cstim
|
||
|
||
* [r14861] trunk/packaging/win32/install.sh: Fix erroneous
|
||
cross-compiling g-wrap args
|
||
|
||
2006-09-18 19:10 cstim
|
||
|
||
* [r14860] trunk/configure.in, trunk/packaging/win32/install.sh:
|
||
Also allow user-defined overrides for g-wrap. Necessary if
|
||
build-time g-wrap is different from the run-time one during
|
||
cross-compile.
|
||
|
||
2006-09-18 16:16 cstim
|
||
|
||
* [r14859] trunk/packaging/win32/install.sh: Forgot one step
|
||
necessary for guile and cross-compiling.
|
||
|
||
2006-09-18 16:11 cstim
|
||
|
||
* [r14858] trunk/packaging/win32/README,
|
||
trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Fully explain a cross-compile
|
||
build of gnucash/mingw32 on Linux.
|
||
|
||
2006-09-18 15:45 cstim
|
||
|
||
* [r14857] trunk/configure.in: Allow the user to override the
|
||
guile flags. Necessary when build-time guile and run-time guile
|
||
are different, i.e. when cross-compiling.
|
||
|
||
2006-09-18 15:31 cstim
|
||
|
||
* [r14856] trunk/macros/legacy_macros.m4: Small cleanup for crufty
|
||
guile version check macro
|
||
|
||
2006-09-18 09:50 cstim
|
||
|
||
* [r14855] trunk/packaging/win32/README,
|
||
trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Convert shell scripts from DOS
|
||
CR-LF linefeeds to unix LF.
|
||
|
||
2006-09-17 13:45 cstim
|
||
|
||
* [r14854] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: More cross-compile
|
||
preparations - goffice needs a cross-compile libtool as well.
|
||
|
||
2006-09-17 11:03 cstim
|
||
|
||
* [r14853] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: More cross-compile
|
||
preparations.
|
||
|
||
2006-09-16 18:56 jsled
|
||
|
||
* [r14852] branches/sx-cleanup/ChangeLog,
|
||
branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/engine/SchedXaction.h,
|
||
branches/sx-cleanup/src/gnome/Makefile.am,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-editor.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.h,
|
||
branches/sx-cleanup/src/gnome/dialog-sxsincelast.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sxsincelast.h,
|
||
branches/sx-cleanup/src/gnome/glade/sched-xact.glade,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.h: New,
|
||
simplified implementation of the SinceLastRun dialog. Extensions
|
||
of GncSxInstanceModel to support (variable parsing, single/flat
|
||
upcoming-instance list). 2006-09-16 Joshua Sled
|
||
<jsled@asynchronous.org> * src/gnome/gnc-plugin-page-sx-list.c
|
||
(sxsl_get_sx_vars): Add variable extraction to instance-model
|
||
creation. The GncSxInstances now has a hashtable of variables
|
||
parsed from the formula, and the GncSxInstance has a copy of
|
||
that variables hash. Not finished, but mostly in place. *
|
||
src/gnome/dialog-sx-since-last-run.c: New, simplified version of
|
||
the since-last-run dialog. GncSxSlrTreeModelAdapter.
|
||
|
||
2006-09-15 21:11 cstim
|
||
|
||
* [r14851] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Further prepare
|
||
cross-compiling mingw32/gnucash
|
||
|
||
2006-09-15 19:29 cstim
|
||
|
||
* [r14850] trunk/packaging/win32/README,
|
||
trunk/packaging/win32/install.sh: Initial hints on how to start
|
||
a cross-compile
|
||
|
||
2006-09-15 13:41 cstim
|
||
|
||
* [r14849] trunk/packaging/win32/custom.sh: Update openssl URL
|
||
|
||
2006-09-15 11:22 cstim
|
||
|
||
* [r14848] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Add GUILE_CPPFLAGS/LDFLAGS.
|
||
Add optional --host=mingw32 argument if someone tries
|
||
cross-compiling.
|
||
|
||
2006-09-15 10:47 cstim
|
||
|
||
* [r14847] trunk/macros/legacy_macros.m4: Add cross-compiling
|
||
workaround to AC_TRY_RUN
|
||
|
||
2006-09-14 16:27 cstim
|
||
|
||
* [r14846] trunk/configure.in: Add cross-compiling workaround to
|
||
AC_TRY_RUN macros
|
||
|
||
2006-09-14 15:33 cstim
|
||
|
||
* [r14845] trunk/packaging/win32/create_cross_mingw.sh: Add script
|
||
for building a cross-compile mingw toolchain on Linux. Taken
|
||
from http://www.mingw.org/MinGWiki/index.php/BuildMingwCross and
|
||
updated.
|
||
|
||
2006-09-14 10:31 andi5
|
||
|
||
* [r14844] trunk/packaging/win32/install.sh: Install slib to
|
||
another location and avoid the need for the environment variable
|
||
SCHEME_LIBRARY_PATH or another implementation of
|
||
library-vicinity in guile.init. You must have unset this env var
|
||
now. Add g-wrap modules directory to gnucash.bat. GnuCash runs
|
||
equally "well" in- and outside MSYS now for me.
|
||
|
||
2006-09-13 18:35 andi5
|
||
|
||
* [r14843] trunk/packaging/win32/goffice-0.3.0-patch.diff,
|
||
trunk/packaging/win32/install.sh,
|
||
trunk/packaging/win32/intltool-merge: install.sh cleanups, as we
|
||
build-depend on ActivePerl now * remove [no-xml] intltool
|
||
workarounds and intltool-merge fake script * move all goffice
|
||
changes to the patch file
|
||
|
||
2006-09-13 17:11 andi5
|
||
|
||
* [r14842] trunk/packaging/win32/install.sh: Replace 'MS-DOS by
|
||
'ms-dos as software-type in guile.init (slib).
|
||
|
||
2006-09-13 14:22 cstim
|
||
|
||
* [r14841] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci-ui.xml,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci.c,
|
||
trunk/src/import-export/mt940/gnc-plugin-mt940-ui.xml,
|
||
trunk/src/import-export/mt940/gnc-plugin-mt940.c: Move the MT940
|
||
importer action from the mt940 into the hbci plugin because in
|
||
the hbci plugin everything is already there. From now on, MT940
|
||
importing is available as soon as --enable-hbci is switched on.
|
||
The mt940 plugin can be removed from SVN now.
|
||
|
||
2006-09-13 05:17 warlord
|
||
|
||
* [r14839] trunk, trunk/packaging/gnucash.spec.in: Add pixmaps to
|
||
RPM. Fixes #355695. BP
|
||
|
||
2006-09-13 00:12 warlord
|
||
|
||
* [r14838] trunk, trunk/packaging/gnucash.spec.in: We don't have a
|
||
mime-info. Fixes #355676. BP
|
||
|
||
2006-09-12 22:36 warlord
|
||
|
||
* [r14837] trunk, trunk/packaging/gnucash.spec.in: RPM Build
|
||
Requires libtool-ltdl-devel. Fixes #355656. BP
|
||
|
||
2006-09-12 17:26 cstim
|
||
|
||
* [r14836] branches/2.0/po/en_GB.po: Updated British English
|
||
translation by Nigel Titley
|
||
|
||
2006-09-12 13:41 cstim
|
||
|
||
* [r14835] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/engine/Makefile.am, trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-path.c, trunk/src/engine/gnc-path.h,
|
||
trunk/src/engine/gncla-dir.h.in,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c: Fix and clarify path
|
||
names that were mixed up. In particular, two different
|
||
GNC_LIBDIR macros were defined: One in gncla-dir.h as libdir,
|
||
and another one from configure.in as pkglibdir in the CFLAGS.
|
||
This was a big mess. Now the pathnames should all follow
|
||
automake conventions.
|
||
|
||
2006-09-12 07:34 andi5
|
||
|
||
* [r14834] trunk/packaging/win32/install.sh: install.sh: Install
|
||
gconf schema files to
|
||
${GNUCASH_PREFIX}/etc/gconf/gconf.xml.defaults. I suppose this
|
||
is what most distributions do as post-install step. If GnuCash
|
||
and Gnome are not installed to the same prefix (standard), the
|
||
gconf druid will pop up once GnuCash is started. GnuCash will
|
||
automagically add the correct lines to ~/.gconf.path, shut down
|
||
gconfd and load the default values, if you choose the default
|
||
selections. The others seem unadvisable to me for windows, so
|
||
another commit might hide the druid.
|
||
|
||
2006-09-12 07:16 andi5
|
||
|
||
* [r14833] trunk/packaging/win32/install.sh: Build Guile and
|
||
GnuCash by `make LDFLAGS="$SOME_FLAGS -no-undefined"' and avoid
|
||
patching Makefiles and rerunning config.status. Tested on 1
|
||
system so far.
|
||
|
||
2006-09-11 13:50 cstim
|
||
|
||
* [r14832] trunk/packaging/win32/install.sh: Make sure the g-wrap
|
||
files are modified only once
|
||
|
||
2006-09-10 10:55 andi5
|
||
|
||
* [r14831] trunk/packaging/win32/goffice-0.3.0-patch.diff,
|
||
trunk/packaging/win32/install.sh: install.sh fixes: * Rename
|
||
input dll in libz.dll.a from bin/zlib1.dll to zlib1.dll * Add
|
||
AUTOTOOLS_DIR\\bin to PATH of gnucash.bat because
|
||
libgncmodule-0.dll depends on libltdl-3.dll * correct
|
||
goffice/Makefile.am to put libgoffice_{init,shutdown} into
|
||
interface library
|
||
|
||
2006-09-09 23:15 andi5
|
||
|
||
* [r14830] trunk/src/gnome-utils/Makefile.am: Remove gnc-dir.h
|
||
from BUILT_SOURCES
|
||
|
||
2006-09-09 22:34 andi5
|
||
|
||
* [r14829] trunk/packaging/win32/install.sh: install.sh fixes: *
|
||
indent needs libintl-2.dll (copy intl.dll) * add freetype2
|
||
pkg-config file * add GNOME_{CPP,LD}FLAGS for
|
||
inst_{libgsf,goffice,gnucash}
|
||
|
||
2006-09-08 15:51 cstim
|
||
|
||
* [r14828] trunk/packaging/win32/custom.sh: Upgrade Gnome packages
|
||
to lates gnome-2.16 release
|
||
|
||
2006-09-08 15:44 cstim
|
||
|
||
* [r14827] trunk/packaging/win32/install.sh: Fix forgotten
|
||
sub-path of g-wrap
|
||
|
||
2006-09-08 15:18 cstim
|
||
|
||
* [r14826] trunk/src/gnome-utils/gnc-druid-provider-file-gnome.c:
|
||
Fix warning about unused static function if glob.h is unavailable
|
||
|
||
2006-09-08 14:00 cstim
|
||
|
||
* [r14825] trunk/packaging/win32/install.sh: Fix -no-undefined
|
||
flag for g-wrap; fix zlib header flags for gsf
|
||
|
||
2006-09-08 11:04 cstim
|
||
|
||
* [r14824] trunk/src/bin/Makefile.am, trunk/src/bin/i18n.h.in,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-dir.h.in: Remove obsolete/unused
|
||
generated headers; all directory paths are now in
|
||
src/engine/gnc-path.c.
|
||
|
||
2006-09-08 11:02 cstim
|
||
|
||
* [r14823] trunk/src/bin/gnucash-bin.c: Add includes that had been
|
||
included by the obsolete i18n.h header
|
||
|
||
2006-09-07 21:02 cstim
|
||
|
||
* [r14822] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/engine/gnc-engine.c, trunk/src/engine/gnc-path.c,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/druid-gconf-setup.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome/druid-hierarchy.c: Replace every hard-coded
|
||
directory path with the respective call to gnc_path. (Except for
|
||
the qsf and dwi backends, but they are not being maintained
|
||
right now anyway.)
|
||
|
||
2006-09-07 20:37 cstim
|
||
|
||
* [r14821] trunk/ChangeLog, trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/gnc-path.c, trunk/src/engine/gnc-path.h,
|
||
trunk/src/engine/gncla-dir.h.in: Add new file with utility
|
||
functions to retrieve the needed directory paths. All
|
||
compile-time vs. runtime path lookups will be implemented
|
||
exactly in this file.
|
||
|
||
2006-09-07 18:31 cstim
|
||
|
||
* [r14820] trunk/packaging/win32/install.sh: No need to remove
|
||
files during win32 install
|
||
|
||
2006-09-07 16:32 hampton
|
||
|
||
* [r14819] trunk/ChangeLog, trunk/src/backend/postgres/putil.c,
|
||
trunk/src/backend/postgres/test/test-db.c,
|
||
trunk/src/backend/postgres/test/test-load-backend.c,
|
||
trunk/src/backend/postgres/test/test-period.c: Include config.h
|
||
a couple of places.
|
||
|
||
2006-09-07 16:14 hampton
|
||
|
||
* [r14818] trunk/src/engine/gnc-budget.c: Use the glib-compat.h
|
||
file for backward compatible function names.
|
||
|
||
2006-09-07 15:52 cstim
|
||
|
||
* [r14817] trunk/packaging/win32/gnucash.iss.in: Further improve
|
||
setup file creation script
|
||
|
||
2006-09-07 15:49 cstim
|
||
|
||
* [r14816] trunk/packaging/win32/install.sh: After installation,
|
||
try to create a suitable command.com script.
|
||
|
||
2006-09-07 12:49 cstim
|
||
|
||
* [r14815] trunk/packaging/win32/install.sh: Fix automated path
|
||
setup of gnucash script. Should now probably work.
|
||
|
||
2006-09-07 11:55 cstim
|
||
|
||
* [r14814]
|
||
trunk/src/business/business-core/gw-business-core-spec.scm: Add
|
||
include config.h that was missing in g-wrap wrapper.
|
||
|
||
2006-09-07 11:38 cstim
|
||
|
||
* [r14813] trunk/src/engine/gnc-budget.c: Replace deprecated glib
|
||
function if new glib is available
|
||
|
||
2006-09-07 11:08 cstim
|
||
|
||
* [r14812] trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-date-format.c: Need lib/libc for
|
||
missing libc function. Need to include localtime_r to get the
|
||
declaration
|
||
|
||
2006-09-07 10:51 cstim
|
||
|
||
* [r14811] trunk/src/backend/file/gnc-backend-file.c: On Windows,
|
||
before unlink() we need to chmod() the lock file for write
|
||
access.
|
||
|
||
2006-09-06 15:49 cstim
|
||
|
||
* [r14810] trunk/configure.in: Remove duplicate setting of
|
||
platform_win32 automake conditional
|
||
|
||
2006-09-06 15:01 cstim
|
||
|
||
* [r14809] trunk/configure.in, trunk/packaging/win32,
|
||
trunk/packaging/win32/gnucash.iss.in: Add first draft script for
|
||
creating a setup.exe installer package on win32.
|
||
|
||
2006-09-06 12:23 cstim
|
||
|
||
* [r14808] trunk/packaging/win32/install.sh: Further improve
|
||
script-based gnucash building. Added popt include and ldflags
|
||
because ./configure would fail without them.
|
||
|
||
2006-09-06 12:15 cstim
|
||
|
||
* [r14807] trunk/src/gnc-module/gnc-module.c,
|
||
trunk/src/gnc-module/test/test-dynload.c: Get rid of warnings
|
||
from libtool header on windows/mingw32
|
||
|
||
2006-09-06 11:46 cstim
|
||
|
||
* [r14806] trunk/configure.in, trunk/lib/libqof/qof/qofutil.h,
|
||
trunk/macros/legacy_macros.m4: On Windows/mingw32, scanf only
|
||
accepts %I64d for long long integers. Reference that gave me
|
||
this hint: http://acm.pku.edu.cn/JudgeOnline/faq.htm
|
||
|
||
2006-09-06 11:07 cstim
|
||
|
||
* [r14805] trunk/configure.in: Move check for windows platform
|
||
even more up front.
|
||
|
||
2006-09-06 09:35 cstim
|
||
|
||
* [r14804] trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-reports/Makefile.am,
|
||
trunk/src/business/business-utils/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am: Last round of
|
||
Makefile and symlink cleanup. Gnucash should build fine without
|
||
symlinks now.
|
||
|
||
2006-09-06 09:26 cstim
|
||
|
||
* [r14803] trunk/src/bin/gnucash-bin.c: For windows, ignore
|
||
gnc_engine_is_initialized check for now because it doesn't work
|
||
correctly.
|
||
|
||
2006-09-06 09:19 cstim
|
||
|
||
* [r14802] trunk/packaging/win32/install.sh: Include all of my
|
||
known prerequisites to successfully compile gnucash: Fix g-wrap;
|
||
Use -no-undefined properly; Speed up build by excluding tests
|
||
and don't relink; Try to set up paths in script correctly; Speed
|
||
up runtime module loading by excluding dependency_libs.
|
||
|
||
2006-09-05 19:41 cstim
|
||
|
||
* [r14801] trunk/src/engine/gw-kvp-spec.scm: Add last missing
|
||
#include config.h
|
||
|
||
2006-09-05 18:00 cstim
|
||
|
||
* [r14800] trunk/src/app-utils/gnc-account-merge.c,
|
||
trunk/src/app-utils/test/test-print-parse-amount.c,
|
||
trunk/src/app-utils/test/test-print-queries.c,
|
||
trunk/src/app-utils/test/test-scm-query-string.c,
|
||
trunk/src/backend/file/test/test-load-backend.c,
|
||
trunk/src/backend/file/test/test-load-example-account.c,
|
||
trunk/src/backend/file/test/test-load-xml2.c,
|
||
trunk/src/backend/file/test/test-save-in-lang.c,
|
||
trunk/src/backend/file/test/test-xml2-is-file.c,
|
||
trunk/src/business/business-core/file/gncmod-business-backend-file.c,
|
||
trunk/src/business/business-core/test/test-address.c,
|
||
trunk/src/business/business-core/test/test-business.c,
|
||
trunk/src/business/business-core/test/test-customer.c,
|
||
trunk/src/business/business-core/test/test-employee.c,
|
||
trunk/src/business/business-core/test/test-job.c,
|
||
trunk/src/business/business-core/test/test-vendor.c,
|
||
trunk/src/calculation/expression_parser.c,
|
||
trunk/src/engine/Period.c, trunk/src/engine/cashobjects.c,
|
||
trunk/src/engine/gnc-budget.c, trunk/src/engine/gnc-lot.c,
|
||
trunk/src/engine/test/test-commodities.c,
|
||
trunk/src/engine/test/test-date.c,
|
||
trunk/src/engine/test/test-group-vs-book.c,
|
||
trunk/src/engine/test/test-guid.c,
|
||
trunk/src/engine/test/test-load-engine.c,
|
||
trunk/src/engine/test/test-lots.c,
|
||
trunk/src/engine/test/test-numeric.c,
|
||
trunk/src/engine/test/test-object.c,
|
||
trunk/src/engine/test/test-period.c,
|
||
trunk/src/engine/test/test-query.c,
|
||
trunk/src/engine/test/test-querynew.c,
|
||
trunk/src/engine/test/test-resolve-file-path.c,
|
||
trunk/src/engine/test/test-scm-query.c,
|
||
trunk/src/engine/test/test-split-vs-account.c,
|
||
trunk/src/engine/test/test-transaction-reversal.c,
|
||
trunk/src/engine/test/test-transaction-voiding.c,
|
||
trunk/src/gnome-utils/gnc-dialog.c,
|
||
trunk/src/gnome-utils/test/test-gnc-recurrence.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-kvp.c,
|
||
trunk/src/import-export/import-match-map.c,
|
||
trunk/src/import-export/test/test-import-parse.c: Add #include
|
||
config.h at all places where it has been missing.
|
||
|
||
2006-09-05 17:31 cstim
|
||
|
||
* [r14799] trunk/lib/libqof/qof/qofbookmerge.c: Fix missing
|
||
include config.h. Also fix still-used deprecated typedef.
|
||
|
||
2006-09-05 15:50 cstim
|
||
|
||
* [r14798] trunk/lib/libqof/qof/qofutil.h: Error out if none of
|
||
the two SCANF formats are defined in config.h.
|
||
|
||
2006-09-05 14:38 cstim
|
||
|
||
* [r14797] trunk/configure.in: Fix typo that prevented the correct
|
||
error on unrecognized scanf conventions
|
||
|
||
2006-09-05 13:38 cstim
|
||
|
||
* [r14796] trunk/lib/libqof/qof/qofsession.c: For windows, clean
|
||
up error conditions before trying again to load the session.
|
||
|
||
2006-09-04 16:27 cstim
|
||
|
||
* [r14795] trunk/src/app-utils/gnc-ui-util.c: Make sure not to
|
||
pass NULL to PERR() message macro
|
||
|
||
2006-09-04 08:11 andi5
|
||
|
||
* [r14794] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Add Glade-3, as it seems to
|
||
run smoothly with gnome widgets and simply looks good. One day
|
||
someone could try to integrate devhelp.
|
||
|
||
2006-09-03 21:48 andi5
|
||
|
||
* [r14793] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Add ActivePerl. This is a
|
||
download of ~8MB only used by intltool, providing a working
|
||
XML::Parser module, but by far the easiest solution when trying
|
||
to avoid recreating configure scripts with [no-xml]. If it is
|
||
accepted, these adjustments for libgsf, goffice and gnucash can
|
||
be removed.
|
||
|
||
2006-09-03 21:08 andi5
|
||
|
||
* [r14792] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Readd expat-bin
|
||
(xmlparse,xmltok), freetype-dev, jpeg-bin and zlib-dev. Correct
|
||
libxml-2.0.pc.
|
||
|
||
2006-09-03 20:14 cstim
|
||
|
||
* [r14791] trunk/ChangeLog, trunk/lib/libqof/qof/qofbackend.h,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/gnome-utils/gnc-file.c: If the file type wasn't
|
||
recognized, check whether this failed because of no read
|
||
permission and give appropriate user feedback if yes. Feel free
|
||
to adjust the wording. BP
|
||
|
||
2006-09-03 19:54 andi5
|
||
|
||
* [r14790] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Split glade installer into
|
||
small gtk/gnome/other packages, add libglade. Still experimental.
|
||
|
||
2006-09-03 11:07 cstim
|
||
|
||
* [r14789] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c: Fix error checking
|
||
for non-existing filenames. Will now always give a "file not
|
||
found" message on nonexisting paths or filenames. #351351. BP
|
||
|
||
2006-09-03 10:23 cstim
|
||
|
||
* [r14788] trunk/src/backend/file/gnc-backend-file.c: Replace
|
||
hardcoded dir separator by the glib macro
|
||
|
||
2006-09-03 10:13 andi5
|
||
|
||
* [r14787] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Add OpenSSL install function
|
||
as libgnomeui needs libssl32.dll. Add environment variable
|
||
LIBGLADE_MODULE_PATH. glade_require("gnome"); works now, Glade-2
|
||
does not load gnome widgets, GnuCash is untested.
|
||
|
||
2006-09-02 19:19 cstim
|
||
|
||
* [r14786] trunk/lib/libqof/qof/qofsession.c: Fix typo
|
||
|
||
2006-09-02 19:18 cstim
|
||
|
||
* [r14785] trunk/lib/libqof/qof/qofsession.c: For windows, fall
|
||
back to the file backend if a colon was in the URL name.
|
||
|
||
2006-09-02 15:44 cstim
|
||
|
||
* [r14784] trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome/druid-hierarchy.c: Fully specify the correct
|
||
subdirectory for windows; the prefix will be determined at
|
||
runtime
|
||
|
||
2006-09-02 08:52 cstim
|
||
|
||
* [r14783] trunk/src/engine/Makefile.am: Revert r14780; doesn't
|
||
help for mingw/win32.
|
||
|
||
2006-09-01 21:33 andi5
|
||
|
||
* [r14782] trunk/packaging/win32/pi.sh: Add pi.sh, a postinstall
|
||
script of mingw.
|
||
|
||
2006-09-01 21:10 cstim
|
||
|
||
* [r14781] trunk/src/import-export/hbci/gnc-hbci-transfer.c: Fix
|
||
crash when querying data of the already deleted
|
||
template_list_store of the transfer dialog.
|
||
|
||
2006-09-01 20:29 cstim
|
||
|
||
* [r14780] trunk/src/engine/Makefile.am: Use PATH_SEPARATOR
|
||
variable for GUILE_LOAD_PATH for windows.
|
||
|
||
2006-09-01 20:23 cstim
|
||
|
||
* [r14779] trunk/src/engine/Makefile.am: Fix parallel build as
|
||
proposed by Mike Alexander <mta@umich.edu>
|
||
|
||
2006-09-01 15:45 cstim
|
||
|
||
* [r14778] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash.in:
|
||
Use the PATH_SEPARATOR variable from ./configure during path
|
||
creation in script. Necessary for windows ; searchpath separator
|
||
|
||
2006-09-01 15:26 cstim
|
||
|
||
* [r14777] trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/gnc-module/gnc-module.c: Change the searchpath
|
||
separator to glib macro so that on Windows, ';' is used. Also
|
||
clean up more path creation functions.
|
||
|
||
2006-09-01 15:25 cstim
|
||
|
||
* [r14776] trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome/druid-hierarchy.c: For windows, determine glade
|
||
and accounts path at runtime instead of configure time.
|
||
|
||
2006-08-30 16:55 andi5
|
||
|
||
* [r14775] trunk/packaging/win32/install.sh: Fix wget_unpacked in
|
||
install.sh, once again.
|
||
|
||
2006-08-30 16:52 andi5
|
||
|
||
* [r14774] trunk/packaging/win32/install.sh: Added missing
|
||
parameter in wget_unpacked in install.sh.
|
||
|
||
2006-08-30 08:30 andi5
|
||
|
||
* [r14773] trunk/packaging/win32/install.sh: Win32 script: added
|
||
wget_unpacked, $LAST_FILE, corrected --with-modules-dir.
|
||
|
||
2006-08-30 07:15 andi5
|
||
|
||
* [r14772] trunk/packaging/win32/install.sh: Replace set [-+]e
|
||
switching by `if'.
|
||
|
||
2006-08-29 21:00 cstim
|
||
|
||
* [r14771] trunk/src/backend/file/test/Makefile.am: Add more
|
||
library dirs for test runtime.
|
||
|
||
2006-08-29 20:32 cstim
|
||
|
||
* [r14770] trunk/src/engine/test/Makefile.am: Add more library
|
||
dirs for test runtime.
|
||
|
||
2006-08-29 20:31 cstim
|
||
|
||
* [r14769] trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: At runtime one of the gnome
|
||
packages also needs gail.
|
||
|
||
2006-08-29 20:23 cstim
|
||
|
||
* [r14768] trunk/packaging/win32/install.sh: For configuring
|
||
gnucash, add --enable-schemas-install=no. See wiki.
|
||
|
||
2006-08-29 08:18 cstim
|
||
|
||
* [r14767] trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/import-export/qif-io-core/Makefile.am: Next round of
|
||
Makefile symlink cleanup. Scheme files are now symlinked or
|
||
copied into subdirectories gnucash/.
|
||
* [r14766] trunk/src/import-export/Makefile.am: Remove unused
|
||
scm-links section
|
||
|
||
2006-08-29 08:07 cstim
|
||
|
||
* [r14765] trunk/src/bin/Makefile.am: Add missing include
|
||
|
||
2006-08-29 08:05 cstim
|
||
|
||
* [r14764] trunk/src/report/locale-specific/us/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/standard-reports/Makefile.am,
|
||
trunk/src/report/stylesheets/Makefile.am,
|
||
trunk/src/report/utility-reports/Makefile.am: Next round of
|
||
Makefile symlink cleanup. Scheme files are now symlinked or
|
||
copied into subdirectories gnucash/ and g-wrapped/. Also,
|
||
parallel builds should work fine now.
|
||
|
||
2006-08-29 07:48 cstim
|
||
|
||
* [r14763] trunk/src/app-utils/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am, trunk/src/engine/Makefile.am,
|
||
trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am, trunk/src/gnome/Makefile.am,
|
||
trunk/src/register/register-core/Makefile.am: Add missing -f
|
||
flag when symlinking the gw-.scm files
|
||
|
||
2006-08-29 07:29 cstim
|
||
|
||
* [r14762] trunk/src/gnome-utils/Makefile.am: Symlinking
|
||
directories only works on non-win32.
|
||
|
||
2006-08-29 03:28 warlord
|
||
|
||
* [r14761] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/po/POTFILES.skip,
|
||
branches/2.0/src/gnome-utils/Makefile.am: Drop gtktreedatalist
|
||
(and gnctreemodelsort) from the build because it can conflict
|
||
with the real gtk+ version of the same file, depending on the
|
||
linking order of libgncmod-gnome-utils.so and the gtk+
|
||
libraries. Merge from r14709.
|
||
* [r14760] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome/gnc-plugin-page-account-tree.c: Maintain
|
||
the account hierarchy when reparenting the descendants of a
|
||
deleted account. Merge from r14700.
|
||
|
||
2006-08-29 03:27 warlord
|
||
|
||
* [r14759] branches/2.0, branches/2.0/ChangeLog: Update so that
|
||
bug-buddy 2.16 will still allow you to file bugs against
|
||
gnucash. Merge from r14695.
|
||
* [r14758] branches/2.0, branches/2.0/ChangeLog: Add missing call
|
||
to xaccAccountBeginEdit. Merge from r14694.
|
||
* [r14757] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/hbci/dialog-hbcitrans.c,
|
||
branches/2.0/src/import-export/hbci/druid-hbci-initial.c:
|
||
Double-check really every string from aqbanking for valid utf-8
|
||
characters. Merge from r14680.
|
||
* [r14756] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/core-utils/gnc-glib-utils.c,
|
||
branches/2.0/src/core-utils/gnc-glib-utils.h: Add
|
||
gnc_utf8_strip_invalid_strdup() that returns a stripped copy
|
||
instead of working in-place. Merge from r14679.
|
||
* [r14755] branches/2.0,
|
||
branches/2.0/src/report/standard-reports/budget.scm: Mark
|
||
forgotten strings for translation Merge from r14677.
|
||
|
||
2006-08-29 03:26 warlord
|
||
|
||
* [r14754] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/hbci/dialog-hbcitrans.c: Ensure
|
||
the encoding of the ktoblzcheck library is used correctly. Their
|
||
encoding is still always ISO-8859-1, but in future versions they
|
||
might change it to something else. We're prepared now. Merge
|
||
from r14676.
|
||
* [r14753] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/core-utils/gnc-gconf-utils.c,
|
||
branches/2.0/src/core-utils/gnc-gconf-utils.h,
|
||
branches/2.0/src/gnome-utils/dialog-preferences.c,
|
||
branches/2.0/src/gnome-utils/dialog-reset-warnings.c,
|
||
branches/2.0/src/gnome-utils/gnc-main-window.c,
|
||
branches/2.0/src/gnome-utils/gnc-plugin.c,
|
||
branches/2.0/src/gnome-utils/gnc-plugin.h,
|
||
branches/2.0/src/gnome-utils/gnc-tree-view.c: Remove overloading
|
||
of an argument passed to the gnc_gconf_add/remove_notification
|
||
functions.. This will solve a crash on Solaris caused by
|
||
g_vasprintf being passed a "%s" format string and a NULL as
|
||
argument. Merge from r14675.
|
||
|
||
2006-08-28 19:28 cstim
|
||
|
||
* [r14752] trunk/packaging/win32/install.sh: Set g-wrap's module
|
||
dir to Windows syntax. Make sure goffice exports the
|
||
libgoffice_init symbol.
|
||
|
||
2006-08-28 16:31 warlord
|
||
|
||
* [r14751] trunk, trunk/lib/libqof/backend/file/qsf-xml-map.c: and
|
||
one more file needs strptime.h.
|
||
|
||
2006-08-28 16:20 warlord
|
||
|
||
* [r14750] trunk, trunk/lib/libqof/backend/file/qsf-backend.c:
|
||
need to include strptime.h so we get the declaration.
|
||
|
||
2006-08-28 16:05 warlord
|
||
|
||
* [r14749] trunk, trunk/lib/libqof/backend/file/Makefile.am:
|
||
libqof/backend/file needs lib/libc for the missing libc
|
||
functions.
|
||
|
||
2006-08-28 15:42 warlord
|
||
|
||
* [r14748] trunk, trunk/src/app-utils/gw-app-utils-spec.scm:
|
||
re-add gnc:gui-refresh-all, needed by a test, removed by r14619
|
||
|
||
2006-08-28 15:20 cstim
|
||
|
||
* [r14747] trunk/src/app-utils/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am, trunk/src/gnome/Makefile.am,
|
||
trunk/src/register/register-core/Makefile.am,
|
||
trunk/src/scm/Makefile.am, trunk/src/tax/us/Makefile.am: Next
|
||
round of Makefile symlink cleanup. Scheme files are now
|
||
symlinked or copied into subdirectories gnucash/ and g-wrapped/.
|
||
Also, parallel builds should work fine now.
|
||
|
||
2006-08-28 14:51 cstim
|
||
|
||
* [r14746] trunk/lib/guile-www/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am, trunk/src/engine/Makefile.am,
|
||
trunk/src/gnc-module/Makefile.am: First round of Makefile
|
||
symlink cleanup. Scheme files are now symlinked or copied into
|
||
subdirectories gnucash/ and g-wrapped/. This will work on a
|
||
platform without symlinks just fine.
|
||
|
||
2006-08-28 12:34 cstim
|
||
|
||
* [r14745] trunk/src/gnc-test-env: Guile path on win32 needs to be
|
||
separated by ; instead of :.
|
||
|
||
2006-08-28 11:29 cstim
|
||
|
||
* [r14744] trunk/configure.in: Move win32 check out of
|
||
libgsf-1.12.3 configure section into the general configure
|
||
section
|
||
|
||
2006-08-28 09:31 cstim
|
||
|
||
* [r14743] trunk/configure.in,
|
||
trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/lib/libqof/qof/Makefile.am, trunk/src/engine/Makefile.am,
|
||
trunk/src/gnome-search/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/qif/Makefile.am: Add REGEX_LIBS linker
|
||
flag that is needed on win32 platform
|
||
|
||
2006-08-28 08:56 cstim
|
||
|
||
* [r14742] trunk/packaging/win32/install.sh: Add CFLAGS which, if
|
||
missing, would cause non-exported symbols. See wiki page.
|
||
|
||
2006-08-27 19:49 cstim
|
||
|
||
* [r14741] trunk/packaging/win32/install.sh: On win32, LDFLAGS
|
||
need to contain -no-undefined to get DLLs built.
|
||
|
||
2006-08-27 12:45 cstim
|
||
|
||
* [r14740] trunk/packaging/win32/install.sh: Add more env
|
||
variables to configure so that rerunning configure works even
|
||
outside of install.sh
|
||
|
||
2006-08-27 02:01 andi5
|
||
|
||
* [r14739] trunk/packaging/win32/goffice-0.3.0-patch.diff: One
|
||
more patch fix
|
||
|
||
2006-08-27 01:29 andi5
|
||
|
||
* [r14738] trunk/packaging/win32/goffice-0.3.0-patch.diff: Correct
|
||
last patch.
|
||
|
||
2006-08-27 01:17 warlord
|
||
|
||
* [r14737] trunk, trunk/packaging/win32/goffice-0.3.0-patch.diff,
|
||
trunk/packaging/win32/install.sh: Patch goffice to deal properly
|
||
with goffice.def
|
||
|
||
2006-08-27 01:16 warlord
|
||
|
||
* [r14736] trunk, trunk/packaging/win32/install.sh: modify the
|
||
goffice.def later in the build.
|
||
|
||
2006-08-27 00:29 andi5
|
||
|
||
* [r14735] trunk/packaging/win32/README,
|
||
trunk/packaging/win32/install.sh: Make the win32 script run even
|
||
from outside of the its directory.
|
||
|
||
2006-08-26 23:11 warlord
|
||
|
||
* [r14734] trunk, trunk/packaging/win32/install.sh: Don't
|
||
arbitrarily change configure.in. This changeset lets us run this
|
||
script multiple times and it wont break configure.in.
|
||
|
||
2006-08-26 23:06 warlord
|
||
|
||
* [r14733] trunk, trunk/packaging/win32/install.sh: revert back to
|
||
checking for libgoffice-0.3.pc
|
||
|
||
2006-08-26 22:59 warlord
|
||
|
||
* [r14732] trunk, trunk/configure.in: Check for libgoffice-0.3
|
||
before libgoffice-1. (So we find "native" goffice-0.3.x on win32
|
||
|
||
2006-08-26 21:22 warlord
|
||
|
||
* [r14731] trunk, trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh,
|
||
trunk/packaging/win32/intltool-merge: Get goffice building
|
||
properly. - make sure it will build dynamically - remove unknown
|
||
symbols - fix the intltool-merge problem by replacing
|
||
intltool-merge
|
||
|
||
2006-08-26 19:26 jsled
|
||
|
||
* [r14730] branches/sx-cleanup/ChangeLog: missed in last commit.
|
||
|
||
2006-08-26 19:03 cstim
|
||
|
||
* [r14729] trunk/packaging/win32/install.sh: Revert libgoffice
|
||
pkgconfig filename change. Add CFLAGS at gnucash configure.
|
||
|
||
2006-08-26 08:53 cstim
|
||
|
||
* [r14728] trunk/packaging/win32/install.sh: Fix version number of
|
||
libgoffice pc file
|
||
|
||
2006-08-26 06:03 warlord
|
||
|
||
* [r14727] trunk, trunk/packaging/win32/install.sh: msys sed
|
||
doesn't understand "-i". Work around that.
|
||
|
||
2006-08-26 05:31 warlord
|
||
|
||
* [r14726] trunk, trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/goffice-0.3.0-patch.diff,
|
||
trunk/packaging/win32/install.sh: More updates to the win32
|
||
build script. - We need autotools before libgsf - update the
|
||
goffice build rule (but still not enabled) - add the goffice
|
||
patch. Expand the patch. - turn off the INTLTOOL_XML_RULE in the
|
||
goffice makefiles.
|
||
|
||
2006-08-26 03:30 warlord
|
||
|
||
* [r14725] trunk, trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Add script code to build
|
||
libgsf -- tested and works for me. Add script code to build
|
||
goffice (not enabled, yet).
|
||
|
||
2006-08-26 01:48 warlord
|
||
|
||
* [r14724] trunk, trunk/packaging/win32/install.sh: Be smarter
|
||
about handling partially completed builds. - Don't die when wget
|
||
has already downloaded the file. - add some more output during
|
||
the auto-tools
|
||
|
||
2006-08-26 01:23 warlord
|
||
|
||
* [r14723] trunk, trunk/packaging/win32/install.sh: use WORKING
|
||
set +/-e construct.
|
||
|
||
2006-08-26 01:19 warlord
|
||
|
||
* [r14722] trunk, trunk/packaging/win32/install.sh: Fix some
|
||
typos. Deal with constructs that don't work with "set -e"
|
||
|
||
2006-08-26 01:03 warlord
|
||
|
||
* [r14721] trunk, trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Update win32 script to be
|
||
better about failing.
|
||
|
||
2006-08-25 20:27 cstim
|
||
|
||
* [r14720] trunk/packaging/win32, trunk/packaging/win32/README,
|
||
trunk/packaging/win32/custom.sh,
|
||
trunk/packaging/win32/install.sh: Add Andi's script for
|
||
automated build environment building on Windows/mingw32
|
||
|
||
2006-08-23 19:29 cstim
|
||
|
||
* [r14719] trunk/src/import-export/hbci/gnc-dtaus-import.c,
|
||
trunk/src/import-export/hbci/gnc-dtaus-import.h,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci.c: Generalize
|
||
importing function so that this function can fully replace
|
||
gnc_file_mt940_import and the whole mt940 module.
|
||
|
||
2006-08-23 12:09 cstim
|
||
|
||
* [r14718] trunk/src/gnome-utils/dialog-utils.c: Replace
|
||
hard-coded directory separator by g_build_filename() function
|
||
|
||
2006-08-23 12:08 cstim
|
||
|
||
* [r14717] trunk/src/gnome: Add new svn:ignore
|
||
|
||
2006-08-23 03:20 hampton
|
||
|
||
* [r14716] branches/remove-group/ChangeLog,
|
||
branches/remove-group/src/app-utils/gnc-account-merge.c: Merge
|
||
account trees properly.
|
||
|
||
2006-08-23 03:17 hampton
|
||
|
||
* [r14715] branches/remove-group/ChangeLog,
|
||
branches/remove-group/src/backend/file/io-gncxml-v2.c,
|
||
branches/remove-group/src/engine/Account.c: Make sure the root
|
||
account exists when the code asks for it. This works both for
|
||
reading a new file and a user performing File->New->New File.
|
||
|
||
2006-08-23 03:09 hampton
|
||
|
||
* [r14714] branches/remove-group/ChangeLog,
|
||
branches/remove-group/src/gnome-utils/gnc-tree-model-account.c:
|
||
Fix a mistake in the updated tree model.
|
||
|
||
2006-08-22 21:51 hampton
|
||
|
||
* [r14713] branches/remove-group/ChangeLog,
|
||
branches/remove-group/src/backend/file/gnc-account-xml-v2.c,
|
||
branches/remove-group/src/backend/file/io-gncxml-v2.c,
|
||
branches/remove-group/src/engine/Account.c,
|
||
branches/remove-group/src/engine/Account.h,
|
||
branches/remove-group/src/engine/Scrub.c: Don't require the root
|
||
account to have a commodity.
|
||
|
||
2006-08-22 20:08 cstim
|
||
|
||
* [r14712] trunk/src/backend/file/gnc-backend-file.c: Fix one more
|
||
instance of explicit directory separator to use
|
||
G_DIR_SEPARATOR_S instead
|
||
|
||
2006-08-22 19:41 cstim
|
||
|
||
* [r14711] trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/lib/libqof/qof/Makefile.am, trunk/src/engine/Makefile.am,
|
||
trunk/src/scm/Makefile.am: Replace : as sed's replacement
|
||
command delimiter by # because on Windows, fully qualified
|
||
filenames might contain the colon.
|
||
|
||
2006-08-22 19:26 cstim
|
||
|
||
* [r14710] trunk/configure.in: Increase aqbanking dependency to >=
|
||
1.6.0; has been released on 2005-09-22
|
||
|
||
2006-08-22 15:33 chris
|
||
|
||
* [r14709] trunk/po/POTFILES.skip,
|
||
trunk/src/gnome-utils/Makefile.am: Drop gtktreedatalist (and
|
||
gnctreemodelsort) from the build because it can conflict with
|
||
the real gtk+ version of the same file, depending on the linking
|
||
order of libgncmod-gnome-utils.so and the gtk+ libraries. BP
|
||
|
||
2006-08-22 14:35 cstim
|
||
|
||
* [r14708] trunk/src/gnome-utils/Makefile.am: Replace : as sed's
|
||
replacement command delimiter by # because on Windows, fully
|
||
qualified filenames might contain the colon.
|
||
|
||
2006-08-22 14:33 cstim
|
||
|
||
* [r14707] trunk/src/gnome-utils/gnc-embedded-window.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c: Remove include that
|
||
isn't needed anymore; removes dependency on regenerated file
|
||
|
||
2006-08-22 13:38 cstim
|
||
|
||
* [r14706] trunk/src/bin/Makefile.am,
|
||
trunk/src/bin/overrides/Makefile.am: Replace : as sed's
|
||
replacement command delimiter by # because on Windows, fully
|
||
qualified filenames might contain the colon.
|
||
|
||
2006-08-22 12:51 cstim
|
||
|
||
* [r14705] branches/2.0/po/de.po: Update German translation with
|
||
latest string (tip-of-day) addition
|
||
|
||
2006-08-22 02:43 hampton
|
||
|
||
* [r14704] branches/remove-group/ChangeLog,
|
||
branches/remove-group/src/engine/Account.c,
|
||
branches/remove-group/src/engine/Account.h,
|
||
branches/remove-group/src/engine/SX-book-p.h,
|
||
branches/remove-group/src/engine/SX-book.c,
|
||
branches/remove-group/src/engine/SX-book.h: Mark a couple of
|
||
functions as static.
|
||
|
||
2006-08-22 00:38 hampton
|
||
|
||
* [r14703] branches/remove-group/ChangeLog,
|
||
branches/remove-group/gnucash.m4,
|
||
branches/remove-group/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
branches/remove-group/lib/libqof/qof/qofinstance-p.h,
|
||
branches/remove-group/lib/libqof/qof/qofinstance.h,
|
||
branches/remove-group/lib/libqof/qof/qofsession.h,
|
||
branches/remove-group/src/app-utils/gnc-account-merge.c,
|
||
branches/remove-group/src/app-utils/gnc-account-merge.h,
|
||
branches/remove-group/src/app-utils/gnc-component-manager.c,
|
||
branches/remove-group/src/app-utils/gnc-ui-util.c,
|
||
branches/remove-group/src/app-utils/gnc-ui-util.h,
|
||
branches/remove-group/src/app-utils/guile-util.h,
|
||
branches/remove-group/src/app-utils/gw-app-utils-spec.scm,
|
||
branches/remove-group/src/app-utils/options.scm,
|
||
branches/remove-group/src/backend/file/gnc-account-xml-v2.c,
|
||
branches/remove-group/src/backend/file/gnc-book-xml-v2.c,
|
||
branches/remove-group/src/backend/file/gnc-commodity-xml-v2.c,
|
||
branches/remove-group/src/backend/file/gnc-schedxaction-xml-v2.c,
|
||
branches/remove-group/src/backend/file/io-example-account.c,
|
||
branches/remove-group/src/backend/file/io-example-account.h,
|
||
branches/remove-group/src/backend/file/io-gncbin-r.c,
|
||
branches/remove-group/src/backend/file/io-gncbin.h,
|
||
branches/remove-group/src/backend/file/io-gncxml-v1.c,
|
||
branches/remove-group/src/backend/file/io-gncxml-v2.c,
|
||
branches/remove-group/src/backend/file/io-utils.c,
|
||
branches/remove-group/src/backend/file/io-utils.h,
|
||
branches/remove-group/src/backend/file/test/test-load-xml2.c,
|
||
branches/remove-group/src/backend/file/test/test-xml-account.c,
|
||
branches/remove-group/src/backend/file/test/test-xml-transaction.c,
|
||
branches/remove-group/src/backend/postgres/PostgresBackend.c,
|
||
branches/remove-group/src/backend/postgres/PostgresBackend.h,
|
||
branches/remove-group/src/backend/postgres/account.c,
|
||
branches/remove-group/src/backend/postgres/account.h,
|
||
branches/remove-group/src/backend/postgres/checkpoint.c,
|
||
branches/remove-group/src/backend/postgres/checkpoint.h,
|
||
branches/remove-group/src/backend/postgres/events.c,
|
||
branches/remove-group/src/backend/postgres/table.m4,
|
||
branches/remove-group/src/backend/postgres/test/test-db.c,
|
||
branches/remove-group/src/backend/postgres/test/test-period.c,
|
||
branches/remove-group/src/backend/postgres/txn.c,
|
||
branches/remove-group/src/backend/postgres/txn.h,
|
||
branches/remove-group/src/backend/postgres/txnmass.c,
|
||
branches/remove-group/src/business/business-core/gncInvoice.c,
|
||
branches/remove-group/src/business/business-gnome/business-gnome-utils.c,
|
||
branches/remove-group/src/business/business-gnome/dialog-payment.c,
|
||
branches/remove-group/src/business/business-gnome/gnc-plugin-business.c,
|
||
branches/remove-group/src/business/business-gnome/gnc-plugin-page-invoice.c,
|
||
branches/remove-group/src/business/business-ledger/gncEntryLedger.c,
|
||
branches/remove-group/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
branches/remove-group/src/business/business-reports/owner-report.scm,
|
||
branches/remove-group/src/engine/Account.c,
|
||
branches/remove-group/src/engine/Account.h,
|
||
branches/remove-group/src/engine/AccountP.h,
|
||
branches/remove-group/src/engine/Group.c,
|
||
branches/remove-group/src/engine/Group.h,
|
||
branches/remove-group/src/engine/GroupP.h,
|
||
branches/remove-group/src/engine/Makefile.am,
|
||
branches/remove-group/src/engine/Period.c,
|
||
branches/remove-group/src/engine/SX-book-p.h,
|
||
branches/remove-group/src/engine/SX-book.c,
|
||
branches/remove-group/src/engine/SX-book.h,
|
||
branches/remove-group/src/engine/SchedXaction.c,
|
||
branches/remove-group/src/engine/Scrub.c,
|
||
branches/remove-group/src/engine/Scrub.h,
|
||
branches/remove-group/src/engine/Scrub2.c,
|
||
branches/remove-group/src/engine/Scrub3.c,
|
||
branches/remove-group/src/engine/Scrub3.h,
|
||
branches/remove-group/src/engine/ScrubP.h,
|
||
branches/remove-group/src/engine/Split.c,
|
||
branches/remove-group/src/engine/TransLog.c,
|
||
branches/remove-group/src/engine/Transaction.c,
|
||
branches/remove-group/src/engine/cap-gains.c,
|
||
branches/remove-group/src/engine/cashobjects.c,
|
||
branches/remove-group/src/engine/engine-helpers.c,
|
||
branches/remove-group/src/engine/engine-helpers.h,
|
||
branches/remove-group/src/engine/engine-utilities.scm,
|
||
branches/remove-group/src/engine/engine.scm,
|
||
branches/remove-group/src/engine/gnc-associate-account.c,
|
||
branches/remove-group/src/engine/gnc-budget.c,
|
||
branches/remove-group/src/engine/gnc-engine.c,
|
||
branches/remove-group/src/engine/gnc-engine.h,
|
||
branches/remove-group/src/engine/gw-engine-spec.scm,
|
||
branches/remove-group/src/engine/test-core/test-engine-stuff.c,
|
||
branches/remove-group/src/engine/test-core/test-engine-stuff.h,
|
||
branches/remove-group/src/engine/test/test-create-account.scm,
|
||
branches/remove-group/src/engine/test/test-group-vs-book.c,
|
||
branches/remove-group/src/engine/test/test-lots.c,
|
||
branches/remove-group/src/engine/test/test-period.c,
|
||
branches/remove-group/src/engine/test/test-query.c,
|
||
branches/remove-group/src/experimental/cgi-bin/gnc-server.c,
|
||
branches/remove-group/src/experimental/cgi-bin/hello2.c,
|
||
branches/remove-group/src/experimental/cgi-bin/hello3.c,
|
||
branches/remove-group/src/gnome-utils/account-quickfill.c,
|
||
branches/remove-group/src/gnome-utils/account-quickfill.h,
|
||
branches/remove-group/src/gnome-utils/dialog-account.c,
|
||
branches/remove-group/src/gnome-utils/dialog-account.h,
|
||
branches/remove-group/src/gnome-utils/dialog-transfer.c,
|
||
branches/remove-group/src/gnome-utils/dialog-utils.c,
|
||
branches/remove-group/src/gnome-utils/gnc-account-sel.c,
|
||
branches/remove-group/src/gnome-utils/gnc-file.c,
|
||
branches/remove-group/src/gnome-utils/gnc-html.c,
|
||
branches/remove-group/src/gnome-utils/gnc-tree-model-account.c,
|
||
branches/remove-group/src/gnome-utils/gnc-tree-model-account.h,
|
||
branches/remove-group/src/gnome-utils/gnc-tree-model.h,
|
||
branches/remove-group/src/gnome-utils/gnc-tree-view-account.c,
|
||
branches/remove-group/src/gnome-utils/gnc-tree-view-account.h,
|
||
branches/remove-group/src/gnome-utils/window-main-summarybar.c,
|
||
branches/remove-group/src/gnome/dialog-commodities.c,
|
||
branches/remove-group/src/gnome/dialog-find-transactions.c,
|
||
branches/remove-group/src/gnome/dialog-sxsincelast.c,
|
||
branches/remove-group/src/gnome/druid-acct-period.c,
|
||
branches/remove-group/src/gnome/druid-hierarchy.c,
|
||
branches/remove-group/src/gnome/druid-merge.c,
|
||
branches/remove-group/src/gnome/druid-merge.h,
|
||
branches/remove-group/src/gnome/druid-stock-split.c,
|
||
branches/remove-group/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/remove-group/src/gnome/gnc-plugin-page-register.c,
|
||
branches/remove-group/src/gnome/gnc-split-reg.c,
|
||
branches/remove-group/src/gnome/reconcile-list.c,
|
||
branches/remove-group/src/gnome/top-level.c,
|
||
branches/remove-group/src/gnome/window-reconcile.c,
|
||
branches/remove-group/src/import-export/binary-import/druid-commodity.c,
|
||
branches/remove-group/src/import-export/hbci/druid-hbci-utils.c,
|
||
branches/remove-group/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
branches/remove-group/src/import-export/hbci/gnc-hbci-transfer.c,
|
||
branches/remove-group/src/import-export/import-account-matcher.c,
|
||
branches/remove-group/src/import-export/import-backend.c,
|
||
branches/remove-group/src/import-export/import-match-map.c,
|
||
branches/remove-group/src/import-export/ofx/gnc-ofx-import.c,
|
||
branches/remove-group/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/remove-group/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
branches/remove-group/src/import-export/qif-import/qif-guess-map.scm,
|
||
branches/remove-group/src/import-export/qif-import/qif-import.scm,
|
||
branches/remove-group/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/remove-group/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/remove-group/src/import-export/qif-io-core/qif-acct-table.scm,
|
||
branches/remove-group/src/import-export/qif-io-core/qif-io-core.scm,
|
||
branches/remove-group/src/import-export/qif-io-core/test/test-import-phase-1.scm,
|
||
branches/remove-group/src/optional/swig/Makefile.am,
|
||
branches/remove-group/src/register/ledger-core/gnc-ledger-display.c,
|
||
branches/remove-group/src/register/ledger-core/split-register-control.c,
|
||
branches/remove-group/src/register/ledger-core/split-register-load.c,
|
||
branches/remove-group/src/register/ledger-core/split-register-model.c,
|
||
branches/remove-group/src/register/ledger-core/split-register-p.h,
|
||
branches/remove-group/src/register/ledger-core/split-register.c,
|
||
branches/remove-group/src/register/ledger-core/split-register.h,
|
||
branches/remove-group/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
branches/remove-group/src/report/locale-specific/us/taxtxf.scm,
|
||
branches/remove-group/src/report/report-system/commodity-utilities.scm,
|
||
branches/remove-group/src/report/report-system/html-acct-table.scm,
|
||
branches/remove-group/src/report/report-system/html-utilities.scm,
|
||
branches/remove-group/src/report/report-system/report-system.scm,
|
||
branches/remove-group/src/report/report-system/report-utilities.scm,
|
||
branches/remove-group/src/report/standard-reports/account-piecharts.scm,
|
||
branches/remove-group/src/report/standard-reports/account-summary.scm,
|
||
branches/remove-group/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/remove-group/src/report/standard-reports/average-balance.scm,
|
||
branches/remove-group/src/report/standard-reports/balance-sheet.scm,
|
||
branches/remove-group/src/report/standard-reports/budget.scm,
|
||
branches/remove-group/src/report/standard-reports/cash-flow.scm,
|
||
branches/remove-group/src/report/standard-reports/category-barchart.scm,
|
||
branches/remove-group/src/report/standard-reports/daily-reports.scm,
|
||
branches/remove-group/src/report/standard-reports/equity-statement.scm,
|
||
branches/remove-group/src/report/standard-reports/general-journal.scm,
|
||
branches/remove-group/src/report/standard-reports/income-statement.scm,
|
||
branches/remove-group/src/report/standard-reports/net-barchart.scm,
|
||
branches/remove-group/src/report/standard-reports/portfolio.scm,
|
||
branches/remove-group/src/report/standard-reports/price-scatter.scm,
|
||
branches/remove-group/src/report/standard-reports/transaction.scm,
|
||
branches/remove-group/src/report/standard-reports/trial-balance.scm,
|
||
branches/remove-group/src/scm/price-quotes.scm: Initial removal
|
||
of the engine Group.h, GroupP.h, and Group.c files. This
|
||
completely removes the AccountGroup data structure.
|
||
|
||
2006-08-21 20:30 cstim
|
||
|
||
* [r14702] trunk/src/import-export/hbci/gnc-dtaus-import.c,
|
||
trunk/src/import-export/hbci/gnc-dtaus-import.h,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci.c,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.h,
|
||
trunk/src/import-export/mt940/gnc-plugin-mt940.c: More code
|
||
refactoring of aqbanking module: Make importer name a function
|
||
argument so that more menu items can be added easily.
|
||
|
||
2006-08-20 21:57 hampton
|
||
|
||
* [r14701] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-account-xml-v2.c,
|
||
trunk/src/backend/file/gnc-commodity-xml-v2.c,
|
||
trunk/src/gnome/top-level.c: Remove some conditional code that
|
||
is no longer compiled, or shouldn't be compiled in 2.2.
|
||
|
||
2006-08-20 21:52 hampton
|
||
|
||
* [r14700] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: Maintain the
|
||
account hierarchy when reparenting the descendants of a deleted
|
||
account. BP
|
||
|
||
2006-08-20 10:00 cstim
|
||
|
||
* [r14699] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/Makefile.am,
|
||
trunk/src/import-export/hbci/gnc-dtaus-import.c,
|
||
trunk/src/import-export/hbci/gnc-dtaus-import.h,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci-ui.xml,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci.c: Add new HBCI
|
||
action to File->Import that imports a DTAUS file and sends all
|
||
transfers as HBCI online transfers to the bank.
|
||
|
||
2006-08-20 09:58 cstim
|
||
|
||
* [r14698] trunk/src/import-export/hbci/hbci-interaction.c,
|
||
trunk/src/import-export/hbci/hbci-interaction.h: Add more
|
||
auxiliary functions in HBCI log window
|
||
|
||
2006-08-20 08:25 cstim
|
||
|
||
* [r14697] branches/2.0/ChangeLog, branches/2.0/configure.in,
|
||
branches/2.0/src/gnome/gnucash.desktop.in,
|
||
branches/2.0/src/gnome/gnucash.desktop.in.in: Update so that
|
||
bug-buddy 2.16 will still allow you to file bugs against
|
||
gnucash. Back-ported from trunk, r14695
|
||
|
||
2006-08-20 08:24 cstim
|
||
|
||
* [r14696] branches/2.0/ChangeLog,
|
||
branches/2.0/src/engine/Account.c: Add missing call to
|
||
xaccAccountBeginEdit. Back-ported from trunk, r14694
|
||
|
||
2006-08-20 03:32 hampton
|
||
|
||
* [r14695] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/gnome/gnucash.desktop.in,
|
||
trunk/src/gnome/gnucash.desktop.in.in: Update so that bug-buddy
|
||
2.16 will still allow you to file bugs against gnucash. BP
|
||
|
||
2006-08-19 05:07 hampton
|
||
|
||
* [r14694] trunk/ChangeLog, trunk/src/engine/Account.c: Add
|
||
missing call to xaccAccountBeginEdit. BP
|
||
|
||
2006-08-19 01:56 hampton
|
||
|
||
* [r14693] branches/remove-group: Branch from trunk at 14692.
|
||
|
||
2006-08-19 01:15 chris
|
||
|
||
* [r14692] branches/swig-redo: Branch from trunk at r14658.
|
||
|
||
2006-08-18 20:51 cstim
|
||
|
||
* [r14691] trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.h,
|
||
trunk/src/import-export/hbci/gnc-hbci-transfer.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.h: Some code
|
||
refactoring in preparation for extended importing and HBCI
|
||
features.
|
||
|
||
2006-08-18 04:48 hampton
|
||
|
||
* [r14690] trunk/ChangeLog, trunk/lib/libqof/qof/qofbackend-p.h,
|
||
trunk/lib/libqof/qof/qofbackend.h,
|
||
trunk/lib/libqof/qof/qofbook.c, trunk/lib/libqof/qof/qofbook.h,
|
||
trunk/lib/libqof/qof/qofchoice.c,
|
||
trunk/lib/libqof/qof/qofchoice.h,
|
||
trunk/lib/libqof/qof/qofid-p.h, trunk/lib/libqof/qof/qofid.c,
|
||
trunk/lib/libqof/qof/qofid.h,
|
||
trunk/lib/libqof/qof/qofinstance.c,
|
||
trunk/lib/libqof/qof/qofinstance.h,
|
||
trunk/lib/libqof/qof/qofobject-p.h,
|
||
trunk/lib/libqof/qof/qofobject.c,
|
||
trunk/lib/libqof/qof/qofobject.h, trunk/src/engine/Group.c,
|
||
trunk/src/engine/Group.h, trunk/src/engine/SX-book.c,
|
||
trunk/src/engine/SX-book.h, trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/engine/test/test-object.c: Add some 'const'
|
||
declarations.
|
||
|
||
2006-08-17 12:47 cstim
|
||
|
||
* [r14689] trunk/src/gnc-test-env: Improve tests environment setup
|
||
script so that support for Windows directory separators can be
|
||
switched on easily.
|
||
|
||
2006-08-17 10:43 cstim
|
||
|
||
* [r14688] trunk/ChangeLog, trunk/lib/libqof/qof/qof.h,
|
||
trunk/lib/libqof/qof/qofsession.c: Move #include "qofla-dir.h"
|
||
into qofsession.c because this is the only place where it is
|
||
used. Removes an often regenerated dependency from qof.h.
|
||
|
||
2006-08-17 01:06 chris
|
||
|
||
* [r14687]
|
||
branches/swigify/src/business/business-gnome/business-gnome.i,
|
||
branches/swigify/src/business/business-reports/owner-report.scm:
|
||
Remove unneeded SWIG wrappers. Delete a stray debugging line.
|
||
|
||
2006-08-16 03:45 chris
|
||
|
||
* [r14686]
|
||
branches/swigify/src/business/business-reports/business-reports.scm,
|
||
branches/swigify/src/business/business-reports/easy-invoice.scm,
|
||
branches/swigify/src/business/business-reports/fancy-invoice.scm,
|
||
branches/swigify/src/business/business-reports/invoice.scm,
|
||
branches/swigify/src/business/business-reports/owner-report.scm,
|
||
branches/swigify/src/business/business-utils/business-options.scm:
|
||
Fix the scm-side treatment of the enum constants. Revert back to
|
||
using the g-wrapped versions of some functions in engine.
|
||
|
||
2006-08-16 03:41 chris
|
||
|
||
* [r14685]
|
||
branches/swigify/src/business/business-gnome/business-options-gnome.c:
|
||
Change the storage of the option data for an enum-valued option.
|
||
|
||
2006-08-16 03:39 chris
|
||
|
||
* [r14684]
|
||
branches/swigify/src/business/business-gnome/businessmod-gnome.c:
|
||
Make temporary wrappers for values of gnc:url-id type.
|
||
|
||
2006-08-16 03:24 chris
|
||
|
||
* [r14683]
|
||
branches/swigify/src/business/business-core/business-core.scm:
|
||
Correctly handle wrapped enum values.
|
||
|
||
2006-08-16 03:21 chris
|
||
|
||
* [r14682]
|
||
branches/swigify/src/business/business-core/business-core.i,
|
||
branches/swigify/src/business/business-core/businessmod-core.c:
|
||
Add temporary type-support for types that haven't been wrapped
|
||
yet. Make more custom wrappers equivalent to the "LookupDirect"
|
||
macro functions.
|
||
|
||
2006-08-16 03:04 chris
|
||
|
||
* [r14681] branches/swigify/Makefile.am: Distribute SWIG autoconf
|
||
macro.
|
||
|
||
2006-08-15 20:05 cstim
|
||
|
||
* [r14680] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c: Double-check
|
||
really every string from aqbanking for valid utf-8 characters. BP
|
||
|
||
2006-08-15 20:00 cstim
|
||
|
||
* [r14679] trunk/ChangeLog, trunk/src/core-utils/gnc-glib-utils.c,
|
||
trunk/src/core-utils/gnc-glib-utils.h: Add
|
||
gnc_utf8_strip_invalid_strdup() that returns a stripped copy
|
||
instead of working in-place. BP
|
||
|
||
2006-08-15 19:45 cstim
|
||
|
||
* [r14678] branches/2.0/ChangeLog,
|
||
branches/2.0/doc/tip_of_the_day.list.in: Add a tip for raising
|
||
the accounts menu in a register page. Back-ported r14670.
|
||
|
||
2006-08-15 19:34 cstim
|
||
|
||
* [r14677] trunk/src/report/standard-reports/budget.scm: Mark
|
||
forgotten strings for translation BP
|
||
|
||
2006-08-15 13:39 cstim
|
||
|
||
* [r14676] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.c: Ensure the
|
||
encoding of the ktoblzcheck library is used correctly. Their
|
||
encoding is still always ISO-8859-1, but in future versions they
|
||
might change it to something else. We're prepared now. BP
|
||
|
||
2006-08-15 05:11 hampton
|
||
|
||
* [r14675] trunk/ChangeLog,
|
||
trunk/src/core-utils/gnc-gconf-utils.c,
|
||
trunk/src/core-utils/gnc-gconf-utils.h,
|
||
trunk/src/gnome-utils/dialog-preferences.c,
|
||
trunk/src/gnome-utils/dialog-reset-warnings.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-plugin.c,
|
||
trunk/src/gnome-utils/gnc-plugin.h,
|
||
trunk/src/gnome-utils/gnc-tree-view.c: Remove overloading of an
|
||
argument passed to the gnc_gconf_add/remove_notification
|
||
functions.. This will solve a crash on Solaris caused by
|
||
g_vasprintf being passed a "%s" format string and a NULL as
|
||
argument. BP
|
||
|
||
2006-08-15 04:13 hampton
|
||
|
||
* [r14674] trunk/src/import-export/qif-import/test/Makefile.am:
|
||
Fix a typo.
|
||
|
||
2006-08-15 03:03 chris
|
||
|
||
* [r14673] trunk/src/import-export/qif-import/test/Makefile.am:
|
||
Add indirect dependency libcore-utils.la to qif-import/test to
|
||
appease Debian's broken libtool.
|
||
|
||
2006-08-14 19:00 hampton
|
||
|
||
* [r14670] trunk/ChangeLog, trunk/doc/tip_of_the_day.list.in: Add
|
||
a tip for raising the accounts menu in a register page.
|
||
|
||
2006-08-14 10:10 cstim
|
||
|
||
* [r14668] branches/2.0/po/de.po: Update German translation after
|
||
latest minor string change
|
||
|
||
2006-08-14 05:12 warlord
|
||
|
||
* [r14667] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/import-backend.c: Replace exact
|
||
comparison of doubles by checking for a small enough difference.
|
||
bug#347791. Merge from r14648.
|
||
* [r14666] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/business/business-reports/owner-report.scm: Fix
|
||
untranslated part of string. Merge from r14647.
|
||
* [r14665] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/report/report-system/html-utilities.scm,
|
||
branches/2.0/src/report/standard-reports/account-summary.scm,
|
||
branches/2.0/src/report/standard-reports/balance-sheet.scm,
|
||
branches/2.0/src/report/standard-reports/equity-statement.scm,
|
||
branches/2.0/src/report/standard-reports/general-journal.scm,
|
||
branches/2.0/src/report/standard-reports/income-statement.scm,
|
||
branches/2.0/src/report/standard-reports/trial-balance.scm,
|
||
branches/2.0/src/report/utility-reports/Makefile.am,
|
||
branches/2.0/src/report/utility-reports/utility-reports.scm: Fix
|
||
all last untranslated report titles. Deactivated Test Graphing
|
||
report because it is untranslated completely. Merge from r14646.
|
||
* [r14664] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/business/business-reports/aging.scm: Fix string
|
||
that wasnt marked for translation. Fortunately exactly this
|
||
string exists already. Merge from r14645.
|
||
|
||
2006-08-13 19:08 chris
|
||
|
||
* [r14663]
|
||
branches/swigify/src/business/business-gnome/Makefile.am,
|
||
branches/swigify/src/business/business-gnome/business-gnome.i,
|
||
branches/swigify/src/business/business-gnome/business-options-gnome.c,
|
||
branches/swigify/src/business/business-gnome/dialog-invoice.c,
|
||
branches/swigify/src/business/business-utils/business-options.c:
|
||
The arguments that point to structs defined in the same module
|
||
as the function being wrapped are typed as taking a pointer to
|
||
the "real" struct, not the "public" typedef'd name of the
|
||
struct. If functions in other modules use the same pointer
|
||
arguments, and SWIG isn't told about the typedef to the struct,
|
||
then these wrappers will be typed with an incompatible generic
|
||
pointer type with the public type name. This commit resolves
|
||
this by 1) using SWIG's %import directive to see the typedef to
|
||
the struct name, 2) associated -Imodule lines in Makefile.am, 3)
|
||
using the mangled form of the real struct name anywhere we need
|
||
a runtime type query. Got it?
|
||
|
||
2006-08-13 18:57 chris
|
||
|
||
* [r14662] branches/swigify/src/business/business-core/gncOwner.h:
|
||
Rename the internal gncOwner struct type for consistency.
|
||
|
||
2006-08-13 04:06 chris
|
||
|
||
* [r14661]
|
||
branches/swigify/src/business/business-gnome/business-options-gnome.c:
|
||
Correct the runtime-handling of SWIG-wrapped enums.
|
||
|
||
2006-08-13 03:44 chris
|
||
|
||
* [r14660] branches/swigify/configure.in,
|
||
branches/swigify/macros/ac_pkg_swig.m4: Add Autoconf support for
|
||
SWIG. Also allow user-supplied CFLAGS to override defaults.
|
||
(SWIG-generated files may require "-Wno-unused")
|
||
|
||
2006-08-13 03:18 chris
|
||
|
||
* [r14659] branches/swigify, branches/swigify/ChangeLog,
|
||
branches/swigify/doc/tip_of_the_day.list.in,
|
||
branches/swigify/src/business/business-reports/aging.scm,
|
||
branches/swigify/src/business/business-reports/owner-report.scm,
|
||
branches/swigify/src/core-utils/Makefile.am,
|
||
branches/swigify/src/core-utils/gnc-gobject-utils.c,
|
||
branches/swigify/src/core-utils/gnc-gtk-utils.c,
|
||
branches/swigify/src/core-utils/gnc-gtk-utils.h,
|
||
branches/swigify/src/gnome-utils/Makefile.am,
|
||
branches/swigify/src/gnome-utils/gnc-gtk-utils.c,
|
||
branches/swigify/src/gnome-utils/gnc-gtk-utils.h,
|
||
branches/swigify/src/import-export/import-backend.c,
|
||
branches/swigify/src/report/report-system/html-utilities.scm,
|
||
branches/swigify/src/report/standard-reports/account-summary.scm,
|
||
branches/swigify/src/report/standard-reports/balance-sheet.scm,
|
||
branches/swigify/src/report/standard-reports/equity-statement.scm,
|
||
branches/swigify/src/report/standard-reports/general-journal.scm,
|
||
branches/swigify/src/report/standard-reports/income-statement.scm,
|
||
branches/swigify/src/report/standard-reports/trial-balance.scm,
|
||
branches/swigify/src/report/utility-reports/Makefile.am,
|
||
branches/swigify/src/report/utility-reports/utility-reports.scm:
|
||
Sync branch with r14658 from trunk.
|
||
|
||
2006-08-13 03:12 chris
|
||
|
||
* [r14658] trunk, trunk/ChangeLog,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/gnc-gobject-utils.c,
|
||
trunk/src/core-utils/gnc-gtk-utils.c,
|
||
trunk/src/core-utils/gnc-gtk-utils.h,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-gtk-utils.c,
|
||
trunk/src/gnome-utils/gnc-gtk-utils.h: Reverting r14626. It
|
||
botched the 'svn move' (svk bug) and broke the build.
|
||
"gnc-gobject-utils.c:52: error: 'GtkFunction' undeclared."
|
||
|
||
2006-08-13 02:39 chris
|
||
|
||
* [r14657]
|
||
branches/swigify/src/business/business-reports/aging.scm,
|
||
branches/swigify/src/business/business-reports/business-reports.scm,
|
||
branches/swigify/src/business/business-reports/easy-invoice.scm,
|
||
branches/swigify/src/business/business-reports/fancy-invoice.scm,
|
||
branches/swigify/src/business/business-reports/invoice.scm,
|
||
branches/swigify/src/business/business-reports/owner-report.scm:
|
||
Convert the business reports to use the new SWIG bindings.
|
||
Mostly, this involves using the exact name of the wrapped
|
||
function, but there's also some places where NULL needs to be
|
||
represented by '() instead of by #f, like the default-getters
|
||
for options.
|
||
|
||
2006-08-13 02:37 chris
|
||
|
||
* [r14656]
|
||
branches/swigify/src/business/business-utils/business-options.c,
|
||
branches/swigify/src/business/business-utils/business-options.scm,
|
||
branches/swigify/src/business/business-utils/business-prefs.scm:
|
||
Further swigification of the business-utils module. The
|
||
business-options code requires wrapping types with the SWIG
|
||
runtime. business-prefs.scm requires using '() instead of #f to
|
||
mean NULL.
|
||
|
||
2006-08-13 02:33 chris
|
||
|
||
* [r14655]
|
||
branches/swigify/src/business/dialog-tax-table/dialog-tax-table.i,
|
||
branches/swigify/src/business/dialog-tax-table/gncmod-dialog-tax-table.c:
|
||
Futher swigification of the dialog-tax-table module.
|
||
|
||
2006-08-13 02:30 chris
|
||
|
||
* [r14654]
|
||
branches/swigify/src/business/business-gnome/business-options-gnome.c,
|
||
branches/swigify/src/business/business-gnome/dialog-invoice.c:
|
||
Further conversion of the business-gnome module to SWIG. Now use
|
||
the SWIG runtime to wrap and unwrap types for passing to guile.
|
||
|
||
2006-08-13 02:28 chris
|
||
|
||
* [r14653]
|
||
branches/swigify/src/business/business-core/Makefile.am,
|
||
branches/swigify/src/business/business-core/business-core.i,
|
||
branches/swigify/src/business/business-core/business-core.scm,
|
||
branches/swigify/src/business/business-core/gncBillTerm.h,
|
||
branches/swigify/src/business/business-core/gncEntry.c,
|
||
branches/swigify/src/business/business-core/gncEntry.h,
|
||
branches/swigify/src/business/business-core/gncInvoice.c,
|
||
branches/swigify/src/business/business-core/gncInvoice.h:
|
||
Further conversion of the business-core module to swig. Removing
|
||
all g-wrap bindings for this module.
|
||
|
||
2006-08-13 02:03 chris
|
||
|
||
* [r14652] branches/swigify/src/engine/Makefile.am,
|
||
branches/swigify/src/engine/engine.i,
|
||
branches/swigify/src/engine/engine.scm,
|
||
branches/swigify/src/engine/gncmod-engine.c,
|
||
branches/swigify/src/engine/kvp.i: Add SWIG wrappers to
|
||
src/engine, leaving them alongside the g-wrap wrappers.
|
||
|
||
2006-08-13 01:59 chris
|
||
|
||
* [r14651] branches/swigify/src/engine/gnc-budget.h: Remove some
|
||
undefined functions.
|
||
|
||
2006-08-13 01:58 chris
|
||
|
||
* [r14650] branches/swigify/src/engine/glib-helpers.c,
|
||
branches/swigify/src/engine/glib-helpers.h: Add a SCM to GSList*
|
||
helper.
|
||
|
||
2006-08-13 01:54 chris
|
||
|
||
* [r14649]
|
||
branches/swigify/src/business/business-gnome/swig-runtime.h,
|
||
branches/swigify/src/swig-runtime.h: Move swig-runtime.h to more
|
||
accessible location.
|
||
|
||
2006-08-12 14:48 cstim
|
||
|
||
* [r14648] trunk/src/import-export/import-backend.c: Replace exact
|
||
comparison of doubles by checking for a small enough difference.
|
||
bug#347791. BP
|
||
|
||
2006-08-12 14:41 cstim
|
||
|
||
* [r14647] trunk/src/business/business-reports/owner-report.scm:
|
||
Fix untranslated part of string. BP
|
||
|
||
2006-08-12 14:38 cstim
|
||
|
||
* [r14646] trunk/src/report/report-system/html-utilities.scm,
|
||
trunk/src/report/standard-reports/account-summary.scm,
|
||
trunk/src/report/standard-reports/balance-sheet.scm,
|
||
trunk/src/report/standard-reports/equity-statement.scm,
|
||
trunk/src/report/standard-reports/general-journal.scm,
|
||
trunk/src/report/standard-reports/income-statement.scm,
|
||
trunk/src/report/standard-reports/trial-balance.scm,
|
||
trunk/src/report/utility-reports/Makefile.am,
|
||
trunk/src/report/utility-reports/utility-reports.scm: Fix all
|
||
last untranslated report titles. Deactivated Test Graphing
|
||
report because it is untranslated completely. BP
|
||
|
||
2006-08-11 20:30 cstim
|
||
|
||
* [r14645] trunk/src/business/business-reports/aging.scm: Fix
|
||
string that wasnt marked for translation. Fortunately exactly
|
||
this string exists already. BP
|
||
|
||
2006-08-11 20:08 cstim
|
||
|
||
* [r14644] trunk/doc/tip_of_the_day.list.in: Add tip about
|
||
keyboard navigation between tabs. Feel free to change the
|
||
wording or add more sentences to this rather short tip. I just
|
||
didn't want to forget it right now.
|
||
|
||
2006-08-11 05:35 chris
|
||
|
||
* [r14639]
|
||
branches/swigify/src/business/dialog-tax-table/gncmod-dialog-tax-table.c:
|
||
Convert the dialog-tax-table module to swig.
|
||
|
||
2006-08-11 05:31 chris
|
||
|
||
* [r14638]
|
||
branches/swigify/src/business/business-gnome/business-options-gnome.c,
|
||
branches/swigify/src/business/business-gnome/dialog-invoice.c:
|
||
This appears to be the swig way of using the swig runtime system
|
||
to wrap C pointers for passing to guile functions.
|
||
|
||
2006-08-11 05:29 chris
|
||
|
||
* [r14637]
|
||
branches/swigify/src/business/business-gnome/swig-runtime.h:
|
||
This is a generated file, and certainly doesn't belong here, but
|
||
it'll do until we find a better place for it.
|
||
|
||
2006-08-11 05:28 chris
|
||
|
||
* [r14636]
|
||
branches/swigify/src/business/business-gnome/businessmod-gnome.c:
|
||
Disable the import of the business-gnome wrappers.
|
||
|
||
2006-08-11 05:26 chris
|
||
|
||
* [r14635]
|
||
branches/swigify/src/business/business-gnome/business-gnome.scm:
|
||
We can pull the generated guile module into other guile modules,
|
||
too.
|
||
|
||
2006-08-11 05:24 chris
|
||
|
||
* [r14634]
|
||
branches/swigify/src/business/business-gnome/Makefile.am,
|
||
branches/swigify/src/business/dialog-tax-table/Makefile.am:
|
||
Convert two more Makefiles from g-wrap to swig.
|
||
|
||
2006-08-11 05:20 chris
|
||
|
||
* [r14633]
|
||
branches/swigify/src/business/business-core/gncInvoice.c,
|
||
branches/swigify/src/business/business-core/gncInvoice.h: SWIG
|
||
doens't seem to generate a wrapper for the macro functions. I
|
||
hope there's some better solution than making a real function
|
||
out of the macro, but this works for now. Suggestions welcome.
|
||
|
||
2006-08-11 05:17 chris
|
||
|
||
* [r14632]
|
||
branches/swigify/src/business/business-core/businessmod-core.c:
|
||
Pull the generated guile module into the C module from C.
|
||
|
||
2006-08-11 05:15 chris
|
||
|
||
* [r14631]
|
||
branches/swigify/src/business/business-core/Makefile.am,
|
||
branches/swigify/src/business/business-core/test/Makefile.am:
|
||
Switch Makefiles from g-wrap to swig.
|
||
|
||
2006-08-11 05:12 chris
|
||
|
||
* [r14630]
|
||
branches/swigify/src/business/business-core/business-core.i,
|
||
branches/swigify/src/business/business-gnome/business-gnome.i,
|
||
branches/swigify/src/business/dialog-tax-table/dialog-tax-table.i:
|
||
Add some swig interface definition files.
|
||
|
||
2006-08-11 05:08 chris
|
||
|
||
* [r14629]
|
||
branches/swigify/src/business/business-core/gncCustomer.h,
|
||
branches/swigify/src/business/business-core/gncJob.h,
|
||
branches/swigify/src/business/business-core/gncOrder.h,
|
||
branches/swigify/src/business/business-core/gncOwner.h: Remove
|
||
some undefined symbols.
|
||
|
||
2006-08-11 04:59 chris
|
||
|
||
* [r14628] branches/swigify: Branch from trunk at r14627
|
||
|
||
2006-08-11 02:17 hampton
|
||
|
||
* [r14627] trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c: Fix
|
||
account currency problems when importing QIF files (introduced
|
||
by the widget cleanup.)
|
||
|
||
2006-08-09 17:48 warlord
|
||
|
||
* [r14626] trunk, trunk/ChangeLog,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/gnc-gobject-utils.c,
|
||
trunk/src/core-utils/gnc-gtk-utils.c,
|
||
trunk/src/core-utils/gnc-gtk-utils.h,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-gtk-utils.c,
|
||
trunk/src/gnome-utils/gnc-gtk-utils.h: * move gnc-gtk-utils from
|
||
core-utils to gnome-utils because core-utils should not depend
|
||
on gtk.
|
||
|
||
2006-08-09 09:44 cstim
|
||
|
||
* [r14624] branches/2.0/ChangeLog, branches/2.0/configure.in,
|
||
branches/2.0/src/business/business-gnome/schemas/Makefile.am,
|
||
branches/2.0/src/gnome-utils/schemas/Makefile.am,
|
||
branches/2.0/src/gnome/schemas/Makefile.am,
|
||
branches/2.0/src/import-export/hbci/schemas/Makefile.am,
|
||
branches/2.0/src/import-export/schemas/Makefile.am: Find
|
||
absolute path of gconftool-2 during configure. Make gconftool
|
||
rules to fail if gconftool-2 could not be found. bug#349851.
|
||
Backporting r14607, audited by c.shoemaker.
|
||
|
||
2006-08-09 09:42 cstim
|
||
|
||
* [r14623]
|
||
branches/2.0/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in:
|
||
Fix typo. Merges r14622 from trunk.
|
||
|
||
2006-08-09 09:41 cstim
|
||
|
||
* [r14622]
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in:
|
||
Fix typo
|
||
|
||
2006-08-09 03:31 chris
|
||
|
||
* [r14621] trunk/src/backend/file/gnc-book-xml-v2.c,
|
||
trunk/src/backend/file/test/test-file-stuff.c: Typo fix found by
|
||
Tim (eagle eyes) Wunder. Plus more clean-up to justify another
|
||
commit.
|
||
|
||
2006-08-09 01:16 chris
|
||
|
||
* [r14620] trunk/src/backend/file/gnc-book-xml-v2.c,
|
||
trunk/src/backend/postgres/putil.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.h,
|
||
trunk/src/import-export/qif-import/qif-file.scm,
|
||
trunk/src/register/ledger-core/split-register-model.c:
|
||
Line-wraps, and typo-fixes.
|
||
|
||
2006-08-09 01:12 chris
|
||
|
||
* [r14619] trunk/src/app-utils/gw-app-utils-spec.scm: Guile
|
||
doesn't need access to GUI suspend/refresh controls any more.
|
||
|
||
2006-08-09 01:09 chris
|
||
|
||
* [r14618] trunk/src/backend/file/test/test-xml-commodity.c:
|
||
De-guilify test-xml-commodity.c
|
||
|
||
2006-08-09 01:08 chris
|
||
|
||
* [r14617] trunk/src/backend/file/test/test-file-stuff.c: Cause
|
||
commodity equality test to actually return FALSE for unequal
|
||
case.
|
||
|
||
2006-08-09 00:59 chris
|
||
|
||
* [r14616] trunk/src/engine/Period.c: Plug a LotList leak; remove
|
||
ominous comment about memory corruption.
|
||
|
||
2006-08-08 23:16 chris
|
||
|
||
* [r14615] trunk/src/core-utils/gnc-gconf-utils.h,
|
||
trunk/src/engine/cap-gains.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-plugin.c,
|
||
trunk/src/gnome-utils/gnc-window.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/top-level.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.h,
|
||
trunk/src/register/register-core/table-allgui.h,
|
||
trunk/src/register/register-gnome/table-gnome.c,
|
||
trunk/src/test-core/test-stuff.c: More comments, spelling fixes,
|
||
line-wraps, whitespace cleanups.
|
||
|
||
2006-08-08 22:55 chris
|
||
|
||
* [r14614] trunk/src/backend/file/io-gncxml-v2.c: Remove some
|
||
unnecessary calls to xaccAccountInsertSplit() since the only way
|
||
the Split could have the Account pointer is if it had already
|
||
been added to the Account.
|
||
|
||
2006-08-08 22:52 chris
|
||
|
||
* [r14613] trunk/src/register/ledger-core/split-register-load.c:
|
||
Minor renaming and reordering for clarity in
|
||
gnc_split_register_load().
|
||
|
||
2006-08-08 22:12 chris
|
||
|
||
* [r14612] trunk/src/engine/Group.c, trunk/src/engine/Period.c:
|
||
Internalize some xaccAccountGroupBegin/CommitEdits into
|
||
xaccGroupCopyGroup().
|
||
|
||
2006-08-08 21:57 chris
|
||
|
||
* [r14611] trunk/src/backend/file/test/test-xml-account.c,
|
||
trunk/src/engine/Transaction.h,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.h: Various
|
||
whitespace, line-wrap, and comment changes.
|
||
|
||
2006-08-08 12:53 cstim
|
||
|
||
* [r14610] branches/2.0/po/ca.po, branches/2.0/po/cs.po,
|
||
branches/2.0/po/da.po, branches/2.0/po/el.po,
|
||
branches/2.0/po/en_GB.po, branches/2.0/po/es.po,
|
||
branches/2.0/po/es_NI.po, branches/2.0/po/eu.po,
|
||
branches/2.0/po/fr.po, branches/2.0/po/hu.po,
|
||
branches/2.0/po/it.po, branches/2.0/po/ja.po,
|
||
branches/2.0/po/nb.po, branches/2.0/po/ne.po,
|
||
branches/2.0/po/nl.po, branches/2.0/po/pl.po,
|
||
branches/2.0/po/pt.po, branches/2.0/po/pt_BR.po,
|
||
branches/2.0/po/ro.po, branches/2.0/po/ru.po,
|
||
branches/2.0/po/rw.po, branches/2.0/po/sk.po,
|
||
branches/2.0/po/sv.po, branches/2.0/po/ta.po,
|
||
branches/2.0/po/tr.po, branches/2.0/po/uk.po,
|
||
branches/2.0/po/zh_CN.po, branches/2.0/po/zh_TW.po: Translation
|
||
updated; merged with newly introduced strings.
|
||
|
||
2006-08-08 09:53 cstim
|
||
|
||
* [r14609] branches/2.0/po/de.po: Updated German translation after
|
||
recent string changes
|
||
|
||
2006-08-08 09:47 cstim
|
||
|
||
* [r14608] branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/druid-gnc-xml-import.c,
|
||
branches/2.0/src/gnome-utils/glade/druid-gnc-xml-import.glade:
|
||
Improve wording for XML data file import druid. bug#342727.
|
||
|
||
2006-08-08 09:39 cstim
|
||
|
||
* [r14607] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/business/business-gnome/schemas/Makefile.am,
|
||
trunk/src/gnome-utils/schemas/Makefile.am,
|
||
trunk/src/gnome/schemas/Makefile.am,
|
||
trunk/src/import-export/hbci/schemas/Makefile.am,
|
||
trunk/src/import-export/schemas/Makefile.am: Find absolute path
|
||
of gconftool-2 during configure. Make gconftool rules to fail if
|
||
gconftool-2 could not be found. bug#349851. BP
|
||
|
||
2006-08-08 08:57 cstim
|
||
|
||
* [r14606] branches/2.0/src/import-export/qif-import/qif.glade:
|
||
Fix string with yet another month-year-day vs. month-day-year
|
||
confusion. Back-ported from trunk, r14602.
|
||
* [r14605]
|
||
branches/2.0/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in:
|
||
Fix wording of gconf key descriptions according to discussion in
|
||
wiki. Back-ported from trunk, r14600.
|
||
|
||
2006-08-08 08:52 cstim
|
||
|
||
* [r14604] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c,
|
||
trunk/src/gnome-utils/glade/druid-gnc-xml-import.glade: Improve
|
||
wording for XML data file import druid. bug#342727. BP
|
||
|
||
2006-08-07 15:14 cstim
|
||
|
||
* [r14603] branches/2.0/ChangeLog, branches/2.0/po/hu.po: Updated
|
||
Hungarian translation
|
||
|
||
2006-08-07 14:15 cstim
|
||
|
||
* [r14602] trunk/src/import-export/qif-import/qif.glade: Fix
|
||
string with yet another month-year-day vs. month-day-year
|
||
confusion. BP
|
||
|
||
2006-08-07 14:10 cstim
|
||
|
||
* [r14601] branches/2.0/po/de.po: Update German translation after
|
||
recent string changes
|
||
|
||
2006-08-07 13:05 cstim
|
||
|
||
* [r14600]
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in:
|
||
Fix wording of gconf key descriptions according to discussion in
|
||
wiki. BP
|
||
|
||
2006-08-06 22:07 hampton
|
||
|
||
* [r14599] trunk/ChangeLog, trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/guile-util.c, trunk/src/app-utils/prefs.scm,
|
||
trunk/src/backend/file/gnc-account-xml-v2.c,
|
||
trunk/src/backend/file/io-gncbin-r.c,
|
||
trunk/src/business/business-gnome/business-gnome-utils.c,
|
||
trunk/src/business/business-gnome/dialog-employee.c,
|
||
trunk/src/business/business-gnome/dialog-payment.c,
|
||
trunk/src/business/business-gnome/gnc-plugin-business.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Account.h,
|
||
trunk/src/engine/AccountP.h, trunk/src/engine/Period.c,
|
||
trunk/src/engine/Period.h, trunk/src/engine/SchedXaction.c,
|
||
trunk/src/engine/Scrub.c, trunk/src/engine/cap-gains.c,
|
||
trunk/src/engine/gnc-associate-account.c,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/engine/test-core/test-engine-stuff.c,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-transfer.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.h,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/window-main-summarybar.c,
|
||
trunk/src/gnome/dialog-chart-export.c,
|
||
trunk/src/gnome/dialog-tax-info.c,
|
||
trunk/src/gnome/druid-hierarchy.c, trunk/src/gnome/druid-loan.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/window-reconcile.c,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/import-account-matcher.c,
|
||
trunk/src/import-export/import-account-matcher.h,
|
||
trunk/src/import-export/import-main-matcher.c,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c,
|
||
trunk/src/import-export/qif/qif-parse.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c,
|
||
trunk/src/register/ledger-core/split-register-model.c,
|
||
trunk/src/register/ledger-core/split-register.c: Regularize the
|
||
account type names into the form ACCT_TYPE_xxx.
|
||
|
||
2006-08-06 10:38 cstim
|
||
|
||
* [r14598] branches/2.0/src/gnome-utils/glade/preferences.glade:
|
||
Fix typo. Merges 14556 from trunk.
|
||
|
||
2006-08-06 10:36 cstim
|
||
|
||
* [r14597] branches/2.0/doc/tip_of_the_day.list.in,
|
||
branches/2.0/lib/libqof/backend/file/qsf-backend.c,
|
||
branches/2.0/src/gnome-search/search.glade,
|
||
branches/2.0/src/gnome-utils/druid-gnc-xml-import.c,
|
||
branches/2.0/src/gnome-utils/glade/preferences.glade,
|
||
branches/2.0/src/gnome-utils/gnc-file.c,
|
||
branches/2.0/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/2.0/src/gnome/gnc-plugin-page-register.c,
|
||
branches/2.0/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
branches/2.0/src/import-export/import-provider-format.glade:
|
||
String fixes that have been delayed due to the string freeze.
|
||
Merges 14493 from trunk.
|
||
|
||
2006-08-06 01:41 hampton
|
||
|
||
* [r14596] trunk/src/core-utils/gnc-gtk-utils.h: Fix typo.
|
||
|
||
2006-08-06 00:59 hampton
|
||
|
||
* [r14595] trunk/ChangeLog,
|
||
trunk/src/import-export/import-backend.c:
|
||
gnc_import_process_trans_item() should return TRUE in those
|
||
cases where the transaction has been processed.
|
||
|
||
2006-08-05 21:48 hampton
|
||
|
||
* [r14594] trunk/ChangeLog, trunk/src/core-utils/gnc-gtk-utils.c,
|
||
trunk/src/core-utils/gnc-gtk-utils.h,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/import-export/import-main-matcher.c,
|
||
trunk/src/report/report-gnome/dialog-style-sheet.c: Fix
|
||
compilation errors on FC3.
|
||
|
||
2006-08-05 21:15 andi5
|
||
|
||
* [r14593] trunk/ChangeLog, trunk/src/core-utils/gnc-gtk-utils.c:
|
||
Enable inline completion only for gtk>=2.6.
|
||
|
||
2006-08-05 09:18 andi5
|
||
|
||
* [r14592] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-billterms.c,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/gnome-search/dialog-search.c,
|
||
trunk/src/gnome-search/search-core-utils.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/gnc-account-sel.c,
|
||
trunk/src/gnome-utils/gnc-druid-provider-multifile-gnome.c,
|
||
trunk/src/gnome/dialog-tax-info.c, trunk/src/gnome/druid-loan.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/gnc-plugin-budget.c,
|
||
trunk/src/gnome/lot-viewer.c,
|
||
trunk/src/import-export/gnc-import-format-gnome.c,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/import-main-matcher.c,
|
||
trunk/src/import-export/import-match-picker.c,
|
||
trunk/src/import-export/qif-import/dialog-account-picker.c,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c,
|
||
trunk/src/report/report-gnome/dialog-column-view.c,
|
||
trunk/src/report/report-gnome/dialog-style-sheet.c: Unref all
|
||
new stores.
|
||
|
||
2006-08-05 01:17 andi5
|
||
|
||
* [r14591] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c: Check for account type
|
||
compatibility when creating a new account. Fixes 344966. BP
|
||
|
||
2006-08-05 01:06 andi5
|
||
|
||
* [r14590] trunk/ChangeLog, trunk/src/core-utils/gnc-gtk-utils.c,
|
||
trunk/src/gnome-utils/dialog-account.c: Unref entry completion
|
||
in gtk-gtk-utils.c; I18n "Type", unref store in dialog-account.c
|
||
|
||
2006-08-03 09:30 andi5
|
||
|
||
* [r14589] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-reset-warnings.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_warnings.schemas.in: Add
|
||
tooltips to the checkboxes in the Reset Warnings dialog showing
|
||
the long descriptions. Remove all linebreaks in these strings to
|
||
make them look better.
|
||
|
||
2006-08-02 18:13 hampton
|
||
|
||
* [r14588] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/business-gnome-utils.c,
|
||
trunk/src/business/business-gnome/dialog-billterms.c,
|
||
trunk/src/business/business-gnome/dialog-payment.c,
|
||
trunk/src/business/business-gnome/glade/billterms.glade,
|
||
trunk/src/business/business-gnome/glade/payment.glade,
|
||
trunk/src/business/business-gnome/search-owner.c,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/business/dialog-tax-table/tax-tables.glade,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/gnc-gtk-utils.c,
|
||
trunk/src/core-utils/gnc-gtk-utils.h,
|
||
trunk/src/gnome-search/Makefile.am,
|
||
trunk/src/gnome-search/dialog-search.c,
|
||
trunk/src/gnome-search/search-account.c,
|
||
trunk/src/gnome-search/search-boolean.c,
|
||
trunk/src/gnome-search/search-core-utils.c,
|
||
trunk/src/gnome-search/search-core-utils.h,
|
||
trunk/src/gnome-search/search-date.c,
|
||
trunk/src/gnome-search/search-double.c,
|
||
trunk/src/gnome-search/search-int64.c,
|
||
trunk/src/gnome-search/search-numeric.c,
|
||
trunk/src/gnome-search/search-reconciled.c,
|
||
trunk/src/gnome-search/search-string.c,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/dialog-commodity.h,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/dialog-utils.h,
|
||
trunk/src/gnome-utils/glade/commodity.glade,
|
||
trunk/src/gnome-utils/glade/druid-provider-multifile.glade,
|
||
trunk/src/gnome-utils/gnc-account-sel.c,
|
||
trunk/src/gnome-utils/gnc-account-sel.h,
|
||
trunk/src/gnome-utils/gnc-currency-edit.c,
|
||
trunk/src/gnome-utils/gnc-date-delta.c,
|
||
trunk/src/gnome-utils/gnc-date-delta.h,
|
||
trunk/src/gnome-utils/gnc-druid-provider-multifile-gnome.c,
|
||
trunk/src/gnome-utils/gnc-druid-provider-multifile-gnome.h,
|
||
trunk/src/gnome-utils/gnc-frequency.c,
|
||
trunk/src/gnome-utils/gnc-frequency.h,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/gnome/dialog-fincalc.c,
|
||
trunk/src/gnome/dialog-scheduledxaction.h,
|
||
trunk/src/gnome/dialog-sx-from-trans.c,
|
||
trunk/src/gnome/dialog-tax-info.c, trunk/src/gnome/druid-loan.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/fincalc.glade,
|
||
trunk/src/gnome/glade/lots.glade,
|
||
trunk/src/gnome/glade/sched-xact.glade,
|
||
trunk/src/gnome/glade/stocks.glade,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/lot-viewer.c,
|
||
trunk/src/import-export/binary-import/druid-commodity.c,
|
||
trunk/src/import-export/generic-import.glade,
|
||
trunk/src/import-export/gnc-import-format-gnome.c,
|
||
trunk/src/import-export/gnc-import-format-gnome.h,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/hbci/glade/hbci.glade,
|
||
trunk/src/import-export/import-backend.c,
|
||
trunk/src/import-export/import-backend.h,
|
||
trunk/src/import-export/import-main-matcher.c,
|
||
trunk/src/import-export/import-match-picker.c,
|
||
trunk/src/import-export/import-provider-format.glade,
|
||
trunk/src/import-export/qif-import/dialog-account-picker.c,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c,
|
||
trunk/src/import-export/qif-import/qif.glade,
|
||
trunk/src/register/register-gnome/gnucash-color.c,
|
||
trunk/src/report/report-gnome/dialog-column-view.c,
|
||
trunk/src/report/report-gnome/dialog-style-sheet.c,
|
||
trunk/src/report/report-gnome/report.glade: Remove the majority
|
||
of the remaining deprecated widgets by collapsing the
|
||
"deprecated-cleanup" branch (r13935:14581) back into trunk.
|
||
|
||
2006-07-31 13:22 warlord
|
||
|
||
* [r14587] trunk, trunk/ChangeLog, trunk/src/bin/gnucash-bin.c:
|
||
Adjust the "development version" message for the 2.0.1 release.
|
||
BP
|
||
|
||
2006-07-30 23:30 wilddev
|
||
|
||
* [r14585] tags/2.0.1: Tagging the 2.0.1 release of GnuCash
|
||
|
||
2006-07-30 21:54 wilddev
|
||
|
||
* [r14584] branches/2.0/ChangeLog, branches/2.0/NEWS,
|
||
branches/2.0/configure.in: update to release 2.0.1
|
||
|
||
2006-07-30 19:42 warlord
|
||
|
||
* [r14583] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome/window-reconcile.c: Replace the hbox
|
||
separating debits from credits in the reconciliation window by a
|
||
homogeneous table. This avoids nasty redraws when one of them
|
||
changes in size. Fixes #342512. Merge from r14582.
|
||
|
||
2006-07-30 16:28 andi5
|
||
|
||
* [r14582] trunk/ChangeLog, trunk/src/gnome/window-reconcile.c:
|
||
Replace the hbox separating debits from credits in the
|
||
reconciliation window by a homogeneous table. This avoids nasty
|
||
redraws when one of them changes in size. Fixes #342512. BP
|
||
|
||
2006-07-30 04:57 hampton
|
||
|
||
* [r14581] branches/deprecated-cleanup,
|
||
branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/accounts/de_DE/acctchrt_skr03.gnucash-xea,
|
||
branches/deprecated-cleanup/autogen.sh,
|
||
branches/deprecated-cleanup/configure.in,
|
||
branches/deprecated-cleanup/doc/tip_of_the_day.list.in,
|
||
branches/deprecated-cleanup/lib/goffice-0.0.4/goffice/Makefile.am,
|
||
branches/deprecated-cleanup/lib/libqof/backend/file/Makefile.am,
|
||
branches/deprecated-cleanup/lib/libqof/backend/file/qsf-backend.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/Makefile.am,
|
||
branches/deprecated-cleanup/lib/libqof/qof/gnc-numeric.c,
|
||
branches/deprecated-cleanup/po/POTFILES.skip,
|
||
branches/deprecated-cleanup/src/app-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/bin/Makefile.am,
|
||
branches/deprecated-cleanup/src/business/business-core/Makefile.am,
|
||
branches/deprecated-cleanup/src/business/business-core/gncAddress.c,
|
||
branches/deprecated-cleanup/src/business/business-core/gncAddress.h,
|
||
branches/deprecated-cleanup/src/business/business-core/gncEntry.c,
|
||
branches/deprecated-cleanup/src/business/business-core/gncEntry.h,
|
||
branches/deprecated-cleanup/src/business/business-gnome/Makefile.am,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-invoice.c,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedger.c,
|
||
branches/deprecated-cleanup/src/business/dialog-tax-table/Makefile.am,
|
||
branches/deprecated-cleanup/src/core-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-glib-utils.c,
|
||
branches/deprecated-cleanup/src/engine/Group.c,
|
||
branches/deprecated-cleanup/src/engine/Makefile.am,
|
||
branches/deprecated-cleanup/src/engine/gnc-engine.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-filepath-utils.c,
|
||
branches/deprecated-cleanup/src/engine/test-core/test-engine-stuff.c,
|
||
branches/deprecated-cleanup/src/engine/test/test-resolve-file-path.c,
|
||
branches/deprecated-cleanup/src/gnc-module/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnc-module/gnc-module.c,
|
||
branches/deprecated-cleanup/src/gnc-module/test/mod-bar/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnc-module/test/mod-baz/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnc-module/test/mod-foo/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome-search/search.glade,
|
||
branches/deprecated-cleanup/src/gnome-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome-utils/druid-gnc-xml-import.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/glade/preferences.glade,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-file.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-gnome-utils.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-main-window.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-tree-view.c,
|
||
branches/deprecated-cleanup/src/gnome/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome/glade/account.glade,
|
||
branches/deprecated-cleanup/src/gnome/glade/budget.glade,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-page-register.c,
|
||
branches/deprecated-cleanup/src/gnome/schemas/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
branches/deprecated-cleanup/src/gnome/schemas/apps_gnucash_warnings.schemas.in,
|
||
branches/deprecated-cleanup/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/deprecated-cleanup/src/import-export/hbci/glade/hbci.glade,
|
||
branches/deprecated-cleanup/src/import-export/import-provider-format.glade,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif-file.scm,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif-parse.scm,
|
||
branches/deprecated-cleanup/src/register/ledger-core/split-register-control.c,
|
||
branches/deprecated-cleanup/src/register/ledger-core/split-register-model.c,
|
||
branches/deprecated-cleanup/src/register/ledger-core/split-register.c,
|
||
branches/deprecated-cleanup/src/register/ledger-core/split-register.h,
|
||
branches/deprecated-cleanup/src/register/register-core/Makefile.am,
|
||
branches/deprecated-cleanup/src/report/report-gnome/Makefile.am,
|
||
branches/deprecated-cleanup/src/report/report-system/Makefile.am,
|
||
branches/deprecated-cleanup/src/report/report-system/html-text.scm,
|
||
branches/deprecated-cleanup/src/report/report-system/report.scm,
|
||
branches/deprecated-cleanup/util/gnc-svnversion: Pull trunk
|
||
changes 14487:14580 into deprecated-cleanup branch.
|
||
|
||
2006-07-30 01:25 andi5
|
||
|
||
* [r14580] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_warnings.schemas.in: Add
|
||
warning close_last_window and show it when user tries to close
|
||
the last GnuCash window. Fixes #338865.
|
||
|
||
2006-07-30 01:18 andi5
|
||
|
||
* [r14579] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/glade/preferences.glade,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in: Add new
|
||
setting general/show_splash_screen to
|
||
preferences_dialog->General and only show the splash screen if
|
||
it is TRUE. Fixes 339876.
|
||
|
||
2006-07-30 00:58 andi5
|
||
|
||
* [r14578] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/glade/preferences.glade,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Fixed some duplicate
|
||
accelerators.
|
||
|
||
2006-07-30 00:39 andi5
|
||
|
||
* [r14577] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/glade/preferences.glade,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in: Add
|
||
preference general/tab_position to choose the edge of the
|
||
notebook the tabs will be showed (top, bottom, left or right).
|
||
Add it to preferences_dialog->Windows. Move "Show close button
|
||
on notebook tabs" from General to Windows. Fixes #340299.
|
||
|
||
2006-07-29 23:49 hampton
|
||
|
||
* [r14576] trunk/doc/tip_of_the_day.list.in: Fix the line
|
||
continuation.
|
||
|
||
2006-07-28 08:05 cstim
|
||
|
||
* [r14575] trunk/accounts/de_DE/Makefile.am: Enabled
|
||
acctchrt_skr03.gnucash-xea again for distribution and
|
||
installation because the author thinks it is verified enough by
|
||
now. Reverted 14549.
|
||
|
||
2006-07-28 08:04 cstim
|
||
|
||
* [r14574] branches/2.0/ChangeLog,
|
||
branches/2.0/accounts/de_DE/Makefile.am: Updated
|
||
acctchrt_skr03.gnucash-xea by Oliver Vollmer. Enabled it again
|
||
for distribution and installation because the author thinks it
|
||
is verified enough by now. Reverted 14548.
|
||
|
||
2006-07-28 07:59 cstim
|
||
|
||
* [r14573] branches/2.0/accounts/de_DE/acctchrt_skr03.gnucash-xea:
|
||
Update German SKR03 account template by Oliver Vollmer. Merge
|
||
14568.
|
||
|
||
2006-07-28 02:46 hampton
|
||
|
||
* [r14572] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade:
|
||
Fix a critical warning in the edit bill term dialog.
|
||
|
||
2006-07-28 02:22 hampton
|
||
|
||
* [r14571] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-billterms.c,
|
||
branches/deprecated-cleanup/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
branches/deprecated-cleanup/src/gnome-search/dialog-search.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-account.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-account-sel.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-druid-provider-multifile-gnome.c,
|
||
branches/deprecated-cleanup/src/gnome/druid-loan.c,
|
||
branches/deprecated-cleanup/src/gnome/druid-stock-split.c,
|
||
branches/deprecated-cleanup/src/gnome/lot-viewer.c,
|
||
branches/deprecated-cleanup/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/deprecated-cleanup/src/report/report-gnome/dialog-column-view.c:
|
||
Regularize column names. Use enums instead of a sequence of
|
||
#defines.
|
||
|
||
2006-07-28 01:45 jsled
|
||
|
||
* [r14570] branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.h,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-editor.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-from-trans.c:
|
||
GncDenseCalTransientModel impl and use in sx-editor and
|
||
sx-from-transaction dialog.
|
||
|
||
2006-07-28 01:18 warlord
|
||
|
||
* [r14569] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/engine/test-core/test-engine-stuff.c: Fix test
|
||
of numerics in random splits, because multiplications might also
|
||
turn out zero. Merge from r14544
|
||
|
||
2006-07-27 14:36 cstim
|
||
|
||
* [r14568] trunk/accounts/de_DE/acctchrt_skr03.gnucash-xea: Update
|
||
German SKR03 account template by Oliver Vollmer
|
||
|
||
2006-07-26 03:28 jsled
|
||
|
||
* [r14567] branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.h:
|
||
dead-code removal
|
||
|
||
2006-07-26 03:11 jsled
|
||
|
||
* [r14566] branches/sx-cleanup/ChangeLog,
|
||
branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c,
|
||
branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.h,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-editor.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-from-trans.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c:
|
||
Dense-calendar model interface, implementations; the SX-List
|
||
dense-cal works again, and with of add/remove ops. -
|
||
GncDenseCalModel interface - GncDenseCalTransient model impl. -
|
||
Add GncSxInstanceDenseCalAdapter (between GncSxInstanceModel and
|
||
GncDenseCalModel) - Start to hook up 'added' and 'removing'
|
||
signals on the GncSxInstanceModel.
|
||
|
||
2006-07-26 02:36 warlord
|
||
|
||
* [r14565] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/lib/goffice-0.0.4/goffice/Makefile.am,
|
||
branches/2.0/lib/libqof/backend/file/Makefile.am,
|
||
branches/2.0/lib/libqof/qof/Makefile.am,
|
||
branches/2.0/src/app-utils/Makefile.am,
|
||
branches/2.0/src/bin/Makefile.am,
|
||
branches/2.0/src/business/business-core/Makefile.am,
|
||
branches/2.0/src/business/business-gnome/Makefile.am,
|
||
branches/2.0/src/business/dialog-tax-table/Makefile.am,
|
||
branches/2.0/src/core-utils/Makefile.am,
|
||
branches/2.0/src/engine/Makefile.am,
|
||
branches/2.0/src/gnc-module/Makefile.am,
|
||
branches/2.0/src/gnc-module/test/mod-bar/Makefile.am,
|
||
branches/2.0/src/gnc-module/test/mod-baz/Makefile.am,
|
||
branches/2.0/src/gnc-module/test/mod-foo/Makefile.am,
|
||
branches/2.0/src/gnome-utils/Makefile.am,
|
||
branches/2.0/src/gnome/Makefile.am,
|
||
branches/2.0/src/register/register-core/Makefile.am,
|
||
branches/2.0/src/report/report-gnome/Makefile.am,
|
||
branches/2.0/src/report/report-system/Makefile.am: Allow proper
|
||
compile/install from tarball using separate builddir. - Don't
|
||
distribute (most) generated files. - Be (more) consistent about
|
||
when generated files are cleaned. Audited by jsled Merge from
|
||
r14555.
|
||
* [r14564] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/po/POTFILES.skip: Now that we distribute the SX
|
||
schema properly, don't skip it in the POTFILES.skip file.
|
||
Audited by jsled. Merge from r14554.
|
||
* [r14563] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/configure.in: check for SLIB. (#347922) Audited by
|
||
jsled Merge from r14551.
|
||
* [r14562] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/business/business-core/gncEntry.c,
|
||
branches/2.0/src/business/business-core/gncEntry.h,
|
||
branches/2.0/src/business/business-ledger/gncEntryLedger.c:
|
||
Properly round invoice entries and totals. Fixes #300042.
|
||
Perform internal computations to LCD, but then export rounded
|
||
values. Now, using the test case in Bug #300042 I get the same
|
||
values in the invoice window, in the printable invoice report,
|
||
and in the CoA Registers. Compute the commodity scu from the
|
||
ledger invoice (#300042). This way the SCU is no longer
|
||
hard-coded into the business ledger. Audited by chris. Merged
|
||
r14531 and r14545.
|
||
* [r14561] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/qif-import/qif-parse.scm: Allow
|
||
comma-radix numbers without a radix. Fixes #142424. I.e., allow
|
||
"17.500" to be parsed either as "seventeen and a half" or as
|
||
"seventeen thousand five hundred". Note that numbers STILL
|
||
default to decimal-radix instead of asking the user to choose.
|
||
Audited by jsled Merge from r14523.
|
||
* [r14560] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/qif-import/qif-file.scm: Ignore
|
||
any unknown !Option specification. Fixes #160735. Audited by
|
||
jsled. Merged from r14522.
|
||
|
||
2006-07-25 22:22 warlord
|
||
|
||
* [r14559] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/lib/libqof/qof/gnc-numeric.c: Avoid SIGFPE due to
|
||
modulo-by-zero is the requested number of significant figures is
|
||
greater than log10(2^63). Merge from r14512
|
||
* [r14558] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/report/report-system/report.scm: Change cmdline
|
||
warning into an actual user's error dialog when user attempts to
|
||
save a report with the same name as an existing report. Merge
|
||
from r14546
|
||
* [r14557] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/configure.in: Re-use existing GUILE_LOAD_PATH
|
||
variable in order not to override existing search paths. Merge
|
||
r14540 from trunk.
|
||
|
||
2006-07-25 20:34 andi5
|
||
|
||
* [r14556] trunk/src/gnome-utils/glade/preferences.glade: Fix
|
||
comon typo in preferences.glade
|
||
|
||
2006-07-25 13:25 warlord
|
||
|
||
* [r14555] trunk, trunk/ChangeLog,
|
||
trunk/lib/goffice-0.0.4/goffice/Makefile.am,
|
||
trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/lib/libqof/qof/Makefile.am,
|
||
trunk/src/app-utils/Makefile.am, trunk/src/bin/Makefile.am,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am, trunk/src/engine/Makefile.am,
|
||
trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-bar/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-baz/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-foo/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am, trunk/src/gnome/Makefile.am,
|
||
trunk/src/register/register-core/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-system/Makefile.am: Allow proper
|
||
compile/install from tarball using separate builddir. - Don't
|
||
distribute (most) generated files. - Be (more) consistent about
|
||
when generated files are cleaned. BP
|
||
* [r14554] trunk, trunk/ChangeLog, trunk/po/POTFILES.skip: Now
|
||
that we distribute the SX schema properly, don't skip it in the
|
||
POTFILES.skip file. BP
|
||
|
||
2006-07-24 11:06 andi5
|
||
|
||
* [r14553] branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome-utils/gnc-tree-view.c: Correctly set
|
||
column sort orders from gconf. Fixes #348248. Merge r14552.
|
||
|
||
2006-07-23 11:43 andi5
|
||
|
||
* [r14552] trunk/ChangeLog, trunk/src/gnome-utils/gnc-tree-view.c:
|
||
Correctly set column sort orders from gconf. Fixes #348248. BP
|
||
|
||
2006-07-22 15:47 warlord
|
||
|
||
* [r14551] trunk, trunk/ChangeLog, trunk/configure.in: check for
|
||
SLIB. (#347922) BP
|
||
|
||
2006-07-21 17:20 andi5
|
||
|
||
* [r14550] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Make tabs within one
|
||
notebook reorderable by dnd for gtk>=2.10. Fixes #343454.
|
||
|
||
2006-07-21 14:05 cstim
|
||
|
||
* [r14549] trunk/accounts/de_DE/Makefile.am: Removed
|
||
acctchrt_skr03.gnucash-xea from distribution and installation by
|
||
request of its author who doubts the fiscal correctness of this
|
||
account chart for small businesses.
|
||
|
||
2006-07-21 13:57 cstim
|
||
|
||
* [r14548] branches/2.0/ChangeLog,
|
||
branches/2.0/accounts/de_DE/Makefile.am: Removed
|
||
acctchrt_skr03.gnucash-xea from distribution and installation by
|
||
request of its author who doubts the fiscal correctness of this
|
||
account chart for small businesses.
|
||
|
||
2006-07-20 18:49 cstim
|
||
|
||
* [r14547] branches/2.0/po/es.po: Updated Spanish branch-2.0
|
||
translation by Eneko Lacunza
|
||
|
||
2006-07-20 14:34 cstim
|
||
|
||
* [r14546] trunk/src/report/report-system/report.scm: Change
|
||
cmdline warning into an actual user's error dialog. BP
|
||
|
||
2006-07-20 01:14 warlord
|
||
|
||
* [r14545] trunk,
|
||
trunk/src/business/business-ledger/gncEntryLedger.c: Compute the
|
||
commodity scu from the ledger invoice (#300042). This way the
|
||
SCU is no longer hard-coded into the business ledger.
|
||
|
||
2006-07-19 16:03 cstim
|
||
|
||
* [r14544] trunk/src/engine/test-core/test-engine-stuff.c: Fix
|
||
test of numerics in random splits, because multiplications might
|
||
also turn out zero.
|
||
|
||
2006-07-19 14:13 cstim
|
||
|
||
* [r14543] trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-filepath-utils.c,
|
||
trunk/src/engine/test/test-resolve-file-path.c: Use glib
|
||
filepath manipulation functions instead of our own manual
|
||
methods. Necessary for non-Unix machines. Please keep an eye
|
||
open for potential filename lookup problems.
|
||
|
||
2006-07-18 15:41 cstim
|
||
|
||
* [r14542] trunk/ChangeLog, trunk/src/gnc-module/gnc-module.c: On
|
||
windows, deactivate gnucash's extra de-quoting of path names
|
||
that is done on the GNC_MODULE_PATH env variable.
|
||
|
||
2006-07-18 13:49 cstim
|
||
|
||
* [r14541] trunk/src/gnc-module/gnc-module.c: Replace hard-coded
|
||
directory separator character by glibs cross-platform macro.
|
||
|
||
2006-07-18 11:38 cstim
|
||
|
||
* [r14540] trunk/configure.in: Re-use existing GUILE_LOAD_PATH
|
||
variable in order not to override existing search paths. BP
|
||
|
||
2006-07-18 03:59 chris
|
||
|
||
* [r14539]
|
||
branches/register-rewrite/src/gnome-utils/test/test-register.c:
|
||
Include forgotten #include.
|
||
|
||
2006-07-18 03:00 chris
|
||
|
||
* [r14538] branches/register-rewrite,
|
||
branches/register-rewrite/AUTHORS,
|
||
branches/register-rewrite/ChangeLog,
|
||
branches/register-rewrite/DOCUMENTERS,
|
||
branches/register-rewrite/HACKING,
|
||
branches/register-rewrite/Makefile.am,
|
||
branches/register-rewrite/NEWS,
|
||
branches/register-rewrite/README,
|
||
branches/register-rewrite/accounts/de_DE/Makefile.am,
|
||
branches/register-rewrite/accounts/de_DE/acctchrt_skr03.gnucash-xea,
|
||
branches/register-rewrite/autogen.sh,
|
||
branches/register-rewrite/configure.in,
|
||
branches/register-rewrite/doc/README.OFX,
|
||
branches/register-rewrite/doc/README.german,
|
||
branches/register-rewrite/doc/TRANSLATION_HOWTO,
|
||
branches/register-rewrite/doc/examples/Money95bank_fr.qif,
|
||
branches/register-rewrite/doc/examples/Money95invst_fr.qif,
|
||
branches/register-rewrite/doc/examples/Money95mfunds_fr.qif,
|
||
branches/register-rewrite/doc/examples/Money95stocks_fr.qif,
|
||
branches/register-rewrite/doc/examples/abc-all.qif,
|
||
branches/register-rewrite/doc/examples/abc.qif,
|
||
branches/register-rewrite/doc/examples/bogus.qif,
|
||
branches/register-rewrite/doc/examples/cbb-export.qif,
|
||
branches/register-rewrite/doc/examples/every.qif,
|
||
branches/register-rewrite/doc/examples/ms-money.qif,
|
||
branches/register-rewrite/doc/examples/quicktest.qif,
|
||
branches/register-rewrite/doc/examples/swipe.qif,
|
||
branches/register-rewrite/doc/examples/web.qif,
|
||
branches/register-rewrite/doc/tip_of_the_day.list.in,
|
||
branches/register-rewrite/glade-fixup,
|
||
branches/register-rewrite/lib/glib26/Makefile.am,
|
||
branches/register-rewrite/lib/libqof/backend/file/qsf-backend.c,
|
||
branches/register-rewrite/lib/libqof/qof/gnc-numeric.c,
|
||
branches/register-rewrite/packaging/gnucash-1.9.x.ebuild,
|
||
branches/register-rewrite/po/POTFILES.skip,
|
||
branches/register-rewrite/po/ca.po,
|
||
branches/register-rewrite/po/cs.po,
|
||
branches/register-rewrite/po/da.po,
|
||
branches/register-rewrite/po/de.po,
|
||
branches/register-rewrite/po/el.po,
|
||
branches/register-rewrite/po/en_GB.po,
|
||
branches/register-rewrite/po/es.po,
|
||
branches/register-rewrite/po/es_NI.po,
|
||
branches/register-rewrite/po/eu.po,
|
||
branches/register-rewrite/po/fr.po,
|
||
branches/register-rewrite/po/glossary/nl.po,
|
||
branches/register-rewrite/po/hu.po,
|
||
branches/register-rewrite/po/it.po,
|
||
branches/register-rewrite/po/ja.po,
|
||
branches/register-rewrite/po/nb.po,
|
||
branches/register-rewrite/po/ne.po,
|
||
branches/register-rewrite/po/nl.po,
|
||
branches/register-rewrite/po/pl.po,
|
||
branches/register-rewrite/po/pt.po,
|
||
branches/register-rewrite/po/pt_BR.po,
|
||
branches/register-rewrite/po/ro.po,
|
||
branches/register-rewrite/po/ru.po,
|
||
branches/register-rewrite/po/rw.po,
|
||
branches/register-rewrite/po/sk.po,
|
||
branches/register-rewrite/po/sv.po,
|
||
branches/register-rewrite/po/ta.po,
|
||
branches/register-rewrite/po/tr.po,
|
||
branches/register-rewrite/po/uk.po,
|
||
branches/register-rewrite/po/zh_CN.po,
|
||
branches/register-rewrite/po/zh_TW.po,
|
||
branches/register-rewrite/src/app-utils/Makefile.am,
|
||
branches/register-rewrite/src/app-utils/gnc-ui-util.c,
|
||
branches/register-rewrite/src/backend/Makefile.am,
|
||
branches/register-rewrite/src/backend/file/Makefile.am,
|
||
branches/register-rewrite/src/backend/file/gnc-backend-file.c,
|
||
branches/register-rewrite/src/backend/file/gnc-backend-file.h,
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v2.c,
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v2.h,
|
||
branches/register-rewrite/src/backend/gnc-backend-api.h,
|
||
branches/register-rewrite/src/backend/postgres/test/test-db.c,
|
||
branches/register-rewrite/src/backend/postgres/test/test-load-backend.c,
|
||
branches/register-rewrite/src/backend/postgres/test/test-period.c,
|
||
branches/register-rewrite/src/bin/gnucash-bin.c,
|
||
branches/register-rewrite/src/business/business-core/file/Makefile.am,
|
||
branches/register-rewrite/src/business/business-core/gncAddress.c,
|
||
branches/register-rewrite/src/business/business-core/gncAddress.h,
|
||
branches/register-rewrite/src/business/business-core/gncEntry.c,
|
||
branches/register-rewrite/src/business/business-core/gncEntry.h,
|
||
branches/register-rewrite/src/business/business-gnome/Makefile.am,
|
||
branches/register-rewrite/src/business/business-gnome/business-gnome.scm,
|
||
branches/register-rewrite/src/business/business-gnome/dialog-customer.c,
|
||
branches/register-rewrite/src/business/business-gnome/dialog-employee.c,
|
||
branches/register-rewrite/src/business/business-gnome/dialog-invoice.c,
|
||
branches/register-rewrite/src/business/business-gnome/dialog-job.c,
|
||
branches/register-rewrite/src/business/business-gnome/dialog-order.c,
|
||
branches/register-rewrite/src/business/business-gnome/dialog-vendor.c,
|
||
branches/register-rewrite/src/business/business-gnome/glade/billterms.glade,
|
||
branches/register-rewrite/src/business/business-gnome/glade/invoice.glade,
|
||
branches/register-rewrite/src/business/business-ledger/gncEntryLedger.c,
|
||
branches/register-rewrite/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
branches/register-rewrite/src/business/dialog-tax-table/tax-tables.glade,
|
||
branches/register-rewrite/src/core-utils/Makefile.am,
|
||
branches/register-rewrite/src/core-utils/gnc-glib-utils.c,
|
||
branches/register-rewrite/src/core-utils/gnc-glib-utils.h,
|
||
branches/register-rewrite/src/core-utils/gw-core-utils-spec.scm,
|
||
branches/register-rewrite/src/doc/Makefile.am,
|
||
branches/register-rewrite/src/doc/valgrind.txt,
|
||
branches/register-rewrite/src/engine/Account.c,
|
||
branches/register-rewrite/src/engine/Group.c,
|
||
branches/register-rewrite/src/engine/Split.c,
|
||
branches/register-rewrite/src/engine/Transaction.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.c,
|
||
branches/register-rewrite/src/engine/iso-4217-currencies.scm,
|
||
branches/register-rewrite/src/gnc-ui.h,
|
||
branches/register-rewrite/src/gnome-search/dialog-search.c,
|
||
branches/register-rewrite/src/gnome-search/search.glade,
|
||
branches/register-rewrite/src/gnome-utils/Makefile.am,
|
||
branches/register-rewrite/src/gnome-utils/dialog-account.c,
|
||
branches/register-rewrite/src/gnome-utils/dialog-preferences.c,
|
||
branches/register-rewrite/src/gnome-utils/dialog-utils.c,
|
||
branches/register-rewrite/src/gnome-utils/druid-gnc-xml-import.c,
|
||
branches/register-rewrite/src/gnome-utils/glade/preferences.glade,
|
||
branches/register-rewrite/src/gnome-utils/glade/totd.glade,
|
||
branches/register-rewrite/src/gnome-utils/gnc-file.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-gnome-utils.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-html.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-html.h,
|
||
branches/register-rewrite/src/gnome-utils/gnc-icons.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-main-window.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-main-window.h,
|
||
branches/register-rewrite/src/gnome-utils/gnc-menu-extensions.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-plugin-file-history.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-plugin-page.h,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-account.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-window.c,
|
||
branches/register-rewrite/src/gnome-utils/test/test-gnc-dialog.c,
|
||
branches/register-rewrite/src/gnome-utils/ui/gnc-main-window-ui.xml,
|
||
branches/register-rewrite/src/gnome/Makefile.am,
|
||
branches/register-rewrite/src/gnome/dialog-print-check.c,
|
||
branches/register-rewrite/src/gnome/dialog-scheduledxaction.c,
|
||
branches/register-rewrite/src/gnome/druid-loan.c,
|
||
branches/register-rewrite/src/gnome/glade/account.glade,
|
||
branches/register-rewrite/src/gnome/glade/budget.glade,
|
||
branches/register-rewrite/src/gnome/glade/lots.glade,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-register.c,
|
||
branches/register-rewrite/src/gnome/gnucash.desktop.in,
|
||
branches/register-rewrite/src/gnome/gnucash.keys.in,
|
||
branches/register-rewrite/src/gnome/gnucash.mime,
|
||
branches/register-rewrite/src/gnome/lot-viewer.c,
|
||
branches/register-rewrite/src/gnome/schemas/Makefile.am,
|
||
branches/register-rewrite/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
branches/register-rewrite/src/gnome/ui/gnc-plugin-page-account-tree-ui.xml,
|
||
branches/register-rewrite/src/gnome/ui/gnc-plugin-page-register-ui.xml,
|
||
branches/register-rewrite/src/gnome/window-reconcile.c,
|
||
branches/register-rewrite/src/import-export/Makefile.am,
|
||
branches/register-rewrite/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/register-rewrite/src/import-export/hbci/glade/hbci.glade,
|
||
branches/register-rewrite/src/import-export/hbci/gnc-hbci-utils.c,
|
||
branches/register-rewrite/src/import-export/import-provider-format.glade,
|
||
branches/register-rewrite/src/import-export/log-replay/Makefile.am,
|
||
branches/register-rewrite/src/import-export/ofx/gnc-ofx-import.c,
|
||
branches/register-rewrite/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/register-rewrite/src/import-export/qif-import/qif-file.scm,
|
||
branches/register-rewrite/src/import-export/qif-import/qif-parse.scm,
|
||
branches/register-rewrite/src/pixmaps/Makefile.am,
|
||
branches/register-rewrite/src/pixmaps/appicon.png,
|
||
branches/register-rewrite/src/pixmaps/gnucash-icon.png,
|
||
branches/register-rewrite/src/pixmaps/gnucash_splash.png,
|
||
branches/register-rewrite/src/quotes/gnc-fq-check.in,
|
||
branches/register-rewrite/src/quotes/gnc-fq-dump,
|
||
branches/register-rewrite/src/quotes/gnc-fq-helper.in,
|
||
branches/register-rewrite/src/quotes/gnc-fq-update.in,
|
||
branches/register-rewrite/src/register/ledger-core/split-register-control.c,
|
||
branches/register-rewrite/src/register/ledger-core/split-register-model.c,
|
||
branches/register-rewrite/src/register/ledger-core/split-register-util.c,
|
||
branches/register-rewrite/src/register/ledger-core/split-register.c,
|
||
branches/register-rewrite/src/register/ledger-core/split-register.h,
|
||
branches/register-rewrite/src/register/register-gnome/combocell-gnome.c,
|
||
branches/register-rewrite/src/register/register-gnome/gnucash-header.c,
|
||
branches/register-rewrite/src/register/register-gnome/gnucash-item-edit.c,
|
||
branches/register-rewrite/src/register/register-gnome/gnucash-item-list.c,
|
||
branches/register-rewrite/src/register/register-gnome/gnucash-item-list.h,
|
||
branches/register-rewrite/src/register/register-gnome/gnucash-sheet.c,
|
||
branches/register-rewrite/src/report/report-gnome/Makefile.am,
|
||
branches/register-rewrite/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
branches/register-rewrite/src/report/report-system/html-text.scm,
|
||
branches/register-rewrite/src/report/report-system/report.scm,
|
||
branches/register-rewrite/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/register-rewrite/src/report/standard-reports/portfolio.scm,
|
||
branches/register-rewrite/src/scm/Makefile.am,
|
||
branches/register-rewrite/src/scm/doc.scm,
|
||
branches/register-rewrite/src/scm/help-topics-index.old,
|
||
branches/register-rewrite/src/scm/help-topics-index.scm,
|
||
branches/register-rewrite/src/scm/main.scm,
|
||
branches/register-rewrite/util: Merge -r 14238:14537 from trunk.
|
||
|
||
2006-07-18 02:29 chris
|
||
|
||
* [r14537]
|
||
branches/register-rewrite/src/app-utils/test/test-exp-parser.c:
|
||
Add some expression parser tests.
|
||
|
||
2006-07-18 02:25 chris
|
||
|
||
* [r14536]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c:
|
||
Update bug notes.
|
||
|
||
2006-07-18 02:24 chris
|
||
|
||
* [r14535]
|
||
branches/register-rewrite/src/gnome-utils/gnc-amount-edit.c:
|
||
More graceful behavior if someone abuses the gnc-amount-edit.
|
||
|
||
2006-07-18 02:06 chris
|
||
|
||
* [r14534]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-transaction.c:
|
||
Remove all traces of misguided attempt to use fancy treeview
|
||
separator rows.
|
||
|
||
2006-07-18 01:57 chris
|
||
|
||
* [r14533]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-transaction.c:
|
||
Factor out some code to emit row_changed and possible
|
||
has_child_toggled signals on the parent of the given path. Don't
|
||
automatically assign the blank split to the anchor account.
|
||
|
||
2006-07-17 02:33 chris
|
||
|
||
* [r14532]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view.h: Get
|
||
better behavior when tabbing out of a blank split by creating a
|
||
new blank split to move to.
|
||
|
||
2006-07-17 02:04 warlord
|
||
|
||
* [r14531] trunk, trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncEntry.h,
|
||
trunk/src/business/business-ledger/gncEntryLedger.c: Properly
|
||
round invoice entries and totals. Fixes #300042. Perform
|
||
internal computations to LCD, but then export rounded values.
|
||
Now, using the test case in Bug #300042 I get the same values in
|
||
the invoice window, in the printable invoice report, and in the
|
||
CoA Registers. BP
|
||
|
||
2006-07-17 00:39 chris
|
||
|
||
* [r14530]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-transaction.c:
|
||
Loosen restrictions on input to get_iter() function.
|
||
|
||
2006-07-17 00:25 chris
|
||
|
||
* [r14529]
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-account-tree.c:
|
||
Temporary hack to enable the account tree to open treeview
|
||
registers.
|
||
|
||
2006-07-17 00:23 chris
|
||
|
||
* [r14528]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.h:
|
||
Factor out code for getting the currently selected trans and
|
||
split. Factor code for returning the cursor to the edited trans.
|
||
Factor code for canceling an edit. Provide functions that: move
|
||
to the blank trans, reinit the current trans, void/unvoid the
|
||
current trans
|
||
|
||
2006-07-17 00:18 chris
|
||
|
||
* [r14527]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-transaction.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-transaction.h:
|
||
Generalize the utility function for getting an iter from a
|
||
split/trans. Provide a function for getting the iter of the
|
||
blank trans. Delete some cruft.
|
||
|
||
2006-07-17 00:04 chris
|
||
|
||
* [r14526] branches/register-rewrite/src/gnome-utils/gnc-plugin.c:
|
||
Better error handling when an unknown GtkAction is used.
|
||
|
||
2006-07-17 00:00 chris
|
||
|
||
* [r14525] branches/register-rewrite/src/gnome/Makefile.am,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-transactions.c,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-transactions.h,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-transactions.c,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-transactions.h,
|
||
branches/register-rewrite/src/gnome/top-level.c,
|
||
branches/register-rewrite/src/gnome/ui/Makefile.am,
|
||
branches/register-rewrite/src/gnome/ui/gnc-plugin-page-transactions-ui.xml:
|
||
Add a plugin-page for viewing the treeview register.
|
||
|
||
2006-07-16 23:01 warlord
|
||
|
||
* [r14523] trunk, trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/qif-parse.scm: Allow
|
||
comma-radix numbers without a radix. Fixes #142424. I.e., allow
|
||
"17.500" to be parsed either as "seventeen and a half" or as
|
||
"seventeen thousand five hundred". Note that numbers STILL
|
||
default to decimal-radix instead of asking the user to choose. BP
|
||
|
||
2006-07-16 23:00 warlord
|
||
|
||
* [r14522] trunk, trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/qif-file.scm: Ignore any
|
||
unknown !Option specification. Fixes #160735. BP
|
||
|
||
2006-07-16 21:35 jsled
|
||
|
||
* [r14521] branches/sx-cleanup/ChangeLog,
|
||
branches/sx-cleanup/src/backend/file/io-gncxml-v2.c,
|
||
branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/engine/SX-book-p.h,
|
||
branches/sx-cleanup/src/engine/SX-book.c,
|
||
branches/sx-cleanup/src/engine/SX-book.h,
|
||
branches/sx-cleanup/src/engine/gnc-engine.h,
|
||
branches/sx-cleanup/src/gnome/Makefile.am,
|
||
branches/sx-cleanup/src/gnome/dialog-scheduledxaction.c,
|
||
branches/sx-cleanup/src/gnome/dialog-scheduledxaction.h,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-editor.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-editor.h,
|
||
branches/sx-cleanup/src/gnome/dialog-sx-from-trans.c,
|
||
branches/sx-cleanup/src/gnome/dialog-sxsincelast.c,
|
||
branches/sx-cleanup/src/gnome/druid-loan.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c,
|
||
branches/sx-cleanup/src/gnome/gnc-split-reg.c,
|
||
branches/sx-cleanup/src/gnome/gw-gnc-spec.scm,
|
||
branches/sx-cleanup/src/gnome/top-level.c: Move SX list from
|
||
GList to a QofEntity; add SX list mutation events;
|
||
instance-model reflects SX list mutation; move SX editor to new
|
||
file. * src/engine/SX-book-p.h: * src/engine/SX-book.h: *
|
||
src/engine/SX-book.c: Promote SX list from a GList to a
|
||
`SchedXactions` QOF Entity. Create add/remove API that emits
|
||
GNC_EVENT_{INSERT,REMOVE} signals. Correctly associate the SX
|
||
List with the collection of SchedXaction qof-type rather than
|
||
the SX template transactions qof-type. Remove some (now-)dead
|
||
code. Fix long-standing bug in registration of SX qof types. *
|
||
src/gnome/dialog-sx-editor.[ch]: *
|
||
src/gnome/dialog-schedxaction.[ch]: Move the SX editor dialog
|
||
subset of dialog-schedxaction to dialog-sx-editor.[ch]. *
|
||
src/gnome/gnc-plugin-page-sx-list.c: Hookup SX editor for both
|
||
'new' and 'edit' actions. Hookup row-activation from tree-view.
|
||
Extend GncSxInstanceModel to support SchedXactions (sx list)
|
||
modification events.
|
||
|
||
2006-07-16 16:58 warlord
|
||
|
||
* [r14520] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/business/business-gnome/dialog-invoice.c: Set
|
||
the summary bar values when the window is first opened
|
||
(#345978). Merge r14516.
|
||
|
||
2006-07-16 16:40 warlord
|
||
|
||
* [r14519] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/configure.in: check for (g-wrap) module (#347680)
|
||
Apparently some distributions ship g-wrap-config separately from
|
||
the g-wrap.scm guile module. (also add a bunch of ChangeLog
|
||
entries for backported fixes)
|
||
|
||
2006-07-16 16:17 warlord
|
||
|
||
* [r14518] trunk, trunk/ChangeLog, trunk/configure.in: check for
|
||
(g-wrap) module (#347680) Apparently some distributions ship
|
||
g-wrap-config separately from the g-wrap.scm guile module. BP
|
||
|
||
2006-07-16 07:45 andi5
|
||
|
||
* [r14517] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Do not move windows on
|
||
restoration that would be offscreen.
|
||
|
||
2006-07-16 05:58 warlord
|
||
|
||
* [r14516] trunk, trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-invoice.c: Set the
|
||
summary bar values when the window is first opened (#345978). BP
|
||
|
||
2006-07-16 05:16 warlord
|
||
|
||
* [r14515] trunk, trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncAddress.c,
|
||
trunk/src/business/business-core/gncAddress.h: Make GncAddress
|
||
more QOF compliant. (#343726) Adds BeginEdit/CommitEdit calls.
|
||
|
||
2006-07-15 22:27 andi5
|
||
|
||
* [r14514]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c:
|
||
Switched ordering of credit and debit.
|
||
|
||
2006-07-15 19:48 chris
|
||
|
||
* [r14513] trunk/src/gnome/glade/budget.glade: More reasonable
|
||
limits for the SpinButton that selects significant figures.
|
||
|
||
2006-07-15 19:47 chris
|
||
|
||
* [r14512] trunk/lib/libqof/qof/gnc-numeric.c: Avoid SIGFPE due to
|
||
modulo-by-zero is the requested number of significant figures is
|
||
greater than log10(2^63). BP
|
||
|
||
2006-07-15 17:07 warlord
|
||
|
||
* [r14511] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/configure.in: check for (g-wrap gw-glib-spec) and
|
||
bomb out if not found (#347404). Merge r14484 and r14501
|
||
|
||
2006-07-15 16:19 warlord
|
||
|
||
* [r14510] branches/2.0, branches/2.0/configure.in: Pull down one
|
||
change from r14497 to fix a broken test (#347607). (manually
|
||
changed, not merged. See the bug report for rationale).
|
||
|
||
2006-07-15 15:56 jsled
|
||
|
||
* [r14509] branches/sx-cleanup/ChangeLog,
|
||
branches/sx-cleanup/src/doc/sx.rst,
|
||
branches/sx-cleanup/src/engine/SchedXaction.h,
|
||
branches/sx-cleanup/src/gnome/Makefile.am,
|
||
branches/sx-cleanup/src/gnome/glade/sched-xact.glade,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c,
|
||
branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.h,
|
||
branches/sx-cleanup/src/gnome/ui/Makefile.am,
|
||
branches/sx-cleanup/src/gnome/ui/gnc-plugin-page-sx-list-ui.xml:
|
||
gnc-plugin-page-sx-list.
|
||
|
||
2006-07-15 15:29 warlord
|
||
|
||
* [r14508] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/gnome/schemas/Makefile.am: Distribute
|
||
apps_gnucash_scheduled_transctions.schemas.in (#340641). Merge
|
||
from r14499
|
||
|
||
2006-07-15 15:04 warlord
|
||
|
||
* [r14507] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/2.0/src/import-export/hbci/glade/hbci.glade: Fix HBCI
|
||
Crash (#347595) Remove obsolete buttons for aqbanking/hbci setup
|
||
that are unneeded. Fix crash due to dangling points by deleting
|
||
all pointers after calling AB_Banking_Fini. Merged from r14502
|
||
* [r14506] branches/2.0,
|
||
branches/2.0/src/core-utils/gnc-glib-utils.c: Fix off-by-one bug
|
||
that strips all spaces from imported strings. (#347472) Merge
|
||
from r14494.
|
||
* [r14505] branches/2.0, branches/2.0/util/gnc-svnversion: Handle
|
||
the case of a user who has svk but hasn't configured it.
|
||
(#347403). Merge from r14489.
|
||
* [r14504] branches/2.0, branches/2.0/ChangeLog,
|
||
branches/2.0/src/engine/Group.c: Allow account-separator
|
||
character in account names (#347321). Revert to previous
|
||
behavior of xaccGetAccountFromFullName() which was changed in
|
||
r13467 when the function was restructured. This patch returns to
|
||
the old behavior (but uses the new function structure). Merge
|
||
from r14488 and r14496
|
||
|
||
2006-07-15 13:26 andi5
|
||
|
||
* [r14503] trunk/ChangeLog,
|
||
trunk/src/report/report-system/html-text.scm: Remove a duplicate
|
||
of gnc:html-text?.
|
||
|
||
2006-07-15 11:27 cstim
|
||
|
||
* [r14502] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/hbci/glade/hbci.glade: Remove obsolete
|
||
buttons for aqbanking/hbci setup that are unneeded. Fix crash
|
||
due to dangling points by deleting all pointers after calling
|
||
AB_Banking_Fini.
|
||
|
||
2006-07-15 04:02 warlord
|
||
|
||
* [r14501] trunk, trunk/ChangeLog, trunk/configure.in: check for
|
||
(g-wrap gw-glib-spec) instead of (g-wrap) #347404.
|
||
|
||
2006-07-15 01:33 warlord
|
||
|
||
* [r14500] trunk, trunk/ChangeLog, trunk/autogen.sh,
|
||
trunk/configure.in: make sure that po/POTFILES.in exists so
|
||
configure doens't complain.
|
||
|
||
2006-07-14 21:29 andi5
|
||
|
||
* [r14499] trunk/ChangeLog, trunk/src/gnome/schemas/Makefile.am:
|
||
Add apps_gnucash_scheduled_transctions.schemas.in to
|
||
Makefile.am. Fixes #340641. BP
|
||
|
||
2006-07-14 16:45 andi5
|
||
|
||
* [r14498] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-model.c: Let
|
||
GtkMessageDialog render the headers of two warnings in bold font.
|
||
|
||
2006-07-14 02:01 chris
|
||
|
||
* [r14497] trunk/configure.in: Minor cleanup of configure.in. The
|
||
important change is missing "test" in chunk 730,7. The others
|
||
fix the (theoretical) problem of a null variable disappearing,
|
||
leading to bash: test: =: unary operator expected And also,
|
||
added AC_MSG_NOTICE([Ignore error message "./po/POTFILES.in: No
|
||
such file or directory." if it occurrs.]) Patch by "Archimedes
|
||
Submerged" <archimerged@gmail.com>
|
||
|
||
2006-07-14 01:36 chris
|
||
|
||
* [r14496] trunk/src/engine/Group.c: Restore a comment that
|
||
explains the algorithm restored in r14488.
|
||
|
||
2006-07-14 00:57 chris
|
||
|
||
* [r14495]
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register.c,
|
||
trunk/src/register/ledger-core/split-register.h: Avoid crash
|
||
from opening transaction in more than one register. Bug #347089.
|
||
In any case where we might be opening the transaction and
|
||
marking it as the pending transaction, check first if it's
|
||
already open. If it is, we assume that it's being edited by
|
||
another register. We report the error and abort the action that
|
||
would have opened the transaction. BP
|
||
|
||
2006-07-13 23:15 chris
|
||
|
||
* [r14494] trunk/src/core-utils/gnc-glib-utils.c: Fix off-by-one
|
||
bug that strips all spaces from imported strings. BP
|
||
|
||
2006-07-13 22:58 andi5
|
||
|
||
* [r14493] trunk/ChangeLog, trunk/doc/tip_of_the_day.list.in,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/src/gnome-search/search.glade,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c,
|
||
trunk/src/gnome-utils/glade/preferences.glade,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
trunk/src/import-export/import-provider-format.glade,
|
||
trunk/src/report/report-system/report.scm: String fixes that
|
||
have been delayed due to the string freeze.
|
||
|
||
2006-07-13 21:37 andi5
|
||
|
||
* [r14492] trunk/ChangeLog, trunk/src/gnome/glade/account.glade:
|
||
In the account dialog, do not expand the upper left entries when
|
||
the window is resized. Automatic scrollbars for the notes field.
|
||
|
||
2006-07-12 19:50 warlord
|
||
|
||
* [r14489] trunk, trunk/util/gnc-svnversion: Handle the case of a
|
||
user who has svk but hasn't configured it. (#347403)
|
||
|
||
2006-07-12 18:17 warlord
|
||
|
||
* [r14488] trunk, trunk/ChangeLog, trunk/src/engine/Group.c: Allow
|
||
account-separator character in account names (#347321). Revert
|
||
to previous behavior of xaccGetAccountFromFullName() which was
|
||
changed in r13467 when the function was restructured. This patch
|
||
returns to the old behavior (but uses the new function
|
||
structure). r12825@cliodev: warlord | 2006-07-12 14:16:29 -0400
|
||
|
||
2006-07-12 16:32 hampton
|
||
|
||
* [r14487] branches/deprecated-cleanup,
|
||
branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/NEWS,
|
||
branches/deprecated-cleanup/README,
|
||
branches/deprecated-cleanup/configure.in,
|
||
branches/deprecated-cleanup/doc/README.OFX,
|
||
branches/deprecated-cleanup/doc/README.german,
|
||
branches/deprecated-cleanup/doc/TRANSLATION_HOWTO,
|
||
branches/deprecated-cleanup/doc/tip_of_the_day.list.in,
|
||
branches/deprecated-cleanup/po/de.po,
|
||
branches/deprecated-cleanup/po/es.po,
|
||
branches/deprecated-cleanup/po/sk.po,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-glib-utils.c,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-glib-utils.h,
|
||
branches/deprecated-cleanup/src/core-utils/gw-core-utils-spec.scm,
|
||
branches/deprecated-cleanup/src/engine/Transaction.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-account.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/glade/totd.glade,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-main-window.c:
|
||
Pull trunk changes 14460:14486 into deprecated-cleanup branch.
|
||
|
||
2006-07-11 05:07 warlord
|
||
|
||
* [r14484] trunk, trunk/configure.in: Check for g-wrap
|
||
compile-time system and bomb out if it's not found (#347404).
|
||
r12822@cliodev: warlord | 2006-07-11 01:05:15 -0400
|
||
|
||
2006-07-10 23:43 warlord
|
||
|
||
* [r14483] trunk, trunk/README, trunk/configure.in,
|
||
trunk/doc/README.german, trunk/doc/tip_of_the_day.list.in,
|
||
trunk/src/gnome-utils/glade/totd.glade: The trunk is still a
|
||
development branch. Make it say so. r12820@cliodev: warlord |
|
||
2006-07-10 19:42:41 -0400
|
||
|
||
2006-07-10 04:31 chris
|
||
|
||
* [r14481] branches/register-rewrite/src/engine/Transaction.c:
|
||
Make 'rate' argument optional for xaccTransGetRateForCommodity().
|
||
|
||
2006-07-10 02:44 chris
|
||
|
||
* [r14480] branches/register-rewrite/src/engine/Transaction.c,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-register.c,
|
||
branches/register-rewrite/src/gnome/gnc-split-reg.c: Factor the
|
||
transaction timestamp fixup for reversed transactions into
|
||
xaccTransReverse().
|
||
|
||
2006-07-10 00:40 wilddev
|
||
|
||
* [r14478] tags/2.0.0: Tagging the 2.0.0 release of GnuCash
|
||
|
||
2006-07-10 00:34 wilddev
|
||
|
||
* [r14477] branches/2.0: Creating the 2.0 branch of GnuCash
|
||
|
||
2006-07-10 00:31 wilddev
|
||
|
||
* [r14476] trunk/ChangeLog, trunk/NEWS, trunk/README,
|
||
trunk/configure.in, trunk/doc/README.OFX,
|
||
trunk/doc/README.german, trunk/doc/TRANSLATION_HOWTO,
|
||
trunk/doc/tip_of_the_day.list.in,
|
||
trunk/src/gnome-utils/glade/totd.glade: update to release 2.0.0
|
||
|
||
2006-07-09 12:05 chris
|
||
|
||
* [r14471] trunk/src/gnome-utils/gnc-main-window.c: Update 'About'
|
||
dialog copyright notice.
|
||
|
||
2006-07-08 15:35 hampton
|
||
|
||
* [r14470] trunk/ChangeLog, trunk/src/engine/Transaction.c:
|
||
Restore 1.8 behavior by using the full date/time when sorting on
|
||
the posted date. Fixes #346954.
|
||
|
||
2006-07-06 07:45 cstim
|
||
|
||
* [r14469] trunk/po/es.po: Updated Spanish translation by Eneko
|
||
Lacunza, now 100% translated again.
|
||
|
||
2006-07-06 05:18 hampton
|
||
|
||
* [r14468] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c: When creating accounts
|
||
from the register, fix the name parsing logic to correctly
|
||
handle the case where the first new account will be the first
|
||
child of its parent. Fixes #345771.
|
||
|
||
2006-07-05 20:42 cstim
|
||
|
||
* [r14467] trunk/po/es.po: Updated Spanish translation by Eneko
|
||
Lacunza, bug#343229. Translation merged with most recent
|
||
gnucash.pot.
|
||
|
||
2006-07-05 16:04 warlord
|
||
|
||
* [r14466] trunk/ChangeLog, trunk/src/core-utils/gnc-glib-utils.c,
|
||
trunk/src/core-utils/gnc-glib-utils.h,
|
||
trunk/src/core-utils/gw-core-utils-spec.scm: 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.
|
||
|
||
2006-07-04 20:35 cstim
|
||
|
||
* [r14465] trunk/ChangeLog, trunk/po/de.po: Proof-read and
|
||
improved German translation by feedback from Andi K<>hler.
|
||
|
||
2006-07-04 16:32 jsled
|
||
|
||
* [r14463] branches/sx-cleanup: Create 'sx-cleanup' branch.
|
||
|
||
2006-07-04 10:41 cstim
|
||
|
||
* [r14462] trunk/po/sk.po: Updated Slovak translation by Zdenko
|
||
Podobny
|
||
|
||
2006-07-04 00:48 hampton
|
||
|
||
* [r14461]
|
||
branches/deprecated-cleanup/accounts/de_DE/acctchrt_skr03.gnucash-xea,
|
||
branches/deprecated-cleanup/src/doc/valgrind.txt: Pull trunk new
|
||
files 14347:14459 into branch.
|
||
|
||
2006-07-03 23:24 hampton
|
||
|
||
* [r14460] branches/deprecated-cleanup/AUTHORS,
|
||
branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/DOCUMENTERS,
|
||
branches/deprecated-cleanup/HACKING,
|
||
branches/deprecated-cleanup/Makefile.am,
|
||
branches/deprecated-cleanup/NEWS,
|
||
branches/deprecated-cleanup/accounts/de_DE/Makefile.am,
|
||
branches/deprecated-cleanup/configure.in,
|
||
branches/deprecated-cleanup/doc/examples/Money95bank_fr.qif,
|
||
branches/deprecated-cleanup/doc/examples/Money95invst_fr.qif,
|
||
branches/deprecated-cleanup/doc/examples/Money95mfunds_fr.qif,
|
||
branches/deprecated-cleanup/doc/examples/Money95stocks_fr.qif,
|
||
branches/deprecated-cleanup/doc/examples/abc-all.qif,
|
||
branches/deprecated-cleanup/doc/examples/abc.qif,
|
||
branches/deprecated-cleanup/doc/examples/bogus.qif,
|
||
branches/deprecated-cleanup/doc/examples/cbb-export.qif,
|
||
branches/deprecated-cleanup/doc/examples/every.qif,
|
||
branches/deprecated-cleanup/doc/examples/ms-money.qif,
|
||
branches/deprecated-cleanup/doc/examples/quicktest.qif,
|
||
branches/deprecated-cleanup/doc/examples/swipe.qif,
|
||
branches/deprecated-cleanup/doc/examples/web.qif,
|
||
branches/deprecated-cleanup/glade-fixup,
|
||
branches/deprecated-cleanup/packaging/gnucash-1.9.x.ebuild,
|
||
branches/deprecated-cleanup/po/ca.po,
|
||
branches/deprecated-cleanup/po/cs.po,
|
||
branches/deprecated-cleanup/po/da.po,
|
||
branches/deprecated-cleanup/po/de.po,
|
||
branches/deprecated-cleanup/po/el.po,
|
||
branches/deprecated-cleanup/po/en_GB.po,
|
||
branches/deprecated-cleanup/po/es.po,
|
||
branches/deprecated-cleanup/po/es_NI.po,
|
||
branches/deprecated-cleanup/po/eu.po,
|
||
branches/deprecated-cleanup/po/fr.po,
|
||
branches/deprecated-cleanup/po/glossary/nl.po,
|
||
branches/deprecated-cleanup/po/hu.po,
|
||
branches/deprecated-cleanup/po/it.po,
|
||
branches/deprecated-cleanup/po/ja.po,
|
||
branches/deprecated-cleanup/po/nb.po,
|
||
branches/deprecated-cleanup/po/ne.po,
|
||
branches/deprecated-cleanup/po/nl.po,
|
||
branches/deprecated-cleanup/po/pl.po,
|
||
branches/deprecated-cleanup/po/pt.po,
|
||
branches/deprecated-cleanup/po/pt_BR.po,
|
||
branches/deprecated-cleanup/po/ro.po,
|
||
branches/deprecated-cleanup/po/ru.po,
|
||
branches/deprecated-cleanup/po/rw.po,
|
||
branches/deprecated-cleanup/po/sk.po,
|
||
branches/deprecated-cleanup/po/sv.po,
|
||
branches/deprecated-cleanup/po/ta.po,
|
||
branches/deprecated-cleanup/po/tr.po,
|
||
branches/deprecated-cleanup/po/uk.po,
|
||
branches/deprecated-cleanup/po/zh_CN.po,
|
||
branches/deprecated-cleanup/po/zh_TW.po,
|
||
branches/deprecated-cleanup/src/app-utils/gnc-ui-util.c,
|
||
branches/deprecated-cleanup/src/backend/file/gnc-backend-file.c,
|
||
branches/deprecated-cleanup/src/backend/file/io-gncxml-v2.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/glade/invoice.glade,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-glib-utils.c,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-glib-utils.h,
|
||
branches/deprecated-cleanup/src/core-utils/gw-core-utils-spec.scm,
|
||
branches/deprecated-cleanup/src/doc/Makefile.am,
|
||
branches/deprecated-cleanup/src/engine/Account.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-commodity.c,
|
||
branches/deprecated-cleanup/src/engine/iso-4217-currencies.scm,
|
||
branches/deprecated-cleanup/src/gnome-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-utils.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-main-window.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-main-window.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/ui/gnc-main-window-ui.xml,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/deprecated-cleanup/src/import-export/hbci/gnc-hbci-utils.c,
|
||
branches/deprecated-cleanup/src/import-export/log-replay/Makefile.am,
|
||
branches/deprecated-cleanup/src/import-export/ofx/gnc-ofx-import.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif-file.scm,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif-parse.scm,
|
||
branches/deprecated-cleanup/src/pixmaps/appicon.png,
|
||
branches/deprecated-cleanup/src/pixmaps/gnucash-icon.png,
|
||
branches/deprecated-cleanup/src/pixmaps/gnucash_splash.png,
|
||
branches/deprecated-cleanup/src/quotes/gnc-fq-check.in,
|
||
branches/deprecated-cleanup/src/quotes/gnc-fq-dump,
|
||
branches/deprecated-cleanup/src/quotes/gnc-fq-helper.in,
|
||
branches/deprecated-cleanup/src/quotes/gnc-fq-update.in,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-header.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-item-edit.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-sheet.c,
|
||
branches/deprecated-cleanup/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/deprecated-cleanup/src/report/standard-reports/portfolio.scm,
|
||
branches/deprecated-cleanup/util: Pull trunk changes 14347:14459
|
||
into branch.
|
||
|
||
2006-07-03 15:26 cstim
|
||
|
||
* [r14459] trunk/src/engine/iso-4217-currencies.scm: Adjust
|
||
currency decimals as pointed out in bug#320203
|
||
|
||
2006-07-01 15:05 hampton
|
||
|
||
* [r14458] trunk/ChangeLog, trunk/src/quotes/gnc-fq-helper.in:
|
||
This one file really does require the perl Date::Manip module.
|
||
|
||
2006-07-01 09:01 cstim
|
||
|
||
* [r14457] trunk/AUTHORS, trunk/ChangeLog,
|
||
trunk/po/glossary/nl.po, trunk/po/nl.po: Updated Dutch
|
||
translation by Bernard Meens <meensb@xs4all.nl>
|
||
|
||
2006-06-28 04:21 hampton
|
||
|
||
* [r14456] trunk/ChangeLog, trunk/packaging/gnucash-1.9.x.ebuild,
|
||
trunk/src/quotes/gnc-fq-check.in, trunk/src/quotes/gnc-fq-dump,
|
||
trunk/src/quotes/gnc-fq-helper.in,
|
||
trunk/src/quotes/gnc-fq-update.in: Recent version of
|
||
Finance::Quote no longer depend on Date::Manip, but they do now
|
||
depend on Crypt::SSLeay.
|
||
|
||
2006-06-28 03:46 hampton
|
||
|
||
* [r14454] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm,
|
||
trunk/src/report/standard-reports/portfolio.scm: 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.
|
||
|
||
2006-06-28 00:02 hampton
|
||
|
||
* [r14453] trunk/ChangeLog, trunk/src/quotes/gnc-fq-check.in,
|
||
trunk/src/quotes/gnc-fq-dump, trunk/src/quotes/gnc-fq-helper.in,
|
||
trunk/src/quotes/gnc-fq-update.in: When modules can't be found
|
||
refer users to their package manager first. Other fixups for the
|
||
utility program name changes.
|
||
|
||
2006-06-27 09:10 cstim
|
||
|
||
* [r14452] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c: Ignore failed chown()
|
||
because it always fails on vfat/samba. #345913
|
||
|
||
2006-06-26 20:12 hampton
|
||
|
||
* [r14442] trunk/ChangeLog, trunk/src/pixmaps/appicon.png,
|
||
trunk/src/pixmaps/gnucash-icon.png: Add new application icon.
|
||
|
||
2006-06-25 23:47 chris
|
||
|
||
* [r14437]
|
||
branches/register-rewrite/src/gnome/dialog-print-check.c,
|
||
branches/register-rewrite/src/gnome/dialog-print-check.h,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-register.c:
|
||
Generalize gnc_ui_print_check_dialog_create() to work with any
|
||
GncPluginPage instead of only GncPluginPageRegister.
|
||
|
||
2006-06-25 23:42 chris
|
||
|
||
* [r14436]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.h:
|
||
Add support for negating the account balance. Add support for
|
||
deleting the selected transaction or split.
|
||
|
||
2006-06-25 23:13 chris
|
||
|
||
* [r14435]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view.h,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-budget.c:
|
||
Factor out a button press callback that is useful for any plugin
|
||
page that uses a GtkTreeView.
|
||
|
||
2006-06-25 14:58 jsled
|
||
|
||
* [r14434] trunk/ChangeLog, trunk/src/pixmaps/gnucash_splash.png:
|
||
Reduced-size splash image.
|
||
|
||
2006-06-25 09:38 cstim
|
||
|
||
* [r14433] trunk/po/en_GB.po: Update British English translation
|
||
by Nigel Titley with fixed char encoding. #345611
|
||
|
||
2006-06-24 22:41 chris
|
||
|
||
* [r14432] branches/register-rewrite/src/engine/Account.c,
|
||
branches/register-rewrite/src/engine/Transaction.c,
|
||
branches/register-rewrite/src/engine/Transaction.h,
|
||
branches/register-rewrite/src/engine/cap-gains.c,
|
||
branches/register-rewrite/src/engine/cap-gains.h,
|
||
branches/register-rewrite/src/engine/gnc-commodity.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.h: Add const
|
||
to some gnc_commodity arguments.
|
||
|
||
2006-06-24 21:07 chris
|
||
|
||
* [r14431]
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v2.c:
|
||
Remove more unnecessary fixups for impossible gnc_commodity
|
||
conditions.
|
||
|
||
2006-06-24 21:01 chris
|
||
|
||
* [r14430]
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v2.c:
|
||
Remove unnecessary code for fixing a now-impossible condition.
|
||
Commodities with a given namespace and mnemonic are now always
|
||
unique.
|
||
|
||
2006-06-24 19:03 warlord
|
||
|
||
* [r14429] trunk/src/gnome-utils/Makefile.am: Use gnc-svnversion
|
||
to detect development version or tarball version Fix a case of a
|
||
missing variable, missed from the last changeset.
|
||
|
||
2006-06-24 18:42 warlord
|
||
|
||
* [r14428] trunk/ChangeLog, trunk/configure.in: Remove warning
|
||
messages from configure script used for testing.
|
||
|
||
2006-06-24 18:34 warlord
|
||
|
||
* [r14427] trunk/Makefile.am, trunk/configure.in,
|
||
trunk/glade-fixup, trunk/src/gnome-utils/Makefile.am,
|
||
trunk/util, trunk/util/glade-fixup, trunk/util/gnc-svnversion:
|
||
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
|
||
|
||
2006-06-24 16:12 chris
|
||
|
||
* [r14426]
|
||
branches/register-rewrite/src/backend/file/gnc-commodity-xml-v2.c,
|
||
branches/register-rewrite/src/backend/file/gnc-schedxaction-xml-v2.c,
|
||
branches/register-rewrite/src/backend/file/io-gncbin-r.c,
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v1.c,
|
||
branches/register-rewrite/src/backend/file/sixtp-dom-parsers.c,
|
||
branches/register-rewrite/src/backend/file/test/test-dom-converters1.c,
|
||
branches/register-rewrite/src/backend/file/test/test-file-stuff.c,
|
||
branches/register-rewrite/src/backend/file/test/test-xml-commodity.c,
|
||
branches/register-rewrite/src/backend/postgres/price.c,
|
||
branches/register-rewrite/src/engine/SchedXaction.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.h,
|
||
branches/register-rewrite/src/engine/gw-engine-spec.scm,
|
||
branches/register-rewrite/src/engine/iso-currencies-to-c,
|
||
branches/register-rewrite/src/engine/test-core/test-engine-stuff.c,
|
||
branches/register-rewrite/src/engine/test/test-commodities.c,
|
||
branches/register-rewrite/src/gnome-utils/dialog-commodity.c,
|
||
branches/register-rewrite/src/import-export/binary-import/druid-commodity.c,
|
||
branches/register-rewrite/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/register-rewrite/src/import-export/qif-import/qif-dialog-utils.scm:
|
||
Two changes to the gnc_commodity API: 1. Pass only the namespace
|
||
and mnemonic strings to gnc_commodity_new(). This separates
|
||
construction from the setters and simplifies callers. 2. Combine
|
||
gnc_commodity_set_mnemonic() and gnc_commodity_set_namespace()
|
||
into one function: gnc_commodity_set_namespace_and_mnemonic().
|
||
This allows callers to safely ignore the possibility of an
|
||
accidental hash collision when setting these key-parts
|
||
non-atomically. These changes result in some simplifications of
|
||
gnc_commodity's life-cycle.
|
||
|
||
2006-06-22 13:30 cstim
|
||
|
||
* [r14409] trunk/src/import-export/log-replay/Makefile.am: Add
|
||
GTK_LIBS because log_replay uses gtk functions direcly since
|
||
r14142
|
||
|
||
2006-06-20 12:49 cstim
|
||
|
||
* [r14393] trunk/ChangeLog,
|
||
trunk/src/engine/iso-4217-currencies.scm: Add Suriname Dollar
|
||
currency; replaces SRG, but due to a non-unity exchange rate we
|
||
cannot have it replaced automatically. #319084
|
||
|
||
2006-06-20 10:30 cstim
|
||
|
||
* [r14392] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/backend/file/io-gncxml-v2.c: Use waitpid() only if
|
||
<sys/wait.h> is available. Unavailable on win32.
|
||
|
||
2006-06-19 01:44 hampton
|
||
|
||
* [r14389] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/gnome/druid-loan.c,
|
||
branches/deprecated-cleanup/src/gnome/glade/sched-xact.glade:
|
||
Another GtkOptionMenu to GtkComboBox conversion.
|
||
|
||
2006-06-19 01:43 hampton
|
||
|
||
* [r14388]
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-options.c:
|
||
Another GtkCList -> GtkTreeView/GtkListStore conversion.
|
||
|
||
2006-06-19 00:34 wilddev
|
||
|
||
* [r14387] tags/1.9.8: Tagging the 1.9.8 release of GnuCash
|
||
|
||
2006-06-19 00:33 wilddev
|
||
|
||
* [r14386] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.8
|
||
|
||
2006-06-18 20:27 cstim
|
||
|
||
* [r14384] trunk/AUTHORS, trunk/ChangeLog,
|
||
trunk/accounts/de_DE/Makefile.am,
|
||
trunk/accounts/de_DE/acctchrt_skr03.gnucash-xea: Add new SKR03
|
||
account template (in addition to the existing SKR04) by Oliver
|
||
Vollmer
|
||
|
||
2006-06-18 12:17 cstim
|
||
|
||
* [r14383] trunk/po/en_GB.po: Updated British English translation
|
||
by Nigel Titley
|
||
|
||
2006-06-17 23:24 hampton
|
||
|
||
* [r14382] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/import-export/generic-import.glade,
|
||
branches/deprecated-cleanup/src/import-export/import-backend.c,
|
||
branches/deprecated-cleanup/src/import-export/import-backend.h,
|
||
branches/deprecated-cleanup/src/import-export/import-main-matcher.c,
|
||
branches/deprecated-cleanup/src/import-export/import-match-picker.c:
|
||
More and GtkCList -> GtkTreeView/GtkListStore conversions.
|
||
|
||
2006-06-17 23:23 hampton
|
||
|
||
* [r14381]
|
||
branches/deprecated-cleanup/src/import-export/gnc-import-format-gnome.c,
|
||
branches/deprecated-cleanup/src/import-export/gnc-import-format-gnome.h,
|
||
branches/deprecated-cleanup/src/import-export/import-provider-format.glade:
|
||
Convert a GtkOptionMenu into a GtkComboBox.
|
||
|
||
2006-06-17 21:13 cstim
|
||
|
||
* [r14380] trunk/po/de.po: Improve some SX-related wordings in
|
||
German translation
|
||
|
||
2006-06-17 20:28 chris
|
||
|
||
* [r14379] trunk/ChangeLog: Sync ChangeLog with svn log -v through
|
||
r14377.
|
||
|
||
2006-06-17 03:37 hampton
|
||
|
||
* [r14378] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c: Correctly
|
||
indicate the focus state of the register. Fixes #342055.
|
||
|
||
2006-06-17 01:00 chris
|
||
|
||
* [r14377] trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/iso-4217-currencies.scm: Update mnemonic for
|
||
Mexican Peso. Fixes Bug #345048.
|
||
|
||
2006-06-17 00:44 hampton
|
||
|
||
* [r14376] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: 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.
|
||
|
||
2006-06-17 00:38 chris
|
||
|
||
* [r14375] trunk/src/gnome-utils/dialog-utils.c: Make the keypad
|
||
'minus' key enter a dash in the date entry for ISO dates. Fixes
|
||
Bug #345096.
|
||
|
||
2006-06-16 23:28 hampton
|
||
|
||
* [r14374] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-header.c: Remove five
|
||
year old workaround for a resizing bug. Fixes #344764. Also
|
||
explicitly initialize a couple of variables.
|
||
|
||
2006-06-16 23:14 chris
|
||
|
||
* [r14373] trunk/src/register/register-gnome/gnucash-sheet.c:
|
||
Restore non-editing state when cancelled editing is complete.
|
||
Fixes Bug #344870, which was a regression caused by r11892.
|
||
|
||
2006-06-16 10:48 cstim
|
||
|
||
* [r14372] trunk/DOCUMENTERS: Fix misspelled name
|
||
|
||
2006-06-15 11:46 cstim
|
||
|
||
* [r14371] trunk/po/ca.po, trunk/po/cs.po, trunk/po/da.po,
|
||
trunk/po/de.po, trunk/po/el.po, trunk/po/en_GB.po,
|
||
trunk/po/es.po, trunk/po/es_NI.po, trunk/po/eu.po,
|
||
trunk/po/fr.po, trunk/po/hu.po, trunk/po/it.po, trunk/po/ja.po,
|
||
trunk/po/nb.po, trunk/po/ne.po, trunk/po/nl.po, trunk/po/pl.po,
|
||
trunk/po/pt.po, trunk/po/pt_BR.po, trunk/po/ro.po,
|
||
trunk/po/ru.po, trunk/po/rw.po, trunk/po/sk.po, trunk/po/sv.po,
|
||
trunk/po/ta.po, trunk/po/tr.po, trunk/po/uk.po,
|
||
trunk/po/zh_CN.po, trunk/po/zh_TW.po: Update/merge po files to
|
||
current catalogue template.
|
||
|
||
2006-06-15 11:24 cstim
|
||
|
||
* [r14370] trunk/po/de.po: Updated German translation to reach
|
||
100% again
|
||
|
||
2006-06-15 03:54 hampton
|
||
|
||
* [r14369] trunk/ChangeLog, trunk/src/app-utils/gnc-ui-util.c:
|
||
Restore the auto decimal places settings from gconf at startup.
|
||
Fixes #344938.
|
||
|
||
2006-06-14 23:45 hampton
|
||
|
||
* [r14368] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/glade/invoice.glade: The
|
||
Chargeback and Extra Payments sections of the bill should not
|
||
expand to fill extra space.
|
||
|
||
2006-06-14 23:34 hampton
|
||
|
||
* [r14367] trunk/ChangeLog,
|
||
trunk/src/business/business-ledger/gncEntryLedgerLoad.c: Use the
|
||
new mechanism for the account list popups. Fixes #342058.
|
||
|
||
2006-06-14 22:38 hampton
|
||
|
||
* [r14366] trunk/HACKING: Fix typo.
|
||
|
||
2006-06-14 22:34 hampton
|
||
|
||
* [r14365] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c: HBCI data is
|
||
already in utf8. Don't recode into the local charset (which may
|
||
not be utf8).
|
||
|
||
2006-06-14 22:30 hampton
|
||
|
||
* [r14364] trunk/HACKING: Update gdb instructions.
|
||
|
||
2006-06-14 19:49 cstim
|
||
|
||
* [r14363] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c: Similarly ensure
|
||
for aqbanking/mt940 import that all retrieved strings will be
|
||
valid utf8.
|
||
|
||
2006-06-14 04:16 hampton
|
||
|
||
* [r14362] trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c: Do a
|
||
better job of turning the busy cursor on/off. Now works
|
||
correctly if there's a failure in the input file.
|
||
|
||
2006-06-14 03:42 hampton
|
||
|
||
* [r14361] trunk/ChangeLog, trunk/src/core-utils/gnc-glib-utils.c,
|
||
trunk/src/core-utils/gnc-glib-utils.h,
|
||
trunk/src/core-utils/gw-core-utils-spec.scm,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c,
|
||
trunk/src/import-export/qif-import/qif-file.scm: Strip all
|
||
invalid utf8 characters from imported QIF and OFX/QFX strings.
|
||
This fixes bugs #106203 #338296 #344170 and #344219.
|
||
|
||
2006-06-14 00:34 warlord
|
||
|
||
* [r14360] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
force-enable hbci if the user enables mt940
|
||
|
||
2006-06-14 00:04 hampton
|
||
|
||
* [r14359] trunk/ChangeLog, trunk/src/quotes/gnc-fq-helper.in:
|
||
Tell gnucash that a currency quote failed instead of just
|
||
abandoning the request. Fixes #344546.
|
||
|
||
2006-06-13 03:17 hampton
|
||
|
||
* [r14358] trunk/ChangeLog, trunk/src/engine/Account.c: 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.
|
||
|
||
2006-06-13 01:37 chris
|
||
|
||
* [r14357]
|
||
branches/register-rewrite/src/backend/file/test/test-load-backend.c:
|
||
Let another test, test-load-backend, find the file backend
|
||
gmodule.
|
||
|
||
2006-06-13 01:29 chris
|
||
|
||
* [r14356]
|
||
branches/register-rewrite/src/backend/file/test/test-xml-commodity.c:
|
||
Un-libguile-ify test-xml-commodity.
|
||
|
||
2006-06-13 01:23 chris
|
||
|
||
* [r14355]
|
||
branches/register-rewrite/src/backend/file/test/test-load-xml2.c:
|
||
Find the file backend gmodule while testing.
|
||
|
||
2006-06-13 00:35 chris
|
||
|
||
* [r14354] trunk/src/import-export/qif-import/qif-parse.scm: Don't
|
||
crash when parsing empty string as date. Fixes #344466.
|
||
|
||
2006-06-13 00:14 hampton
|
||
|
||
* [r14353] trunk/ChangeLog, trunk/src/quotes/gnc-fq-check.in:
|
||
Quote the F::Q version number so that it will be correctly
|
||
parsed as a string.
|
||
|
||
2006-06-09 23:33 hampton
|
||
|
||
* [r14352] trunk/ChangeLog, trunk/doc/examples/Money95bank_fr.qif,
|
||
trunk/doc/examples/Money95invst_fr.qif,
|
||
trunk/doc/examples/Money95mfunds_fr.qif,
|
||
trunk/doc/examples/Money95stocks_fr.qif,
|
||
trunk/doc/examples/abc-all.qif, trunk/doc/examples/abc.qif,
|
||
trunk/doc/examples/bogus.qif, trunk/doc/examples/cbb-export.qif,
|
||
trunk/doc/examples/every.qif, trunk/doc/examples/ms-money.qif,
|
||
trunk/doc/examples/quicktest.qif, trunk/doc/examples/swipe.qif,
|
||
trunk/doc/examples/web.qif: Tell subversion these files are text.
|
||
|
||
2006-06-09 21:33 hampton
|
||
|
||
* [r14351] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/doc/Makefile.am, trunk/src/doc/valgrind.txt,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/ui/gnc-main-window-ui.xml: 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.
|
||
|
||
2006-06-09 04:38 hampton
|
||
|
||
* [r14350] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-commodity.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-commodity.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/glade/commodity.glade,
|
||
branches/deprecated-cleanup/src/import-export/binary-import/druid-commodity.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif.glade:
|
||
Convert more deprecated GtkCombo widgets into GtkComboBoxEntries.
|
||
|
||
2006-06-09 04:34 hampton
|
||
|
||
* [r14349]
|
||
branches/deprecated-cleanup/src/core-utils/gnc-gtk-utils.c,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-gtk-utils.h:
|
||
Allow completion without requiring that the entered text be
|
||
present in the model. Used for new entry of new namespaces.
|
||
|
||
2006-06-08 11:52 hampton
|
||
|
||
* [r14348] branches/deprecated-cleanup/AUTHORS,
|
||
branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/Makefile.TAGS,
|
||
branches/deprecated-cleanup/Makefile.am,
|
||
branches/deprecated-cleanup/NEWS,
|
||
branches/deprecated-cleanup/README,
|
||
branches/deprecated-cleanup/README.dependencies,
|
||
branches/deprecated-cleanup/accounts/Makefile.am,
|
||
branches/deprecated-cleanup/accounts/de_AT,
|
||
branches/deprecated-cleanup/accounts/de_DE/acctchrt_skr04.gnucash-xea,
|
||
branches/deprecated-cleanup/accounts/el_GR/acctchrt_brokerage.gnucash-xea,
|
||
branches/deprecated-cleanup/accounts/el_GR/acctchrt_carloan.gnucash-xea,
|
||
branches/deprecated-cleanup/accounts/el_GR/acctchrt_common.gnucash-xea,
|
||
branches/deprecated-cleanup/autogen.sh,
|
||
branches/deprecated-cleanup/configure.in,
|
||
branches/deprecated-cleanup/doc/README.HBCI,
|
||
branches/deprecated-cleanup/doc/README.german,
|
||
branches/deprecated-cleanup/doc/examples/downloaded.mt940,
|
||
branches/deprecated-cleanup/goffice-config.h.in,
|
||
branches/deprecated-cleanup/gsf-config.h.in,
|
||
branches/deprecated-cleanup/lib/glib26/Makefile.am,
|
||
branches/deprecated-cleanup/lib/guile-www/cgi.scm,
|
||
branches/deprecated-cleanup/lib/guile-www/http.scm,
|
||
branches/deprecated-cleanup/lib/libgsf-1.12.3/Makefile.am,
|
||
branches/deprecated-cleanup/lib/libqof/backend/file/Makefile.am,
|
||
branches/deprecated-cleanup/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
branches/deprecated-cleanup/lib/libqof/backend/file/qsf-backend.c,
|
||
branches/deprecated-cleanup/lib/libqof/backend/file/qsf-xml-map.c,
|
||
branches/deprecated-cleanup/lib/libqof/backend/file/qsf-xml.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/Makefile.am,
|
||
branches/deprecated-cleanup/lib/libqof/qof/gnc-date.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/gnc-numeric.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/guid.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/kvp_frame.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qof.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofbackend-p.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofbackend.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofbackend.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofbook.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofbookmerge.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofinstance-p.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofinstance.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofmath128.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofquery.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofsession-p.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofsession.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofsession.h,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofsql.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofutil.c,
|
||
branches/deprecated-cleanup/lib/libqof/qof/qofutil.h,
|
||
branches/deprecated-cleanup/macros/legacy_macros.m4,
|
||
branches/deprecated-cleanup/packaging/gnucash-1.9.x.ebuild,
|
||
branches/deprecated-cleanup/packaging/gnucash.spec.in,
|
||
branches/deprecated-cleanup/po/POTFILES.skip,
|
||
branches/deprecated-cleanup/po/de.po,
|
||
branches/deprecated-cleanup/po/el.po,
|
||
branches/deprecated-cleanup/po/en_GB.po,
|
||
branches/deprecated-cleanup/po/es.po,
|
||
branches/deprecated-cleanup/po/fr.po,
|
||
branches/deprecated-cleanup/po/glossary/sv.po,
|
||
branches/deprecated-cleanup/po/nb.po,
|
||
branches/deprecated-cleanup/po/ro.po,
|
||
branches/deprecated-cleanup/po/ru.po,
|
||
branches/deprecated-cleanup/po/sk.po,
|
||
branches/deprecated-cleanup/po/sv.po,
|
||
branches/deprecated-cleanup/src/app-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/backend/Makefile.am,
|
||
branches/deprecated-cleanup/src/backend/file/Makefile.am,
|
||
branches/deprecated-cleanup/src/backend/file/gnc-backend-file.c,
|
||
branches/deprecated-cleanup/src/backend/file/gnc-backend-file.h,
|
||
branches/deprecated-cleanup/src/backend/file/gnc-budget-xml-v2.c,
|
||
branches/deprecated-cleanup/src/backend/file/io-gncxml-v2.c,
|
||
branches/deprecated-cleanup/src/backend/file/io-gncxml-v2.h,
|
||
branches/deprecated-cleanup/src/backend/file/sixtp-dom-generators.c,
|
||
branches/deprecated-cleanup/src/backend/file/sixtp-utils.c,
|
||
branches/deprecated-cleanup/src/backend/file/sixtp.c,
|
||
branches/deprecated-cleanup/src/backend/file/sixtp.h,
|
||
branches/deprecated-cleanup/src/backend/file/test/Makefile.am,
|
||
branches/deprecated-cleanup/src/backend/file/test/test-load-backend.c,
|
||
branches/deprecated-cleanup/src/backend/file/test/test-load-xml2.c,
|
||
branches/deprecated-cleanup/src/backend/gnc-backend-api.h,
|
||
branches/deprecated-cleanup/src/backend/postgres/Makefile.am,
|
||
branches/deprecated-cleanup/src/backend/postgres/PostgresBackend.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/PostgresBackend.h,
|
||
branches/deprecated-cleanup/src/backend/postgres/account.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/book.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/builder.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/checkpoint.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/escape.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/events.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/gncquery.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/kvp-sql.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/price.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/test/test-db.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/test/test-load-backend.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/test/test-period.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/txn.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/txnmass.c,
|
||
branches/deprecated-cleanup/src/backend/postgres/upgrade.c,
|
||
branches/deprecated-cleanup/src/bin/gnucash-bin.c,
|
||
branches/deprecated-cleanup/src/business/business-core/file/Makefile.am,
|
||
branches/deprecated-cleanup/src/business/business-core/gncAddress.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/Makefile.am,
|
||
branches/deprecated-cleanup/src/business/business-gnome/business-gnome.scm,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-customer.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-employee.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-invoice.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-job.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-order.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-vendor.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedger.c,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedgerControl.c,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedgerDisplay.c,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedgerLayout.c,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
branches/deprecated-cleanup/src/business/business-ledger/gncEntryLedgerModel.c,
|
||
branches/deprecated-cleanup/src/business/business-reports/aging.scm,
|
||
branches/deprecated-cleanup/src/business/business-reports/fancy-invoice.scm,
|
||
branches/deprecated-cleanup/src/business/dialog-tax-table/tax-tables.glade,
|
||
branches/deprecated-cleanup/src/core-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/engine/Account.c,
|
||
branches/deprecated-cleanup/src/engine/Group.c,
|
||
branches/deprecated-cleanup/src/engine/Makefile.am,
|
||
branches/deprecated-cleanup/src/engine/Period.c,
|
||
branches/deprecated-cleanup/src/engine/Scrub2.c,
|
||
branches/deprecated-cleanup/src/engine/Split.c,
|
||
branches/deprecated-cleanup/src/engine/TransLog.c,
|
||
branches/deprecated-cleanup/src/engine/Transaction.c,
|
||
branches/deprecated-cleanup/src/engine/cap-gains.c,
|
||
branches/deprecated-cleanup/src/engine/engine-helpers.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-budget.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-budget.h,
|
||
branches/deprecated-cleanup/src/engine/gnc-commodity.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-commodity.h,
|
||
branches/deprecated-cleanup/src/engine/gnc-engine.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-engine.h,
|
||
branches/deprecated-cleanup/src/engine/gnc-pricedb.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-session-scm.c,
|
||
branches/deprecated-cleanup/src/engine/gnc-session-scm.h,
|
||
branches/deprecated-cleanup/src/engine/gw-engine-spec.scm,
|
||
branches/deprecated-cleanup/src/engine/policy.c,
|
||
branches/deprecated-cleanup/src/engine/test-core/test-engine-stuff.c,
|
||
branches/deprecated-cleanup/src/engine/test/Makefile.am,
|
||
branches/deprecated-cleanup/src/engine/test/test-book-merge.c,
|
||
branches/deprecated-cleanup/src/engine/test/test-query.c,
|
||
branches/deprecated-cleanup/src/engine/test/test-recursive.c,
|
||
branches/deprecated-cleanup/src/gnc-ui.h,
|
||
branches/deprecated-cleanup/src/gnome-search/dialog-search.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-account.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-preferences.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-utils.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/druid-gnc-xml-import.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/glade/preferences.glade,
|
||
branches/deprecated-cleanup/src/gnome-utils/glade/totd.glade,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-file.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-file.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-gnome-utils.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-html-graph-gog.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-html.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-html.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-icons.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-main-window.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-menu-extensions.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-plugin-file-history.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-plugin-page.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-tree-model-account.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-tree-view-account.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-tree-view-price.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-tree-view.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-tree-view.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-window.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/print-session.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/test/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome-utils/test/test-gnc-dialog.c,
|
||
branches/deprecated-cleanup/src/gnome/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome/dialog-chart-export.h,
|
||
branches/deprecated-cleanup/src/gnome/dialog-find-transactions.c,
|
||
branches/deprecated-cleanup/src/gnome/dialog-print-check.c,
|
||
branches/deprecated-cleanup/src/gnome/dialog-scheduledxaction.c,
|
||
branches/deprecated-cleanup/src/gnome/druid-hierarchy.c,
|
||
branches/deprecated-cleanup/src/gnome/druid-loan.c,
|
||
branches/deprecated-cleanup/src/gnome/glade/lots.glade,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-page-budget.c,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-page-register.c,
|
||
branches/deprecated-cleanup/src/gnome/gnc-split-reg.c,
|
||
branches/deprecated-cleanup/src/gnome/gnucash.desktop.in,
|
||
branches/deprecated-cleanup/src/gnome/gnucash.keys.in,
|
||
branches/deprecated-cleanup/src/gnome/gnucash.mime,
|
||
branches/deprecated-cleanup/src/gnome/lot-viewer.c,
|
||
branches/deprecated-cleanup/src/gnome/ui/gnc-plugin-basic-commands-ui.xml,
|
||
branches/deprecated-cleanup/src/gnome/window-reconcile.c,
|
||
branches/deprecated-cleanup/src/import-export/Makefile.am,
|
||
branches/deprecated-cleanup/src/import-export/binary-import/druid-commodity.c,
|
||
branches/deprecated-cleanup/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/deprecated-cleanup/src/import-export/hbci/gnc-hbci-utils.c,
|
||
branches/deprecated-cleanup/src/import-export/hbci/gnc-plugin-hbci.c,
|
||
branches/deprecated-cleanup/src/import-export/import-account-matcher.c,
|
||
branches/deprecated-cleanup/src/import-export/import-backend.c,
|
||
branches/deprecated-cleanup/src/import-export/import-commodity-matcher.c,
|
||
branches/deprecated-cleanup/src/import-export/import-match-picker.c,
|
||
branches/deprecated-cleanup/src/import-export/import-settings.c,
|
||
branches/deprecated-cleanup/src/import-export/import-utilities.c,
|
||
branches/deprecated-cleanup/src/import-export/log-replay/gnc-log-replay.c,
|
||
branches/deprecated-cleanup/src/import-export/mt940/gnc-mt940-import.c,
|
||
branches/deprecated-cleanup/src/import-export/ofx/gnc-ofx-import.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/gnc-plugin-qif-import-ui.xml,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/gnc-plugin-qif-import.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif-file.scm,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif-parse.scm,
|
||
branches/deprecated-cleanup/src/import-export/qif-io-core/qif-file.scm,
|
||
branches/deprecated-cleanup/src/import-export/qif-io-core/qif-parse.scm,
|
||
branches/deprecated-cleanup/src/import-export/test/Makefile.am,
|
||
branches/deprecated-cleanup/src/pixmaps/Makefile.am,
|
||
branches/deprecated-cleanup/src/pixmaps/gnucash_splash.png,
|
||
branches/deprecated-cleanup/src/register/ledger-core/split-register-load.c,
|
||
branches/deprecated-cleanup/src/register/ledger-core/split-register-util.c,
|
||
branches/deprecated-cleanup/src/register/ledger-core/split-register.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/combocell-gnome.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/formulacell-gnome.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-grid.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-item-edit.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-item-list.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-item-list.h,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-sheet.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/pricecell-gnome.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/pricecell-gnome.h,
|
||
branches/deprecated-cleanup/src/report/report-gnome/Makefile.am,
|
||
branches/deprecated-cleanup/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
branches/deprecated-cleanup/src/report/report-gnome/window-report.c,
|
||
branches/deprecated-cleanup/src/report/report-system/commodity-utilities.scm,
|
||
branches/deprecated-cleanup/src/report/report-system/html-table.scm,
|
||
branches/deprecated-cleanup/src/report/report-system/report-utilities.scm,
|
||
branches/deprecated-cleanup/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/deprecated-cleanup/src/report/standard-reports/general-journal.scm,
|
||
branches/deprecated-cleanup/src/report/standard-reports/portfolio.scm,
|
||
branches/deprecated-cleanup/src/report/standard-reports/price-scatter.scm,
|
||
branches/deprecated-cleanup/src/report/standard-reports/transaction.scm,
|
||
branches/deprecated-cleanup/src/report/utility-reports/welcome-to-gnucash.scm,
|
||
branches/deprecated-cleanup/src/scm/Makefile.am,
|
||
branches/deprecated-cleanup/src/scm/command-line.scm,
|
||
branches/deprecated-cleanup/src/scm/doc.scm,
|
||
branches/deprecated-cleanup/src/scm/gnumeric/table-utils.scm,
|
||
branches/deprecated-cleanup/src/scm/help-topics-index.old,
|
||
branches/deprecated-cleanup/src/scm/help-topics-index.scm,
|
||
branches/deprecated-cleanup/src/scm/main.scm,
|
||
branches/deprecated-cleanup/src/scm/printing/print-check.scm:
|
||
Pull trunk changes r13935:14346 into branch.
|
||
|
||
2006-06-08 02:30 hampton
|
||
|
||
* [r14347] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/business-gnome.scm: Restore
|
||
the business reports menu.
|
||
|
||
2006-06-08 02:07 hampton
|
||
|
||
* [r14346] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/gnome-search/dialog-search.c,
|
||
branches/deprecated-cleanup/src/gnome/dialog-fincalc.c,
|
||
branches/deprecated-cleanup/src/gnome/dialog-sx-from-trans.c,
|
||
branches/deprecated-cleanup/src/gnome/druid-loan.c,
|
||
branches/deprecated-cleanup/src/gnome/glade/fincalc.glade,
|
||
branches/deprecated-cleanup/src/gnome/glade/lots.glade,
|
||
branches/deprecated-cleanup/src/gnome/glade/sched-xact.glade,
|
||
branches/deprecated-cleanup/src/gnome/lot-viewer.c: More
|
||
GtkOptionMenu -> GtkCombo and CtkCList -> CtkTreeView
|
||
conversions.
|
||
|
||
2006-06-07 01:34 chris
|
||
|
||
* [r14345] trunk/src/register/ledger-core/split-register-util.c:
|
||
Um, uhh, important code change. Might fix #343798.* (*) Might
|
||
also do strange things to the register, esp. cursor motion.
|
||
|
||
2006-06-07 00:43 hampton
|
||
|
||
* [r14344] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/glade/billterms.glade: Hide
|
||
notebook tabs on programmatically changed notebook.
|
||
|
||
2006-06-06 20:13 jsled
|
||
|
||
* [r14343] trunk/packaging/gnucash-1.9.x.ebuild: adjust desktop
|
||
entry rule for icon, categories.
|
||
|
||
2006-06-06 04:37 hampton
|
||
|
||
* [r14341] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/business/business-gnome/business-gnome-utils.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-billterms.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-payment.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade,
|
||
branches/deprecated-cleanup/src/business/business-gnome/glade/payment.glade,
|
||
branches/deprecated-cleanup/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
branches/deprecated-cleanup/src/business/dialog-tax-table/tax-tables.glade,
|
||
branches/deprecated-cleanup/src/report/report-gnome/dialog-style-sheet.c,
|
||
branches/deprecated-cleanup/src/report/report-gnome/report.glade:
|
||
Convert more deprecated GtkOptionMenus and GtkCombos to
|
||
GtkComboBoxs.
|
||
|
||
2006-06-06 03:53 wilddev
|
||
|
||
* [r14339] trunk/ChangeLog, trunk/packaging/gnucash-1.9.x.ebuild:
|
||
update ebuild to use gnucash-docs-1.9.0
|
||
|
||
2006-06-06 03:04 wilddev
|
||
|
||
* [r14337] tags/1.9.7: Tagging the 1.9.7 release of GnuCash
|
||
|
||
2006-06-06 03:03 wilddev
|
||
|
||
* [r14336] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.7
|
||
|
||
2006-06-06 01:52 hampton
|
||
|
||
* [r14335]
|
||
branches/deprecated-cleanup/src/gnome/dialog-scheduledxaction.h:
|
||
Reduce the number of extraneous errors when compiling with the
|
||
GTK_DISABLE_DEPRECATED flag turned on.
|
||
|
||
2006-06-05 13:41 hampton
|
||
|
||
* [r14334] trunk/src/business/business-gnome/business-gnome.scm:
|
||
Remove dead code.
|
||
|
||
2006-06-05 13:39 hampton
|
||
|
||
* [r14333] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-menu-extensions.c: Fix "missing icon"
|
||
menu icons on FC6.
|
||
|
||
2006-06-05 05:06 hampton
|
||
|
||
* [r14332] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/business/business-gnome/search-owner.c,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-gtk-utils.c,
|
||
branches/deprecated-cleanup/src/gnome-search/Makefile.am,
|
||
branches/deprecated-cleanup/src/gnome-search/search-account.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-boolean.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-core-utils.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-core-utils.h,
|
||
branches/deprecated-cleanup/src/gnome-search/search-date.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-double.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-int64.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-numeric.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-reconciled.c,
|
||
branches/deprecated-cleanup/src/gnome-search/search-string.c:
|
||
Convert the search selection widgets over from the deprecated
|
||
GtkOptionMenu to a GtkComboBox.
|
||
|
||
2006-06-05 04:21 hampton
|
||
|
||
* [r14331] trunk/ChangeLog, trunk/src/gnome-utils/gnc-icons.c,
|
||
trunk/src/gnome-utils/test/test-gnc-dialog.c: Fix a couple of
|
||
files that didn't include config.h.
|
||
|
||
2006-06-05 03:39 warlord
|
||
|
||
* [r14330] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/glib26/Makefile.am, trunk/src/app-utils/Makefile.am,
|
||
trunk/src/bin/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/gnome-search/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/test/Makefile.am,
|
||
trunk/src/gnome/Makefile.am,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/log-replay/Makefile.am,
|
||
trunk/src/import-export/ofx/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/stylesheets/Makefile.am: Move the GLIB26
|
||
compatibility checks to configure.in. Just modify GLIB_LIBS and
|
||
GLIB_CFLAGS so everyone properly links against the glib26
|
||
compatibility library when necessary.
|
||
|
||
2006-06-05 02:44 hampton
|
||
|
||
* [r14328] trunk/ChangeLog, trunk/src/app-utils/Makefile.am,
|
||
trunk/src/bin/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/gnome-search/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/test/Makefile.am,
|
||
trunk/src/gnome/Makefile.am,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/log-replay/Makefile.am,
|
||
trunk/src/import-export/ofx/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/stylesheets/Makefile.am: Don't ever reference
|
||
lib/glib26 if the host system has glib 2.6 or better installed.
|
||
|
||
2006-06-05 01:48 hampton
|
||
|
||
* [r14327] trunk/ChangeLog, trunk/src/bin/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/gnome-search/Makefile.am,
|
||
trunk/src/gnome-utils/test/Makefile.am,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/log-replay/Makefile.am,
|
||
trunk/src/import-export/ofx/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/report/stylesheets/Makefile.am: Add lib/glib26 to the
|
||
include and library paths.
|
||
|
||
2006-06-05 01:47 hampton
|
||
|
||
* [r14326] trunk/src/gnome-utils/gnc-plugin-page.h: Include
|
||
gkeyfile.h instead of explicitly declaring a data type. This
|
||
prevents include file ordering problems.
|
||
|
||
2006-06-05 00:39 hampton
|
||
|
||
* [r14325] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-gtk-utils.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-account-sel.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-currency-edit.c:
|
||
Set up the list store completion data structures in common code.
|
||
|
||
2006-06-04 23:34 hampton
|
||
|
||
* [r14324] trunk/ChangeLog: Add bug id.
|
||
|
||
2006-06-04 22:25 warlord
|
||
|
||
* [r14323] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-plugin-file-history.c: swap the
|
||
#includes so it builds on FC3 w/ glib-2.4
|
||
|
||
2006-06-04 21:43 jsled
|
||
|
||
* [r14322] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c: Use
|
||
UTF8_STRING for copy/pastes, as it's at least 4 whole characters
|
||
better than just "STRING".
|
||
|
||
2006-06-04 21:02 hampton
|
||
|
||
* [r14321] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-plugin-file-history.c: If the g2 file
|
||
history list is empty, then copy the file history list over from
|
||
Gnucash 1.x gnome settings file. #342724.
|
||
|
||
2006-06-04 18:27 jsled
|
||
|
||
* [r14320] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c:
|
||
Bug#333299: Handle selections more correctly in a utf8 world,
|
||
within GnuCash at least.
|
||
|
||
2006-06-04 15:01 jsled
|
||
|
||
* [r14319] trunk/ChangeLog, trunk/src/gnome/druid-loan.c:
|
||
Bug#343795: Treat all numbers in a auto-decimal-point-safe way.
|
||
|
||
2006-06-04 12:23 andi5
|
||
|
||
* [r14318] trunk/ChangeLog, trunk/src/gnome-utils/gnc-html.c,
|
||
trunk/src/gnome-utils/gnc-html.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Add
|
||
gnc_html_copy and enable report pages to copy to clipboard.
|
||
Fixes #343645. Readd descriptions for Cut/Copy/Paste actions in
|
||
register pages.
|
||
|
||
2006-06-04 05:15 warlord
|
||
|
||
* [r14317] trunk/ChangeLog,
|
||
trunk/src/business/dialog-tax-table/tax-tables.glade,
|
||
trunk/src/engine/Split.c: Properly round values when setting the
|
||
Base Value. Fixes #337505. (also fix a string, but the fixed
|
||
string is already translated so shouldn't be a problem).
|
||
|
||
2006-06-04 00:51 jsled
|
||
|
||
* [r14316] trunk/ChangeLog, trunk/src/gnome/glade/lots.glade,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/lot-viewer.c,
|
||
trunk/src/gnome/ui/gnc-plugin-page-account-tree-ui.xml,
|
||
trunk/src/gnome/ui/gnc-plugin-page-register-ui.xml: Bug#343772:
|
||
Re-enable View Lots; disable 'View' button. Fix clist/lot-title
|
||
handling bug.
|
||
|
||
2006-06-03 21:20 hampton
|
||
|
||
* [r14309] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/combocell-gnome.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.h: Only use
|
||
the amount of space required to show all the entries in the
|
||
popup, not all the available space. Fixes #343242.
|
||
|
||
2006-06-03 19:58 hampton
|
||
|
||
* [r14308] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c: The register
|
||
code shouldn't process any keystrokes that have a "modifier"
|
||
(e.g. Alt, Meta, etc.) key pressed. This allows
|
||
Alt-Ctl-Pgup/Down in a register to change the notebook page,
|
||
just like from the accounts page. Also remove some dead code.
|
||
|
||
2006-06-03 14:55 chris
|
||
|
||
* [r14303]
|
||
branches/register-rewrite/src/backend/file/gnc-commodity-xml-v2.c:
|
||
Change of variable name: s/exchange/namespace/
|
||
|
||
2006-06-03 14:51 chris
|
||
|
||
* [r14302] trunk/src/backend/file/test/test-load-backend.c,
|
||
trunk/src/backend/file/test/test-load-xml2.c,
|
||
trunk/src/backend/postgres/test/test-db.c,
|
||
trunk/src/backend/postgres/test/test-load-backend.c,
|
||
trunk/src/backend/postgres/test/test-period.c: When loading the
|
||
gmodule backends from the test suite, look in ../.libs for the
|
||
real module.
|
||
|
||
2006-06-03 13:42 chris
|
||
|
||
* [r14301] trunk/configure.in, trunk/po/POTFILES.skip,
|
||
trunk/src/backend/file/Makefile.am,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/import-export/Makefile.am: Disable support for the old
|
||
binary file format.
|
||
|
||
2006-06-03 08:59 andi5
|
||
|
||
* [r14300] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.h,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c: Link gnome-utils
|
||
against backend/file and remove symbol lookup in
|
||
druid-gnc-xml-import.c.
|
||
|
||
2006-06-03 08:27 andi5
|
||
|
||
* [r14299] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c: Add GDK_Menu
|
||
as shortcut for showing register popups. Fixes 343244.
|
||
|
||
2006-06-02 21:43 hampton
|
||
|
||
* [r14298] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-window.c: The progress bar changes
|
||
size when text is added/removed. Prevent these changes by
|
||
setting the text to a single space when there is no text to
|
||
display. Fixes #343455.
|
||
|
||
2006-06-02 21:02 hampton
|
||
|
||
* [r14297] trunk/ChangeLog, trunk/src/gnome/window-reconcile.c:
|
||
Limit the reconciliation date to the past or today, never the
|
||
future. Fixes #343527.
|
||
|
||
2006-06-02 01:50 warlord
|
||
|
||
* [r14296] trunk/ChangeLog, trunk/src/backend/Makefile.am,
|
||
trunk/src/backend/file/Makefile.am,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/gnc-backend-file.h,
|
||
trunk/src/backend/gnc-backend-api.h,
|
||
trunk/src/business/business-core/file/Makefile.am,
|
||
trunk/src/gnome/Makefile.am: Refactor the file backend into a
|
||
shared library and a loadable module. This should let us build
|
||
on both Win32 AND MacOS, and means we don't need to compile the
|
||
file-backend sources multiple times.
|
||
|
||
2006-06-01 23:06 warlord
|
||
|
||
* [r14289] trunk/ChangeLog, trunk/po/nb.po: * po/nb.po: updated
|
||
Norwegian Bokm<6B>l translation by Sigve Indregard
|
||
|
||
2006-06-01 21:02 warlord
|
||
|
||
* [r14288] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/gnome-utils/dialog-preferences.c: * configure.in:
|
||
Don't need to patch libtool for darwin anymore. Patch by David
|
||
Reiser. * src/gnome-utils/dialog-preferences.c: fix non-C99
|
||
construct so the file builds again.
|
||
|
||
2006-06-01 15:30 andi5
|
||
|
||
* [r14287] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-preferences.c,
|
||
trunk/src/gnome-utils/glade/preferences.glade: Do not try to
|
||
find positions for alphabetic insertions of add_on pages, but
|
||
rather append and then sort pages in the end. Solves appearance
|
||
of pref dialog in non-C locales. Move "Accounting Period" to the
|
||
top, regardless of above.
|
||
|
||
2006-06-01 08:56 andi5
|
||
|
||
* [r14286] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Cancel renaming of a
|
||
page when GDK_Escape is pressed. Fixes #343226.
|
||
|
||
2006-06-01 01:44 chris
|
||
|
||
* [r14285] trunk/src/gnome-utils/gnc-tree-model-account.c: Restore
|
||
two behaviors removed by r14283, and add a third. 1) Invalidate
|
||
outstanding iterators when a row is inserted or deleted. 2) Emit
|
||
row_changed for ancestors of inserted or deleted row. New) Emit
|
||
row_changed for ancestors of a changed account, too.
|
||
|
||
2006-05-31 19:30 andi5
|
||
|
||
* [r14283] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c: Replace
|
||
gnc_tree_model_account_path_changed with manual checks whether
|
||
the inserted (resp. deleted) account is the first (resp. last)
|
||
account in its level and call gtm_row_has_child_toggled only in
|
||
these cases. Might fix #343405, as GtkTreeModelFilter seems to
|
||
make (false) assumptions when being woken up too often.
|
||
|
||
2006-05-31 04:30 chris
|
||
|
||
* [r14281]
|
||
branches/register-rewrite/src/backend/file/io-example-account.c,
|
||
branches/register-rewrite/src/backend/file/io-gncbin-r.c,
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v1.c,
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v2.c,
|
||
branches/register-rewrite/src/backend/postgres/price.c,
|
||
branches/register-rewrite/src/backend/postgres/test/test-db.c,
|
||
branches/register-rewrite/src/engine/Account.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.h,
|
||
branches/register-rewrite/src/engine/gw-engine-spec.scm,
|
||
branches/register-rewrite/src/engine/iso-currencies-to-c,
|
||
branches/register-rewrite/src/engine/test-core/test-engine-stuff.c,
|
||
branches/register-rewrite/src/engine/test/test-commodities.c,
|
||
branches/register-rewrite/src/experimental/cgi-bin/hello.c,
|
||
branches/register-rewrite/src/gnome-utils/dialog-commodity.c,
|
||
branches/register-rewrite/src/gnome/dialog-commodities.c,
|
||
branches/register-rewrite/src/import-export/binary-import/druid-commodity.c,
|
||
branches/register-rewrite/src/import-export/qif-import/druid-qif-import.c:
|
||
Internalize the commodity table membership within the commodity.
|
||
gnc_commoditys now handle their own gnc_commodity_table
|
||
membership automatically. New commodities are automatically
|
||
inserted in to their table and automatically removed from their
|
||
table when they're destroyed. Any changes to a commodity that
|
||
affect its key in the table (e.g. mnemonic or namespace) are
|
||
handled internally by removing and re-adding the commodity.
|
||
gnc_commodity_table_insert() and gnc_commodity_table_remove()
|
||
are now private.
|
||
|
||
2006-05-31 04:07 chris
|
||
|
||
* [r14280] branches/register-rewrite/lib/libqof/qof/qofutil.c: Get
|
||
a valid string from CACHE_INSERT(), even when we insert NULL.
|
||
This will let us dereference the result without checking it,
|
||
like would be done in a hashtable key function.
|
||
|
||
2006-05-31 02:04 chris
|
||
|
||
* [r14279] branches/register-rewrite/src/engine/gnc-commodity.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.h: Change
|
||
return value type of gnc_commodity_table_has_namespace() to
|
||
gboolean.
|
||
|
||
2006-05-31 01:59 chris
|
||
|
||
* [r14278] branches/register-rewrite/src/engine/SchedXaction.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.c: Minor
|
||
formatting and control-flow simplifications.
|
||
|
||
2006-05-31 01:41 chris
|
||
|
||
* [r14277] branches/register-rewrite/src/engine/gnc-commodity.c:
|
||
Employ CACHE_REPLACE().
|
||
|
||
2006-05-31 00:56 chris
|
||
|
||
* [r14276] trunk/src/gnome/gnucash.desktop.in,
|
||
trunk/src/pixmaps/Makefile.am: GNOME integration, part 2. Bug
|
||
#342936. Use the same icon for the window manager as for the
|
||
desktop.
|
||
|
||
2006-05-30 20:30 warlord
|
||
|
||
* [r14259] trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncAddress.c: remove some
|
||
duplicated code.
|
||
|
||
2006-05-30 20:26 warlord
|
||
|
||
* [r14258] trunk/ChangeLog, trunk/po/es.po: Updated Spanish
|
||
Translation from Eneko Lacunza
|
||
|
||
2006-05-30 04:41 hampton
|
||
|
||
* [r14254] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-customer.c,
|
||
trunk/src/business/business-gnome/dialog-employee.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-job.c,
|
||
trunk/src/business/business-gnome/dialog-order.c,
|
||
trunk/src/business/business-gnome/dialog-vendor.c,
|
||
trunk/src/gnc-ui.h, trunk/src/gnome-search/dialog-search.c,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-preferences.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome/dialog-print-check.c,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/window-reconcile.c: Update the help file names
|
||
now that the docs are xml instead of html. Fixes #343255.
|
||
|
||
2006-05-30 04:39 hampton
|
||
|
||
* [r14253] trunk/src/scm/Makefile.am, trunk/src/scm/doc.scm,
|
||
trunk/src/scm/help-topics-index.old,
|
||
trunk/src/scm/help-topics-index.scm, trunk/src/scm/main.scm:
|
||
Remove old help-topics-index files.
|
||
|
||
2006-05-30 02:06 chris
|
||
|
||
* [r14252]
|
||
branches/register-rewrite/src/backend/file/gnc-account-xml-v2.c,
|
||
branches/register-rewrite/src/backend/postgres/account.c,
|
||
branches/register-rewrite/src/engine/Account.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.c,
|
||
branches/register-rewrite/src/engine/gnc-commodity.h: Factor a
|
||
1.8 compatibility hack out of the normal calling sequence into a
|
||
stand-alone function. This will allow us to mark the Account's
|
||
commodity as const.
|
||
|
||
2006-05-29 22:07 chris
|
||
|
||
* [r14251] trunk/src/gnome/Makefile.am,
|
||
trunk/src/gnome/gnucash.desktop.in,
|
||
trunk/src/gnome/gnucash.keys.in, trunk/src/gnome/gnucash.mime,
|
||
trunk/src/pixmaps/Makefile.am: Improve GNOME desktop
|
||
integration. Bug #342936 Patch supplied by Stanislav Brabec
|
||
<sbrabec@suse.cz>.
|
||
|
||
2006-05-29 21:25 chris
|
||
|
||
* [r14250]
|
||
branches/register-rewrite/src/gnome-utils/test/Makefile.am,
|
||
branches/register-rewrite/src/gnome-utils/test/test-register.c:
|
||
Add test-register to test-drive the transaction tree-view/model.
|
||
|
||
2006-05-29 21:18 chris
|
||
|
||
* [r14249] branches/register-rewrite/src/gnome-utils/Makefile.am,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-transaction.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-model-transaction.h,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view-transaction.h:
|
||
Add a treeview and treemodel for transactions.
|
||
|
||
2006-05-29 20:59 chris
|
||
|
||
* [r14248] branches/register-rewrite/lib/libqof/qof/qofsession.c,
|
||
branches/register-rewrite/lib/libqof/qof/qofsession.h: Factor
|
||
out one chuck of code into a static function.
|
||
|
||
2006-05-29 20:55 chris
|
||
|
||
* [r14247]
|
||
branches/register-rewrite/src/gnome-utils/dialog-transfer.c,
|
||
branches/register-rewrite/src/gnome-utils/dialog-transfer.h,
|
||
branches/register-rewrite/src/register/ledger-core/split-register-control.c:
|
||
Two changes to gnc_xfer_dialog_run_exchange_dialog(). - pass the
|
||
converted amount back to the caller - pass in the commodity
|
||
directly, instead getting the commodity from an account.
|
||
|
||
2006-05-29 20:48 chris
|
||
|
||
* [r14246] branches/register-rewrite/src/engine/Split.c,
|
||
branches/register-rewrite/src/engine/Split.h,
|
||
branches/register-rewrite/src/engine/Transaction.c,
|
||
branches/register-rewrite/src/engine/Transaction.h,
|
||
branches/register-rewrite/src/register/ledger-core/split-register-model.c:
|
||
Some convenient engine api changes/additions. - make
|
||
xaccSplitConvertAmount() take the target commodity instead of
|
||
account - fix the one caller. - add
|
||
xaccTransSetRateForCommodity(),
|
||
xaccTransAdjustRateForCommodity() and
|
||
xaccTransGetRateForCommodity() for managing the rates internal
|
||
to a trans.
|
||
|
||
2006-05-29 20:43 chris
|
||
|
||
* [r14245]
|
||
branches/register-rewrite/src/engine/test-core/test-engine-stuff.c:
|
||
Ensure that each test transaction's currency is the commodity of
|
||
one of its splits' accounts.
|
||
|
||
2006-05-29 20:18 chris
|
||
|
||
* [r14244] branches/register-rewrite/src/app-utils/options.scm:
|
||
Add and correct some comments.
|
||
|
||
2006-05-29 20:17 chris
|
||
|
||
* [r14243]
|
||
branches/register-rewrite/src/app-utils/gnc-exp-parser.c,
|
||
branches/register-rewrite/src/engine/Account.c,
|
||
branches/register-rewrite/src/engine/cap-gains.c: Some comments
|
||
and line-wraps.
|
||
|
||
2006-05-29 20:13 chris
|
||
|
||
* [r14242]
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view.c:
|
||
Change some of our function name prefixes from 'gtk_' to 'gnc_'.
|
||
|
||
2006-05-29 20:11 chris
|
||
|
||
* [r14241]
|
||
branches/register-rewrite/src/gnome-utils/dialog-account.c: Line
|
||
wraps.
|
||
|
||
2006-05-29 20:09 chris
|
||
|
||
* [r14240]
|
||
branches/register-rewrite/src/import-export/test/Makefile.am:
|
||
Rearrange and remove duplicate Makefile entry.
|
||
|
||
2006-05-29 19:53 chris
|
||
|
||
* [r14239]
|
||
branches/register-rewrite/src/gnome/gnc-plugin-page-register.c:
|
||
Remove unused variable.
|
||
|
||
2006-05-29 19:45 chris
|
||
|
||
* [r14238] branches/register-rewrite/AUTHORS,
|
||
branches/register-rewrite/ChangeLog,
|
||
branches/register-rewrite/Makefile.TAGS,
|
||
branches/register-rewrite/Makefile.am,
|
||
branches/register-rewrite/lib/libqof/backend/file/Makefile.am,
|
||
branches/register-rewrite/lib/libqof/qof/qofsession.c,
|
||
branches/register-rewrite/packaging/gnucash-1.9.x.ebuild,
|
||
branches/register-rewrite/po/en_GB.po,
|
||
branches/register-rewrite/po/es.po,
|
||
branches/register-rewrite/po/fr.po,
|
||
branches/register-rewrite/src/backend/file/Makefile.am,
|
||
branches/register-rewrite/src/backend/file/gnc-backend-file.c,
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v2.c,
|
||
branches/register-rewrite/src/backend/file/io-gncxml-v2.h,
|
||
branches/register-rewrite/src/backend/file/sixtp.c,
|
||
branches/register-rewrite/src/backend/file/sixtp.h,
|
||
branches/register-rewrite/src/backend/postgres/Makefile.am,
|
||
branches/register-rewrite/src/bin/gnucash-bin.c,
|
||
branches/register-rewrite/src/business/business-reports/aging.scm,
|
||
branches/register-rewrite/src/engine/gnc-engine.c,
|
||
branches/register-rewrite/src/gnome-utils/druid-gnc-xml-import.c,
|
||
branches/register-rewrite/src/gnome-utils/gnc-tree-view.c,
|
||
branches/register-rewrite/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/register-rewrite/src/import-export/hbci/gnc-hbci-utils.c,
|
||
branches/register-rewrite/src/pixmaps/gnucash_splash.png: Bump
|
||
the branch root up to r14237 from trunk.
|
||
|
||
2006-05-29 19:24 chris
|
||
|
||
* [r14237] trunk/src/business/business-reports/aging.scm: Fix a
|
||
crash in the aging report. Breaks a string, but seeing English
|
||
is better than seeing a guile stack trace.
|
||
|
||
2006-05-29 16:38 jsled
|
||
|
||
* [r14236] trunk/ChangeLog, trunk/packaging/gnucash-1.9.x.ebuild:
|
||
Remove support for being a dual-nature -release and -svn ebuild.
|
||
Misc cleanups.
|
||
|
||
2006-05-29 07:08 andi5
|
||
|
||
* [r14235] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c:
|
||
Add wait_for_gzip to avoid reading from a file that is still
|
||
being written to by a child process, a race condition at the end
|
||
of the xml import druid.
|
||
|
||
2006-05-29 04:53 chris
|
||
|
||
* [r14233] trunk/Makefile.am: revert r14177 because it fails make
|
||
dist.
|
||
|
||
2006-05-29 04:52 chris
|
||
|
||
* [r14232] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/engine/gnc-engine.c: Move the error-handling of
|
||
failure to initialize the engine from gnc-engine.c to
|
||
gnucash-bin.c. This allows tests that call gnc_engine_init() but
|
||
fail to find a backend to still pass.
|
||
|
||
2006-05-28 21:24 hampton
|
||
|
||
* [r14229] trunk/AUTHORS, trunk/ChangeLog,
|
||
trunk/src/pixmaps/gnucash_splash.png: New splash screen from
|
||
Joshua Facemyer / Impressus Art <faceman@impressusart.com>.
|
||
|
||
2006-05-28 21:22 hampton
|
||
|
||
* [r14228] trunk/po/en_GB.po: Updated translation from Nigel
|
||
Titley.
|
||
|
||
2006-05-28 21:21 hampton
|
||
|
||
* [r14227] trunk/src/backend/file/io-gncxml-v2.c: Fix gcc4
|
||
complaint about unused return value of the write function.
|
||
|
||
2006-05-28 17:47 andi5
|
||
|
||
* [r14217] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/backend/file/io-gncxml-v2.h,
|
||
trunk/src/backend/file/sixtp.c, trunk/src/backend/file/sixtp.h,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c: Move
|
||
is_gzipped_file to io-gncxml-v2.c. Extend try_gz_open to read
|
||
from gzipped files. Let gnc_xml2_find_ambiguous and
|
||
parse_with_subst_push_handler read gzipped files. Add
|
||
gnc_is_our_first_xml_chunk. Remove "error" from argument list of
|
||
gnc_xml2_find_ambiguous.
|
||
|
||
2006-05-28 14:34 jsled
|
||
|
||
* [r14214] trunk/Makefile.TAGS: only conditionally remove the file.
|
||
|
||
2006-05-28 02:23 chris
|
||
|
||
* [r14213] trunk/src/gnome-utils/gnc-tree-view.c: The description
|
||
for the "sort_column" gconf key of the tree_views says,
|
||
"Possible values for this setting are the name of any column in
|
||
this dialog (see the column_order key) or the keyword 'none'."
|
||
The third click on a column header removes the sorting by that
|
||
column. This patch will now store 'none' for the sort_column in
|
||
that case.
|
||
|
||
2006-05-27 19:05 chris
|
||
|
||
* [r14212] trunk/src/gnome-utils/gnc-tree-view.c: Use
|
||
GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of '0' as the
|
||
fallback sort column, since column 0 may not be sortable with
|
||
the default sort function. Set the MODEL_COLUMN column property,
|
||
even when it is -1, since gnc_tree_view_set_sort_column() looks
|
||
for this condition. Make the
|
||
gnc_tree_view_count_visible_columns() function only count
|
||
regular columns, so that the special columns don't count, but
|
||
count any DEFAULT_VISIBLE columns, even if they've been hidden
|
||
by gconf. That way, the special columns will still show and
|
||
allow the user to unhide columns.
|
||
|
||
2006-05-27 15:09 jsled
|
||
|
||
* [r14211] trunk/ChangeLog, trunk/packaging/gnucash-1.9.x.ebuild:
|
||
Add docs extraction, un-slot, un-/opt-ize.
|
||
|
||
2006-05-27 14:19 chris
|
||
|
||
* [r14210] trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/src/backend/file/Makefile.am,
|
||
trunk/src/backend/postgres/Makefile.am: Add -avoid-version to
|
||
LDFLAGS of gmodule backends. Hopefully this will solve the
|
||
problem Macs are having dlopen'ing them.
|
||
|
||
2006-05-27 10:44 andi5
|
||
|
||
* [r14209] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c: When the user
|
||
chooses another default encoding, do not recheck the file for
|
||
ambiguous words, but rather just resort what has been found
|
||
before.
|
||
|
||
2006-05-26 21:45 warlord
|
||
|
||
* [r14208] trunk/ChangeLog, trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/src/engine/gnc-engine.c: QOF should load its own backend
|
||
libraries. It shouldn't depend on apps to load QOF libraries.
|
||
Make sure app-defined backends are used first. Fix a memory leak
|
||
in qofsession.
|
||
|
||
2006-05-26 19:45 cstim
|
||
|
||
* [r14207] trunk/po/fr.po: Updated French translation by Fabrice
|
||
Kurz
|
||
|
||
2006-05-26 19:45 warlord
|
||
|
||
* [r14206] trunk/ChangeLog, trunk/src/engine/gnc-engine.c:
|
||
force-exit gnucash if a required library can't be loaded.
|
||
|
||
2006-05-26 15:41 warlord
|
||
|
||
* [r14205] trunk/ChangeLog, trunk/src/engine/gnc-engine.c: load
|
||
the qsf backend from the right place.
|
||
|
||
2006-05-26 12:57 cstim
|
||
|
||
* [r14204] trunk/src/import-export/hbci/gnc-hbci-utils.c: Remove
|
||
version query that is obsolete due to the configure.in required
|
||
version
|
||
|
||
2006-05-26 12:53 cstim
|
||
|
||
* [r14203] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c: Simplify
|
||
calling the aqhbci setup wizard for aqbanking>=1.9.1 because we
|
||
don't need to select an aqbanking backend beforehand.
|
||
|
||
2006-05-26 11:01 cstim
|
||
|
||
* [r14202] trunk/po/es.po: Updated Spanish translation by Eneko
|
||
Lacunza
|
||
|
||
2006-05-26 01:45 chris
|
||
|
||
* [r14201] branches/register-rewrite: Branch from trunk at r14200
|
||
for some treeview register work
|
||
|
||
2006-05-26 00:23 chris
|
||
|
||
* [r14200] trunk/ChangeLog, trunk/configure.in: REactivate
|
||
--enable-sql by reverting part of r14175; see bug#332251
|
||
|
||
2006-05-26 00:14 chris
|
||
|
||
* [r14199] trunk/src/engine/gnc-engine.c: Load the file backend
|
||
_after_ the qsf backend, so that it gets tried _before_ the qsf
|
||
backend, because the qsf backend prints some noisy error
|
||
messages while figuring out that the gnucash file isn't a qsf
|
||
file.
|
||
|
||
2006-05-26 00:10 chris
|
||
|
||
* [r14198] trunk/ChangeLog,
|
||
trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/qof/guid.c, trunk/lib/libqof/qof/qof.h,
|
||
trunk/lib/libqof/qof/qofbackend-p.h,
|
||
trunk/lib/libqof/qof/qofbackend.c,
|
||
trunk/lib/libqof/qof/qofbackend.h,
|
||
trunk/lib/libqof/qof/qofbook.c,
|
||
trunk/lib/libqof/qof/qofsession-p.h,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/lib/libqof/qof/qofsession.h,
|
||
trunk/lib/libqof/qof/qofutil.c, trunk/lib/libqof/qof/qofutil.h,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/gnc-backend-file.h,
|
||
trunk/src/backend/file/test/test-load-backend.c,
|
||
trunk/src/backend/file/test/test-load-xml2.c,
|
||
trunk/src/backend/postgres/Makefile.am,
|
||
trunk/src/backend/postgres/PostgresBackend.c,
|
||
trunk/src/backend/postgres/PostgresBackend.h,
|
||
trunk/src/backend/postgres/test/test-db.c,
|
||
trunk/src/backend/postgres/test/test-load-backend.c,
|
||
trunk/src/backend/postgres/test/test-period.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/Period.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/gnc-commodity.h, trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-engine.h, trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/engine/gnc-session-scm.c,
|
||
trunk/src/engine/gnc-session-scm.h,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Merge 'misc-backend' -r
|
||
14160:14184 into trunk. This includes the now semi-functional
|
||
postgres backend.
|
||
|
||
2006-05-24 23:55 chris
|
||
|
||
* [r14184] branches/misc-backend/ChangeLog: Sync ChangeLog with
|
||
'svn log -v' from misc-backend branch.
|
||
|
||
2006-05-24 23:49 chris
|
||
|
||
* [r14183] trunk/ChangeLog: Sync ChangeLog with 'svn log -v'
|
||
|
||
2006-05-24 23:27 jsled
|
||
|
||
* [r14182] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-load.c:
|
||
Bug#340885: Disable skipping hidden accounts for the purposes of
|
||
quickfill completion population.
|
||
|
||
2006-05-24 22:57 chris
|
||
|
||
* [r14181] branches/misc-backend/lib/libqof/qof/guid.c: The
|
||
postgres backend depends on the value of the null guid, so
|
||
revert it to its 1.8 value.
|
||
|
||
2006-05-24 22:54 chris
|
||
|
||
* [r14180] trunk/lib/libqof/qof/gnc-date.c: Consistently pad date
|
||
formats with zeros instead of spaces.
|
||
|
||
2006-05-24 15:53 warlord
|
||
|
||
* [r14178] trunk/ChangeLog,
|
||
trunk/src/report/report-gnome/window-report.c: Re-enable window
|
||
sensitivity if the report fails. Fixes #341610
|
||
|
||
2006-05-24 15:42 cstim
|
||
|
||
* [r14177] trunk/Makefile.am: Explicitly remove all compiled
|
||
gettext catalogs from make dist (in case the gettext version
|
||
were including them in make dist) because they will be compiled
|
||
at compile time anyway.
|
||
|
||
2006-05-24 09:17 cstim
|
||
|
||
* [r14175] trunk/ChangeLog, trunk/configure.in: Deactivate
|
||
--enable-sql because PostgreSQL backend is still broken and we
|
||
can't fix it before 2.0.0; bug#332251.
|
||
|
||
2006-05-24 09:01 cstim
|
||
|
||
* [r14174] trunk/po/es.po: Updated Spanish translation by Eneko
|
||
Lacunza
|
||
|
||
2006-05-24 08:59 cstim
|
||
|
||
* [r14173] trunk/po/el.po: Updated Greek translation by Nikos
|
||
Charonitakis
|
||
|
||
2006-05-24 03:55 chris
|
||
|
||
* [r14170] branches/misc-backend/src/backend/postgres/Makefile.am,
|
||
branches/misc-backend/src/backend/postgres/PostgresBackend.c,
|
||
branches/misc-backend/src/engine/Account.c,
|
||
branches/misc-backend/src/engine/gnc-commodity.h: Trivial
|
||
comments/cleanups.
|
||
|
||
2006-05-24 03:53 chris
|
||
|
||
* [r14169]
|
||
branches/misc-backend/src/gnome-utils/gnc-html-graph-gog.c:
|
||
Clarify unused parameters.
|
||
|
||
2006-05-24 03:48 chris
|
||
|
||
* [r14168] branches/misc-backend/src/gnome-utils/gnc-file.c:
|
||
There's no need to rerun the book-saved callbacks in
|
||
gnc_file_save_as() because they've already been run in
|
||
gnc_file_save()
|
||
|
||
2006-05-24 03:44 chris
|
||
|
||
* [r14167] branches/misc-backend/src/gnome-utils/gnc-file.c,
|
||
branches/misc-backend/src/gnome-utils/gnc-main-window.c: Use the
|
||
session URL instead of file path for 1) determining if we have
|
||
something open 2) determining if we're saving exactly what we
|
||
have open 3) updating the title bar
|
||
|
||
2006-05-24 03:34 chris
|
||
|
||
* [r14166]
|
||
branches/misc-backend/lib/libqof/backend/file/Makefile.am,
|
||
branches/misc-backend/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
branches/misc-backend/lib/libqof/backend/file/qsf-backend.c,
|
||
branches/misc-backend/lib/libqof/qof/qof.h,
|
||
branches/misc-backend/lib/libqof/qof/qofsession.c: Move the QSF
|
||
backend from custom init to GModule init.
|
||
|
||
2006-05-24 03:21 chris
|
||
|
||
* [r14165]
|
||
branches/misc-backend/lib/libqof/backend/file/qsf-backend.c,
|
||
branches/misc-backend/lib/libqof/qof/qofbackend-p.h,
|
||
branches/misc-backend/lib/libqof/qof/qofbackend.c,
|
||
branches/misc-backend/lib/libqof/qof/qofbackend.h,
|
||
branches/misc-backend/lib/libqof/qof/qofsession-p.h,
|
||
branches/misc-backend/lib/libqof/qof/qofsession.c,
|
||
branches/misc-backend/lib/libqof/qof/qofsession.h,
|
||
branches/misc-backend/lib/libqof/qof/qofutil.c,
|
||
branches/misc-backend/lib/libqof/qof/qofutil.h,
|
||
branches/misc-backend/src/backend/file/gnc-backend-file.c,
|
||
branches/misc-backend/src/backend/file/gnc-backend-file.h,
|
||
branches/misc-backend/src/backend/file/test/test-load-backend.c,
|
||
branches/misc-backend/src/backend/file/test/test-load-xml2.c,
|
||
branches/misc-backend/src/backend/postgres/PostgresBackend.c,
|
||
branches/misc-backend/src/backend/postgres/PostgresBackend.h,
|
||
branches/misc-backend/src/backend/postgres/test/test-db.c,
|
||
branches/misc-backend/src/backend/postgres/test/test-load-backend.c,
|
||
branches/misc-backend/src/backend/postgres/test/test-period.c,
|
||
branches/misc-backend/src/engine/Period.c,
|
||
branches/misc-backend/src/engine/Transaction.c,
|
||
branches/misc-backend/src/engine/gnc-engine.c,
|
||
branches/misc-backend/src/engine/gnc-engine.h,
|
||
branches/misc-backend/src/engine/gnc-pricedb.c,
|
||
branches/misc-backend/src/engine/gnc-session-scm.c,
|
||
branches/misc-backend/src/engine/gnc-session-scm.h,
|
||
branches/misc-backend/src/engine/gw-engine-spec.scm: Decrease
|
||
coupling between backends and engine: - do not include the
|
||
(supposedly) private qofbackend-p.h in qofutil.h, instead,
|
||
include it explictly in only the places that need it. - since
|
||
backends are GModules, use the GModule module init hook, instead
|
||
of rolling our own and using a different function for each
|
||
backend - loop over a list of backends for the engine to try to
|
||
load - include the postgres backend in that list of backends -
|
||
move qof_session_export() from gnc-engine.c to qofsession.c -
|
||
publicize qof_backend_set_error() and qof_backend_get_error() -
|
||
privatize QofBookFileType to gnc-backend-file.c Incidental: -
|
||
Plug a string leak in qofsession.c - drop the unused
|
||
gnc_session_scm_export code - Drop unimplemented prototype
|
||
gncBackendInit_file() - Formatting cleanups.
|
||
|
||
2006-05-24 03:18 chris
|
||
|
||
* [r14164] branches/misc-backend/lib/libqof/qof/qofbook.c:
|
||
Recognize unequal books as unequal.
|
||
|
||
2006-05-24 03:16 chris
|
||
|
||
* [r14163] branches/misc-backend/src/engine/Makefile.am: Make sure
|
||
GNC_LIBDIR is updated when the installation dir changes.
|
||
|
||
2006-05-24 01:44 jsled
|
||
|
||
* [r14162] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c: Bug#342182:
|
||
change gtk-workaround check to be more specific in face of
|
||
evidence.
|
||
|
||
2006-05-24 01:40 chris
|
||
|
||
* [r14161] branches/misc-backend: Branched from trunk at r14160,
|
||
hoping postgres will work again someday...
|
||
|
||
2006-05-24 01:25 chris
|
||
|
||
* [r14159] trunk/lib/guile-www/cgi.scm,
|
||
trunk/lib/guile-www/http.scm,
|
||
trunk/src/import-export/qif-import/qif-file.scm,
|
||
trunk/src/import-export/qif-io-core/qif-file.scm,
|
||
trunk/src/scm/command-line.scm: Fix Bug#342736 by replacing
|
||
"make-shared-substring" with "substring". Guile 1.8
|
||
automatically shares strings as copy-on-write and no longer
|
||
provides the "make-shared-substring" procedure.
|
||
|
||
2006-05-24 00:49 chris
|
||
|
||
* [r14158] trunk/lib/libqof/qof/gnc-date.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c: Fix Bug#342546 by
|
||
using the pref date format instead of locale. Also prefix-pad
|
||
fixed-width date formats with '0'.
|
||
|
||
2006-05-23 14:41 warlord
|
||
|
||
* [r14157]
|
||
trunk/src/import-export/qif-import/gnc-plugin-qif-import-ui.xml:
|
||
re-add the test-druid menu item but leave it commented out
|
||
|
||
2006-05-23 14:07 cstim
|
||
|
||
* [r14156] trunk/accounts/el_GR/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/el_GR/acctchrt_carloan.gnucash-xea,
|
||
trunk/accounts/el_GR/acctchrt_common.gnucash-xea: Updated Greek
|
||
account templates by Nikos Charonitakis
|
||
|
||
2006-05-23 11:20 cstim
|
||
|
||
* [r14154] trunk/README.dependencies: Add versions of latest
|
||
suse10.1
|
||
|
||
2006-05-23 08:09 cstim
|
||
|
||
* [r14153] trunk/po/fr.po: Updated French translation by Fabrice
|
||
Kurz
|
||
|
||
2006-05-22 19:27 cstim
|
||
|
||
* [r14152] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/ui/gnc-plugin-page-account-tree-ui.xml,
|
||
trunk/src/gnome/ui/gnc-plugin-page-register-ui.xml: Deactivate
|
||
the "View Lots" menu item because the lot viewer is unfinished
|
||
as well.
|
||
|
||
2006-05-22 18:26 warlord
|
||
|
||
* [r14151] trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/gnc-plugin-qif-import-ui.xml,
|
||
trunk/src/import-export/qif-import/gnc-plugin-qif-import.c:
|
||
remove hook to test druid for 2.0 release.
|
||
|
||
2006-05-22 18:21 cstim
|
||
|
||
* [r14150] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/ui/gnc-plugin-basic-commands-ui.xml: Deactivate
|
||
the "Close Books" menu item because that feature is unfinished
|
||
as well.
|
||
|
||
2006-05-22 18:14 cstim
|
||
|
||
* [r14148] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/ui/gnc-plugin-basic-commands-ui.xml: Hide the
|
||
"Export account chart as QSF" as well. Not ready for 2.0.0 due
|
||
to e.g. bug#341559.
|
||
|
||
2006-05-21 20:02 cstim
|
||
|
||
* [r14147] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/ui/gnc-plugin-basic-commands-ui.xml: Hide the
|
||
"QSF Import" for the 2.0.0 release because it is not yet
|
||
finished. Can be activated again in the next developing HEAD
|
||
branch.
|
||
|
||
2006-05-21 13:04 cstim
|
||
|
||
* [r14146] trunk/AUTHORS, trunk/ChangeLog, trunk/configure.in,
|
||
trunk/po/ro.po: Initial Romanian translation by Danny Fischer
|
||
|
||
2006-05-21 13:01 cstim
|
||
|
||
* [r14145] trunk/po/ru.po: Updated Russian translation by Vladimir
|
||
Turbaevsky
|
||
|
||
2006-05-21 12:59 cstim
|
||
|
||
* [r14144] trunk/po/sk.po: Updated Slovak translation by Zdenko
|
||
Podobn<62>
|
||
|
||
2006-05-21 12:58 cstim
|
||
|
||
* [r14143] trunk/po/sv.po: Updated Swedish translation by Jonas
|
||
Norling
|
||
|
||
2006-05-20 10:25 andi5
|
||
|
||
* [r14142] trunk/ChangeLog, trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-file.h,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c: Extend
|
||
gnc_file_dialog to take a GList of GtkFileFilters instead of a
|
||
filter string. Allows patterns like *.[Qq][Ii][Ff] without
|
||
messing up the dialog, fixes #336124.
|
||
|
||
2006-05-20 05:54 hampton
|
||
|
||
* [r14141] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-options.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-account-sel.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-account-sel.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-date-delta.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-date-delta.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-frequency.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-frequency.h,
|
||
branches/deprecated-cleanup/src/gnome/glade/sched-xact.glade,
|
||
branches/deprecated-cleanup/src/gnome/gnc-plugin-page-account-tree.c:
|
||
Second cleanup pass. Conversions from GtkOptionMenu to
|
||
GtkComboBoxEntry.
|
||
|
||
2006-05-20 05:53 hampton
|
||
|
||
* [r14140] branches/deprecated-cleanup/src/core-utils/Makefile.am,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-gtk-utils.c,
|
||
branches/deprecated-cleanup/src/core-utils/gnc-gtk-utils.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-currency-edit.c:
|
||
Extract functions that can be applied to a GtkComboBoxEntry to
|
||
require that all user typed entries exist in the embedded
|
||
GtkTreeModel or else they are rejected.
|
||
|
||
2006-05-20 05:52 hampton
|
||
|
||
* [r14139]
|
||
branches/deprecated-cleanup/src/gnome/dialog-tax-info.c,
|
||
branches/deprecated-cleanup/src/register/register-gnome/gnucash-color.c:
|
||
Simple cleanups.
|
||
|
||
2006-05-20 03:41 hampton
|
||
|
||
* [r14138] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-grid.c: Make the blue
|
||
past/future dividing line thicker so that it is obvious. Fixes
|
||
#342051.
|
||
|
||
2006-05-20 02:02 hampton
|
||
|
||
* [r14137] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/macros/legacy_macros.m4,
|
||
trunk/src/engine/engine-helpers.c: Make the removal of
|
||
scm_block_gc conditional on having guile 1.8 installed.
|
||
|
||
2006-05-19 23:30 hampton
|
||
|
||
* [r14136] trunk/ChangeLog, trunk/src/engine/engine-helpers.c:
|
||
More of the patch from Bill Nottingham for compiling with guile
|
||
1.8.
|
||
|
||
2006-05-18 11:36 cstim
|
||
|
||
* [r14127] trunk/po/fr.po: Updated French translation by Jonathan
|
||
Ernst. He said: I didn't translate anything new, but I fixed a
|
||
lot of strings that where not following the Gnome-Fr translation
|
||
guidelines (non-breaking spaces befor ":", web->Web, menu
|
||
accelerators)."
|
||
|
||
2006-05-18 11:32 cstim
|
||
|
||
* [r14126] trunk/po/es.po: Updated Spanish translation by Eneko
|
||
Lacunza
|
||
|
||
2006-05-18 02:06 hampton
|
||
|
||
* [r14122] trunk/ChangeLog, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Scrub2.c, trunk/src/engine/cap-gains.c,
|
||
trunk/src/engine/policy.c: This patch fixes almost all of the
|
||
test-period errors. It still sometimes gets an error because it
|
||
generates an amount that can't be represented with the
|
||
denominator it has chosen, but there's not much gnucash can do
|
||
about that. From #342153.
|
||
|
||
2006-05-17 21:54 andi5
|
||
|
||
* [r14098] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c: Scott Oonk's patch
|
||
to activate forward button in XML import druid after having
|
||
decided on each ambiguous string. Fix #342050.
|
||
|
||
2006-05-16 23:22 warlord
|
||
|
||
* [r14084] trunk/ChangeLog, trunk/lib/libgsf-1.12.3/Makefile.am,
|
||
trunk/packaging/gnucash.spec.in: Get the RPM SPEC to build
|
||
properly (should built from future tarballs) *
|
||
lib/libgsl/Makefile.am: don't distribute the gsl specfiles *
|
||
packaging/gnucash.spec.in: fix for change of location of files.
|
||
|
||
2006-05-16 16:18 warlord
|
||
|
||
* [r14083] trunk/ChangeLog, trunk/lib/libqof/qof/gnc-date.c:
|
||
revert r14081 because we always have localtime_r.
|
||
|
||
2006-05-16 09:34 cstim
|
||
|
||
* [r14082] trunk/po/es.po: Updated Spanish translation by Eneko
|
||
Lacunza
|
||
|
||
2006-05-16 09:32 cstim
|
||
|
||
* [r14081] trunk/ChangeLog, trunk/lib/libqof/qof/gnc-date.c: Use
|
||
localtime_r only when HAVE_LOCALTIME_R is defined. Might be
|
||
undefined on some weird systems out there, e.g. windows/mingw32.
|
||
|
||
2006-05-15 22:21 warlord
|
||
|
||
* [r14080] trunk/ChangeLog,
|
||
trunk/src/import-export/test/Makefile.am: need to link against
|
||
gnome-utils
|
||
|
||
2006-05-15 21:03 jsled
|
||
|
||
* [r14079] trunk/ChangeLog, trunk/lib/libqof/qof/gnc-date.c:
|
||
Convert `localtime` to `localtime_r`, after seeing localtime
|
||
fail (strange as it is...).
|
||
|
||
2006-05-15 14:51 cstim
|
||
|
||
* [r14078] trunk/po/ru.po: Updated Russian Translation by Vladimir
|
||
Turbaevsky
|
||
|
||
2006-05-15 12:47 cstim
|
||
|
||
* [r14076] trunk/doc/README.german: Updated German README which
|
||
was horribly outdated.
|
||
* [r14075] trunk/ChangeLog, trunk/README, trunk/doc/README.HBCI:
|
||
Updated explanation of HBCI features.
|
||
|
||
2006-05-15 09:12 cstim
|
||
|
||
* [r14074] trunk/po/glossary/sv.po: Updated Swedish glossary
|
||
translation by Jonas Norling. PO-Revision Date 2006-05-04 ,
|
||
unfortunately delayed due to Translation Project notification
|
||
delay of 10 days.
|
||
|
||
2006-05-15 09:09 cstim
|
||
|
||
* [r14073] trunk/po/en_GB.po: Updated British English translation
|
||
by Nigel Titley. PO-Revision-Date 2006-05-05, unfortunately
|
||
delayed due to Translation Project notification delay of 10 days.
|
||
|
||
2006-05-15 02:04 wilddev
|
||
|
||
* [r14072] tags/1.9.6: Tagging the 1.9.6 release of GnuCash
|
||
* [r14071] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.6
|
||
|
||
2006-05-15 00:13 chris
|
||
|
||
* [r14070] trunk/ChangeLog: sync ChangeLog with 'svn log -v'
|
||
|
||
2006-05-14 23:34 jsled
|
||
|
||
* [r14069] trunk/Makefile.am: only pickup files from src/ and
|
||
lib/, not ./gnucash-1.9.x/[...] (or another other irrelevant
|
||
copies) as well.
|
||
|
||
2006-05-14 23:29 jsled
|
||
|
||
* [r14068] trunk/Makefile.TAGS: remove the files before rebuilding
|
||
them (since we're rebuilding in append mode).
|
||
|
||
2006-05-14 23:26 jsled
|
||
|
||
* [r14067] trunk/ChangeLog, trunk/packaging/gnucash-1.9.x.ebuild:
|
||
Updated ebuild.
|
||
|
||
2006-05-14 23:24 jsled
|
||
|
||
* [r14066] trunk/ChangeLog, trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/report/standard-reports/general-journal.scm:
|
||
Bug#341609: filter template transactions from general journal
|
||
report query.
|
||
|
||
2006-05-14 23:22 warlord
|
||
|
||
* [r14065] trunk/ChangeLog, trunk/po/el.po: * po/el.po: Updated
|
||
Greek translation by Nikos Charonitakis <nikosx@gmail.com>
|
||
|
||
2006-05-14 22:56 jsled
|
||
|
||
* [r14064] trunk/Makefile.TAGS: argument list too long with cat;
|
||
use xargs instead.
|
||
|
||
2006-05-14 22:39 jsled
|
||
|
||
* [r14063] trunk/src/backend/file/test/Makefile.am: add core-utils
|
||
to test setup; test-load-xml2 fails for me (from `make check`)
|
||
otherwise
|
||
|
||
2006-05-14 22:25 jsled
|
||
|
||
* [r14062] trunk/src/engine/test/Makefile.am: Re-enable
|
||
test-period, as the lots-scrubbing code is commented out.
|
||
|
||
2006-05-14 21:30 chris
|
||
|
||
* [r14050] trunk/src/engine/Transaction.c: Disable Lots scrubbing,
|
||
which is causing test-suite failures.
|
||
|
||
2006-05-14 21:05 jsled
|
||
|
||
* [r14049] trunk/src/engine/test/Makefile.am: comment out
|
||
test-period for the moment. :p
|
||
|
||
2006-05-14 16:59 warlord
|
||
|
||
* [r14042] trunk/ChangeLog, trunk/lib/libqof/qof/qofquery.h: Fix
|
||
the documentation of qof_query_merge for degenerate cases.
|
||
|
||
2006-05-14 11:59 chris
|
||
|
||
* [r14038] trunk/src/backend/file/io-gncxml-v2.c: Undo accidental
|
||
revert of part of r13713 by r14026.
|
||
|
||
2006-05-14 02:07 chris
|
||
|
||
* [r14037] trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-price.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.h,
|
||
trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c,
|
||
trunk/src/import-export/import-account-matcher.c: Change the
|
||
method for specifying and recording the default visibility of
|
||
tree-view columns. There is now a per-column setting,
|
||
"DEFAULT_VISIBLE", similar to "ALWAYS_VISIBLE", that controls
|
||
the visibility of a column in the absence of, or prior to, gconf
|
||
management. It is no longer necessary for the tree view to store
|
||
a list of column names for default visible columns. To faciliate
|
||
the adaptation of pre-existing tree-views, the
|
||
view_column_find_by_name() has been publicized as
|
||
gnc_tree_view_find_column_by_name(). All callers of
|
||
gnc_tree_view_configure_columns() have been converted to use the
|
||
DEFAULT_VISIBLE column property.
|
||
|
||
2006-05-13 04:52 chris
|
||
|
||
* [r14034] trunk/src/report/report-system/commodity-utilities.scm,
|
||
trunk/src/report/report-system/report-utilities.scm,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm,
|
||
trunk/src/report/standard-reports/portfolio.scm,
|
||
trunk/src/report/standard-reports/price-scatter.scm,
|
||
trunk/src/report/standard-reports/transaction.scm,
|
||
trunk/src/scm/gnumeric/table-utils.scm: Fixing bug #341589:
|
||
Apparently, guile 1.8 will actually enforce the rule that all
|
||
datum portions of case-statement clauses be unique. The syntax:
|
||
'foo expands to a list of two symbols: (quote foo) If both 'foo
|
||
and 'bar are used, then the "quote" symbol won't be unique.
|
||
|
||
2006-05-12 20:56 cstim
|
||
|
||
* [r14033] trunk/po/de.po: Update German translation after
|
||
unavoidable string changes
|
||
|
||
2006-05-12 16:23 warlord
|
||
|
||
* [r14032] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/lib/libqof/qof/Makefile.am, trunk/lib/libqof/qof/qof.h:
|
||
Disable the use of external QOF and make sure we can co-exist. *
|
||
lib/libqof/qof/Makefile.am: change the name of our qof library *
|
||
lib/libqof/backend/file/Makefile.am: change the name of our qsf
|
||
library * lib/libqof/qof/qof.h: point to the newly named qsf
|
||
library * configure.in: Error out if the user calls --enable-qof
|
||
Change the name of the internal qof library and directories so
|
||
that our qof can co-exist with a "native" qof
|
||
|
||
2006-05-12 16:18 warlord
|
||
|
||
* [r14031] trunk/ChangeLog, trunk/src/engine/gnc-engine.c: Use QSF
|
||
#defines instead of hard-coding the library name and init-fcn
|
||
|
||
2006-05-12 15:35 warlord
|
||
|
||
* [r14030] trunk/ChangeLog, trunk/goffice-config.h.in,
|
||
trunk/gsf-config.h.in: Make sure to properly define _GNU_SOURCE
|
||
in sub-config files. The build was broken without this.
|
||
|
||
2006-05-12 10:50 cstim
|
||
|
||
* [r14029] trunk/src/gnome-utils/glade/totd.glade,
|
||
trunk/src/report/utility-reports/welcome-to-gnucash.scm: Fix
|
||
strings that mentioned gnucash-1.8
|
||
|
||
2006-05-12 08:41 cstim
|
||
|
||
* [r14028] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-plugin-hbci.c: Add the
|
||
Tools->HBCI Setup menu item to the register tabs as well.
|
||
Bug#341510.
|
||
|
||
2006-05-12 01:47 chris
|
||
|
||
* [r14027] trunk/src/gnome-utils/gnc-main-window.c: Fix Bug
|
||
#341375. When handling the focus-out event for a
|
||
GtkCellEditable, it's important not to keep the editable alive
|
||
for too long, because the cursor-blink timeout expects that the
|
||
editable still has the focus. The easiest way to do this is to
|
||
stop the editing immediately by calling
|
||
gtk_cell_editable_editing_done() and then handle all the real
|
||
work from the "editing-done" signal handler.
|
||
|
||
2006-05-12 00:28 chris
|
||
|
||
* [r14026] trunk/src/backend/file/io-gncxml-v2.c: Minor cleanups
|
||
to gnc_counter_end_handler().
|
||
|
||
2006-05-12 00:25 chris
|
||
|
||
* [r14025] trunk/src/engine/Makefile.am: Cause gncla-dir.h to be
|
||
re-made after a 'make clean'.
|
||
|
||
2006-05-11 22:25 chris
|
||
|
||
* [r14024] trunk/configure.in: Look for g-wrap's (g-wrap gw
|
||
standard) or (g-wrap gw-standard) since g-wrap 1.9.6 doesn't
|
||
have (g-wrap runtime).
|
||
|
||
2006-05-11 21:21 chris
|
||
|
||
* [r14023] trunk/configure.in: When searching for the g-wrap
|
||
runtime module, look in the G_WRAP_MODULE_DIR.
|
||
|
||
2006-05-11 05:04 chris
|
||
|
||
* [r14022] trunk/configure.in: Warn if no g-wrap runtime module is
|
||
available during configure.
|
||
|
||
2006-05-11 03:04 warlord
|
||
|
||
* [r14019] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
add $GUILE_INCS when testing g-wrap
|
||
|
||
2006-05-11 01:14 chris
|
||
|
||
* [r14002] trunk/configure.in,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml-map.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.c,
|
||
trunk/lib/libqof/qof/gnc-date.c,
|
||
trunk/lib/libqof/qof/gnc-numeric.c, trunk/lib/libqof/qof/guid.c,
|
||
trunk/lib/libqof/qof/kvp_frame.c,
|
||
trunk/lib/libqof/qof/qofbackend.c,
|
||
trunk/lib/libqof/qof/qofbookmerge.h,
|
||
trunk/lib/libqof/qof/qofmath128.c,
|
||
trunk/lib/libqof/qof/qofsql.c,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/sixtp-dom-generators.c,
|
||
trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/backend/postgres/PostgresBackend.c,
|
||
trunk/src/backend/postgres/account.c,
|
||
trunk/src/backend/postgres/book.c,
|
||
trunk/src/backend/postgres/builder.c,
|
||
trunk/src/backend/postgres/checkpoint.c,
|
||
trunk/src/backend/postgres/escape.c,
|
||
trunk/src/backend/postgres/events.c,
|
||
trunk/src/backend/postgres/gncquery.c,
|
||
trunk/src/backend/postgres/kvp-sql.c,
|
||
trunk/src/backend/postgres/price.c,
|
||
trunk/src/backend/postgres/txn.c,
|
||
trunk/src/backend/postgres/txnmass.c,
|
||
trunk/src/backend/postgres/upgrade.c,
|
||
trunk/src/business/business-ledger/gncEntryLedger.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerControl.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerDisplay.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerLayout.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerModel.c,
|
||
trunk/src/engine/TransLog.c, trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/test/test-book-merge.c,
|
||
trunk/src/engine/test/test-recursive.c,
|
||
trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/print-session.c,
|
||
trunk/src/gnome/dialog-chart-export.h,
|
||
trunk/src/gnome/dialog-find-transactions.c,
|
||
trunk/src/gnome/dialog-print-check.c,
|
||
trunk/src/gnome/gnc-split-reg.c, trunk/src/gnome/lot-viewer.c,
|
||
trunk/src/gnome/window-reconcile.c,
|
||
trunk/src/import-export/binary-import/druid-commodity.c,
|
||
trunk/src/import-export/import-account-matcher.c,
|
||
trunk/src/import-export/import-backend.c,
|
||
trunk/src/import-export/import-commodity-matcher.c,
|
||
trunk/src/import-export/import-match-picker.c,
|
||
trunk/src/import-export/import-settings.c,
|
||
trunk/src/import-export/import-utilities.c,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c,
|
||
trunk/src/register/ledger-core/split-register.c: Factor out
|
||
#define _GNU_SOURCE from various .c files into an AC_GNU_SOURCE
|
||
check in configure.in.
|
||
|
||
2006-05-10 20:42 warlord
|
||
|
||
* [r13992] trunk/autogen.sh: Add some extra "don't shoot yourself
|
||
in the foot" text to autogen.
|
||
|
||
2006-05-10 14:54 cstim
|
||
|
||
* [r13990] trunk/accounts/de_AT,
|
||
trunk/accounts/de_AT/acctchrt_business.gnucash-xea: Add
|
||
svnignores.
|
||
|
||
2006-05-10 13:11 warlord
|
||
|
||
* [r13989] trunk/ChangeLog,
|
||
trunk/src/import-export/qif-io-core/qif-parse.scm: Same patch as
|
||
qif-import/qif-parse.scm for guile-1.8.
|
||
|
||
2006-05-10 12:50 cstim
|
||
|
||
* [r13988] trunk/AUTHORS, trunk/ChangeLog,
|
||
trunk/accounts/Makefile.am, trunk/accounts/de_AT,
|
||
trunk/accounts/de_AT/Makefile.am,
|
||
trunk/accounts/de_AT/acctchrt_auto.gnucash-xea,
|
||
trunk/accounts/de_AT/acctchrt_autoloan.gnucash-xea,
|
||
trunk/accounts/de_AT/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/de_AT/acctchrt_business.gnucash-xea,
|
||
trunk/accounts/de_AT/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/de_AT/acctchrt_houseown.gnucash-xea,
|
||
trunk/accounts/de_AT/acctchrt_investment.gnucash-xea,
|
||
trunk/accounts/de_AT/acctchrt_kids.gnucash-xea,
|
||
trunk/configure.in: Added new Austrian German account templates
|
||
by Roman Bertle
|
||
|
||
2006-05-10 12:47 cstim
|
||
|
||
* [r13987] trunk/accounts/de_DE/acctchrt_skr04.gnucash-xea: Fix
|
||
erroneous guid types in account template
|
||
|
||
2006-05-10 12:32 cstim
|
||
|
||
* [r13986] trunk/po/de.po: Small wording fix in German translation
|
||
|
||
2006-05-10 03:54 chris
|
||
|
||
* [r13985] trunk/src/business/business-reports/fancy-invoice.scm,
|
||
trunk/src/report/report-system/html-table.scm: Fix fancy invoice
|
||
report. Bug #341046. Also, liberalize gnc:html-table-append-row!
|
||
to accept a non-list argument.
|
||
|
||
2006-05-10 01:53 chris
|
||
|
||
* [r13984] trunk/src/scm/main.scm: Silence guile warnings about
|
||
duplicate binding introduced in guile-1.8.
|
||
|
||
2006-05-09 22:44 warlord
|
||
|
||
* [r13980] trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/qif-parse.scm: Bill
|
||
Nottingham's patch to fix a guile parser problem during build.
|
||
|
||
2006-05-09 03:17 chris
|
||
|
||
* [r13966] trunk/src/gnome-utils/gnc-main-window.c: Use
|
||
g_get_current_time() instead of gettimeofday(). Fixes #341044.
|
||
|
||
2006-05-09 00:42 chris
|
||
|
||
* [r13965] trunk/src/scm/printing/print-check.scm: Limit memo
|
||
length to 27 chars on Quicken wallet checks with side stub Patch
|
||
by David Reiser, bug #340977
|
||
|
||
2006-05-08 19:57 cstim
|
||
|
||
* [r13959] trunk/doc/examples/downloaded.mt940: Add MT940 example
|
||
file for testing mt940 import
|
||
|
||
2006-05-08 04:56 chris
|
||
|
||
* [r13958] trunk/src/engine/Split.c,
|
||
trunk/src/engine/Transaction.c: Remove some unnecessary calls to
|
||
xaccGroupMarkNotSaved() which were dirtying the book implicitly
|
||
without setting any time of first change. Instead, make sure
|
||
that committed Splits dirty their parent Transaction.
|
||
|
||
2006-05-08 04:47 chris
|
||
|
||
* [r13957] trunk/lib/libqof/qof/qofinstance-p.h,
|
||
trunk/lib/libqof/qof/qofinstance.c,
|
||
trunk/lib/libqof/qof/qofutil.c: Add a flag, 'infant', to
|
||
QofInstance to note that the instance has been committed at
|
||
least once in its lifecycle. Then, we can mark the collection
|
||
dirty whenever an object is committed, except for the special
|
||
case of an QofInstance that has never been committed before and
|
||
is now being deleted.
|
||
|
||
2006-05-08 03:04 chris
|
||
|
||
* [r13956] trunk/lib/libqof/qof/qofutil.c,
|
||
trunk/lib/libqof/qof/qofutil.h: Fix off-by-one error when
|
||
checking editlevel in qof_commit_edit() (and macro version), in
|
||
case we ever want qof_commit_edit() to actually do something
|
||
with a backend.
|
||
|
||
2006-05-08 03:02 chris
|
||
|
||
* [r13955] trunk/lib/libqof/qof/qofutil.c,
|
||
trunk/lib/libqof/qof/qofutil.h: Make qof_commit_edit() (and
|
||
macro version) call qof_backend_run_commit() instead of
|
||
qof_backend_run_begin(). Minor cleanups of qof_commit_edit() and
|
||
qof_begin_edit().
|
||
|
||
2006-05-08 02:54 chris
|
||
|
||
* [r13954] trunk/src/backend/file/gnc-budget-xml-v2.c,
|
||
trunk/src/engine/gnc-budget.c, trunk/src/engine/gnc-budget.h,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c: Add begin/commit edit
|
||
blocks to budget setters. Change to using the "destroy" method
|
||
for budget deletion.
|
||
|
||
2006-05-07 21:52 jsled
|
||
|
||
* [r13944] trunk/ChangeLog, trunk/src/engine/Group.c: Simply
|
||
traversal impl.
|
||
|
||
2006-05-07 21:39 jsled
|
||
|
||
* [r13943] trunk/src/engine/test/test-query.c: Restructure for
|
||
clarity.
|
||
* [r13942] trunk/ChangeLog,
|
||
trunk/src/engine/test-core/test-engine-stuff.c: Fix `test-query`
|
||
failure.
|
||
|
||
2006-05-07 20:22 jsled
|
||
|
||
* [r13941] trunk/src/engine/test/test-query.c: indentation.
|
||
|
||
2006-05-07 20:12 jsled
|
||
|
||
* [r13940] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-scheduledxaction.c: Bug#340936: Actually
|
||
close the SX list when we are button-requested to Close the
|
||
dialog, thus cleaning up properly.
|
||
|
||
2006-05-07 18:01 jsled
|
||
|
||
* [r13939] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/formulacell-gnome.c,
|
||
trunk/src/register/register-gnome/pricecell-gnome.c,
|
||
trunk/src/register/register-gnome/pricecell-gnome.h: Bug#340875:
|
||
factor utf8-clean decimal-point insertion and string handling
|
||
out of the pricecell, and call from the formulacell.
|
||
|
||
2006-05-07 00:38 hampton
|
||
|
||
* [r13937] branches/deprecated-cleanup/ChangeLog,
|
||
branches/deprecated-cleanup/src/business/business-gnome/dialog-billterms.c,
|
||
branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade,
|
||
branches/deprecated-cleanup/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
branches/deprecated-cleanup/src/business/dialog-tax-table/tax-tables.glade,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-account.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/dialog-utils.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/glade/druid-provider-multifile.glade,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-druid-provider-multifile-gnome.c,
|
||
branches/deprecated-cleanup/src/gnome-utils/gnc-druid-provider-multifile-gnome.h,
|
||
branches/deprecated-cleanup/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
branches/deprecated-cleanup/src/gnome/druid-loan.c,
|
||
branches/deprecated-cleanup/src/gnome/druid-stock-split.c,
|
||
branches/deprecated-cleanup/src/gnome/glade/account.glade,
|
||
branches/deprecated-cleanup/src/gnome/glade/stocks.glade,
|
||
branches/deprecated-cleanup/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/deprecated-cleanup/src/import-export/hbci/glade/hbci.glade,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/dialog-account-picker.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/deprecated-cleanup/src/import-export/qif-import/qif.glade,
|
||
branches/deprecated-cleanup/src/report/report-gnome/dialog-column-view.c,
|
||
branches/deprecated-cleanup/src/report/report-gnome/report.glade:
|
||
First cleanup pass. Mostly conversions from GtkCList to
|
||
GtkTreeView/GtkTreeStore.
|
||
|
||
2006-05-07 00:14 hampton
|
||
|
||
* [r13936] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c: Rebuild the
|
||
column selection menu when the report currency is changed. Fixes
|
||
#340243.
|
||
|
||
2006-05-06 23:23 hampton
|
||
|
||
* [r13935] branches/deprecated-cleanup: Branch for cleaning up the
|
||
various Gtk, Gdk, etc. deprecated functions.
|
||
|
||
2006-05-06 23:01 hampton
|
||
|
||
* [r13934] trunk/configure.in: Really bump the version number for
|
||
setting the GNOME_DISABLE_DEPRECATED flag.
|
||
|
||
2006-05-06 22:26 hampton
|
||
|
||
* [r13933] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-transfer.c,
|
||
trunk/src/register/register-gnome/gnucash-header.c: Trivial
|
||
replacements for deprecated functions.
|
||
|
||
2006-05-06 21:11 hampton
|
||
|
||
* [r13932] trunk/ChangeLog, trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Use the new qof
|
||
functions to provide a dirty indication in the title bar, fixing
|
||
#339026. Also provide an indication of how long the book has
|
||
been dirty in the "save changes to file" dialog.
|
||
|
||
2006-05-06 21:09 hampton
|
||
|
||
* [r13931] trunk/ChangeLog, trunk/lib/libqof/qof/qofbook-p.h,
|
||
trunk/lib/libqof/qof/qofbook.c, trunk/lib/libqof/qof/qofbook.h,
|
||
trunk/lib/libqof/qof/qofutil.c: Add support for directly marking
|
||
the book dirty, for recording the time that the book
|
||
transitioned from clean to dirty, and for calling back a
|
||
registered function when the book transitions from clean to
|
||
dirty.
|
||
|
||
2006-05-06 14:53 hampton
|
||
|
||
* [r13930] trunk/ChangeLog, trunk/configure.in: Can't use external
|
||
qof until it supports "alternate dirty mode".
|
||
|
||
2006-05-06 07:55 cstim
|
||
|
||
* [r13929] trunk/po/nb.po: Updated (finished) norwegian bokmaal
|
||
translation by Sigve Indregard
|
||
|
||
2006-05-06 06:14 hampton
|
||
|
||
* [r13928] trunk/ChangeLog, trunk/src/engine/Account.c,
|
||
trunk/src/engine/SchedXaction.c,
|
||
trunk/src/engine/SchedXaction.h,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h, trunk/src/engine/gnc-lot.c,
|
||
trunk/src/engine/gnc-lot.h, trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c: Add
|
||
begin_edit/commit_edit brackets around object modifications.
|
||
Some other related edit changes. Bug #339943 should be fixed as
|
||
of this change.
|
||
|
||
2006-05-06 06:03 hampton
|
||
|
||
* [r13927] trunk/src/engine/gnc-engine.c: Unconditionally enable
|
||
qof alternate dirty mode.
|
||
|
||
2006-05-06 06:01 hampton
|
||
|
||
* [r13926] trunk/ChangeLog, trunk/lib/libqof/qof/qofbook.c,
|
||
trunk/lib/libqof/qof/qofbook.h, trunk/lib/libqof/qof/qofid-p.h,
|
||
trunk/lib/libqof/qof/qofid.c, trunk/lib/libqof/qof/qofid.h,
|
||
trunk/lib/libqof/qof/qofinstance.c,
|
||
trunk/lib/libqof/qof/qofinstance.h,
|
||
trunk/lib/libqof/qof/qofutil.c: Add an alternate mode for
|
||
handling the dirty state of instances and collections. In this
|
||
mode, marking an instance as dirty does not immediately mark the
|
||
collection as dirty. The collection is only dirtied when a dirty
|
||
instance is actually committed to the collection.
|
||
|
||
2006-05-06 01:27 hampton
|
||
|
||
* [r13925] trunk/ChangeLog, trunk/configure.in: Bump the version
|
||
number for setting the GNOME_DISABLE_DEPRECATED flag.
|
||
|
||
2006-05-05 13:02 jsled
|
||
|
||
* [r13924] trunk/src/backend/file/test/test-load-xml2.c: fix
|
||
mis-use of test api.
|
||
|
||
2006-05-05 01:21 jsled
|
||
|
||
* [r13923]
|
||
trunk/src/backend/file/test/test-files/xml2/Money95bank_fr.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/Money95invst.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/Money95mutual.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/Money95stocks.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/abc.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/abcall.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/carols-data-file.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/cbb-export.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/conrads-file.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/every.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/goonies-file.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/hierachical-data-file.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/ms-money.gml2,
|
||
trunk/src/backend/file/test/test-files/xml2/pricedb1.gml2,
|
||
trunk/src/backend/file/test/test-load-xml2.c: add encoding to
|
||
test xml files to prevent loading errors; reformat error message.
|
||
|
||
2006-05-05 00:58 chris
|
||
|
||
* [r13922] trunk/src/engine/Split.c: More consistent Lot<->Split
|
||
handling. Try to use the right API for adding a cloned Split to
|
||
the Lot. Make sure to remove the Split from the Lot when
|
||
deleting a Split. (This prevents use-after-free by test-lots.)
|
||
Add some comments to some strange code that's possibly wrong.
|
||
|
||
2006-05-05 00:40 chris
|
||
|
||
* [r13921] trunk/src/engine/Scrub.c,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/Transaction.h,
|
||
trunk/src/engine/cap-gains.c, trunk/src/engine/cap-gains.h: Move
|
||
some gains-related transaction-scrubbing operations to from
|
||
cap-gains.c to Transaction.c. Fix a logic error where
|
||
"split->gains |= ~GAINS_STATUS_ADIRTY" was supposed to be
|
||
"split->gains &= ~GAINS_STATUS_ADIRTY". Disable the loop-restart
|
||
code in xaccTransScrubGainsDate() because I think the state
|
||
changes inside the loop will never cause a previously-skipped
|
||
Split to be not skipped during another pass. Incidental: make
|
||
both xaccTransFindSplitByAccount() arguments 'const' Internalize
|
||
Begin/Commit edit block into xaccTransScrubSplits()
|
||
|
||
2006-05-05 00:18 chris
|
||
|
||
* [r13920] trunk/src/engine/test/test-transaction-reversal.c: Some
|
||
testing bits that got left out of r13916.
|
||
|
||
2006-05-05 00:17 chris
|
||
|
||
* [r13919] trunk/src/engine/test-core/test-engine-stuff.c:
|
||
Correctly ensure that the amount and value of test Splits have
|
||
the same sign
|
||
|
||
2006-05-04 09:18 cstim
|
||
|
||
* [r13918] trunk/po/nb.po: Updated Norwegian Bokmaal translaction
|
||
by Sigvei Indregard
|
||
|
||
2006-05-04 03:59 chris
|
||
|
||
* [r13917] trunk/src/register/ledger-core/split-register-load.c:
|
||
Fix bug #340168 by ignoring Splits that have been destroyed
|
||
since the last call to xaccTransBeginEdit().
|
||
|
||
2006-05-04 00:06 chris
|
||
|
||
* [r13916] trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/Transaction.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/gnc-split-reg.c: Hide the Transaction's
|
||
management of the "reverse-by" KVP inside the engine. Add new
|
||
function xaccTransGetReversedBy() to find the reversing
|
||
transaction if there is one. This also ensures that the KVP
|
||
changes are inside a Begin/Commit block.
|
||
|
||
2006-05-03 20:46 cstim
|
||
|
||
* [r13915] trunk/po/fr.po: Updated French translation by Fabrice
|
||
Kurz
|
||
|
||
2006-05-03 02:28 hampton
|
||
|
||
* [r13912] trunk/ChangeLog, trunk/src/backend/postgres/price.c,
|
||
trunk/src/business/business-core/gncBillTerm.c,
|
||
trunk/src/business/business-core/gncCustomer.c,
|
||
trunk/src/business/business-core/gncEmployee.c,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncJob.c,
|
||
trunk/src/business/business-core/gncOrder.c,
|
||
trunk/src/business/business-core/gncTaxTable.c,
|
||
trunk/src/business/business-core/gncVendor.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Group.c,
|
||
trunk/src/engine/SchedXaction.c, trunk/src/engine/gnc-budget.c,
|
||
trunk/src/engine/gnc-commodity.c: Use the existing QOF API to
|
||
modify the instance dirty flag.
|
||
|
||
2006-05-02 19:35 cstim
|
||
|
||
* [r13900] trunk/po/de.po: Updated German translation; still 3666
|
||
out of 3666 translated.
|
||
|
||
2006-05-02 19:26 andi5
|
||
|
||
* [r13899] trunk/ChangeLog,
|
||
trunk/src/gnome/glade/sched-xact.glade: Correct option strings
|
||
in sx editor for tri-annual transactions. Fix #339724.
|
||
|
||
2006-05-02 12:17 jsled
|
||
|
||
* [r13898] trunk/src/register/register-gnome/pricecell-gnome.c:
|
||
match malloc to free, not g_free.
|
||
|
||
2006-05-02 09:05 cstim
|
||
|
||
* [r13897] trunk/configure.in: Ensure the warning about debian and
|
||
error-on-warning is shown only if necessary
|
||
|
||
2006-05-02 03:48 hampton
|
||
|
||
* [r13896] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c: Use the parent commodity
|
||
and account type when creating new accounts. Fixes #337189 and
|
||
#340242.
|
||
|
||
2006-05-02 02:32 hampton
|
||
|
||
* [r13895] trunk/ChangeLog, trunk/src/engine/TransLog.c,
|
||
trunk/src/engine/TransLog.h, trunk/src/gnome-utils/gnc-file.c:
|
||
Start a new log file after a save. Fixes #173056.
|
||
|
||
2006-05-02 00:11 jsled
|
||
|
||
* [r13894] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/pricecell-gnome.c: Bug#340358:
|
||
mem/string-handling crasher fix.
|
||
|
||
2006-05-01 08:00 cstim
|
||
|
||
* [r13893] trunk/po/en_GB.po: Updated British English translation
|
||
by Nigel Titley
|
||
|
||
2006-05-01 02:49 hampton
|
||
|
||
* [r13892] trunk/ChangeLog, trunk/src/gnome/reconcile-list.c:
|
||
Patch from Mike Alexander to fix the cleared split date
|
||
threshold in the reconcile window. Fixes #340235.
|
||
|
||
2006-04-30 23:29 andi5
|
||
|
||
* [r13891] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c: Add legend only to
|
||
barchart and piechart plots, not to scatter plots, as there is
|
||
currently no usage for it. Fix #337769.
|
||
|
||
2006-04-30 19:28 hampton
|
||
|
||
* [r13890] trunk/src/report/report-system/report.scm: Remove
|
||
translation on new strings.
|
||
|
||
2006-04-30 16:49 jsled
|
||
|
||
* [r13889] trunk/ChangeLog, trunk/src/gnome/druid-hierarchy.c:
|
||
Bug#340197: reverse account opening balances when desired.
|
||
|
||
2006-04-30 10:32 cstim
|
||
|
||
* [r13888] trunk/ChangeLog, trunk/src/app-utils/gnc-ui-util.c: Fix
|
||
retrieval of reconcile abbreviation if the translators
|
||
erroneously did not use the same string length as the english
|
||
string. Bug #339722.
|
||
|
||
2006-04-30 03:52 hampton
|
||
|
||
* [r13887] trunk/ChangeLog, trunk/src/engine/cap-gains.c,
|
||
trunk/src/engine/cap-gains.h, trunk/src/engine/gnc-lot.c: Patch
|
||
from Mike Alexander's to handle multiple lot dispositions on the
|
||
same day. Needed since the transaction sorting code may sort
|
||
gains splits after other splits on the same day. Add a new
|
||
function to find the source split associated with a capital
|
||
gains split. Also use lot_amount and lot_value consistently
|
||
instead of opening_amount and opening_value.
|
||
|
||
2006-04-30 02:59 hampton
|
||
|
||
* [r13886] trunk/src/report/report-gnome/dialog-column-view.c,
|
||
trunk/src/report/report-gnome/gncmod-report-gnome.c: Function
|
||
opening curly brace should be on a line by itself.
|
||
|
||
2006-04-30 02:38 chris
|
||
|
||
* [r13885] trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/register/ledger-core/split-register.c: Take care of
|
||
any pending changes to a Transaction before voiding it.
|
||
|
||
2006-04-30 01:27 hampton
|
||
|
||
* [r13884] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-billterms.c,
|
||
trunk/src/business/business-gnome/glade/billterms.glade:
|
||
Eliminate some gtk warning messages. Stop the contents of the
|
||
Bill Terms dialog from shifting around when the first/last term
|
||
is created/destroyed.
|
||
|
||
2006-04-30 00:43 chris
|
||
|
||
* [r13883] trunk/src/register/ledger-core/split-register.c: When
|
||
deleting the current Transaction in the register, let the action
|
||
take effect immediately by commiting the transaction if it's
|
||
open.
|
||
|
||
2006-04-29 22:42 andi5
|
||
|
||
* [r13882] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.h: Remove
|
||
all XIM code, as it has been commented out unconditionally
|
||
already for a while. Send focus in/out events to register
|
||
GtkEntry. Address #337020.
|
||
|
||
2006-04-29 21:51 jsled
|
||
|
||
* [r13881] trunk/ChangeLog, trunk/src/app-utils/gnc-exp-parser.c,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/dialog-sxsincelast.c: Bug#157179: make
|
||
multi-commodity SX handling a bit better. Expose the needed
|
||
exchange rates as variables in the since-last-run dialog.
|
||
|
||
2006-04-29 15:08 chris
|
||
|
||
* [r13880] trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.h: Return the
|
||
GtkTreeViewColumn from gnc_tree_view_account_add_kvp_column().
|
||
|
||
2006-04-29 13:15 cstim
|
||
|
||
* [r13879] trunk/ChangeLog, trunk/po/glossary/de.po,
|
||
trunk/po/glossary/gnc-glossary.txt: Clarify definitions of and
|
||
relations between bill, invoice, job, and order.
|
||
|
||
2006-04-29 07:30 hampton
|
||
|
||
* [r13878] trunk/ChangeLog,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Don't
|
||
allow the user to save a report until they have changed the
|
||
report name. Remove the duplicate shortcut on the Add Report
|
||
menu item.
|
||
|
||
2006-04-29 07:27 hampton
|
||
|
||
* [r13877] trunk/ChangeLog,
|
||
trunk/src/report/report-system/report.scm: Don't load a custom
|
||
report that has the same name as a standard report. Fixes
|
||
#168250.
|
||
|
||
2006-04-29 07:25 hampton
|
||
|
||
* [r13876] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c: Load the
|
||
user config earlier in startup. Fixes the missing custom report
|
||
problem #338668.
|
||
|
||
2006-04-29 06:53 hampton
|
||
|
||
* [r13875] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c: Lower the
|
||
minimum required width of the register. This does affect the
|
||
size constraint imposed by the register summary bar.
|
||
|
||
2006-04-29 02:17 chris
|
||
|
||
* [r13874] trunk/src/engine/Account.c,
|
||
trunk/src/engine/AccountP.h: When deleting an Account, also
|
||
delete any Splits that are set to be added to the Account if
|
||
their open Transaction is commited.
|
||
|
||
2006-04-29 02:04 hampton
|
||
|
||
* [r13873] trunk/ChangeLog, trunk/configure.in: Default to
|
||
--enable-error-on-warning only in svn based source trees. Fixes
|
||
#330687.
|
||
|
||
2006-04-28 21:11 hampton
|
||
|
||
* [r13872] trunk/AUTHORS, trunk/ChangeLog,
|
||
trunk/src/engine/Scrub2.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/cap-gains.c, trunk/src/engine/gnc-lot.c,
|
||
trunk/src/engine/gnc-lot.h,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/window-reconcile.c: Mike Alexander's patch to
|
||
fix lot date calculation, and to include all splits when
|
||
computing capital gain's instead of just the opening lot. Scrub
|
||
lots when scrubbing everything else. Some MacOs X fixes.
|
||
|
||
2006-04-28 20:46 hampton
|
||
|
||
* [r13871] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c: Finishing all
|
||
pending transactions before new and open commands, not just save
|
||
commands. Fixes #334090.
|
||
|
||
2006-04-28 13:01 chris
|
||
|
||
* [r13870] trunk/src/gnome/gnc-plugin-page-budget.c: For budget
|
||
data entry interpret an empty string as valid input meaning "0".
|
||
Closes #339946
|
||
|
||
2006-04-27 21:02 chris
|
||
|
||
* [r13869] trunk/src/engine/Account.c: Remove an assertion w/
|
||
explanation of why it doesn't hold. Fixes #339781.
|
||
|
||
2006-04-27 21:00 cstim
|
||
|
||
* [r13868] trunk/AUTHORS, trunk/ChangeLog, trunk/po/fr.po: Updated
|
||
French translation by Fabrice Kurz
|
||
|
||
2006-04-27 20:44 cstim
|
||
|
||
* [r13867] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c,
|
||
trunk/src/import-export/hbci/hbci-interaction.c,
|
||
trunk/src/import-export/hbci/hbci-interaction.h: Fix
|
||
GNCInteractor_hadErrors() that reported too many errors. Fixes
|
||
#339504.
|
||
|
||
2006-04-27 13:14 jsled
|
||
|
||
* [r13866] trunk/src/gnome/dialog-scheduledxaction.c: Bug#334627
|
||
fix attempt 2: remove needless NULLing-out of SX.
|
||
|
||
2006-04-27 03:27 chris
|
||
|
||
* [r13865] trunk/src/register/ledger-core/split-register.c:
|
||
Address bug #339288: When deleting a split, ensure the
|
||
transaction is open for editing, an redraw the display afterward.
|
||
|
||
2006-04-27 02:52 chris
|
||
|
||
* [r13864] trunk/src/gnome/gnc-plugin-page-budget.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/gnc-split-reg.c,
|
||
trunk/src/gnome/reconcile-list.c,
|
||
trunk/src/gnome/window-reconcile.c: Remove some unnecessary
|
||
BeginEdit/CommitEdit calls. Early exit the budget keynav
|
||
function on no-op case.
|
||
|
||
2006-04-27 02:18 chris
|
||
|
||
* [r13863]
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register.c: More register
|
||
fixes related to recent changes: For the autofill in
|
||
basic-ledger mode, avoid an extra BeginCommit. For "remove all
|
||
splits from the transaction" case, also avoid a potential extra
|
||
BeginCommit. Also, fix a bug where one split might have not been
|
||
removed if this operation was performed in a register other than
|
||
the one where the transaction was created. Make sure that
|
||
whenever we actually do commit the pending transaction, we clear
|
||
the stored GUID *before* the commit, since it may be checked
|
||
again from the register's refresh event handler. In other news,
|
||
I haven't seen the orphan splits recently...
|
||
|
||
2006-04-27 01:33 jsled
|
||
|
||
* [r13862] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-scheduledxaction.c: Attempt to affect
|
||
#334627: re-order destroying SX vs. window.
|
||
|
||
2006-04-26 09:11 cstim
|
||
|
||
* [r13861] trunk/ChangeLog, trunk/doc/gnucash.1.in: Properly quote
|
||
marks. Bug #339731.
|
||
|
||
2006-04-26 04:49 hampton
|
||
|
||
* [r13860] trunk/ChangeLog, trunk/src/gnome/glade/progress.glade,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c,
|
||
trunk/src/import-export/qif-import/qif-file.scm,
|
||
trunk/src/import-export/qif-import/qif-merge-groups.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm: Center the
|
||
progress dialog on the qif import druid. Fixes #336188.
|
||
|
||
2006-04-26 04:14 hampton
|
||
|
||
* [r13859] trunk/ChangeLog, trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-pricedb.c: Mark the collections as clean
|
||
after the default items have been created. Fixes #337185.
|
||
|
||
2006-04-26 03:30 chris
|
||
|
||
* [r13858] trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.h: Publicize the
|
||
ALWAYS_VISIBLE column attribute for GncTreeView.
|
||
|
||
2006-04-26 02:21 hampton
|
||
|
||
* [r13857] trunk/ChangeLog, trunk/src/scm/price-quotes.scm: Fix
|
||
the crash in #339764.
|
||
|
||
2006-04-26 01:31 jsled
|
||
|
||
* [r13856] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/register-core/formulacell.c,
|
||
trunk/src/register/register-core/pricecell.c,
|
||
trunk/src/register/register-core/table-allgui.c: Bug#119078:
|
||
promote register parse errors to the user.
|
||
|
||
2006-04-26 00:03 hampton
|
||
|
||
* [r13853] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Don't try to update
|
||
the main window page name when invoked with an embedded window.
|
||
Fixes #339763.
|
||
|
||
2006-04-25 20:56 cstim
|
||
|
||
* [r13852] trunk/ChangeLog, trunk/po/de.po: Updated German
|
||
translation. 3666 out of 3666 translated.
|
||
|
||
2006-04-25 08:33 andi5
|
||
|
||
* [r13850] trunk/ChangeLog, trunk/src/gnome-utils/gnc-tree-view.c:
|
||
Initialize depth variable in tree view keynav before using it.
|
||
|
||
2006-04-25 05:13 hampton
|
||
|
||
* [r13849] trunk/ChangeLog, trunk/src/scm/process.scm: Handle the
|
||
failure to fork a child process and print an error message,
|
||
instead of just ignoring the error. Fixes #127241.
|
||
|
||
2006-04-25 04:20 hampton
|
||
|
||
* [r13848] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-currency-edit.c,
|
||
trunk/src/gnome-utils/gnc-currency-edit.h: Add completion
|
||
support to the currency edit widget. Fixes #339412.
|
||
|
||
2006-04-25 04:18 chris
|
||
|
||
* [r13847] trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.h,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c: Implement a keynav
|
||
policy for the budget page. Addresses bug #339515.
|
||
|
||
2006-04-25 04:17 hampton
|
||
|
||
* [r13846] trunk/src/gnome/glade/account.glade: Don't use the full
|
||
width of the dialog, only as much as is necessary for the
|
||
content.
|
||
|
||
2006-04-24 22:35 chris
|
||
|
||
* [r13844] trunk/src/register/ledger-core/split-register.c:
|
||
Another crack at fixing bug #327780. Simplify the control flow
|
||
around the code in gnc_split_register_save() that decides what
|
||
transactions to commit and when. Be sure to commit the blank
|
||
transaction even when it's not the pending transaction. Refresh
|
||
the register after transaction rollback. Add more assertions
|
||
that will either fail in some case I haven't tested or prove
|
||
that more register code is unreachable.
|
||
|
||
2006-04-24 22:27 chris
|
||
|
||
* [r13843]
|
||
trunk/src/register/ledger-core/split-register-control.c: Use
|
||
'pending_trans' variable name for clearer code.
|
||
|
||
2006-04-24 14:20 cstim
|
||
|
||
* [r13842] trunk/po/fr.po: Updated French translation by Jonathan
|
||
Ernst.
|
||
|
||
2006-04-24 13:58 chris
|
||
|
||
* [r13841] trunk/src/register/ledger-core/split-register.c: Fix
|
||
uninitialized use in
|
||
gnc_split_register_empty_current_trans_except_split
|
||
|
||
2006-04-24 08:23 cstim
|
||
|
||
* [r13840] trunk/ChangeLog,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c: Activate
|
||
newly added string as string freeze exception. That bug was
|
||
grave enough to justify this.
|
||
|
||
2006-04-24 00:58 chris
|
||
|
||
* [r13836] trunk/src/gnome/gnc-plugin-page-budget.c: Default the
|
||
budget page's show_hidden flag to FALSE. Closes #339413.
|
||
|
||
2006-04-24 00:12 chris
|
||
|
||
* [r13835] trunk/ChangeLog: sync ChangeLog from 'svn log -v'
|
||
|
||
2006-04-23 23:01 chris
|
||
|
||
* [r13834]
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register.c: Don't
|
||
immediately commit the blank transaction after creating it. When
|
||
saving the register state, don't commit an open transaction
|
||
unless we think it was opened from this register. These changes
|
||
are intended to fix bug #327780. I've also added several related
|
||
assertions. If any of these assertions fail, it may indicate
|
||
that I don't really understand what's going on, and that this
|
||
may not be the correct fix for #327780.
|
||
|
||
2006-04-23 21:07 chris
|
||
|
||
* [r13833]
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-p.h,
|
||
trunk/src/register/ledger-core/split-register.c: Remove some
|
||
unnecessary Begin/Commit blocks around code that is already
|
||
transactional. Convert some Split function calls to the
|
||
xaccSplit... form.
|
||
|
||
2006-04-22 20:14 hampton
|
||
|
||
* [r13832] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Update a
|
||
report's tab name in the main window when the name in the report
|
||
options is changed. Fixes #334199. Also update a register's tab
|
||
name if the account name is changed.
|
||
|
||
2006-04-22 19:04 cstim
|
||
|
||
* [r13831] trunk/ChangeLog, trunk/src/gnome/gnc-split-reg.c: Mark
|
||
string for translation as pointed out by Andreas K<>hler.
|
||
|
||
2006-04-22 05:14 chris
|
||
|
||
* [r13830] trunk/src/engine/Transaction.c: Internalize the
|
||
transactional semantics for all Transaction setters. This is
|
||
what I actually intended in r13130, but we want the stuff that
|
||
xaccTransCommitEdit provides over-and-above what qof_commit_edit
|
||
provides.
|
||
|
||
2006-04-22 05:09 hampton
|
||
|
||
* [r13829] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Fix a null pointer
|
||
dereference. Don't make the Close button sensitive until a page
|
||
has been added. Fixes #339372.
|
||
|
||
2006-04-22 04:53 hampton
|
||
|
||
* [r13828] trunk/ChangeLog, trunk/src/gnome-utils/gnc-icons.c,
|
||
trunk/src/pixmaps/Makefile.am, trunk/src/pixmaps/account-16.png,
|
||
trunk/src/pixmaps/account.png,
|
||
trunk/src/pixmaps/delete-account-16.png,
|
||
trunk/src/pixmaps/delete-account.png,
|
||
trunk/src/pixmaps/edit-account-16.png,
|
||
trunk/src/pixmaps/edit-account.png,
|
||
trunk/src/pixmaps/gnc-account-16.png,
|
||
trunk/src/pixmaps/gnc-account-delete-16.png,
|
||
trunk/src/pixmaps/gnc-account-delete.png,
|
||
trunk/src/pixmaps/gnc-account-edit-16.png,
|
||
trunk/src/pixmaps/gnc-account-edit.png,
|
||
trunk/src/pixmaps/gnc-account-new-16.png,
|
||
trunk/src/pixmaps/gnc-account-new.png,
|
||
trunk/src/pixmaps/gnc-account-open-16.png,
|
||
trunk/src/pixmaps/gnc-account-open.png,
|
||
trunk/src/pixmaps/gnc-account.png,
|
||
trunk/src/pixmaps/gnc-split-trans-16.png,
|
||
trunk/src/pixmaps/gnc-split-trans.png,
|
||
trunk/src/pixmaps/gnc-transfer-16.png,
|
||
trunk/src/pixmaps/gnc-transfer.png,
|
||
trunk/src/pixmaps/new-account-16.png,
|
||
trunk/src/pixmaps/new-account.png,
|
||
trunk/src/pixmaps/open-account-16.png,
|
||
trunk/src/pixmaps/open-account.png,
|
||
trunk/src/pixmaps/split-transaction-16.png,
|
||
trunk/src/pixmaps/split-transaction.png,
|
||
trunk/src/pixmaps/transfer-16.png,
|
||
trunk/src/pixmaps/transfer.png: Rename some icon files.
|
||
|
||
2006-04-22 04:42 chris
|
||
|
||
* [r13827] trunk/src/business/business-core/gncBillTerm.c,
|
||
trunk/src/business/business-core/gncCustomer.c,
|
||
trunk/src/business/business-core/gncEmployee.c,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncJob.c,
|
||
trunk/src/business/business-core/gncOrder.c,
|
||
trunk/src/business/business-core/gncTaxTable.c,
|
||
trunk/src/business/business-core/gncVendor.c,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/gnc-pricedb.c:
|
||
Replace calls to QOF_COMMIT_EDIT_PART1 macro with calls to
|
||
qof_commit_edit()
|
||
|
||
2006-04-22 04:02 hampton
|
||
|
||
* [r13826] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/gnc-plugin-page-invoice.c,
|
||
trunk/src/gnome-utils/gnc-icons.c,
|
||
trunk/src/gnome-utils/gnc-icons.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/pixmaps/Makefile.am,
|
||
trunk/src/pixmaps/gnc-invoice-16.png,
|
||
trunk/src/pixmaps/gnc-invoice-edit-16.png,
|
||
trunk/src/pixmaps/gnc-invoice-edit.png,
|
||
trunk/src/pixmaps/gnc-invoice-post-16.png,
|
||
trunk/src/pixmaps/gnc-invoice-post.png,
|
||
trunk/src/pixmaps/gnc-invoice-unpost-16.png,
|
||
trunk/src/pixmaps/gnc-invoice-unpost.png,
|
||
trunk/src/pixmaps/gnc-invoice.png,
|
||
trunk/src/pixmaps/gnc-jumpto-16.png,
|
||
trunk/src/pixmaps/gnc-jumpto.png,
|
||
trunk/src/pixmaps/gnc-sx-new-16.png,
|
||
trunk/src/pixmaps/gnc-sx-new.png: Add new icons for invoices,
|
||
adding a scheduled transaction, and the jump action. Fixes
|
||
#339112.
|
||
|
||
2006-04-22 01:25 chris
|
||
|
||
* [r13825] trunk/lib/libqof/qof/qoflog.c: Avoid buffer overrun in
|
||
qoflog.
|
||
|
||
2006-04-22 00:57 hampton
|
||
|
||
* [r13824] trunk/ChangeLog, trunk/src/engine/TransLog.c,
|
||
trunk/src/engine/TransLog.h,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c: Don't allow
|
||
the user to open the current log file. Fixes #337211.
|
||
|
||
2006-04-21 22:55 hampton
|
||
|
||
* [r13823] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Don't
|
||
allow a report page to be closed of it is in the process of
|
||
reloading. Make the close buttons on the notebook tabs
|
||
insensitive when the rest of the UI is insensitive. Fixes 339327.
|
||
|
||
2006-04-21 21:14 hampton
|
||
|
||
* [r13822] trunk/ChangeLog,
|
||
trunk/src/report/report-gnome/report-gnome.scm,
|
||
trunk/src/report/utility-reports/welcome-to-gnucash.scm: Make
|
||
the "Welcome to GnuCash" report menu item build the entire
|
||
report, instead of just the first sub-report.
|
||
|
||
2006-04-21 19:21 hampton
|
||
|
||
* [r13821] trunk/ChangeLog,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
trunk/src/report/report-system/report-system.scm,
|
||
trunk/src/report/report-system/report.scm: Correctly save and
|
||
restore multicolumn reports. Fixes 327627.
|
||
|
||
2006-04-21 19:18 hampton
|
||
|
||
* [r13820] trunk/src/report/report-system/html-document.scm: Don't
|
||
complain about reports without html titles. This occurs for
|
||
every embedded report.
|
||
|
||
2006-04-21 15:25 hampton
|
||
|
||
* [r13819] trunk/ChangeLog, trunk/src/gnome/glade/reconcile.glade:
|
||
Remove translatable flag from a temp label.
|
||
|
||
2006-04-21 15:22 hampton
|
||
|
||
* [r13818] trunk/src/gnome/glade/reconcile.glade: Remove unused
|
||
dialog.
|
||
|
||
2006-04-21 15:07 hampton
|
||
|
||
* [r13817] trunk/ChangeLog, trunk/src/gnome/glade/account.glade:
|
||
Add a tooltip for the "hidden" option in the Edit Account dialog.
|
||
|
||
2006-04-21 08:09 cstim
|
||
|
||
* [r13816] trunk/po/en_GB.po: Remove erroneous translation in
|
||
en_GB: Probably a proposed fuzzy translation has been accepted
|
||
without checking.
|
||
|
||
2006-04-21 08:08 cstim
|
||
|
||
* [r13815] trunk/accounts/fr_CH: Add svnignores
|
||
|
||
2006-04-20 20:34 andi5
|
||
|
||
* [r13813] trunk/src/gnome-utils/glade/druid-gnc-xml-import.glade:
|
||
Remove translatable property of some forgotten placeholder
|
||
strings in glade file.
|
||
|
||
2006-04-20 20:21 cstim
|
||
|
||
* [r13812] trunk/po/de.po: Updated German translation; 3623 out of
|
||
3676 translated.
|
||
|
||
2006-04-20 01:37 chris
|
||
|
||
* [r13811] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/backend/file/pilot-qsf-gncCustomer.xml,
|
||
trunk/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml-map.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.h,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/kvp_frame.c,
|
||
trunk/lib/libqof/qof/kvp_frame.h,
|
||
trunk/lib/libqof/qof/qofbookmerge.c,
|
||
trunk/lib/libqof/qof/qofchoice.c,
|
||
trunk/lib/libqof/qof/qofutil.c, trunk/lib/libqof/qof/qofutil.h:
|
||
Revert r13797 so that it can be recommited as logical,
|
||
documented changes.
|
||
|
||
2006-04-20 00:05 hampton
|
||
|
||
* [r13810] trunk/ChangeLog,
|
||
trunk/src/report/report-system/gnc-report.c: If the report
|
||
already has an id assigned (i.e. restored reports) then add it
|
||
to the table using that id. Only generate ids for reports that
|
||
don't have them yet.
|
||
|
||
2006-04-19 22:28 hampton
|
||
|
||
* [r13809] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Don't call shutdown
|
||
directly from the delete_event handler, but use a periodic idle
|
||
function that checks to insure that gnucash isn't saving the
|
||
data file before calling shutdown. Fixes 338952.
|
||
|
||
2006-04-19 19:35 cstim
|
||
|
||
* [r13808] trunk/ChangeLog, trunk/accounts/Makefile.am,
|
||
trunk/accounts/fr_CH, trunk/accounts/fr_CH/Makefile.am,
|
||
trunk/accounts/fr_CH/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_business.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_carloan.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_childcare.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_currency.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_eduloan.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_homeloan.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_homeown.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_otherloan.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_renter.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_retiremt.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea,
|
||
trunk/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea,
|
||
trunk/configure.in: New French Swiss account templates by
|
||
Jonathan Ernst
|
||
|
||
2006-04-19 02:35 hampton
|
||
|
||
* [r13803] trunk/ChangeLog, trunk/src/gnome/top-level.c,
|
||
trunk/src/report/report-gnome/window-report.c,
|
||
trunk/src/report/report-gnome/window-report.h: Parse the old
|
||
~/.gnome/GnuCash MDI document file to see which 1.8 reports
|
||
should be opened the first time gnucash2 starts.
|
||
|
||
2006-04-18 19:28 cstim
|
||
|
||
* [r13802] trunk/ChangeLog, trunk/po/fr.po: Updated French
|
||
translation by Jonathan Ernst
|
||
|
||
2006-04-18 19:27 cstim
|
||
|
||
* [r13801] trunk/AUTHORS, trunk/ChangeLog, trunk/Makefile.am,
|
||
trunk/po/glossary/fr.po: Added French glossary by Jonathan Ernst
|
||
|
||
2006-04-18 18:05 warlord
|
||
|
||
* [r13800] trunk/ChangeLog, trunk/doc/tip_of_the_day.list.in,
|
||
trunk/src/report/standard-reports/register.scm: Two string fixes.
|
||
|
||
2006-04-17 20:04 cstim
|
||
|
||
* [r13799] trunk/po/ne.po: Updated Nepali translation from
|
||
Translation Project
|
||
|
||
2006-04-17 14:30 andi5
|
||
|
||
* [r13798] trunk/src/gnome-utils/druid-gnc-xml-import.c:
|
||
Initialize some variables before usage so that gcc does not
|
||
complain.
|
||
|
||
2006-04-17 13:06 codehelp
|
||
|
||
* [r13797] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/backend/file/pilot-qsf-gncCustomer.xml,
|
||
trunk/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml-map.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.h,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/kvp_frame.c,
|
||
trunk/lib/libqof/qof/kvp_frame.h,
|
||
trunk/lib/libqof/qof/qofbookmerge.c,
|
||
trunk/lib/libqof/qof/qofchoice.c,
|
||
trunk/lib/libqof/qof/qofutil.c, trunk/lib/libqof/qof/qofutil.h:
|
||
Final changes for QOF 0.6.4 - Improvements in map handling.
|
||
|
||
2006-04-17 09:05 codehelp
|
||
|
||
* [r13796] trunk/po/en_GB.po: updated en_GB translation
|
||
|
||
2006-04-16 23:33 wilddev
|
||
|
||
* [r13795] tags/1.9.5: Tagging the 1.9.5 release of GnuCash
|
||
|
||
2006-04-16 23:32 wilddev
|
||
|
||
* [r13794] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.5
|
||
|
||
2006-04-16 22:25 warlord
|
||
|
||
* [r13793] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-gnome/dialog-choose-owner.c,
|
||
trunk/src/business/business-gnome/dialog-choose-owner.h,
|
||
trunk/src/business/business-gnome/glade/Makefile.am,
|
||
trunk/src/business/business-gnome/glade/choose-owner.glade: Add
|
||
new files to make the string freeze that define the interface to
|
||
choose a customer or vendor for a hand-entered transaction.
|
||
Hopefully we can simplify the input by allowing users to enter a
|
||
transaction directly and assigning it to a customer/vendor by
|
||
hand (rather than going through the business interfaces).
|
||
|
||
2006-04-16 21:19 andi5
|
||
|
||
* [r13792] trunk/src/gnome-utils/druid-gnc-xml-import.c: Add a
|
||
string to final page of encodings druid.
|
||
|
||
2006-04-15 23:21 warlord
|
||
|
||
* [r13791] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c: need to #include
|
||
gmodule.h.
|
||
|
||
2006-04-15 21:37 chris
|
||
|
||
* [r13790] trunk/src/report/report-system/report-system.scm,
|
||
trunk/src/report/report-system/report-utilities.scm,
|
||
trunk/src/report/standard-reports/balance-sheet.scm,
|
||
trunk/src/report/standard-reports/equity-statement.scm,
|
||
trunk/src/report/standard-reports/trial-balance.scm: Avoid
|
||
trying to represent "forever-ago" with a timepair. Instead, call
|
||
gnc:accountlist-get-comm-balance-at-date when we really just
|
||
want the balance at one date. This fixes the retained-earnings
|
||
calculation on the balance sheet report.
|
||
|
||
2006-04-15 21:26 hampton
|
||
|
||
* [r13789] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/glade/commodity.glade,
|
||
trunk/src/gnome-utils/gnc-tree-view-price.c,
|
||
trunk/src/gnome/dialog-commodities.c,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/commodities.glade,
|
||
trunk/src/gnome/glade/price.glade,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c: Replace "commodity"
|
||
with "security" where it is user visible. If its possible to
|
||
determine that the user is operating on a currency instead of a
|
||
commodity, update titles/labels to specify "security". Fixes
|
||
338382.
|
||
|
||
2006-04-15 18:50 hampton
|
||
|
||
* [r13788] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Scrub.c,
|
||
trunk/src/engine/Scrub.h,
|
||
trunk/src/import-export/hbci/gnc-hbci-kvp.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-kvp.h: Clean up the xml
|
||
file some by dropping empty kvp strings/frames and 'false'
|
||
placeholder values.
|
||
|
||
2006-04-15 18:10 andi5
|
||
|
||
* [r13787] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c: Fix to compile on
|
||
systems with glib < 2.9.
|
||
|
||
2006-04-15 16:40 hampton
|
||
|
||
* [r13786] trunk/ChangeLog, trunk/lib/libqof/qof/kvp_frame.c,
|
||
trunk/lib/libqof/qof/kvp_frame.h, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Split.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/Transaction.h,
|
||
trunk/src/engine/gw-engine-spec.scm: The kvp_frame_get_string()
|
||
function returns a pointer to an internal string. Mark it
|
||
'const' to prevent callers from trying to free it.
|
||
|
||
2006-04-15 03:52 hampton
|
||
|
||
* [r13785] trunk/ChangeLog, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Account.h,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.h,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c,
|
||
trunk/src/register/ledger-core/split-register-load.c: Add a
|
||
per-account "hidden" flag, and update the accounts page and the
|
||
account quickfill to respect this flag. Also flip the "hide zero
|
||
balance" flag to a "show zero balance" flag for symmetry.
|
||
Implements 87077.
|
||
|
||
2006-04-15 00:14 hampton
|
||
|
||
* [r13784] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: Allow the
|
||
account tree view callback to run in addition the the page
|
||
callback. Fixes 303995.
|
||
|
||
2006-04-14 22:56 hampton
|
||
|
||
* [r13783] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/glade/preferences.glade: Clarify text
|
||
regarding the lines in the register. Fixes 338479.
|
||
|
||
2006-04-14 22:44 hampton
|
||
|
||
* [r13782] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c: Fixes to compile
|
||
with gcc4.
|
||
|
||
2006-04-14 17:38 andi5
|
||
|
||
* [r13781] trunk/ChangeLog, trunk/lib/libqof/qof/qofbackend.h,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/gnc-backend-file.h,
|
||
trunk/src/backend/file/io-example-account.c,
|
||
trunk/src/backend/file/io-example-account.h,
|
||
trunk/src/backend/file/io-gncxml-v1.c,
|
||
trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/backend/file/io-gncxml-v2.h,
|
||
trunk/src/backend/file/sixtp.c, trunk/src/backend/file/sixtp.h,
|
||
trunk/src/backend/file/test/test-xml2-is-file.c,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.c,
|
||
trunk/src/gnome-utils/druid-gnc-xml-import.h,
|
||
trunk/src/gnome-utils/glade/Makefile.am,
|
||
trunk/src/gnome-utils/glade/druid-gnc-xml-import.glade,
|
||
trunk/src/gnome-utils/gnc-file.c: Initial support to decode old,
|
||
ambiguous data files, missing an encoding declaration, with the
|
||
help of the user.
|
||
|
||
2006-04-14 16:45 warlord
|
||
|
||
* [r13780] trunk/ChangeLog, trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/backend/file/test/test-dom-converters1.c,
|
||
trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/test/test-date.c: Fix a bunch of 64-bit compile
|
||
issues. * src/engine/Transaction.c: *
|
||
src/engine/test/test-date.c: *
|
||
src/backend/file/test/test-dom-converters1.c: Fix 64-bit
|
||
compile: Use G_GUINT64_FORMAT instead of %llu or lld for
|
||
Timespec seconds. * src/app-utils/gnc-ui-util.c: Fix 64-bit
|
||
compile issues: - Use QOF_SCANF_LLD instead of GNC_SCANF_LLD. -
|
||
Use QOF_SCANF_LLD and G_GINT64_FORMAT properly. - replace %lld
|
||
with G_GINT64_FORMAT
|
||
|
||
2006-04-14 05:37 hampton
|
||
|
||
* [r13779] trunk/ChangeLog,
|
||
trunk/src/business/business-ledger/gncEntryLedgerDisplay.c,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/gnc-event.h,
|
||
trunk/src/gnome-utils/window-main-summarybar.c,
|
||
trunk/src/gnome/window-reconcile.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c: Add a new
|
||
event for when a split associated with account is changed.
|
||
|
||
2006-04-14 05:36 hampton
|
||
|
||
* [r13778] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/account-quickfill.c: Improve the
|
||
performance of the listen_for_accounts function. Never rebuild
|
||
the list_store from scratch as the time required to sort each
|
||
account insertion takes forever with a large number of accounts.
|
||
|
||
2006-04-14 03:49 hampton
|
||
|
||
* [r13777] trunk/ChangeLog, trunk/src/app-utils/options.scm,
|
||
trunk/src/engine/commodity-table.scm,
|
||
trunk/src/engine/engine.scm, trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnome-utils/window-main-summarybar.c,
|
||
trunk/src/gnome/dialog-commodities.c,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm: Finish
|
||
cleaning up old uses of NS_ISO. Use the C is_currency function
|
||
for both C and Scheme calls.
|
||
|
||
2006-04-14 02:36 hampton
|
||
|
||
* [r13776] trunk/ChangeLog, trunk/src/app-utils/gnc-euro.c,
|
||
trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/options.scm,
|
||
trunk/src/gnome-utils/dialog-preferences.c,
|
||
trunk/src/gnome-utils/gnc-currency-edit.c,
|
||
trunk/src/import-export/binary-import/druid-commodity.c,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm: Replace
|
||
NS_ISO with NS_CURRENCY. This substitution was already performed
|
||
by the called functions, so there this change is purely cosmetic.
|
||
|
||
2006-04-14 02:31 hampton
|
||
|
||
* [r13775] trunk/src/gnome-utils/dialog-commodity.c: Another
|
||
comment.
|
||
|
||
2006-04-14 02:29 hampton
|
||
|
||
* [r13774] trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h: Add a couple of comments.
|
||
|
||
2006-04-13 19:39 andi5
|
||
|
||
* [r13773] trunk/ChangeLog, trunk/src/engine/Group.c: Fix loop of
|
||
split account reassignments in xaccGroupMergeAccounts, because
|
||
the commit of one split will change the list itself. Potentially
|
||
fix 337048.
|
||
|
||
2006-04-13 09:01 cstim
|
||
|
||
* [r13772] trunk/po/ca.po, trunk/po/cs.po, trunk/po/da.po,
|
||
trunk/po/de.po, trunk/po/el.po, trunk/po/en_GB.po,
|
||
trunk/po/es.po, trunk/po/es_NI.po, trunk/po/eu.po,
|
||
trunk/po/fr.po, trunk/po/hu.po, trunk/po/it.po, trunk/po/ja.po,
|
||
trunk/po/nb.po, trunk/po/ne.po, trunk/po/nl.po, trunk/po/pl.po,
|
||
trunk/po/pt.po, trunk/po/pt_BR.po, trunk/po/ru.po,
|
||
trunk/po/rw.po, trunk/po/sk.po, trunk/po/sv.po, trunk/po/ta.po,
|
||
trunk/po/tr.po, trunk/po/uk.po, trunk/po/zh_CN.po,
|
||
trunk/po/zh_TW.po: Update/merge po files.
|
||
|
||
2006-04-12 15:22 hampton
|
||
|
||
* [r13771] trunk/ChangeLog, trunk/src/engine/gnc-commodity.c:
|
||
Update the determination of what's a currency and what isn't.
|
||
Fixes 337804.
|
||
|
||
2006-04-12 02:31 chris
|
||
|
||
* [r13770] trunk/src/gnome-utils/gnc-tree-view.c: Test for support
|
||
of the tree-model-sort interface instead of one particular
|
||
implementation.
|
||
|
||
2006-04-11 20:49 andi5
|
||
|
||
* [r13769] trunk/ChangeLog, trunk/lib/libqof/qof/qofsession.c: Fix
|
||
leakage of old books.
|
||
|
||
2006-04-11 15:20 warlord
|
||
|
||
* [r13768] trunk/ChangeLog, trunk/lib/libqof/qof/qofbookmerge.c: *
|
||
lib/libqof/qof/qofbookmerge.c: fix a few memory leaks.
|
||
|
||
2006-04-11 03:12 chris
|
||
|
||
* [r13767] trunk/src/engine/Split.c: Implement Split events for
|
||
Split destruction, Split rollback, (including Split
|
||
un-destruction) and Split re-parenting. All these actions now
|
||
generate ITEM-REMOVED or ITEM-ADDED events for related
|
||
Transactions (as appropriate). Minor: allow xaccSplitSetParent()
|
||
to accept a NULL argument in order to use it in the
|
||
rollback-newly-created-split case.
|
||
|
||
2006-04-11 02:55 chris
|
||
|
||
* [r13766] trunk/src/engine/Transaction.c: Avoid generating
|
||
Transaction modified events for Transaction roll-back. Enable
|
||
emission of some new Split events. Use xaccSplitRollbackEdit()
|
||
in implementation of xaccTransRollbackEdit(). Avoid rollback of
|
||
Splits not owned by the Transaction. This was actually
|
||
impossible to encounter, but the algorithm is now correct even
|
||
for some cases that aren't permitted by other code.
|
||
|
||
2006-04-10 22:20 warlord
|
||
|
||
* [r13765] trunk/ChangeLog, trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/gnc-commodity.c, trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-pricedb.c, trunk/src/engine/kvp-scm.c,
|
||
trunk/src/gnome-utils/QuickFill.c: Get gnucash to build properly
|
||
with the new QOF changes (0.6.4+) *
|
||
src/backend/file/sixtp-utils.c: use QOF_SCANF_LLD to read 64-bit
|
||
numbers. * src/gnome-utils/QuickFill.c: *
|
||
src/engine/gnc-pricedb.c: * src/engine/Transaction.c: *
|
||
src/engine/gnc-commodity.c: convert gnc_string_cache* APIs to
|
||
CACHE_* APIs. * src/engine/Account.c: Properly convert usage of
|
||
SAFE_STRCMP() to safe_strcmp() * src/engine/kvp-scm.c: #include
|
||
<qof.h> instead of <kvp_frame.h> * src/engine/gnc-engine.c:
|
||
Update the method used to shutdown QOF.
|
||
|
||
2006-04-10 22:13 warlord
|
||
|
||
* [r13764] trunk/ChangeLog, trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/qofutil.h: Create a QOF_SCANF_LLD (because
|
||
we cannot use the printf version). Keep the deprecated
|
||
GNC_SCANF_LLD defined in terms of the new QOF_SCANF_LLD.
|
||
|
||
2006-04-10 21:49 warlord
|
||
|
||
* [r13763] trunk/ChangeLog, trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/backend/file/test/test-load-backend.c,
|
||
trunk/src/business/business-core/gncBusGuile.c,
|
||
trunk/src/business/business-core/gw-business-core-spec.scm,
|
||
trunk/src/business/dialog-tax-table/gw-dialog-tax-table-spec.scm,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Period.c,
|
||
trunk/src/engine/SchedXaction.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/engine-helpers.c,
|
||
trunk/src/engine/gnc-associate-account.c,
|
||
trunk/src/engine/gnc-commodity.c, trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-lot.c, trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/engine/gnc-session.c,
|
||
trunk/src/engine/gw-kvp-spec.scm, trunk/src/engine/kvp-scm.c,
|
||
trunk/src/engine/test/test-load-engine.c,
|
||
trunk/src/gnome-utils/QuickFill.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c: Revert
|
||
r13749. Wedon't need to explicitly #include glib.h because qof.h
|
||
includes it for us. Also, this changeset contains lots of other
|
||
stuff that has nothing to do with glib.h. Note that this
|
||
revision wont build, but I'll fix that shortly.
|
||
|
||
2006-04-10 21:14 warlord
|
||
|
||
* [r13762] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c: Back out r13752.
|
||
We don't need to explicitly #include glib.h because qof.h
|
||
includes it for us. Besides, it doesn't fix the whole problem.
|
||
|
||
2006-04-10 20:54 cstim
|
||
|
||
* [r13761] trunk/po/de.po: Updated German translation. 3601 out of
|
||
3620 translated.
|
||
|
||
2006-04-10 20:48 cstim
|
||
|
||
* [r13760]
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in:
|
||
Fix spelling error
|
||
|
||
2006-04-08 23:52 hampton
|
||
|
||
* [r13758] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/account-quickfill.c: Eliminate some
|
||
unnecessary work by comparing the account name in the quickfill
|
||
with the actual account name, and only rebuilding the quickfill
|
||
if they differ. This improves GnuCash's response somewhat, but
|
||
still needs more improvement.
|
||
|
||
2006-04-08 22:50 codehelp
|
||
|
||
* [r13757] trunk/lib/libqof/qof/qofbackend.c: typo - erroneous &
|
||
|
||
2006-04-08 10:06 cstim
|
||
|
||
* [r13756] trunk/po/de.po: Updated German translation. 3562 out of
|
||
3620 translated.
|
||
|
||
2006-04-07 23:39 hampton
|
||
|
||
* [r13754] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Include the svn
|
||
revision number in the about dialog.
|
||
|
||
2006-04-07 19:46 warlord
|
||
|
||
* [r13753] trunk/ChangeLog, trunk/lib/libqof/qof/qof.h: *
|
||
lib/libqof/qof/qof.h: QOF requires <glib.h>
|
||
|
||
2006-04-07 19:25 codehelp
|
||
|
||
* [r13752] trunk/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c: already include
|
||
glib/gi18n.h, also need glib.h
|
||
|
||
2006-04-07 18:52 codehelp
|
||
|
||
* [r13751] trunk/src/doc/gnc-numeric-example.txt: Move example
|
||
from gnc_numeric.h to a separate Doxygen file.
|
||
* [r13750] trunk/ChangeLog,
|
||
trunk/src/app-utils/gnc-account-merge.c,
|
||
trunk/src/app-utils/gnc-component-manager.c,
|
||
trunk/src/app-utils/gnc-ui-util.c: Replacing deprecated code.
|
||
|
||
2006-04-07 18:51 codehelp
|
||
|
||
* [r13749] trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/backend/file/test/test-load-backend.c,
|
||
trunk/src/business/business-core/gncBusGuile.c,
|
||
trunk/src/business/business-core/gw-business-core-spec.scm,
|
||
trunk/src/business/dialog-tax-table/gw-dialog-tax-table-spec.scm,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Period.c,
|
||
trunk/src/engine/SchedXaction.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/engine-helpers.c,
|
||
trunk/src/engine/gnc-associate-account.c,
|
||
trunk/src/engine/gnc-commodity.c, trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-lot.c, trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/engine/gnc-session.c,
|
||
trunk/src/engine/gw-kvp-spec.scm, trunk/src/engine/kvp-scm.c,
|
||
trunk/src/engine/test/test-load-engine.c,
|
||
trunk/src/gnome-utils/QuickFill.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c: Explicitly
|
||
including glib.h instead of relying on libqof to reduce
|
||
dependency problems.
|
||
|
||
2006-04-07 18:50 codehelp
|
||
|
||
* [r13748] trunk/configure.in: QOF 0.6.4 requirement
|
||
* [r13747] trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/gnc-date.c,
|
||
trunk/lib/libqof/qof/gnc-date.h,
|
||
trunk/lib/libqof/qof/gnc-numeric.h, trunk/lib/libqof/qof/guid.h,
|
||
trunk/lib/libqof/qof/kvp_frame.c,
|
||
trunk/lib/libqof/qof/kvp_frame.h,
|
||
trunk/lib/libqof/qof/qof-be-utils.h,
|
||
trunk/lib/libqof/qof/qofbackend-p.h,
|
||
trunk/lib/libqof/qof/qofbackend.c,
|
||
trunk/lib/libqof/qof/qofbackend.h,
|
||
trunk/lib/libqof/qof/qofbook-p.h,
|
||
trunk/lib/libqof/qof/qofbook.c, trunk/lib/libqof/qof/qofbook.h,
|
||
trunk/lib/libqof/qof/qofbookmerge.c,
|
||
trunk/lib/libqof/qof/qofbookmerge.h,
|
||
trunk/lib/libqof/qof/qofclass.h,
|
||
trunk/lib/libqof/qof/qofevent.c,
|
||
trunk/lib/libqof/qof/qofevent.h, trunk/lib/libqof/qof/qofgobj.c,
|
||
trunk/lib/libqof/qof/qofid-p.h, trunk/lib/libqof/qof/qofid.h,
|
||
trunk/lib/libqof/qof/qofinstance.c,
|
||
trunk/lib/libqof/qof/qofla-dir.h.in,
|
||
trunk/lib/libqof/qof/qoflog.c, trunk/lib/libqof/qof/qoflog.h,
|
||
trunk/lib/libqof/qof/qofquery.c,
|
||
trunk/lib/libqof/qof/qofquerycore-p.h,
|
||
trunk/lib/libqof/qof/qofquerycore.h,
|
||
trunk/lib/libqof/qof/qofreference.c,
|
||
trunk/lib/libqof/qof/qofsession.h,
|
||
trunk/lib/libqof/qof/qofsql.c, trunk/lib/libqof/qof/qofsql.h:
|
||
Standardise on gint and gchar. libqof 0.6.4 release.
|
||
|
||
2006-04-07 18:49 codehelp
|
||
|
||
* [r13746] trunk/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml-map.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.h: Add encoding support
|
||
and fix compression option handling
|
||
* [r13745] trunk/lib/libqof/qof/Makefile.am,
|
||
trunk/lib/libqof/qof/gnc-engine-util.c,
|
||
trunk/lib/libqof/qof/gnc-engine-util.h,
|
||
trunk/lib/libqof/qof/qof.h, trunk/lib/libqof/qof/qofutil.c,
|
||
trunk/lib/libqof/qof/qofutil.h: Replace gnc-engine-util with
|
||
qofutil
|
||
|
||
2006-04-07 15:53 hampton
|
||
|
||
* [r13744] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Patch from
|
||
chpe@gnome.org to use the gtk_show_about_dialog to avoid an
|
||
inconsistency in the GtkAboutDialog code. Fixes 337634.
|
||
|
||
2006-04-07 04:26 hampton
|
||
|
||
* [r13743] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c:
|
||
Generate the gnc:count-data tags by hand so that the attribute
|
||
will be written properly with all versions of libxml2.
|
||
|
||
2006-04-07 04:21 hampton
|
||
|
||
* [r13742] trunk/src/backend/file/gnc-commodity-xml-v2.c: When
|
||
writing a currency to the data file, write the full commodity
|
||
data block for backward compatibility with 1.8, instead of just
|
||
writing the quote source information.
|
||
|
||
2006-04-06 03:44 hampton
|
||
|
||
* [r13741] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-window.c,
|
||
trunk/src/gnome-utils/gnc-window.h,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c: Make the entire UI
|
||
(menus and toolbar) insensitive when the progress bar is
|
||
showing. Replaces the code to make the Save/Save As menus
|
||
insensitive while saving. Should prevent a whole class of bugs
|
||
caused by gtk commands sneaking in and causing non-recursive
|
||
code to be entered recursively.
|
||
|
||
2006-04-06 03:04 wilddev
|
||
|
||
* [r13740] tags/1.9.4: Tagging the 1.9.4 release of GnuCash
|
||
|
||
2006-04-06 03:02 wilddev
|
||
|
||
* [r13739] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.4
|
||
|
||
2006-04-05 22:30 chris
|
||
|
||
* [r13738] trunk/src/engine/test/test-commodities.c: Make the
|
||
tests for growing commodity tables more accurate - silences
|
||
incorrect failures.
|
||
|
||
2006-04-05 17:59 chris
|
||
|
||
* [r13737] trunk/src/engine/gnc-commodity.c: When destroying a
|
||
commodity, remove it from the commodity table. Fixes random
|
||
crashes demonstrated by test-xml-commodities.
|
||
|
||
2006-04-05 09:17 cstim
|
||
|
||
* [r13736] trunk/src/import-export/qif-import/qif.glade: Fix
|
||
changed button label in text; 337190.
|
||
|
||
2006-04-05 07:10 cstim
|
||
|
||
* [r13735] trunk/po/es.po: Updated Spanish translation by Eneko
|
||
Lacunza
|
||
|
||
2006-04-04 08:48 cstim
|
||
|
||
* [r13734]
|
||
trunk/src/gnome-utils/glade/druid-provider-multifile.glade,
|
||
trunk/src/import-export/qif-import/qif.glade: Fix translatable
|
||
atttribute of non-visible label
|
||
|
||
2006-04-04 08:45 cstim
|
||
|
||
* [r13733] trunk/po/glossary/nb.po, trunk/po/nb.po: Updated
|
||
Norwegian translation and glossary by Tor Harald Thorland
|
||
|
||
2006-04-03 22:26 hampton
|
||
|
||
* [r13732] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c: Serialize access to
|
||
the "Save" and "Save As" commands. Fixes 148905.
|
||
|
||
2006-04-03 21:39 hampton
|
||
|
||
* [r13731] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-commodity-xml-v2.c,
|
||
trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/backend/file/sixtp-dom-generators.c,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome/dialog-commodities.c: Use the name "Currency"
|
||
internally instead of ISO4217. Make it possible to edit the "get
|
||
quotes" flag on currencies.
|
||
|
||
2006-04-03 21:28 codehelp
|
||
|
||
* [r13730] trunk/po/en_GB.po: updated en_GB translation, utf-8.
|
||
3626 messages
|
||
|
||
2006-04-03 18:34 cstim
|
||
|
||
* [r13729] trunk/po/de.po: Updated German translation - 3551 out
|
||
of 3617 done.
|
||
|
||
2006-04-02 22:10 hampton
|
||
|
||
* [r13728] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-model.c: Change
|
||
the access key on the "Change Split" button. Fixes 336836.
|
||
|
||
2006-04-02 21:59 hampton
|
||
|
||
* [r13727] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Change the access key
|
||
on the Transaction menu to not conflict with the Tools menu.
|
||
Fixes 336829.
|
||
|
||
2006-04-01 23:06 andi5
|
||
|
||
* [r13726] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c: Set search column for
|
||
account types lists interactive search. Fix 336833.
|
||
|
||
2006-04-01 09:40 cstim
|
||
|
||
* [r13725] trunk/po/ca.po, trunk/po/cs.po, trunk/po/da.po,
|
||
trunk/po/el.po, trunk/po/en_GB.po, trunk/po/es.po,
|
||
trunk/po/es_NI.po, trunk/po/eu.po, trunk/po/fr.po,
|
||
trunk/po/hu.po, trunk/po/it.po, trunk/po/ja.po, trunk/po/nb.po,
|
||
trunk/po/ne.po, trunk/po/nl.po, trunk/po/pl.po, trunk/po/pt.po,
|
||
trunk/po/pt_BR.po, trunk/po/ru.po, trunk/po/rw.po,
|
||
trunk/po/sk.po, trunk/po/sv.po, trunk/po/ta.po, trunk/po/tr.po,
|
||
trunk/po/uk.po, trunk/po/zh_CN.po, trunk/po/zh_TW.po: Make
|
||
update-po for upcoming release
|
||
|
||
2006-04-01 09:39 cstim
|
||
|
||
* [r13724] trunk/po/de.po: Updated German translation - 3540 out
|
||
of 3616 done.
|
||
|
||
2006-04-01 05:45 hampton
|
||
|
||
* [r13723] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-account-xml-v2.c,
|
||
trunk/src/engine/Account.c,
|
||
trunk/src/engine/engine-utilities.scm,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/scm/price-quotes.scm: Mike Alexander's patch to get
|
||
currency quote retrieval working again, and some other small
|
||
currency quote bugfixes. Closes 333572.
|
||
|
||
2006-04-01 05:28 hampton
|
||
|
||
* [r13722] trunk/src/bin/gnucash-bin.c: Remove debug message.
|
||
|
||
2006-03-31 21:08 jsled
|
||
|
||
* [r13721] trunk/src/test-core/test-stuff.h: match quotes (breaks
|
||
editor syntax hilighting)
|
||
|
||
2006-03-31 21:03 jsled
|
||
|
||
* [r13720] trunk/src/gnc-ui.h: spelling fix.
|
||
|
||
2006-03-31 06:38 hampton
|
||
|
||
* [r13719] trunk/ChangeLog, trunk/src/engine/Transaction.c:
|
||
Restore sorting transactions by date posted. Fixes 335190.
|
||
|
||
2006-03-31 01:43 chris
|
||
|
||
* [r13718] trunk/src/engine/test-core/test-engine-stuff.c,
|
||
trunk/src/engine/test/test-freq-spec.c,
|
||
trunk/src/test-core/test-stuff.c,
|
||
trunk/src/test-core/test-stuff.h: Return the actual number of
|
||
test failures with get_rv(). Use shorter strings for commodity
|
||
mnemonics. Ensure that test splits amount and value have the
|
||
same sign. Avoid numerical overflow in rate calculation when
|
||
generating test splits.
|
||
|
||
2006-03-31 00:00 jsled
|
||
|
||
* [r13717] trunk/ChangeLog,
|
||
trunk/src/app-utils/test/test-exp-parser.c,
|
||
trunk/src/calculation/expression_parser.c: Tighten the grammar
|
||
around quoted strings. Test-case fixes.
|
||
|
||
2006-03-30 20:59 jsled
|
||
|
||
* [r13716] trunk/src/app-utils/test/test-exp-parser.c,
|
||
trunk/src/calculation/expression_parser.c: factor out grammar
|
||
check, add tests.
|
||
|
||
2006-03-30 19:48 jsled
|
||
|
||
* [r13715] trunk/ChangeLog,
|
||
trunk/src/app-utils/test/test-exp-parser.c,
|
||
trunk/src/calculation/expression_parser.c,
|
||
trunk/src/calculation/finvar.h: Bugs#308554, 334811: Add basic
|
||
validation and test-cases for invalid expressions.
|
||
|
||
2006-03-30 18:00 hampton
|
||
|
||
* [r13714] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-reset-warnings.c: Fix the dialog so
|
||
that the 'Cancel' button cancels all changes made since the
|
||
dialog was opened. (c.f. The HIG section on explicit apply
|
||
windows.) The 'OK' button is now always sensitive.
|
||
|
||
2006-03-30 17:20 hampton
|
||
|
||
* [r13713] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-window.c: Work around the fact that a
|
||
validating XML parser barfs on gnucash's use of an attribute in
|
||
an undefined namespace.
|
||
|
||
2006-03-30 15:14 jsled
|
||
|
||
* [r13712] trunk/ChangeLog,
|
||
trunk/accounts/C/acctchrt_checkbook.gnucash-xea: Bug#334777:
|
||
Non-placeholder leaf Expense account in 'Simple Checkbook'
|
||
example account tree.
|
||
|
||
2006-03-30 09:15 cstim
|
||
|
||
* [r13711] trunk/src/gnome-utils/gnc-file.c: Fix forgotten i18n
|
||
string
|
||
|
||
2006-03-30 08:36 cstim
|
||
|
||
* [r13710] trunk/ChangeLog, trunk/po/es.po: Updated Spanish
|
||
translation by Eneko Lacunza
|
||
|
||
2006-03-28 21:19 cstim
|
||
|
||
* [r13709] trunk/ChangeLog,
|
||
trunk/src/report/report-system/options-utilities.scm,
|
||
trunk/src/report/report-system/report-system.scm,
|
||
trunk/src/report/standard-reports/account-summary.scm,
|
||
trunk/src/report/standard-reports/balance-sheet.scm,
|
||
trunk/src/report/standard-reports/income-statement.scm: Move
|
||
gnc:options-add-subtotal-view! options from income-statement,
|
||
account-summary, and balance-sheet to option-utilisies.scm. Try
|
||
to clarify the wording of the option -- any native english
|
||
speaker please feel free to correct the wording even more.
|
||
|
||
2006-03-28 20:31 cstim
|
||
|
||
* [r13708] trunk/src/report/standard-reports/equity-statement.scm,
|
||
trunk/src/report/standard-reports/income-statement.scm,
|
||
trunk/src/report/standard-reports/trial-balance.scm: Remove
|
||
unused i18n strings
|
||
|
||
2006-03-28 20:30 cstim
|
||
|
||
* [r13707] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/account-summary.scm,
|
||
trunk/src/report/standard-reports/balance-sheet.scm: Revert
|
||
report date option to the 1.8 state where the stock
|
||
gnc:options-add-report-date! was used and allowed many potential
|
||
relative dates.
|
||
|
||
2006-03-28 18:43 cstim
|
||
|
||
* [r13706] trunk/po/de.po: Updated German translation - 3546 out
|
||
of 3620 done.
|
||
|
||
2006-03-28 18:42 cstim
|
||
|
||
* [r13705] trunk/src/gnome/window-reconcile.c: Fix incomplete
|
||
marking for translation
|
||
|
||
2006-03-28 02:04 hampton
|
||
|
||
* [r13704] trunk/ChangeLog, trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/glade/account.glade: Change the title of the
|
||
category view to track changes in the highlighted group name.
|
||
Fixes reopened 334783.
|
||
|
||
2006-03-27 20:33 cstim
|
||
|
||
* [r13703] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-sheet.h: Stick with
|
||
vertical padding of 2 as discussed in bug#334920.
|
||
|
||
2006-03-26 00:21 hampton
|
||
|
||
* [r13702] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/ui/gnc-plugin-page-register-ui.xml: Add a
|
||
reconcile button to the toolbar of a register page.
|
||
|
||
2006-03-25 23:51 hampton
|
||
|
||
* [r13701] trunk/ChangeLog, trunk/src/gnome/window-reconcile.c:
|
||
Add a context menu to the reconcile window. Fixes 120830.
|
||
|
||
2006-03-25 21:03 warlord
|
||
|
||
* [r13700] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/test/Makefile.am: link against GUILE_LIBS
|
||
when building the test-link test app (#336007)
|
||
|
||
2006-03-25 16:35 hampton
|
||
|
||
* [r13699] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/combocell-gnome.c: Fix the
|
||
lack of action strings in the popup menu. The problem occurs
|
||
because the menu is populated before the the item edit widget is
|
||
created. Add a list store to track these strings (what the old
|
||
menustrings list did) which is then passed off to the item_edit
|
||
widget when that is created. Fixes 334592.
|
||
|
||
2006-03-25 02:53 chris
|
||
|
||
* [r13698] trunk/src/report/report-gnome/window-report.c: More
|
||
translator-friendly string placement.
|
||
|
||
2006-03-24 22:16 hampton
|
||
|
||
* [r13697] trunk/ChangeLog,
|
||
trunk/src/gnome/ui/gnc-reconcile-window-ui.xml,
|
||
trunk/src/gnome/window-reconcile.c: Add toolbar icons for
|
||
Postpone and Cancel. Fixes 114267.
|
||
|
||
2006-03-24 22:14 hampton
|
||
|
||
* [r13696] trunk/configure.in: List the optional components that
|
||
will be compiled in the summary at the end of the configure run.
|
||
|
||
2006-03-24 14:52 hampton
|
||
|
||
* [r13695]
|
||
trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in:
|
||
Regularize capitalization of the word 'GnuCash' where its user
|
||
visible.
|
||
|
||
2006-03-24 02:01 chris
|
||
|
||
* [r13694] trunk/src/report/report-gnome/window-report.c: When
|
||
opening GnuCash for the first time since 1.8.x, allow the user
|
||
to choose which reports (if any) to open. If the user cancels
|
||
the dialog, no reports are opened, otherwise, for each report,
|
||
they are asked whether or not they want to open it. However, if
|
||
there are less than 4 reports the dialog is skipped and the
|
||
reports are just opened. Closes bug#335188. Note: if someone
|
||
implements a solution that opened only precisely the reports
|
||
that were left open in 1.8.x, it's fine to remove this extra
|
||
code.
|
||
|
||
2006-03-24 00:20 jsled
|
||
|
||
* [r13693] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-scheduledxaction.c: Bug#335564: ensure
|
||
book's SX list is consistent.
|
||
|
||
2006-03-24 00:09 andi5
|
||
|
||
* [r13692] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-grid.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c,
|
||
trunk/src/register/register-gnome/gnucash-sheet.h,
|
||
trunk/src/register/register-gnome/gnucash-style.c: Add vertical
|
||
padding in register cells and align text, editable text and the
|
||
text cursor vertically. This makes the cells taller and centers
|
||
the text. Add one pixel to the horizontal padding.
|
||
|
||
2006-03-23 21:40 hampton
|
||
|
||
* [r13691] trunk/ChangeLog,
|
||
trunk/src/backend/file/gncmod-backend-file.c,
|
||
trunk/src/backend/postgres/PostgresBackend.c,
|
||
trunk/src/business/business-core/businessmod-core.c,
|
||
trunk/src/business/business-core/file/gncmod-business-backend-file.c,
|
||
trunk/src/business/business-gnome/businessmod-gnome.c,
|
||
trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in,
|
||
trunk/src/business/business-utils/gncmod-business-utils.c,
|
||
trunk/src/business/dialog-tax-table/gncmod-dialog-tax-table.c,
|
||
trunk/src/doc/doxygen_main_page.c,
|
||
trunk/src/engine/gnc-filepath-utils.c,
|
||
trunk/src/engine/gncmod-engine.c,
|
||
trunk/src/experimental/cgi-bin/gnc-server.c,
|
||
trunk/src/gnome-search/gncmod-gnome-search.c,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/dialog-preferences.c,
|
||
trunk/src/gnome-utils/druid-gconf-setup.c,
|
||
trunk/src/gnome-utils/glade/commodity.glade,
|
||
trunk/src/gnome-utils/glade/druid-gconf-setup.glade,
|
||
trunk/src/gnome-utils/glade/preferences.glade,
|
||
trunk/src/gnome-utils/glade/totd.glade,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-splash.c,
|
||
trunk/src/gnome/dialog-fincalc.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in,
|
||
trunk/src/import-export/generic-import.glade,
|
||
trunk/src/import-export/hbci/glade/hbci.glade,
|
||
trunk/src/import-export/log-replay/gnc-plugin-log-replay.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
trunk/src/report/report-gnome/gncmod-report-gnome.c,
|
||
trunk/src/report/report-system/gncmod-report-system.c:
|
||
Regularize capitalization of the word 'GnuCash'.
|
||
|
||
2006-03-23 20:42 warlord
|
||
|
||
* [r13690] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/businessmod-gnome.c: open the
|
||
bills due reminder at BOOK_OPENED instead of UI_START. This gets
|
||
us the bills-due reminder on File->Open as well.
|
||
|
||
2006-03-23 16:01 hampton
|
||
|
||
* [r13688] trunk/ChangeLog,
|
||
trunk/src/backend/postgres/checkpoint.c: Update to compile on
|
||
FC5.
|
||
|
||
2006-03-23 12:12 cstim
|
||
|
||
* [r13687] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c,
|
||
trunk/src/import-export/hbci/hbci-interaction.c,
|
||
trunk/src/import-export/hbci/hbci-interactionP.h: Store the log
|
||
level of all printed messages and use this as yet another check
|
||
whether aqbanking had any errors.
|
||
|
||
2006-03-23 05:41 chris
|
||
|
||
* [r13686] trunk/src/gnome-utils/dialog-options.c: Add a label to
|
||
the budget selection combobox. Bug#334501
|
||
|
||
2006-03-23 00:42 hampton
|
||
|
||
* [r13685] trunk/ChangeLog,
|
||
trunk/accounts/C/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/da/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/de_CH/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/el_GR/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/es_ES/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/fr_FR/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/hu_HU/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/it/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/ja_JP.EUC/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/pt_BR/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/sk/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/tr_TR/acctchrt_common.gnucash-xea: Mark all
|
||
common account sets to be initially selected when creating a new
|
||
file.
|
||
* [r13684] trunk/src/gnome/dialog-new-user.c,
|
||
trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/druid-hierarchy.h,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: Differentiate
|
||
between calling the hierarchy druid from the new user code and
|
||
from the window menus. In the former case, account sets that are
|
||
marked to be initially selected will be pre-selected in the
|
||
"account sets" tree. In the latter case (e.g. adding a new
|
||
account set to existing accounts) these markings will be
|
||
ignored. Don't allow the user to move off the account set
|
||
selection page until at least one account set is selected.
|
||
Relabel a window to make it clear that the account tree only
|
||
reflects the accounts in one particular set, not the aggregate
|
||
set of accounts that will be created. Fixes 334778, 334780 and
|
||
334783.
|
||
|
||
2006-03-23 00:33 chris
|
||
|
||
* [r13683]
|
||
trunk/src/register/ledger-core/split-register-control.c: Avoid
|
||
infinite loop in gnc_find_split_in_trans_by_memo(). Bug #335465
|
||
Reported by Mike Alexander.
|
||
|
||
2006-03-22 09:49 andi5
|
||
|
||
* [r13682] trunk/ChangeLog, trunk/src/gnome-utils/gnc-dense-cal.c,
|
||
trunk/src/gnome-utils/gnc-frequency.c,
|
||
trunk/src/gnome-utils/gnc-recurrence.c: Remove some optional
|
||
return value locations in emissions of signals without return
|
||
value.
|
||
|
||
2006-03-22 09:30 andi5
|
||
|
||
* [r13681] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c: Rename gtkhtml
|
||
workaround, non-squared graphs in gtkhtml >= 3.10.1. Fix 328114.
|
||
|
||
2006-03-22 09:16 cstim
|
||
|
||
* [r13680] trunk/src/gnome/glade/stocks.glade: Fix small text
|
||
problem. #335455.
|
||
|
||
2006-03-21 23:36 hampton
|
||
|
||
* [r13679] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-account.h,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/ui/gnc-plugin-page-account-tree-ui.xml: Add
|
||
support for renumbering the account codes for all the children
|
||
of a given account. Implements 334594.
|
||
|
||
2006-03-21 22:02 cstim
|
||
|
||
* [r13678] trunk/po/fr.po: Updated French translation
|
||
|
||
2006-03-21 06:16 andi5
|
||
|
||
* [r13677] trunk/ChangeLog, trunk/src/gnome-utils/gnc-date-edit.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Fill the filter by
|
||
dialog with given start/end time instead of calculating
|
||
earliest/latest date found. Fix 335237.
|
||
|
||
2006-03-20 02:08 wilddev
|
||
|
||
* [r13674] tags/1.9.3: Tagging the 1.9.3 release of GnuCash
|
||
|
||
2006-03-20 02:07 wilddev
|
||
|
||
* [r13673] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.3
|
||
|
||
2006-03-19 21:12 cstim
|
||
|
||
* [r13672] trunk/po/de.po: Updated German translation - 3536 out
|
||
of 3615 done.
|
||
|
||
2006-03-19 20:42 cstim
|
||
|
||
* [r13671] trunk/src/business/business-reports/easy-invoice.scm,
|
||
trunk/src/business/business-reports/fancy-invoice.scm,
|
||
trunk/src/business/business-reports/invoice.scm,
|
||
trunk/src/gnome/glade/register.glade: I18n cleanup; mark
|
||
forgotten strings for translation
|
||
|
||
2006-03-19 20:01 cstim
|
||
|
||
* [r13670] trunk/po/nb.po: Updated Norwegian translation by Tor
|
||
Harald Thorland; Translated 2523 out of 3713.
|
||
|
||
2006-03-19 17:11 andi5
|
||
|
||
* [r13669] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-options.c: Treat the date option
|
||
widget as container if it shows absolute and relative dates, in
|
||
multichoice_cb.
|
||
|
||
2006-03-18 21:21 andi5
|
||
|
||
* [r13668] trunk/ChangeLog, trunk/src/gnome-utils/gnc-dense-cal.c,
|
||
trunk/src/gnome/dialog-sx-from-trans.c: Update frequency
|
||
specification in SX from transaction dialog before moving one
|
||
day back. Replace deprecated gdk_draw_pixmap.
|
||
|
||
2006-03-18 16:11 andi5
|
||
|
||
* [r13667] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-sx-from-trans.c: Let glib subtract days
|
||
from a GDate, because G_DATE_BAD_DAY (0) is a bad day.
|
||
|
||
2006-03-18 15:05 andi5
|
||
|
||
* [r13666] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-embedded-window.c,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/dialog-sxsincelast.c: Correct SX editor and
|
||
Since Last Run dialog to close their register plugin pages
|
||
instead of only the ledgers. Fix 334627.
|
||
|
||
2006-03-18 11:17 cstim
|
||
|
||
* [r13665] trunk/ChangeLog, trunk/src/scm/doc.scm,
|
||
trunk/src/scm/help-topics-index.scm, trunk/src/scm/main.scm:
|
||
Remove translation macros so that this unused file isn't
|
||
included in the translation template any more. Avoids useless
|
||
translation work. * src/scm/doc.scm, src/scm/main.scm: Comment
|
||
out gnc:load-help-topics function because it isn't used anymore,
|
||
and with the last change it also won't be translated anymore.
|
||
|
||
2006-03-18 09:39 cstim
|
||
|
||
* [r13663] trunk/src/business/business-core/file/Makefile.am:
|
||
Remove linking against module to stop the whining about
|
||
currently broken MacOSX build. Needs to be fixed on an
|
||
architectural basis sooner or later.
|
||
|
||
2006-03-18 00:39 hampton
|
||
|
||
* [r13662] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-price-edit-db.c,
|
||
trunk/src/scm/price-quotes.scm: Pass a dialog pointer through
|
||
the scm code and back to the C error display functions. This
|
||
will parent the error dialog properly. Fixes 334929.
|
||
|
||
2006-03-17 23:26 hampton
|
||
|
||
* [r13661] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/account-quickfill.c: Enhance the quickfill
|
||
event handler to detect changes in whether an account should
|
||
appear in the quickfill. Fixes 334787.
|
||
|
||
2006-03-17 22:59 hampton
|
||
|
||
* [r13660] trunk/ChangeLog, trunk/src/engine/gnc-hooks.c,
|
||
trunk/src/engine/gnc-hooks.h, trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Add a "book saved"
|
||
hook. Use this to update the window titles after a file is
|
||
saved. Fixes 334789.
|
||
|
||
2006-03-17 21:04 cstim
|
||
|
||
* [r13659] trunk/src/import-export/hbci/Makefile.am,
|
||
trunk/src/import-export/mt940/Makefile.am,
|
||
trunk/src/import-export/ofx/Makefile.am: Clean up linker flags
|
||
for optional packages as well
|
||
|
||
2006-03-17 16:45 cstim
|
||
|
||
* [r13658] trunk/src/gnome-utils/Makefile.am: Remove unneeded
|
||
extra directory separator
|
||
|
||
2006-03-17 14:49 cstim
|
||
|
||
* [r13657] trunk/src/business/business-reports/owner-report.scm,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm: I18n
|
||
cleanup; mark forgotten strings for translation
|
||
|
||
2006-03-17 14:41 cstim
|
||
|
||
* [r13656] trunk/src/bin,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-ledger/Makefile.am: Final batch of
|
||
fixed linker arguments. The standard configuration now builds on
|
||
windows.
|
||
|
||
2006-03-17 14:39 cstim
|
||
|
||
* [r13655] trunk/src/gnome-utils/Makefile.am: Don't display an
|
||
Error if there actually wasn't one.
|
||
|
||
2006-03-17 14:37 andi5
|
||
|
||
* [r13654] trunk/ChangeLog, trunk/src/engine/Split.c: Fix return
|
||
value of get_corr_account_split and reverse the tests of its
|
||
callers. Fix 334801.
|
||
|
||
2006-03-17 05:37 hampton
|
||
|
||
* [r13653] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-price.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.c: Use the stable sort
|
||
function from Account.c to back up the user selected primary
|
||
sort column. Fixes 334595. Also collapse common code, pull
|
||
strings via the model, and use the utf8 collate function instead
|
||
of strcmp.
|
||
|
||
2006-03-17 04:25 hampton
|
||
|
||
* [r13652] trunk/src/engine/Account.c, trunk/src/engine/Account.h,
|
||
trunk/src/engine/Recurrence.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c: Collapse
|
||
duplicated code into a single function.
|
||
|
||
2006-03-16 22:47 andi5
|
||
|
||
* [r13651] trunk/ChangeLog, trunk/src/gnome/dialog-commodities.c,
|
||
trunk/src/gnome/dialog-price-edit-db.c: Add row_activated
|
||
callback to commodity and price editor tree views. Fix 334661.
|
||
|
||
2006-03-16 22:03 andi5
|
||
|
||
* [r13650] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Make register ui
|
||
update unconditionally if in a GncEmbeddedWindow.
|
||
|
||
2006-03-16 20:26 hampton
|
||
|
||
* [r13649] trunk/ChangeLog, trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/gnc-glib-utils.c,
|
||
trunk/src/core-utils/gnc-glib-utils.h,
|
||
trunk/src/engine/Account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-price.c: Add a wrapper
|
||
function for g_utf8_collate that handles checking for null
|
||
pointers or null strings.
|
||
|
||
2006-03-16 20:10 hampton
|
||
|
||
* [r13648] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.h,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c: Move the
|
||
computation of accounting period balances into the model and
|
||
colorize it.
|
||
|
||
2006-03-16 15:38 cstim
|
||
|
||
* [r13647] trunk/HACKING: Add instructions for symbol lookup
|
||
|
||
2006-03-16 15:25 cstim
|
||
|
||
* [r13646] trunk/ChangeLog,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-core/file/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/gnome/Makefile.am,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/binary-import/test,
|
||
trunk/src/import-export/log-replay/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/import-export/qif-import/test,
|
||
trunk/src/import-export/qif/Makefile.am,
|
||
trunk/src/import-export/test,
|
||
trunk/src/register/register-gnome/test: Add more linker flags
|
||
for referenced libraries. Necessary when the required libraries
|
||
are not inferred from the dependencies by that particular
|
||
libtool, e. g. on windows/mingw32.
|
||
|
||
2006-03-16 03:43 hampton
|
||
|
||
* [r13645] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Treat the file name as
|
||
utf8 when finding the file name for the window title.
|
||
|
||
2006-03-16 02:42 hampton
|
||
|
||
* [r13644] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Don't create a new
|
||
window for a page if there's already an open blank window. Fixes
|
||
334672.
|
||
|
||
2006-03-15 20:59 warlord
|
||
|
||
* [r13643] trunk/src/business/business-core/file/Makefile.am:
|
||
Missed a backslash. Oops.
|
||
|
||
2006-03-15 20:33 warlord
|
||
|
||
* [r13642] trunk/ChangeLog,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-core/file/Makefile.am: move
|
||
file-backend dependency from core to core/file.
|
||
|
||
2006-03-15 20:16 andi5
|
||
|
||
* [r13641] trunk/ChangeLog, trunk/lib/libqof/qof/gnc-date.h,
|
||
trunk/src/gnome/window-reconcile.c: Add a call to
|
||
gnc_tm_set_day_end to correct initial ending balance in
|
||
reconcile windows. Tiny comment typo in qof/gnc-date.h.
|
||
|
||
2006-03-15 17:29 warlord
|
||
|
||
* [r13640] trunk/ChangeLog,
|
||
trunk/src/business/business-core/Makefile.am: Move sources to
|
||
remove the libgw-engine dependency.
|
||
|
||
2006-03-15 17:08 warlord
|
||
|
||
* [r13639] trunk/ChangeLog,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c: *
|
||
lib/libqof/backend/file/qsf-backend.c: add <locale.h> Note: it
|
||
think it's probably wrong to set the locale here.
|
||
|
||
2006-03-15 16:57 cstim
|
||
|
||
* [r13638] trunk/src/backend/file/test/Makefile.am,
|
||
trunk/src/business/business-core/test,
|
||
trunk/src/register/ledger-core/Makefile.am,
|
||
trunk/src/register/ledger-core/test,
|
||
trunk/src/register/register-core/Makefile.am,
|
||
trunk/src/register/register-core/test: More linker flags for
|
||
libraries. More svnignores.
|
||
|
||
2006-03-15 12:51 cstim
|
||
|
||
* [r13637] trunk/ChangeLog,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-utils/Makefile.am,
|
||
trunk/src/gnome-search/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/standard-reports/Makefile.am,
|
||
trunk/src/report/stylesheets/Makefile.am,
|
||
trunk/src/report/utility-reports/Makefile.am: Add more linker
|
||
flags for referenced libraries. Necessary when the required
|
||
libraries are not inferred from the dependencies by that
|
||
particular libtool, e. g. on windows/mingw32.
|
||
|
||
2006-03-15 12:31 cstim
|
||
|
||
* [r13636] trunk/src/app-utils/test, trunk/src/calculation/test,
|
||
trunk/src/gnome-utils/test, trunk/src/report/report-system/test:
|
||
Add more svnignores for .exe test executables
|
||
|
||
2006-03-15 11:14 cstim
|
||
|
||
* [r13635] trunk/ChangeLog, trunk/src/gnc-module/gnc-module.c,
|
||
trunk/src/gnc-module/gnc-module.h,
|
||
trunk/src/gnc-module/test/test-dynload.c: Remove include
|
||
<ltdl.h> that is unnecessary for code using this header. Gets
|
||
rid of some <ltdl.h> weirdness that plagues other object code
|
||
files on windows.
|
||
|
||
2006-03-14 16:59 cstim
|
||
|
||
* [r13634] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c: Disable extra NFS
|
||
lockfile checking on windows due to missing link(2). This is not
|
||
a problem because on windows there also is no NFS, and the
|
||
open(O_CREAT|O_EXCL) is sufficiently atomic for our purposes.
|
||
|
||
2006-03-14 16:31 cstim
|
||
|
||
* [r13633] trunk/src/app-utils/Makefile.am: Add linker flags for
|
||
libraries that are needed with some libtools
|
||
|
||
2006-03-14 15:21 cstim
|
||
|
||
* [r13632] trunk/configure.in: Check for gethostid and lnk
|
||
functions
|
||
|
||
2006-03-14 14:28 cstim
|
||
|
||
* [r13631] trunk/po/nb.po: Updated Norwegian translation by Tor
|
||
Harald Thorland
|
||
|
||
2006-03-14 11:00 cstim
|
||
|
||
* [r13630] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c:
|
||
Disable file compression on windows due to missing pipe(2),
|
||
conditioned on #ifdef _WIN32. Insert code suggestion for
|
||
windows, but is disabled for now.
|
||
|
||
2006-03-14 10:23 cstim
|
||
|
||
* [r13629] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-druid-provider-file-gnome.h,
|
||
trunk/src/gnome-utils/gnc-druid-provider-multifile-gnome.c,
|
||
trunk/src/gnome-utils/gnc-druid-provider-multifile-gnome.h:
|
||
Improve include order so that building without <glob.h> is
|
||
possible.
|
||
|
||
2006-03-14 10:19 cstim
|
||
|
||
* [r13628] trunk/src/gnome/Makefile.am: Add necessary include and
|
||
linker flags when files from backend/file should be compiled here
|
||
* [r13627] trunk/src/import-export/gnc-import-format-gnome.h:
|
||
Remove unused include header
|
||
|
||
2006-03-14 10:18 cstim
|
||
|
||
* [r13626] trunk/src/backend/file/test, trunk/src/engine/test,
|
||
trunk/src/network-utils/test,
|
||
trunk/src/report/locale-specific/us/test, trunk/src/tax/us/test:
|
||
Add svnignores
|
||
|
||
2006-03-14 08:43 cstim
|
||
|
||
* [r13625] trunk/po/fr.po: Updated French translation by Didier
|
||
Vidal.
|
||
|
||
2006-03-14 06:32 hampton
|
||
|
||
* [r13624] trunk/ChangeLog, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Group.c, trunk/src/engine/Group.h,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnome-utils/gnc-account-sel.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome/druid-stock-split.c: Leave the accounts
|
||
unordered in the engine. Switch the g-wrap functions that return
|
||
account lists to use new functions that return sorted lists so
|
||
that they see no change. Fixes 331855. Also change the default
|
||
account sorting to sort on utf8 strings.
|
||
|
||
2006-03-14 06:08 hampton
|
||
|
||
* [r13623] trunk/src/gnome-utils/dialog-account.c: Fix a warning
|
||
message.
|
||
|
||
2006-03-13 22:56 codehelp
|
||
|
||
* [r13622] trunk/configure.in: bring library versions into line
|
||
with QOF 0.6.3
|
||
|
||
2006-03-13 22:52 codehelp
|
||
|
||
* [r13621] trunk/ChangeLog,
|
||
trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/lib/libqof/backend/file/pilot-qsf-gncCustomer.xml,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/backend/file/qsf-map.xsd.xml,
|
||
trunk/lib/libqof/backend/file/qsf-xml-map.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.h,
|
||
trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/gnc-date.c: Synchronise with QOF 0.6.3.
|
||
Correct map handling to allow reverse operations and iteration
|
||
over hierarchical objects. Improving debug messages and
|
||
preventing a crash when loading a map directly. Standardise QSF
|
||
backend on gint and gchar. Add new map file.
|
||
|
||
2006-03-13 21:16 cstim
|
||
|
||
* [r13620] trunk/po/de.po: Updated German translation - 3650 out
|
||
of 3749 done.
|
||
|
||
2006-03-13 21:11 cstim
|
||
|
||
* [r13619] trunk/src/gnome/gnc-plugin-page-register.c: Improve
|
||
wording. Mark all strings for i18n.
|
||
|
||
2006-03-13 17:07 andi5
|
||
|
||
* [r13618] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-plugin-page.c: Save a QofBook instead
|
||
of its GUID in the list of books in plugin pages. This should
|
||
renable the deletion of some plugin pages.
|
||
|
||
2006-03-13 16:54 cstim
|
||
|
||
* [r13617] trunk/ChangeLog,
|
||
trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/business/business-core/gw-business-core-spec.scm,
|
||
trunk/src/business/business-gnome/gw-business-gnome-spec.scm,
|
||
trunk/src/business/dialog-tax-table/gw-dialog-tax-table-spec.scm,
|
||
trunk/src/core-utils/gw-core-utils-spec.scm,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnc-module/gw-gnc-module-spec.scm,
|
||
trunk/src/gnc-module/test/mod-bar/bar-gwrap.scm,
|
||
trunk/src/gnc-module/test/mod-baz/baz-gwrap.scm,
|
||
trunk/src/gnc-module/test/mod-foo/foo-gwrap.scm,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/gnome/gw-gnc-spec.scm,
|
||
trunk/src/register/register-core/gw-register-core-spec.scm,
|
||
trunk/src/report/report-gnome/gw-report-gnome-spec.scm,
|
||
trunk/src/report/report-system/gw-report-system-spec.scm,
|
||
trunk/src/scm/main.scm: Reduce debug stack size from 2,000,000
|
||
to 200,000 because guile on windows will only accept the smaller
|
||
value.
|
||
|
||
2006-03-13 15:20 cstim
|
||
|
||
* [r13616] trunk/lib, trunk/src/gnc-module/test/Makefile.am,
|
||
trunk/src/gnc-module/test/misc-mods/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-bar/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-baz/Makefile.am,
|
||
trunk/src/gnc-module/test/mod-foo/Makefile.am: Add linker flags
|
||
in test programs for platforms where they are not inferred by
|
||
libtool
|
||
|
||
2006-03-13 04:37 hampton
|
||
|
||
* [r13615] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/gnome-utils/gnc-plugin-page.c,
|
||
trunk/src/gnome-utils/gnc-plugin-page.h,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Add a new per-page
|
||
callback to tell the page to finish any pending activities. The
|
||
page may return FALSE to abort whatever the caller's normal
|
||
function. Add helper routines to iterate over all pages in a
|
||
window, or all pages in all windows. Call these new functions
|
||
before Quit, Save, Close, and closing a window. The register
|
||
page now implements this hook and uses it to save/discard any
|
||
pending transaction. Closes 334090.
|
||
|
||
2006-03-12 22:49 hampton
|
||
|
||
* [r13614] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/glade/commodity.glade: Tweak a couple of
|
||
tooltips. Try and make it clear that the commodity mnemonic
|
||
field must exactly match that used by the quote source.
|
||
|
||
2006-03-12 22:46 hampton
|
||
|
||
* [r13613] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm: Andrew
|
||
Sackville-West's patch to tidy up the multi-currency handling
|
||
quite a bit. It also adds some functionality such as showing the
|
||
basis, realized and unrealized gains, and takes advantage of the
|
||
new gnc_pricedb_lookup-latest-before function.
|
||
|
||
2006-03-12 22:23 hampton
|
||
|
||
* [r13612] trunk/ChangeLog,
|
||
trunk/src/business/business-reports/aging.scm: Andrew
|
||
Sackville-West's patch to show zero balance entries in the
|
||
payables and receivables aging reports.
|
||
|
||
2006-03-12 22:18 hampton
|
||
|
||
* [r13611] trunk/ChangeLog, trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/engine/gnc-pricedb.h,
|
||
trunk/src/engine/gw-engine-spec.scm: Andrew Sackville-West's
|
||
changes to add the ability to lookup the latest price before a
|
||
specific date.
|
||
|
||
2006-03-12 21:54 hampton
|
||
|
||
* [r13610] trunk/ChangeLog, trunk/src/engine/Transaction.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/gnc-split-reg.c,
|
||
trunk/src/gnome/gnc-split-reg.h,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register.c,
|
||
trunk/src/register/ledger-core/split-register.h,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c,
|
||
trunk/src/register/register-gnome/gnucash-sheet.h: Replace the
|
||
changes in r13361 with a better method for determining when a
|
||
change in the register needs to be reflected in the available
|
||
user actions. Now updates the Void and Unvoid actions which
|
||
implements the enhancement request in 330763.
|
||
|
||
2006-03-12 03:52 hampton
|
||
|
||
* [r13609] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/combocell-gnome.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.h: Finish
|
||
removing the redundant list of valid strings maintained by the
|
||
combocell and use the list in the item_edit widget. Fixes the
|
||
problem where account cell contents disappear when focusing
|
||
in/out of an account cell.
|
||
|
||
2006-03-12 03:42 hampton
|
||
|
||
* [r13608] trunk/src/gnome-utils/account-quickfill.c: Update the
|
||
quickfill to watch for accounts being added/removed from the
|
||
account tree.
|
||
|
||
2006-03-12 03:38 chris
|
||
|
||
* [r13607] trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/glade/transfer.glade: Restore some widget
|
||
names that were lost in r9938 but still used by
|
||
dialog-transfer.c. Added a warning to find more bugs like this
|
||
one.
|
||
|
||
2006-03-11 23:41 andi5
|
||
|
||
* [r13606] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-commodity.c: Fix order of
|
||
parameters to gnc_ui_common_commodity_modal, and 334181.
|
||
|
||
2006-03-11 21:52 warlord
|
||
|
||
* [r13605] trunk/ChangeLog, trunk/src/engine/Makefile.am: fix the
|
||
build-order (and install order) of the engine libs.
|
||
|
||
2006-03-11 21:07 cstim
|
||
|
||
* [r13604]
|
||
trunk/src/import-export/binary-import/binary-import.glade: Unify
|
||
whitespaces in strings
|
||
|
||
2006-03-11 20:54 cstim
|
||
|
||
* [r13603] trunk/po/nb.po: Updated Norwegian translation by Tor
|
||
Harald Thorland; Translated 2431 out of 3729.
|
||
|
||
2006-03-11 19:43 warlord
|
||
|
||
* [r13602] trunk/ChangeLog,
|
||
trunk/src/business/business-reports/invoice.scm: translate
|
||
"Thank you.." string.
|
||
|
||
2006-03-11 19:39 chris
|
||
|
||
* [r13601] trunk/src/engine/Group.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c: Change the
|
||
account removal event back to using the parent account instead
|
||
of the group, but delay the nulling of the account's group
|
||
pointer until after the generation of the remove event. That
|
||
way, the tree model can verify that the removed account's root
|
||
is the same as the root for the model. Also, in the model's
|
||
event handler, check that accounts are in the same book as the
|
||
model is for.
|
||
|
||
2006-03-11 18:10 warlord
|
||
|
||
* [r13600] trunk/ChangeLog,
|
||
trunk/src/gnome-search/dialog-search.c: Make sure we translate
|
||
the button label string.
|
||
|
||
2006-03-11 17:30 hampton
|
||
|
||
* [r13599] trunk/ChangeLog, trunk/src/engine/Group.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c: The account tree
|
||
model event handler needs to be more robust in the case of
|
||
multiple account sets existing at the same time. Pass the
|
||
account group instead of the parent account so that its possible
|
||
to determine which model a "top level" account belongs to. Fixes
|
||
333866.
|
||
|
||
2006-03-11 15:52 andi5
|
||
|
||
* [r13597] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/window-main-summarybar.c: Unref the
|
||
summary bar list store so that it gets deleted together with the
|
||
combobox.
|
||
|
||
2006-03-11 15:23 andi5
|
||
|
||
* [r13595] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c: Avoid calculation
|
||
of account period total for the top level account.
|
||
|
||
2006-03-11 01:23 chris
|
||
|
||
* [r13594] trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/backend/file/test/test-save-in-lang.c,
|
||
trunk/src/gnc-module/gnc-module.c: Invert sense of conditions
|
||
involving g_setenv() since its return value is different than
|
||
that of setenv(). Also, convert last remaining uses of setenv()
|
||
to g_setenv().
|
||
|
||
2006-03-10 23:32 warlord
|
||
|
||
* [r13593] trunk/ChangeLog, trunk/Makefile.am: put ".links" into
|
||
lib so rm -rf works properly from the top-level of the source
|
||
tree.
|
||
|
||
2006-03-10 23:11 hampton
|
||
|
||
* [r13592] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Walk through the list
|
||
of plugins installed in a window and uninstall them before the
|
||
window is destroyed. Fixes 333973.
|
||
|
||
2006-03-10 23:06 hampton
|
||
|
||
* [r13591] trunk/src/core-utils/gnc-gobject-utils.c: Change the
|
||
output from this file to use g_message instead of g_warning so
|
||
the --g-fatal-warnings argument doesn't trip over it.
|
||
|
||
2006-03-10 22:16 warlord
|
||
|
||
* [r13590] trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/qif-dialog-utils.scm:
|
||
gnc:get-account-from-full-name requires two args, not three
|
||
(#334170)
|
||
|
||
2006-03-10 20:35 cstim
|
||
|
||
* [r13589] trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome/glade/price.glade: I18n cleanup; improve wording
|
||
to disambiguation the semantics of a bool checkbox.
|
||
* [r13588] trunk/po/de.po: Updated German translation - 3642 out
|
||
of 3729 done.
|
||
|
||
2006-03-10 20:07 hampton
|
||
|
||
* [r13587] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Show newly created
|
||
windows when restoring the second and subsequent windows.
|
||
|
||
2006-03-10 14:58 cstim
|
||
|
||
* [r13586] trunk/ChangeLog, trunk/po/da.po, trunk/po/es_NI.po,
|
||
trunk/po/eu.po, trunk/po/hu.po, trunk/po/it.po, trunk/po/ja.po,
|
||
trunk/po/nl.po, trunk/po/pl.po, trunk/po/pt_BR.po,
|
||
trunk/po/ru.po, trunk/po/sk.po, trunk/po/sv.po, trunk/po/tr.po,
|
||
trunk/po/zh_TW.po: Recode all po files into UTF-8 character
|
||
encoding, except for the most recent ones, and uk.po which seems
|
||
to contain encoding errors.
|
||
|
||
2006-03-10 14:28 cstim
|
||
|
||
* [r13585] trunk/lib/libgsf-1.12.3/gsf-win32/Makefile.am: Fix
|
||
linker flags for gsf-win32 sublibrary
|
||
|
||
2006-03-10 12:08 cstim
|
||
|
||
* [r13584] trunk/lib/libqof/qof/Makefile.am: Add include/linker
|
||
flags for using the lib/libc substitutions
|
||
|
||
2006-03-10 11:04 cstim
|
||
|
||
* [r13583] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/gnome-utils/dialog-utils.c: Gnucash replaced
|
||
dlopen/dlsym by the g_module functions, so don't error out if
|
||
they are unavailable; dlsym is needed only optionally for BSD
|
||
linkers. Also removes quotation error in AC_MSG_ERROR macro.
|
||
|
||
2006-03-10 10:58 cstim
|
||
|
||
* [r13582] trunk/macros/legacy_macros.m4: Add long-forgotten macro
|
||
definition from acinclude.m4 r10161 that is sometimes still
|
||
needed
|
||
|
||
2006-03-10 10:30 cstim
|
||
|
||
* [r13581] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-druid-provider-file-gnome.c,
|
||
trunk/src/gnome-utils/gnc-druid-provider-multifile-gnome.h: If
|
||
<glob.h> unavailable, provide own typedef and disable globbing.
|
||
|
||
2006-03-10 10:17 cstim
|
||
|
||
* [r13580] trunk/src/app-utils/Makefile.am: libgncmod-app-utils
|
||
uses functions from libgw-engine, so link to that library
|
||
|
||
2006-03-10 09:40 cstim
|
||
|
||
* [r13579] trunk/configure.in: Reorder CHECK_FUNCS so that they
|
||
are checked even if enable-gui=no
|
||
|
||
2006-03-10 09:36 cstim
|
||
|
||
* [r13578] trunk/src/backend/file/gnc-backend-file.c: Check for
|
||
errno macro EOPNOTSUPP only if it is defined
|
||
|
||
2006-03-10 09:14 cstim
|
||
|
||
* [r13577] trunk/src/app-utils/Makefile.am: Fix linker flags
|
||
|
||
2006-03-10 04:23 chris
|
||
|
||
* [r13576] trunk/src/gnome-utils/dialog-transfer.c,
|
||
trunk/src/gnome-utils/dialog-transfer.h,
|
||
trunk/src/register/ledger-core/split-register-control.c: Factor
|
||
out and create new function:
|
||
gnc_xfer_dialog_run_exchange_dialog() This isolates the
|
||
amount-to-value conversion algorithm from the register.
|
||
|
||
2006-03-10 02:28 chris
|
||
|
||
* [r13575]
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-p.h,
|
||
trunk/src/register/ledger-core/split-register.c: More register
|
||
line wraps, clean-ups, etc., plus some minor re-ordering to
|
||
prepare for some factoring.
|
||
|
||
2006-03-09 22:58 andi5
|
||
|
||
* [r13574] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Move retrieval of
|
||
private data of main window after the creation of the window.
|
||
|
||
2006-03-09 21:57 hampton
|
||
|
||
* [r13573] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/qofevent-p.h,
|
||
trunk/lib/libqof/qof/qofevent.c,
|
||
trunk/src/app-utils/gnc-component-manager.c,
|
||
trunk/src/engine/gnc-commodity.h, trunk/src/engine/gnc-engine.h,
|
||
trunk/src/gnome-utils/account-quickfill.c,
|
||
trunk/src/gnome-utils/gnc-account-sel.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-plugin-page.c,
|
||
trunk/src/gnome-utils/gnc-plugin-page.h,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c: Finish removing
|
||
deprecated QOF functions.
|
||
|
||
2006-03-09 21:23 hampton
|
||
|
||
* [r13572] trunk/ChangeLog, trunk/src/gnc-ui.h,
|
||
trunk/src/gnome/dialog-price-editor.c,
|
||
trunk/src/gnome/top-level.c: Restore clickable links for price
|
||
quotes.
|
||
|
||
2006-03-09 18:12 codehelp
|
||
|
||
* [r13571] trunk/ChangeLog, trunk/src/optional/Makefile.am: Make
|
||
xsl/ available for installation and therefore packaging.
|
||
|
||
2006-03-09 17:04 codehelp
|
||
|
||
* [r13570] trunk/lib/libqof/backend/file/qsf-backend.c: Remove
|
||
deprecated glib function g_strncasecmp in favour of
|
||
g_ascii_strncasecmp
|
||
|
||
2006-03-09 17:03 codehelp
|
||
|
||
* [r13569] trunk/lib/libqof/qof/qofevent.h: Doxygen tweak
|
||
* [r13568] trunk/lib/libqof/qof/qofquery-deserial.c: Update
|
||
status; this file will not exist in libqof2
|
||
* [r13567] trunk/ChangeLog, trunk/lib/libqof/qof/Makefile.am,
|
||
trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/deprecated.h, trunk/lib/libqof/qof/qof.h,
|
||
trunk/lib/libqof/qof/qof_book_merge.c,
|
||
trunk/lib/libqof/qof/qof_book_merge.h,
|
||
trunk/lib/libqof/qof/qofbookmerge.c,
|
||
trunk/lib/libqof/qof/qofbookmerge.h,
|
||
trunk/src/engine/test/test-book-merge.c,
|
||
trunk/src/gnome/druid-merge.c: Move qof_book_merge to new naming
|
||
convention and deprecate old code
|
||
|
||
2006-03-09 16:54 codehelp
|
||
|
||
* [r13566] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/optional/Makefile.am, trunk/src/optional/xsl,
|
||
trunk/src/optional/xsl/Makefile.am,
|
||
trunk/src/optional/xsl/README,
|
||
trunk/src/optional/xsl/date-time.xsl,
|
||
trunk/src/optional/xsl/gnucash-gnccustomer-vcard2.xsl,
|
||
trunk/src/optional/xsl/gnucash-std.xsl,
|
||
trunk/src/optional/xsl/string.xsl,
|
||
trunk/src/optional/xsl/vcard-gnccustomer.pl: Optional XSL
|
||
stylesheets and support - prototypes
|
||
|
||
2006-03-09 16:50 codehelp
|
||
|
||
* [r13565] trunk/ChangeLog: allow recursive copying of gncEntry
|
||
from a gncInvoice
|
||
|
||
2006-03-09 16:49 codehelp
|
||
|
||
* [r13564] trunk/src/business/business-core/gncInvoice.c: allow
|
||
recursive copying of gncEntry from a gncInvoice
|
||
|
||
2006-03-09 16:44 cstim
|
||
|
||
* [r13563] trunk/ChangeLog, trunk/src/engine/Transaction.c: Add
|
||
substitution code for unavailable function gettimeofday
|
||
|
||
2006-03-09 16:43 cstim
|
||
|
||
* [r13562] trunk/lib/libqof/qof/qoflog.c: Clean up unused
|
||
gettimeofday argument
|
||
|
||
2006-03-09 16:31 cstim
|
||
|
||
* [r13561] trunk/src/gnc-module/test: Add svnignores
|
||
|
||
2006-03-09 16:26 cstim
|
||
|
||
* [r13560] trunk/ChangeLog, trunk/lib/libqof/qof/gnc-date.c,
|
||
trunk/lib/libqof/qof/qoflog.c: Add substitution code for
|
||
unavailable functions gettimeofday and gmtime_r.
|
||
|
||
2006-03-09 16:06 cstim
|
||
|
||
* [r13559] trunk/src/backend/file/gnc-backend-file.c: Add
|
||
compatibility ifdefs for unavailable functions
|
||
|
||
2006-03-09 15:49 cstim
|
||
|
||
* [r13558] trunk/src/engine/Makefile.am: Reorder linking of engine
|
||
libraries to avoid undefined references which are not allowed on
|
||
windows
|
||
|
||
2006-03-09 15:48 cstim
|
||
|
||
* [r13557] trunk/lib/libgsf-1.12.3/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/gsf/Makefile.am,
|
||
trunk/src/app-utils/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am: Add more linker flags,
|
||
necessary for some platforms (windows)
|
||
|
||
2006-03-09 14:28 cstim
|
||
|
||
* [r13556] trunk/ChangeLog, trunk/Makefile.am, trunk/configure.in,
|
||
trunk/lib/guile-www/Makefile.am,
|
||
trunk/src/app-utils/Makefile.am,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-reports/Makefile.am,
|
||
trunk/src/business/business-utils/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am, trunk/src/engine/Makefile.am,
|
||
trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am, trunk/src/gnome/Makefile.am,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/import-export/qif-io-core/Makefile.am,
|
||
trunk/src/optional/swig/Makefile.am,
|
||
trunk/src/register/register-core/Makefile.am,
|
||
trunk/src/report/locale-specific/us/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/standard-reports/Makefile.am,
|
||
trunk/src/report/stylesheets/Makefile.am,
|
||
trunk/src/report/utility-reports/Makefile.am,
|
||
trunk/src/scm/Makefile.am, trunk/src/scm/gnumeric/Makefile.am,
|
||
trunk/src/scm/printing/Makefile.am,
|
||
trunk/src/tax/us/Makefile.am: Replace "ln -sf" by "$(LN_S) -f"
|
||
for systems that don't have symbolic links available.
|
||
|
||
2006-03-09 13:03 cstim
|
||
|
||
* [r13555] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-druid-provider-file-gnome.h: Check for
|
||
<glob.h> and provide own typedef if header unavailable.
|
||
|
||
2006-03-09 13:00 cstim
|
||
|
||
* [r13554] trunk/configure.in,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c: Check for <X11/Xlib.h>
|
||
and ignore code section if header unavailable.
|
||
|
||
2006-03-09 12:59 cstim
|
||
|
||
* [r13553] trunk/src/gnome-utils/druid-gconf-setup.c: Remove
|
||
unused header include
|
||
|
||
2006-03-09 12:22 cstim
|
||
|
||
* [r13552] trunk/ChangeLog, trunk/po/glossary/vi.po: Updated
|
||
vietnamese glossary by Clytie Siddall <clytie@riverland.net.au>
|
||
|
||
2006-03-09 09:39 cstim
|
||
|
||
* [r13551] trunk/Makefile.am: Add creation rules for
|
||
po/gnucash.pot so that it can always be created for make dist.
|
||
|
||
2006-03-09 06:08 hampton
|
||
|
||
* [r13550] trunk/ChangeLog, trunk/lib/libqof/qof/qofquery.c,
|
||
trunk/lib/libqof/qof/qofsession.c, trunk/src/engine/Group.c,
|
||
trunk/src/engine/gw-engine-spec.scm: Remove more functions to be
|
||
deprecated in libqof2. (Pass Three - more trivial substitutions
|
||
and simple translations.)
|
||
|
||
2006-03-09 05:51 hampton
|
||
|
||
* [r13549] trunk/ChangeLog, trunk/lib/libc/setenv.c,
|
||
trunk/lib/libc/setenv.h,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml-map.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.c,
|
||
trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/gnc-engine-util.h,
|
||
trunk/lib/libqof/qof/kvp-util-p.h,
|
||
trunk/lib/libqof/qof/kvp-util.h,
|
||
trunk/lib/libqof/qof/qof_book_merge.c,
|
||
trunk/lib/libqof/qof/qofbackend-p.h,
|
||
trunk/lib/libqof/qof/qofchoice.c,
|
||
trunk/lib/libqof/qof/qofgobj.c,
|
||
trunk/lib/libqof/qof/qofinstance.c,
|
||
trunk/lib/libqof/qof/qofquery-deserial.c,
|
||
trunk/lib/libqof/qof/qofreference.c,
|
||
trunk/lib/libqof/qof/qofsql.c, trunk/src/RecnWindow.h,
|
||
trunk/src/app-utils/gnc-exp-parser.h,
|
||
trunk/src/app-utils/gnc-ui-common.h,
|
||
trunk/src/app-utils/gnc-ui-util.h,
|
||
trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/backend/file/gnc-xml-helper.h,
|
||
trunk/src/backend/file/gnc-xml.h,
|
||
trunk/src/backend/file/sixtp-dom-generators.h,
|
||
trunk/src/backend/file/sixtp-dom-parsers.h,
|
||
trunk/src/backend/file/test/test-file-stuff.h,
|
||
trunk/src/backend/postgres/checkpoint.c,
|
||
trunk/src/business/business-gnome/gw-business-gnome-spec.scm,
|
||
trunk/src/business/dialog-tax-table/gw-dialog-tax-table-spec.scm,
|
||
trunk/src/engine/AccountP.h, trunk/src/engine/FreqSpec.h,
|
||
trunk/src/engine/GroupP.h, trunk/src/engine/SX-book.h,
|
||
trunk/src/engine/SX-ttinfo.h, trunk/src/engine/ScrubP.h,
|
||
trunk/src/engine/SplitP.h, trunk/src/engine/TransLog.h,
|
||
trunk/src/engine/TransactionP.h,
|
||
trunk/src/engine/test-core/test-engine-stuff.h,
|
||
trunk/src/gnome-utils/QuickFill.h,
|
||
trunk/src/gnome-utils/dialog-account.h,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/gnome/dialog-chart-export.c,
|
||
trunk/src/gnome/dialog-fincalc.h,
|
||
trunk/src/gnome/dialog-print-check.h,
|
||
trunk/src/gnome/gw-gnc-spec.scm,
|
||
trunk/src/register/register-core/gtable.h,
|
||
trunk/src/register/register-core/gw-register-core-spec.scm,
|
||
trunk/src/register/register-gnome/gncmod-register-gnome.c,
|
||
trunk/src/report/report-gnome/gw-report-gnome-spec.scm,
|
||
trunk/src/test-core/test-stuff.h: Never include "config.h" from
|
||
a header file. Doing so makes it nigh impossible to override
|
||
configuration settings.
|
||
|
||
2006-03-09 03:58 warlord
|
||
|
||
* [r13548] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/engine/Split.c, trunk/src/engine/gnc-event.h: Define
|
||
and emit two new events when splits are added/removed from
|
||
accounts. * src/engine/gnc-event.h: Add GNC_EVENT_ITEM_ADDED and
|
||
GNC_EVENT_ITEM_REMOVED event definitions * src/engine/Split.c:
|
||
Emit GNC_EVENT_ITEM_ADDED and GNC_EVENT_ITEM_REMOVED events when
|
||
a split is added or removed from an account. * configure.in:
|
||
depend on QOF 0.6.3 for proper event handling.
|
||
|
||
2006-03-09 03:48 hampton
|
||
|
||
* [r13547] trunk/ChangeLog, trunk/lib/libqof/qof/qoflog.h,
|
||
trunk/src/app-utils/gnc-component-manager.c,
|
||
trunk/src/app-utils/gnc-component-manager.h,
|
||
trunk/src/backend/postgres/events.c,
|
||
trunk/src/business/business-core/gncAddress.c,
|
||
trunk/src/business/business-core/gncBillTerm.c,
|
||
trunk/src/business/business-core/gncCustomer.c,
|
||
trunk/src/business/business-core/gncEmployee.c,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncJob.c,
|
||
trunk/src/business/business-core/gncOrder.c,
|
||
trunk/src/business/business-core/gncTaxTable.c,
|
||
trunk/src/business/business-core/gncVendor.c,
|
||
trunk/src/business/business-gnome/business-gnome-utils.c,
|
||
trunk/src/business/business-gnome/dialog-billterms.c,
|
||
trunk/src/business/business-gnome/dialog-customer.c,
|
||
trunk/src/business/business-gnome/dialog-employee.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-job.c,
|
||
trunk/src/business/business-gnome/dialog-order.c,
|
||
trunk/src/business/business-gnome/dialog-payment.c,
|
||
trunk/src/business/business-gnome/dialog-vendor.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerDisplay.c,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/FreqSpec.c,
|
||
trunk/src/engine/Group.c, trunk/src/engine/Period.c,
|
||
trunk/src/engine/SchedXaction.c, trunk/src/engine/Split.c,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/gnc-budget.c,
|
||
trunk/src/engine/gnc-commodity.c, trunk/src/engine/gnc-lot.c,
|
||
trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/engine/test/test-book-merge.c,
|
||
trunk/src/engine/test/test-recursive.c,
|
||
trunk/src/gnome-search/dialog-search.c,
|
||
trunk/src/gnome-search/gnc-general-search.c,
|
||
trunk/src/gnome-utils/account-quickfill.c,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-query-list.c,
|
||
trunk/src/gnome-utils/gnc-account-sel.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-query-list.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c,
|
||
trunk/src/gnome-utils/window-main-summarybar.c,
|
||
trunk/src/gnome/dialog-tax-info.c,
|
||
trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/lot-viewer.c,
|
||
trunk/src/gnome/window-reconcile.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c: Remove more
|
||
functions to be deprecated in libqof2. (Pass Two - more trivial
|
||
substitutions, some simple translations.)
|
||
|
||
2006-03-09 03:33 warlord
|
||
|
||
* [r13546] trunk/ChangeLog, trunk/lib/libqof/qof/qofevent.c,
|
||
trunk/lib/libqof/qof/qofevent.h: Fix the definition of
|
||
QOF_EVENT_BASE; use QOF_EVENT__LAST for tests.
|
||
|
||
2006-03-09 02:29 hampton
|
||
|
||
* [r13545] trunk/ChangeLog,
|
||
trunk/src/app-utils/gnc-component-manager.c,
|
||
trunk/src/backend/file/test/test-xml-pricedb.c,
|
||
trunk/src/backend/postgres/PostgresBackend.c,
|
||
trunk/src/backend/postgres/account.c,
|
||
trunk/src/backend/postgres/price.c,
|
||
trunk/src/backend/postgres/test/test-db.c,
|
||
trunk/src/backend/postgres/test/test-period.c,
|
||
trunk/src/backend/postgres/txn.c,
|
||
trunk/src/backend/postgres/txnmass.c,
|
||
trunk/src/bin/gnucash-bin.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/test/test-period.c,
|
||
trunk/src/gnome-utils/account-quickfill.c,
|
||
trunk/src/gnome-utils/gnc-account-sel.c,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c,
|
||
trunk/src/gnome/dialog-chart-export.c,
|
||
trunk/src/gnome/druid-acct-period.c,
|
||
trunk/src/gnome/druid-merge.c,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/lot-viewer.c,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Remove
|
||
functions to be deprecated in libqof2. (Pass One - trivial
|
||
substitutions)
|
||
|
||
2006-03-09 00:49 hampton
|
||
|
||
* [r13544] trunk/ChangeLog, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Group.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c: Remove extra
|
||
events added in r13483. This leaves the REMOVE event as the only
|
||
changed event.
|
||
|
||
2006-03-08 21:22 warlord
|
||
|
||
* [r13543] trunk/ChangeLog, trunk/src/engine/gnc-filepath-utils.c:
|
||
gstdio.h and g_mkdir are in glib-2.6 -- use old APIs with
|
||
glib-2.4.
|
||
|
||
2006-03-08 16:00 cstim
|
||
|
||
* [r13542] trunk/ChangeLog, trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/gnc-module/gnc-module.c: Replace setenv() by g_setenv
|
||
for increased cross-platform compatibility.
|
||
|
||
2006-03-08 15:59 cstim
|
||
|
||
* [r13541] trunk/src/engine/gnc-filepath-utils.c: Replace mkdir by
|
||
g_mkdir for increased cross-platform compatibility.
|
||
|
||
2006-03-08 15:52 cstim
|
||
|
||
* [r13540] trunk/ChangeLog, trunk/src/app-utils/file-utils.c,
|
||
trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/business/business-gnome/business-urls.c,
|
||
trunk/src/core-utils/gnc-gconf-utils.c,
|
||
trunk/src/gnome-utils/dialog-preferences.c,
|
||
trunk/src/gnome-utils/dialog-reset-warnings.c,
|
||
trunk/src/gnome-utils/gnc-currency-edit.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-plugin-file-history.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/gnome/window-reconcile.c: Replace index(3) by
|
||
strchr(3) and rindex(3) by strrchr(3) because the latter is more
|
||
widely available.
|
||
|
||
2006-03-08 06:13 hampton
|
||
|
||
* [r13539] trunk/ChangeLog, trunk/src/gnome-utils/gnc-splash.c:
|
||
Use a font size of "smaller" when printing to the splash screen.
|
||
Should solve 104436 except for people running with huge system
|
||
fonts.
|
||
|
||
2006-03-08 05:47 chris
|
||
|
||
* [r13538] trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/Transaction.h,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register.c: More
|
||
line-wraps, cleanups, factoring new function:
|
||
xaccTransGetSplitIndex().
|
||
|
||
2006-03-08 05:16 hampton
|
||
|
||
* [r13537] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.h: Relabel column
|
||
titles from "XXX (Report)" to a label that includes the currency
|
||
mnemonic (e.g. "Total (EUR)").
|
||
|
||
2006-03-08 05:14 hampton
|
||
|
||
* [r13536] trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/engine/gnc-hooks.c, trunk/src/engine/gnc-hooks.h:
|
||
Cache the result of a gconf lookup for a currency choice. Add a
|
||
new callback hook for when a user changes a currency setting
|
||
(default account or report).
|
||
|
||
2006-03-08 04:48 chris
|
||
|
||
* [r13535]
|
||
trunk/src/register/ledger-core/split-register-model-save.c,
|
||
trunk/src/register/ledger-core/split-register-model.c,
|
||
trunk/src/register/ledger-core/split-register-util.c: More
|
||
line-wraps, cleanups and factoring.
|
||
|
||
2006-03-08 04:48 hampton
|
||
|
||
* [r13534] trunk/src/gnome/druid-acct-period.c: More references to
|
||
"Next" that should now say "Forward".
|
||
|
||
2006-03-08 04:05 hampton
|
||
|
||
* [r13533] trunk/src/gnome/glade/sched-xact.glade: Change a
|
||
reference to the Next button to now refer to the Forward button.
|
||
|
||
2006-03-08 03:06 hampton
|
||
|
||
* [r13532] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/account-quickfill.c,
|
||
trunk/src/gnome-utils/account-quickfill.h,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register.h,
|
||
trunk/src/register/register-core/combocell.h,
|
||
trunk/src/register/register-gnome/combocell-gnome.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.h,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.h: The
|
||
account quickfill has multiple components to it, only one of
|
||
which was shared. Build and use a shared list store used by the
|
||
gnucash_item_edit widget (which is updated by signals sent when
|
||
accounts are added/deleted/modified.) With this in place, its
|
||
not necessary to rebuild two account quickfills for each open
|
||
register window when a gnc_gui_resume_refresh is called which
|
||
eliminates an O(2n) slowdown. This seems sufficient to close
|
||
120028.
|
||
|
||
2006-03-08 02:26 hampton
|
||
|
||
* [r13531] trunk/ChangeLog, trunk/src/gnc-ui.h,
|
||
trunk/src/gnome/dialog-commodities.c,
|
||
trunk/src/gnome/dialog-price-edit-db.c,
|
||
trunk/src/gnome/dialog-price-editor.c,
|
||
trunk/src/gnome/top-level.c: Remove all usage of
|
||
gnc_get_current_session / book / whatever except at the very top
|
||
level when the dialog is originally created. Tell the component
|
||
manager to delete the dialog when the session is destroyed.
|
||
Remove support for an old url-that-generates-a-price-edit-window
|
||
trick.
|
||
* [r13530] trunk/src/gnome-utils/gnc-file.c: Add a couple of calls
|
||
to the component manager when closing the current session.
|
||
|
||
2006-03-08 02:20 chris
|
||
|
||
* [r13529]
|
||
trunk/src/register/ledger-core/split-register-control.c: Minor
|
||
line wraps and factoring.
|
||
|
||
2006-03-08 00:06 hampton
|
||
|
||
* [r13528] trunk/ChangeLog, trunk/src/engine/gnc-pricedb.c: Use
|
||
the pointer to the commodity as a hash key instead of looking up
|
||
the commodity string and then hashing that. Fixes 332678.
|
||
|
||
2006-03-07 23:15 andi5
|
||
|
||
* [r13527] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/qof/guid.c: Add configure test for sys/times.h
|
||
and corrected guid.c to check for that.
|
||
|
||
2006-03-07 22:12 codehelp
|
||
|
||
* [r13526] trunk/po/en_GB.po: fix plural message error that msgfmt
|
||
-c and KBabel missed
|
||
|
||
2006-03-07 22:01 cstim
|
||
|
||
* [r13525] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/qof/guid.c: Make seed collection parts that
|
||
depend on particular functions #ifdef'd on that to enable easier
|
||
windows/mingw32 porting.
|
||
|
||
2006-03-07 22:00 cstim
|
||
|
||
* [r13524] trunk/lib/libc/localtime_r.c, trunk/lib/libc/setenv.c,
|
||
trunk/lib/libc/setenv.h: Fix old libc substitution files, now
|
||
needed for windows/mingw32 porting.
|
||
|
||
2006-03-07 21:59 cstim
|
||
|
||
* [r13523] trunk/lib/libqof/qof/qofbackend.c,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/src/engine/gnc-engine.c,
|
||
trunk/src/gnome-utils/dialog-commodity.h,
|
||
trunk/src/gnome-utils/dialog-utils.h,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/report/report-gnome/dialog-column-view.c,
|
||
trunk/src/report/report-gnome/dialog-column-view.h: Minor header
|
||
include cleanups to enable easier windows/mingw32 porting
|
||
|
||
2006-03-07 21:29 codehelp
|
||
|
||
* [r13522] trunk/po/en_GB.po: updated en_GB translation, 3724
|
||
translated
|
||
|
||
2006-03-07 21:27 cstim
|
||
|
||
* [r13521] trunk/po/nb.po: Updated Norwegian translation; 2234 out
|
||
of 3724 done.
|
||
|
||
2006-03-07 20:50 cstim
|
||
|
||
* [r13520] trunk/ChangeLog, trunk/Makefile.am: Add po/gnucash.pot
|
||
to EXTRA_DIST because the translation template is needed in the
|
||
tarball for translators.
|
||
|
||
2006-03-07 20:44 cstim
|
||
|
||
* [r13519] trunk/po/de.po: Updated German translation - 3627 out
|
||
of 3724 done.
|
||
|
||
2006-03-07 20:43 cstim
|
||
|
||
* [r13518] trunk/src/gnome-utils/dialog-preferences.c: Improve
|
||
i18n string for separator character sample
|
||
|
||
2006-03-07 20:42 cstim
|
||
|
||
* [r13517] trunk/lib/goffice-0.0.4/tests: Update svn:ignore
|
||
property
|
||
|
||
2006-03-07 20:41 cstim
|
||
|
||
* [r13516] trunk/lib/libgsf-1.12.3/tests: Update svn:ifnore
|
||
property
|
||
|
||
2006-03-07 19:36 andi5
|
||
|
||
* [r13515] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Disable sensitivity
|
||
of style radio actions for registers with ledger_type different
|
||
from LD_SINGLE, e.g. search registers and general ledgers.
|
||
|
||
2006-03-07 15:19 warlord
|
||
|
||
* [r13514] trunk/ChangeLog,
|
||
trunk/lib/libgsf-1.12.3/tests/test-msole1.c: properly ignore the
|
||
return value of fgets(). Fixes an FC4 error.
|
||
|
||
2006-03-07 05:31 chris
|
||
|
||
* [r13513] trunk/src/backend/file/io-gncbin-r.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Account.h,
|
||
trunk/src/engine/gnc-associate-account.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/gnc-split-reg.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c,
|
||
trunk/src/register/ledger-core/split-register-model.c,
|
||
trunk/src/register/ledger-core/split-register.c: Factor out and
|
||
create new function: xaccAccountIsPriced() that does the common
|
||
STOCK, MUTUAL or CURRENCY check.
|
||
|
||
2006-03-07 04:45 chris
|
||
|
||
* [r13512] trunk/src/gnome-utils/gnc-gnome-utils.c: When
|
||
periodically checking for ui events, avoid creating a QofSession
|
||
if we don't already have one.
|
||
|
||
2006-03-07 04:24 jsled
|
||
|
||
* [r13511] trunk/ChangeLog,
|
||
trunk/src/gnome/glade/sched-xact.glade: Fix initial SX perf
|
||
sensitivity.
|
||
|
||
2006-03-07 03:41 chris
|
||
|
||
* [r13510] trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/register-core/table-allgui.c,
|
||
trunk/src/register/register-core/table-allgui.h,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c: Minor
|
||
code factoring, line-wraps, control-flow simplifications, etc.
|
||
centered around split-register-load.c.
|
||
|
||
2006-03-07 03:40 jsled
|
||
|
||
* [r13509] trunk/ChangeLog, trunk/src/gnome/dialog-sxsincelast.c:
|
||
Bug#333532: Add multi-commodity SX support.
|
||
|
||
2006-03-07 03:07 chris
|
||
|
||
* [r13508] trunk/src/register/ledger-core/split-register-load.c:
|
||
Factor out one small piece of the huge gnc_split_register_load()
|
||
into new static function add_quickfill_completions().
|
||
|
||
2006-03-07 02:42 chris
|
||
|
||
* [r13507] trunk/src/engine/Scrub.c,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h,
|
||
trunk/src/register/ledger-core/split-register-load.c: Factor out
|
||
and create new function: gnc_commodity_is_currency().
|
||
|
||
2006-03-07 00:39 jsled
|
||
|
||
* [r13506] trunk/ChangeLog, trunk/packaging/gnucash-1.9.x.ebuild:
|
||
Mods for ebuild to be used as an SVN ebuild.
|
||
|
||
2006-03-07 00:27 chris
|
||
|
||
* [r13505] trunk/src/engine/Account.c: Move both old an new-style
|
||
Account MODIFY events into the "on_done" case of
|
||
qof_commit_edit_part2().
|
||
|
||
2006-03-06 21:52 andi5
|
||
|
||
* [r13504] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c,
|
||
trunk/src/gnome-utils/gnc-html.c,
|
||
trunk/src/gnome-utils/gnc-html.h,
|
||
trunk/src/gnome-utils/print-session.c,
|
||
trunk/src/gnome-utils/print-session.h: Add printing support to
|
||
graphs (depends on #332884). Remove paper from PrintSession.
|
||
|
||
2006-03-06 21:35 cstim
|
||
|
||
* [r13503] trunk/ChangeLog,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c: Fix OFX import
|
||
problem with some dividends transactions. Patch by David Reiser.
|
||
#164645.
|
||
|
||
2006-03-06 21:31 cstim
|
||
|
||
* [r13502] trunk/ChangeLog,
|
||
trunk/src/import-export/import-backend.c: Fix crash when "clear"
|
||
is chosen but no matching transaction is selected. Now those
|
||
imported transactions will silently be ignored. #317917.
|
||
|
||
2006-03-06 21:01 cstim
|
||
|
||
* [r13501] trunk/po/de.po: Updated German translation - 3609 out
|
||
of 3724 done.
|
||
|
||
2006-03-06 01:45 wilddev
|
||
|
||
* [r13500] tags/1.9.2: Tagging the 1.9.2 release of GnuCash
|
||
|
||
2006-03-06 01:44 wilddev
|
||
|
||
* [r13499] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.2
|
||
|
||
2006-03-05 23:46 chris
|
||
|
||
* [r13498] trunk/src/engine/Split.c: Don't force a resort of
|
||
Account's split lists during xaccTransCommitEdit(). This happens
|
||
already in xaccAccountCommitEdit() and if the Account isn't
|
||
being edited, then we inserted the Split in sorted order anyway.
|
||
|
||
2006-03-05 21:14 hampton
|
||
|
||
* [r13497] trunk/ChangeLog, trunk/src/engine/Split.c,
|
||
trunk/src/engine/Transaction.c: Use utf8 collation routines when
|
||
sorting splits in a register. Also, only sort on the date of
|
||
transactions (not date and time) since gnucash doesn't allow
|
||
times to be input. Fixes #127809.
|
||
|
||
2006-03-05 20:24 warlord
|
||
|
||
* [r13496] trunk/autogen.sh: Don't suggest that users use
|
||
--enable-error-on-warning We turn it on by default, and the
|
||
auto-check is "better".
|
||
|
||
2006-03-05 19:57 warlord
|
||
|
||
* [r13495] trunk/configure.in: A different tact to test
|
||
enable-error-on-warning.
|
||
|
||
2006-03-05 19:47 chris
|
||
|
||
* [r13494] trunk/ChangeLog: ChangeLog updates from 'svn log -v'
|
||
|
||
2006-03-05 19:33 warlord
|
||
|
||
* [r13493] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
change the g-wrap 1.3 + GCC4 behavior. only warn the user (not
|
||
blow out) if they explicitly request --enable-error-on-warning.
|
||
But still blow out if they didn't specifically request it and we
|
||
turned it on by default.
|
||
|
||
2006-03-05 18:51 jsled
|
||
|
||
* [r13492] trunk/ChangeLog: fill-paragraph
|
||
|
||
2006-03-05 18:50 jsled
|
||
|
||
* [r13491] trunk/ChangeLog, trunk/packaging/gnucash-1.9.x.ebuild:
|
||
Add checks for libgsf and goffice being built_with_use gnome.
|
||
Add code to shutdown any user-level gconfd's running. Add note
|
||
about broken make_desktop_entry. Expand range of README installs.
|
||
|
||
2006-03-05 18:33 jsled
|
||
|
||
* [r13490] trunk/ChangeLog,
|
||
trunk/src/app-utils/test/test-exp-parser.c,
|
||
trunk/src/calculation/expression_parser.c: Fix test errors, then
|
||
failures.
|
||
|
||
2006-03-05 15:40 warlord
|
||
|
||
* [r13489] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register.c: Fix a compiler
|
||
warning so the code builds properly: - warning: suggest
|
||
parentheses around assignment used as truth value
|
||
|
||
2006-03-05 10:34 cstim
|
||
|
||
* [r13488] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register.c: Fix missing
|
||
variable initialization in Chris' changes. Fixes the register
|
||
quickfill issue in Basic Ledger view mode.
|
||
|
||
2006-03-05 04:14 chris
|
||
|
||
* [r13487] trunk/src/engine/Scrub.c, trunk/src/engine/Split.c,
|
||
trunk/src/engine/Transaction.c,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register.c: Convert
|
||
xaccTransGetSplit() and xaccTransCountSplits() to return the
|
||
index and count reflective of any in-progress edit. Convert some
|
||
split iterators from directly using the GList of Splits to using
|
||
xaccTransGetSplit().
|
||
|
||
2006-03-05 01:29 hampton
|
||
|
||
* [r13486] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.c,
|
||
trunk/src/register/ledger-core/gnc-ledger-display.h,
|
||
trunk/src/register/ledger-core/split-register.c: Move/fix the
|
||
callbacks function that kills any open registers for an account
|
||
that has had "extreme" changes made to it in the "edit account"
|
||
dialog. Fixes 331415.
|
||
|
||
2006-03-05 00:55 hampton
|
||
|
||
* [r13485] trunk/ChangeLog, trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-dir.h.in,
|
||
trunk/src/gnome-utils/gnc-icons.c,
|
||
trunk/src/gnome-utils/gnc-icons.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/ui/Makefile.am,
|
||
trunk/src/gnome/ui/icon-split.png,
|
||
trunk/src/gnome/ui/icon-transfer.png,
|
||
trunk/src/pixmaps/Makefile.am,
|
||
trunk/src/pixmaps/split-transaction-16.png,
|
||
trunk/src/pixmaps/split-transaction.png,
|
||
trunk/src/pixmaps/transfer-16.png,
|
||
trunk/src/pixmaps/transfer.png: Consolidate the new icons with
|
||
the existing set of icons.
|
||
|
||
2006-03-04 23:24 hampton
|
||
|
||
* [r13484] trunk/ChangeLog: Fix typo in commit message.
|
||
|
||
2006-03-04 23:07 hampton
|
||
|
||
* [r13483] trunk/ChangeLog, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Group.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c: Rework the
|
||
events generated by the account/group files and consumed by the
|
||
GncTreeModelAccount. Should eliminate all g_value_inset and
|
||
g_object_set_property warnings related to changes in the account
|
||
tree.
|
||
|
||
2006-03-04 23:06 hampton
|
||
|
||
* [r13482] trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/gnc-event.h: Rename a data structure field.
|
||
|
||
2006-03-04 23:05 jsled
|
||
|
||
* [r13481] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/schemas/Makefile.am,
|
||
trunk/src/gnome-utils/schemas/Makefile.am,
|
||
trunk/src/gnome/schemas/Makefile.am,
|
||
trunk/src/import-export/hbci/schemas/Makefile.am,
|
||
trunk/src/import-export/schemas/Makefile.am: Modify schema
|
||
mkdirs by DESTDIR for packaging.
|
||
|
||
2006-03-04 23:00 hampton
|
||
|
||
* [r13480] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c: Fix duplicate account
|
||
name checking bug that prevented editing account info.
|
||
|
||
2006-03-04 21:44 andi5
|
||
|
||
* [r13479] trunk/ChangeLog, trunk/glade-fixup,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/budget.glade,
|
||
trunk/src/gnome/glade/price.glade,
|
||
trunk/src/gnome/glade/print.glade: Remove add_tearoffs from
|
||
glade files; some automatic scrollbars
|
||
|
||
2006-03-04 19:09 hampton
|
||
|
||
* [r13477] trunk/ChangeLog, trunk/lib/glib26/gkeyfile.c,
|
||
trunk/lib/glib26/gutils26.c, trunk/lib/glib26/gutils26.h,
|
||
trunk/src/gnome-utils/dialog-account.c: Make g_strv_length
|
||
available outside of the gkeyfile compatability library.
|
||
|
||
2006-03-04 18:12 chris
|
||
|
||
* [r13476] trunk/src/engine/engine-interface.scm: Use for-each,
|
||
lambda expressions for iterating over split lists. In contrast
|
||
to the previous looping construct, this will work even if the
|
||
split operations don't have side-effects on the split lists.
|
||
|
||
2006-03-04 16:28 jsled
|
||
|
||
* [r13475] trunk/ChangeLog,
|
||
trunk/src/gnome/glade/sched-xact.glade: Fix selection mode for
|
||
SX lists.
|
||
* [r13474] trunk/src/gnome/dialog-sxsincelast.c: whitespace
|
||
|
||
2006-03-04 15:51 jsled
|
||
|
||
* [r13473] trunk/ChangeLog, trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-dir.h.in,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/ui/Makefile.am,
|
||
trunk/src/gnome/ui/icon-split.png,
|
||
trunk/src/gnome/ui/icon-transfer.png: Add, register, use Split
|
||
and Transfer icons provided by Andrew Duggan. Bug#327647.
|
||
|
||
2006-03-04 15:50 jsled
|
||
|
||
* [r13472] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-menu-extensions.c: Fixes to memory
|
||
deallocation suggested by Phil Longstaff.
|
||
|
||
2006-03-04 06:56 chris
|
||
|
||
* [r13471] trunk/src/engine/Transaction.c: When the book is
|
||
shutting down, don't be so eager to destroy the whole
|
||
transaction. This makes it easier to safely iterate over a split
|
||
list.
|
||
|
||
2006-03-04 06:49 hampton
|
||
|
||
* [r13470] trunk/ChangeLog, trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/engine/Account.c,
|
||
trunk/src/gnome-utils/dialog-preferences.c,
|
||
trunk/src/gnome-utils/glade/preferences.glade,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in: Update
|
||
the preferences dialog to allow any unicode character as the
|
||
separator.
|
||
|
||
2006-03-04 05:10 chris
|
||
|
||
* [r13469] trunk/src/engine/Transaction.c: Destroy Transactions
|
||
without rebalancing when shutting down the book.
|
||
|
||
2006-03-04 03:21 chris
|
||
|
||
* [r13468] trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/gnc-event.h:
|
||
Generate REMOVE events when a Split is removed from a
|
||
Transaction. Pass the *old* parent transaction (since the Split
|
||
may be moving into a new transaction) and the old index of the
|
||
Split in the old Transaction's list of Splits.
|
||
|
||
2006-03-04 03:04 hampton
|
||
|
||
* [r13467] trunk/ChangeLog, trunk/src/app-utils/gnc-helpers.c,
|
||
trunk/src/app-utils/gnc-helpers.h,
|
||
trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Account.h,
|
||
trunk/src/engine/Group.c, trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/import-export/qif-import/dialog-account-picker.c,
|
||
trunk/src/import-export/qif-import/qif-dialog-utils.scm,
|
||
trunk/src/import-export/qif-import/qif-guess-map.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm,
|
||
trunk/src/register/register-core/combocell.h,
|
||
trunk/src/register/register-gnome/combocell-gnome.c,
|
||
trunk/src/report/standard-reports/budget.scm,
|
||
trunk/src/report/standard-reports/cash-flow.scm: Convert the
|
||
account separator from a single character to a character string.
|
||
This allows multibyte unicode characters to be the account
|
||
separator character. Fixes 333061. Reworked a couple of routines
|
||
that pull account names into their component parts. Also fixed a
|
||
bug in the new account dialog when creating multiple accounts at
|
||
once.
|
||
|
||
2006-03-04 02:42 chris
|
||
|
||
* [r13466] trunk/src/engine/Scrub.c: Look for orphan Splits even
|
||
when there is no Transaction imbalance.
|
||
|
||
2006-03-04 00:27 chris
|
||
|
||
* [r13465] trunk/src/gnome-utils/dialog-exchange.h: Delete unused
|
||
dialog-exchange.h
|
||
|
||
2006-03-04 00:23 chris
|
||
|
||
* [r13464]
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register.c: Remove an
|
||
unnecessary Account edit-block. Minor control-flow
|
||
simplification.
|
||
|
||
2006-03-04 00:13 chris
|
||
|
||
* [r13463] trunk/src/register/ledger-core/split-register-load.c:
|
||
Bits to let the register see the in-progress Transaction edit.
|
||
|
||
2006-03-04 00:11 chris
|
||
|
||
* [r13462] trunk/src/engine/Account.c, trunk/src/engine/Account.h,
|
||
trunk/src/engine/AccountP.h: Remove xaccAccountRemoveSplit, and
|
||
xaccAccountInsertSplit. (Actually, xaccAccountInsertSplit is
|
||
#def'd to xaccSplitSetAccount().) Accounts no longer manage
|
||
their Split lists. The Account split lists should only ever be
|
||
modified from within xaccTransCommitEdit(). This simplifies some
|
||
of the operations on Accounts, since they can now be expressed
|
||
in terms of operations on Splits. Also, the consolidation of two
|
||
operations (RemoveSplit and InsertSplit) into one operation
|
||
(xaccSplitSetAccount) means that it's no longer possible to
|
||
orphan a Split. Incidental: Fix a leak of a KVP frame. Don't
|
||
recompute the account balance if we're shutting down.
|
||
* [r13461] trunk/src/engine/Transaction.c: The
|
||
xaccTransRollbackEdit() part of the Begin/Commit edit-block
|
||
rewrite. Broken out just for clarity. Note: There's one piece
|
||
that I didn't change that I think is conceptually awkward. It
|
||
has to do with how/when we would discover that another user has
|
||
deleted the transaction we're currently editing. I think it
|
||
makes more sense to detect and handle this case in
|
||
xaccTransCommitEdit() instead of xaccTransRollbackEdit(),
|
||
because (a) we don't actually have to do the rollback if we just
|
||
destroy the trans, (b) some rollbacks are not backend- induced,
|
||
but rather voluntary, (c) we need a generalized mechanism anyway
|
||
for detecting and handling deleted transactions even when we're
|
||
not editing them.
|
||
|
||
2006-03-04 00:10 chris
|
||
|
||
* [r13460] trunk/src/engine/Scrub.c: Move one data-validation
|
||
function from Scrub.c into Transaction.c One simplification in
|
||
xaccTransScrubImbalance() to always find the root AccountGroup
|
||
from the Transaction's book.
|
||
* [r13459] trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/Transaction.h: A good bit of notes about how
|
||
the Transaction Begin/Commit edit-blocks should work, and why.
|
||
Converts the very important xaccTransCommitEdit function to use
|
||
the qof_commit_edit_part2() function instead of something that
|
||
is 90% similar. Transactions have a Split list that keeps track
|
||
of Splits during the edit. During edits, this list only grows
|
||
and never shrinks. Splits that have been destroyed or reparented
|
||
to other transactions remain in the list, along with pre-edit
|
||
Splits and newly added Splits. Only after a successful commit
|
||
does the Split list drop reparented or destroyed Splits. A
|
||
couple out-of-engine users (mainly the register) call
|
||
xaccTransGetSplitList() an work from the Transaction's split
|
||
list, but they expect to be working with only the Splits that
|
||
would still be in the Transaction if the in-progress edit would
|
||
be committed. So, we provide the function
|
||
xaccTransStillHasSplit(t, s) to allow users to query the in-edit
|
||
state of the Transaction's Split list. xaccTransRemoveSplit()
|
||
and xaccTransInsertSplit() have been replaced by
|
||
xaccSplitSetParent(). The new xaccTransCommitEdit tries to take
|
||
a more conservative approach to event generation, too. Instead
|
||
of generating every possible event for any commit, it should
|
||
generate only events that indicate a change to an engine object
|
||
or relation. Move some of the financial-constraint-enforcing
|
||
functions closer to the relevant data-structures. (from Scrub.c)
|
||
|
||
2006-03-04 00:09 chris
|
||
|
||
* [r13458] trunk/src/engine/test-core/test-engine-stuff.c,
|
||
trunk/src/engine/test/test-period.c,
|
||
trunk/src/engine/test/test-split-vs-account.c: Remove some
|
||
testing of an engine API that has been removed. The engine used
|
||
to have functions that made it possible to orphan a Split. As
|
||
this is no longer possible, we can't test anymore. Incidental:
|
||
Fix three or four small leaks in the test functions. Allow
|
||
test-period to be randomized based on optional command-line arg.
|
||
* [r13457] trunk/src/engine/Split.c, trunk/src/engine/Split.h,
|
||
trunk/src/engine/SplitP.h: Splits can now keep track of their
|
||
own rollback state. The Split <-> Account and Split <->
|
||
Transaction relationships are now treated as properties of the
|
||
Split. In terms of the BeginEdit/CommitEdit block, Splits are
|
||
subordinate to Transactions. There is no public
|
||
BeginEdit/CommitEdit block for Splits; changes to Splits should
|
||
be wrapped in their Transaction's Edit-block. In the case of the
|
||
Split <-> Account relationship, the call to
|
||
xaccSplitSetAccount() will be immediately visible from
|
||
xaccSplitGetAccount(), but the Account does not learn about the
|
||
Split until and if the edit is committed. In the case of the
|
||
Split <-> Transaction relationship, calling xaccSplitSetParent()
|
||
will immediately add the Split to the Transactions split list.
|
||
This is because the Split's Transaction owns the reference to
|
||
the Split. However, see the Transaction.c patch for how to
|
||
distinguish pre-edit state from in-edit state. In both cases,
|
||
events are not generated until the edits are committed. Most of
|
||
this new logic is in an engine-private helper
|
||
xaccSplitCommitEdit(), which is called from
|
||
xaccTransCommitEdit(). Incidental: Increased error-checking in
|
||
xaccSplitSetValue(). Internalize a Transaction Begin/Commit
|
||
edit-block in every setter func.
|
||
|
||
2006-03-04 00:08 chris
|
||
|
||
* [r13456] trunk/src/engine/engine-utilities.scm,
|
||
trunk/src/engine/engine.scm,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/report/report-system/report-utilities.scm: Remove two
|
||
slightly different definitions of gnc:transaction-map-splits,
|
||
both unused. Remove g-wrapped versions of functions being
|
||
removed: gnc:account-fix-split-date-order,
|
||
gnc:trans-fix-split-date-order
|
||
|
||
2006-03-03 15:57 warlord
|
||
|
||
* [r13454] trunk/ChangeLog, trunk/configure.in: error out on
|
||
g-wrap-1.3, gcc4, and error-on-warning. Fixes #330615.
|
||
|
||
2006-03-03 01:54 jsled
|
||
|
||
* [r13446] trunk/ChangeLog, trunk/src/gnc-ui.h: Fix SXEDITOR help
|
||
target.
|
||
|
||
2006-03-02 22:04 cstim
|
||
|
||
* [r13444] trunk/ChangeLog,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c: Finally,
|
||
successfully implemented mt940 import. Completed #325170.
|
||
|
||
2006-03-02 21:59 cstim
|
||
|
||
* [r13442] trunk/src/app-utils/gnc-ui-util.h: Add clarifying
|
||
comment to weird directory function, better to be replaced by
|
||
the appropriate glib function.
|
||
|
||
2006-03-02 21:51 cstim
|
||
|
||
* [r13440] trunk/ChangeLog,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c: More work on
|
||
mt940 import, #325170. Unfortunately not yet error-free.
|
||
|
||
2006-03-02 20:55 cstim
|
||
|
||
* [r13437] trunk/ChangeLog,
|
||
trunk/accounts/el_GR/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/el_GR/acctchrt_carloan.gnucash-xea,
|
||
trunk/accounts/el_GR/acctchrt_common.gnucash-xea: Greek account
|
||
templates converted to UTF-8, by Nikos Charonitakis
|
||
<nikosx@gmail.com>.
|
||
|
||
2006-03-02 07:20 hampton
|
||
|
||
* [r13435] trunk/ChangeLog,
|
||
trunk/src/app-utils/gnc-account-merge.c,
|
||
trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.h,
|
||
trunk/src/business/business-core/gncTaxTable.c,
|
||
trunk/src/business/business-gnome/business-gnome-utils.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-payment.c,
|
||
trunk/src/business/business-ledger/gncEntryLedger.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerModel.c,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Account.h,
|
||
trunk/src/engine/Group.c, trunk/src/engine/Group.h,
|
||
trunk/src/engine/Split.c, trunk/src/engine/Split.h,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/Transaction.h,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnome-utils/account-quickfill.c,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-transfer.c,
|
||
trunk/src/gnome-utils/gnc-account-sel.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/top-level.c, trunk/src/gnome/window-reconcile.c,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/import-main-matcher.c,
|
||
trunk/src/import-export/import-match-map.c,
|
||
trunk/src/import-export/qif-import/qif-merge-groups.scm,
|
||
trunk/src/import-export/qif-import/qif-to-gnc.scm,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register-model.c,
|
||
trunk/src/register/ledger-core/split-register.c,
|
||
trunk/src/report/report-system/report-utilities.scm: Move the
|
||
storage for the account separator character into Account.c
|
||
(default ':') and set it with an accessor function at startup
|
||
and when it is changed in the preferences/gconf. Eliminate
|
||
unnecessary passing around of the account separator character.
|
||
|
||
2006-03-02 00:24 hampton
|
||
|
||
* [r13434] trunk/ChangeLog, trunk/src/app-utils/gnc-exp-parser.c,
|
||
trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.h,
|
||
trunk/src/calculation/expression_parser.c,
|
||
trunk/src/calculation/fin_spl_protos.h,
|
||
trunk/src/register/register-core/formulacell.c,
|
||
trunk/src/register/register-core/pricecell.c: Convert all
|
||
locations that parse input using the locale thousands/decimal
|
||
point characters to use unicode functions. This should allow
|
||
multi-byte unicode characters to work as these separators on
|
||
input.
|
||
|
||
2006-03-01 23:01 hampton
|
||
|
||
* [r13433] trunk/ChangeLog, trunk/src/app-utils/gnc-ui-util.c:
|
||
Rework of Sylvain Defresne's patch to support multi-byte unicode
|
||
thousands separator and decimal point characters when printing
|
||
numbers.
|
||
|
||
2006-03-01 20:01 cstim
|
||
|
||
* [r13432] trunk/po/fr.po: Updated French translation by Didier
|
||
Vidal
|
||
|
||
2006-03-01 19:14 warlord
|
||
|
||
* [r13431] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/transaction.scm: Andrew
|
||
Sackville-West's patch to add transaction links.
|
||
|
||
2006-03-01 06:18 warlord
|
||
|
||
* [r13430] trunk/src/gnome-utils/Makefile.am: Bill Nottingham's
|
||
spelling fix.
|
||
|
||
2006-03-01 03:54 hampton
|
||
|
||
* [r13429] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c: Collapse the common
|
||
parts of the "new account" and "edit account" dialog validation
|
||
code into a single routine. Fixes 117812.
|
||
|
||
2006-03-01 03:28 hampton
|
||
|
||
* [r13428] trunk/ChangeLog, trunk/src/app-utils/options.scm:
|
||
Andreas K<>hler's patch to correctly build a html color value.
|
||
Fixes 328933.
|
||
|
||
2006-02-28 23:13 jsled
|
||
|
||
* [r13427] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c: Terminate
|
||
GOptionEntry array, preventing warnings and/or errors parsing
|
||
command-line options.
|
||
|
||
2006-02-28 19:57 chris
|
||
|
||
* [r13426]
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-model-save.c,
|
||
trunk/src/register/ledger-core/split-register-model.c,
|
||
trunk/src/register/ledger-core/split-register-p.h: Make register
|
||
use engine-provided xaccTransGetAccountConvRate() instead of
|
||
writing its own.
|
||
|
||
2006-02-28 19:46 chris
|
||
|
||
* [r13425] trunk/src/register/ledger-core/split-register-model.c:
|
||
Make register use engine-provided xaccTransGetAccountBalance()
|
||
instead of writing its own.
|
||
|
||
2006-02-28 19:38 chris
|
||
|
||
* [r13424] trunk/src/register/ledger-core/split-register-model.c:
|
||
Make register use engine-provided xaccTransGetAccountAmount()
|
||
instead of writing its own.
|
||
|
||
2006-02-28 19:34 chris
|
||
|
||
* [r13423]
|
||
trunk/src/register/ledger-core/split-register-control.c: Make
|
||
register use engine-provided xaccTransHasReconciledSplits()
|
||
instead of writing it's own.
|
||
|
||
2006-02-28 16:16 hampton
|
||
|
||
* [r13422] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/gnome-utils/dialog-options.c: Set the
|
||
GNOME_DISABLE_DEPRECATED flag for gnome versions up to 2.13.7.
|
||
|
||
2006-02-28 11:51 codehelp
|
||
|
||
* [r13421] trunk/po/en_GB.po: undoing kbabel changes to po header
|
||
|
||
2006-02-28 11:40 codehelp
|
||
|
||
* [r13420] trunk/po/en_GB.po: updated en_GB translation, 3725
|
||
messages translated
|
||
|
||
2006-02-28 05:18 hampton
|
||
|
||
* [r13419] trunk/ChangeLog, trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/dialog-utils.h: Remove a unused function
|
||
that calls deprecated gnome routines.
|
||
|
||
2006-02-28 02:45 hampton
|
||
|
||
* [r13418] trunk/ChangeLog, trunk/src/gnome/ui/Makefile.am,
|
||
trunk/src/gnome/ui/gnc-reconcile-window-ui.xml,
|
||
trunk/src/gnome/window-reconcile.c: Convert the reconcile window
|
||
from the old GnomeUIInfo menu/toolbar widgets to the newer
|
||
GtkAction based widgets.
|
||
|
||
2006-02-28 02:27 jsled
|
||
|
||
* [r13417] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/gnc-backend-file.h,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c: Bug#332802: fix
|
||
Export Accounts; remove `price_lookup` and `export` functions
|
||
from GncFileBackend.
|
||
|
||
2006-02-28 01:26 jsled
|
||
|
||
* [r13416] trunk/ChangeLog,
|
||
trunk/src/calculation/expression_parser.c: Bug#332804: fix
|
||
infinite loop in parsing malformed functions (e.g. "ipmt(1:2:)").
|
||
|
||
2006-02-28 01:01 jsled
|
||
|
||
* [r13415] trunk/ChangeLog, trunk/src/app-utils/gnc-exp-parser.c:
|
||
Bug#137885: prevent crash on invalid function formula.
|
||
|
||
2006-02-27 23:57 hampton
|
||
|
||
* [r13414] trunk/ChangeLog, trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.h, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Account.h, trunk/src/engine/gnc-pricedb-p.h,
|
||
trunk/src/engine/gnc-pricedb.c, trunk/src/engine/gnc-pricedb.h:
|
||
Add 'const' qualifiers to various functions.
|
||
|
||
2006-02-27 16:08 hampton
|
||
|
||
* [r13413] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Check for the existence
|
||
of a page before dereferencing it. Fixes 332680.
|
||
|
||
2006-02-27 15:16 warlord
|
||
|
||
* [r13412] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/glade/billterms.glade,
|
||
trunk/src/business/business-gnome/glade/customer.glade,
|
||
trunk/src/business/business-gnome/glade/invoice.glade,
|
||
trunk/src/business/business-gnome/glade/job.glade,
|
||
trunk/src/business/business-gnome/glade/order.glade,
|
||
trunk/src/business/business-gnome/glade/payment.glade,
|
||
trunk/src/business/business-gnome/glade/vendor.glade: Don't need
|
||
to translate placeholder labels.
|
||
|
||
2006-02-27 05:42 warlord
|
||
|
||
* [r13411] trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncInvoice.h,
|
||
trunk/src/business/business-gnome/business-gnome-utils.c,
|
||
trunk/src/business/business-gnome/business-gnome-utils.h,
|
||
trunk/src/business/business-gnome/business-options-gnome.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-payment.c,
|
||
trunk/src/business/business-gnome/dialog-payment.h,
|
||
trunk/src/business/business-gnome/glade/payment.glade: Rework of
|
||
Titi Ala'ilima's patch to apply payments directly to invoices.
|
||
(#121420) Apply a re-work of Titi Ala'ilima's patch to apply
|
||
payments directly to invoices. This fixes bug #121420. *
|
||
src/business/business-core/gncInvoice.[ch]: Add argument to the
|
||
ProcessPayment API to allow the caller to specify an invoice to
|
||
post to first. *
|
||
src/business/business-gnome/business-gnome-utils.[ch]: Create an
|
||
invoice-select API that lets you select an invoice based on an
|
||
owner (or not). I.e., you can limit the invoice search based on
|
||
a selected owner. If you change the owner it invalidates the
|
||
invoice search. *
|
||
src/business/business-gnome/dialog-payment.[ch]: Change the API
|
||
from ..new_with_value() to ..new_with_invoice(). Pull the
|
||
default amount from the invoice (if one exists). Allow the user
|
||
to select an invoice and apply payments there. If the user
|
||
changes the owner, invalidate the invoice. *
|
||
src/business/business-gnome/business-options-gnome.c: use the
|
||
new invoice-select API instead of calling general_search API
|
||
directly. * src/business/business-gnome/dialog-invoice.c: call
|
||
the new dialog-payment API. No need to compute the initial value
|
||
here; the payment dialog will compute it from the invoice
|
||
(instead of computing it from the invoice here). *
|
||
src/business/business-gnome/glade/payment.glade: Add
|
||
invoice-selector label and box.
|
||
|
||
2006-02-26 22:19 hampton
|
||
|
||
* [r13410] trunk/src/gnome-utils/gnc-main-window.c: Fix format
|
||
character for a size argument.
|
||
|
||
2006-02-26 21:42 jsled
|
||
|
||
* [r13409] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c: Andreas Kohler's
|
||
patch for barchart improvements: segment color setting, axis
|
||
rotation and formatting.
|
||
|
||
2006-02-26 21:15 hampton
|
||
|
||
* [r13408] trunk/packaging/Makefile.am: Add the ebuild script to
|
||
the tarball.
|
||
* [r13407] trunk/configure.in: Fix configure for the new packaging
|
||
directory.
|
||
|
||
2006-02-26 21:10 hampton
|
||
|
||
* [r13406] trunk/debian, trunk/gentoo: Remove old distro specific
|
||
directories.
|
||
|
||
2006-02-26 21:08 hampton
|
||
|
||
* [r13405] trunk/gentoo/gnucash-1.9.x.ebuild,
|
||
trunk/packaging/README, trunk/packaging/README.RPM,
|
||
trunk/packaging/gnucash-1.9.x.ebuild: Move a couple of ditro
|
||
specific files.
|
||
|
||
2006-02-26 21:05 hampton
|
||
|
||
* [r13404] trunk/ChangeLog, trunk/Makefile.am, trunk/packaging,
|
||
trunk/rpm: Create a consolidated directory for distribution
|
||
specific scripts.
|
||
|
||
2006-02-26 20:50 jsled
|
||
|
||
* [r13403] trunk/src/gnome/dialog-scheduledxaction.c: fix
|
||
signature for qof changes I missed.
|
||
|
||
2006-02-26 20:10 hampton
|
||
|
||
* [r13402] trunk/ChangeLog, trunk/src/app-utils/option-util.c,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/dialog-utils.h: Restore GtkOptionMenu
|
||
support because the newer GtkComboBox doesn't support per item
|
||
tooltips. Fixes bug 332569.
|
||
|
||
2006-02-26 20:06 hampton
|
||
|
||
* [r13401] trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.h: Mark a couple of function
|
||
arguments as const.
|
||
|
||
2006-02-26 19:55 jsled
|
||
|
||
* [r13400] trunk/ChangeLog, trunk/src/engine/SX-book.c,
|
||
trunk/src/engine/SX-book.h,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/glade/sched-xact.glade: Add account-deletion
|
||
handling for SXes. Bug#312730.
|
||
|
||
2006-02-26 19:44 jsled
|
||
|
||
* [r13399] trunk/configure.in: Update gwrap details, URL.
|
||
* [r13398] trunk/src/engine/SchedXaction.c: formatting
|
||
|
||
2006-02-26 19:03 codehelp
|
||
|
||
* [r13397] trunk/lib/libqof/qof/qofevent.c,
|
||
trunk/lib/libqof/qof/qofevent.h: simplify creation of new
|
||
application events
|
||
|
||
2006-02-26 18:59 codehelp
|
||
|
||
* [r13396] trunk/ChangeLog, trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/qofbook.c,
|
||
trunk/lib/libqof/qof/qofevent-p.h,
|
||
trunk/lib/libqof/qof/qofevent.c,
|
||
trunk/lib/libqof/qof/qofevent.h: using new events with object
|
||
argument
|
||
|
||
2006-02-26 18:36 chris
|
||
|
||
* [r13395] trunk/src/business/business-core/gncBillTerm.c,
|
||
trunk/src/business/business-core/gncCustomer.c,
|
||
trunk/src/business/business-core/gncEmployee.c,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncJob.c,
|
||
trunk/src/business/business-core/gncOrder.c,
|
||
trunk/src/business/business-core/gncTaxTable.c,
|
||
trunk/src/business/business-core/gncVendor.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/gnc-pricedb.c: Use
|
||
function version of QOF_COMMIT_EDIT_PART2.
|
||
|
||
2006-02-26 18:06 codehelp
|
||
|
||
* [r13394] trunk/lib/libqof/qof/qof-be-utils.h: replacing the
|
||
macro to restore programme flow
|
||
|
||
2006-02-26 15:18 jsled
|
||
|
||
* [r13393] trunk/src/engine/SX-book.h: consistent whitespace.
|
||
|
||
2006-02-26 14:53 jsled
|
||
|
||
* [r13392] trunk/ChangeLog, trunk/doc/tip_of_the_day.list.in,
|
||
trunk/src/report/utility-reports/Makefile.am,
|
||
trunk/src/report/utility-reports/iframe-url.scm,
|
||
trunk/src/report/utility-reports/utility-reports.scm: Remove web
|
||
browser "report".
|
||
|
||
2006-02-26 05:00 chris
|
||
|
||
* [r13391] trunk/lib/libqof/qof/guid.c: Keep track of exactly how
|
||
many bytes we've sent to md5_process_bytes().
|
||
|
||
2006-02-26 04:56 chris
|
||
|
||
* [r13390] trunk/lib/libqof/qof/qof-be-utils.h,
|
||
trunk/lib/libqof/qof/qofbackend.c: Implement
|
||
QOF_COMMIT_EDIT_PART2 as a function instead of a macro. Any of
|
||
the callbacks passed to this function may be NULL to decline the
|
||
use of that callback. Also, the three callbacks are now called
|
||
in three mutually exclusive cases, corresponding to: 1) a failed
|
||
commit, ('on_error') 2) a successful commit where the object
|
||
remains valid, ('on_done'), and 3) a successful commit where the
|
||
object has been destroyed, ('on_free').
|
||
|
||
2006-02-26 03:30 jsled
|
||
|
||
* [r13389] trunk/README.dependencies: remove cairo as a dep.
|
||
|
||
2006-02-25 18:06 cstim
|
||
|
||
* [r13388] trunk/src/import-export/mt940/gnc-mt940-import.c:
|
||
Remove unknown typedefs with older aqbanking
|
||
|
||
2006-02-25 09:59 cstim
|
||
|
||
* [r13387] trunk/po/de.po: Updated German translation - 3617 out
|
||
of 3737 done.
|
||
|
||
2006-02-25 09:23 cstim
|
||
|
||
* [r13386] trunk/configure.in,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c:
|
||
Aqbanking-1.3.0 (released 2005-08-11) is sufficient for MT940
|
||
import.
|
||
|
||
2006-02-25 08:18 hampton
|
||
|
||
* [r13385] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Remember the order in
|
||
which the notebook tabs are referenced. When closing a tab,
|
||
switch to the tab that was previously in front, not the first
|
||
tab in the notebook.
|
||
|
||
2006-02-24 23:17 hampton
|
||
|
||
* [r13384] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-plugin-page.h,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.h,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c,
|
||
trunk/src/register/register-gnome/gnucash-sheet.h: Provide the
|
||
right edit menu sensitivity for the register page.
|
||
|
||
2006-02-24 22:58 hampton
|
||
|
||
* [r13383] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/ui/gnc-main-window-ui.xml: Remove
|
||
unnecessary menu item. The same functionality exists in the
|
||
"Menus & Toolbars" preference panel.
|
||
|
||
2006-02-24 22:22 cstim
|
||
|
||
* [r13382] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/import-account-matcher.c,
|
||
trunk/src/import-export/import-account-matcher.h,
|
||
trunk/src/import-export/import-main-matcher.c,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c: Let the account
|
||
matcher accept a parent widget to avoid windows that are lost
|
||
behind other windows. Adapt importer modules accordingly.
|
||
|
||
2006-02-24 22:09 cstim
|
||
|
||
* [r13381] trunk/ChangeLog,
|
||
trunk/src/import-export/import-account-matcher.c: Don't allow
|
||
placeholder be selected for importing transactions. Fixes
|
||
bug#327891.
|
||
|
||
2006-02-24 21:59 cstim
|
||
|
||
* [r13380] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/import-export/mt940/Makefile.am,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c,
|
||
trunk/src/import-export/mt940/gnc-plugin-mt940.c,
|
||
trunk/src/import-export/mt940/gncmod-mt940-import.c: Get MT940
|
||
importer compile again (experimental; requires aqbanking-1.9.7).
|
||
It is not yet tested with actual files. Bug#325170.
|
||
|
||
2006-02-24 21:43 cstim
|
||
|
||
* [r13379] trunk/ChangeLog,
|
||
trunk/src/import-export/import-account-matcher.c,
|
||
trunk/src/import-export/import-account-matcher.h: Make gchar
|
||
argument const because it is only used as a const.
|
||
|
||
2006-02-24 05:53 chris
|
||
|
||
* [r13378] trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/engine/gnc-session.c, trunk/src/engine/gnc-session.h,
|
||
trunk/src/gnome-utils/gnc-file.c: Since QOF no longer keeps
|
||
track of the "current" session, qof_session_destroy() no longer
|
||
clears the current session when we destroy it. Therefore,
|
||
explicitly call gnc_clear_current_session() when we want to
|
||
destroy the current session. Also, avoid accidentally creating a
|
||
new book and session if there is no open book/current session
|
||
when we run the bill reminder.
|
||
|
||
2006-02-24 05:13 hampton
|
||
|
||
* [r13377] trunk/ChangeLog,
|
||
trunk/src/report/report-system/html-utilities.scm: Andrew
|
||
Sackville-West's to pass the rignt number of arguments to
|
||
gnc:register-guid.
|
||
|
||
2006-02-24 04:55 hampton
|
||
|
||
* [r13376] trunk/src/gnome/dialog-sxsincelast.c: Fix a misspelled
|
||
word.
|
||
|
||
2006-02-24 04:50 hampton
|
||
|
||
* [r13375] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-plugin-file-history.c,
|
||
trunk/src/gnome-utils/gnc-plugin-page.c,
|
||
trunk/src/gnome-utils/gnc-plugin-page.h,
|
||
trunk/src/gnome-utils/gnc-recurrence.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Minor
|
||
code cleanup and consolidations.
|
||
|
||
2006-02-24 02:57 jsled
|
||
|
||
* [r13374] trunk/ChangeLog, trunk/gentoo,
|
||
trunk/gentoo/gnucash-1.9.x.ebuild: Add ebuild for gnucash
|
||
1.9/2.0 series.
|
||
|
||
2006-02-24 02:54 jsled
|
||
|
||
* [r13373] trunk/ChangeLog, trunk/src/gnome-utils/dialog-totd.c:
|
||
Increment TOTD index on dialog init.
|
||
|
||
2006-02-24 02:47 jsled
|
||
|
||
* [r13372] trunk/ChangeLog: note bug
|
||
|
||
2006-02-24 01:22 jsled
|
||
|
||
* [r13371] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c: Bug#332359: use
|
||
correct labels for x-axis.
|
||
|
||
2006-02-23 22:25 hampton
|
||
|
||
* [r13370] trunk/doc/Makefile.am: Add the example
|
||
gtkrc-2.0.gnucash file to the tarball.
|
||
|
||
2006-02-23 20:11 chris
|
||
|
||
* [r13369] trunk/src/gnome/dialog-sxsincelast.c,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c: When we malloc a
|
||
Transaction, then TransBeginEdit, then want to abort, just call
|
||
xaccTransDestroy(), xaccTransCommitEdit(). No rollback needed.
|
||
|
||
2006-02-23 17:44 chris
|
||
|
||
* [r13368] trunk/src/engine/Split.c, trunk/src/engine/Split.h,
|
||
trunk/src/engine/SplitP.h: Dirty Splits when they change. Add
|
||
const to Split where appropriate. Fix GCache crash cause by
|
||
using non-cached value in cached 'action' field from the
|
||
qsf-backend.
|
||
|
||
2006-02-23 17:16 warlord
|
||
|
||
* [r13367] trunk/ChangeLog,
|
||
trunk/src/import-export/qif-import/test/Makefile.am: add
|
||
QOF_LIBS to link line because debian libtool is broken.
|
||
|
||
2006-02-23 01:39 warlord
|
||
|
||
* [r13366] trunk/ChangeLog, trunk/src/gnome-utils/Makefile.am:
|
||
force a build from svn to have access to svn version info. this
|
||
might break the broken ebuild that forcibly removes the .svn
|
||
directories, but the ebuild is broken and shouldn't do that.
|
||
|
||
2006-02-23 01:35 warlord
|
||
|
||
* [r13365] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: include gtk-compat.h
|
||
so we build against gtk-2.4.
|
||
|
||
2006-02-22 22:35 hampton
|
||
|
||
* [r13364] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gtk-compat.h: Cleanup patch from Andreas K<>hler.
|
||
|
||
2006-02-22 21:52 chris
|
||
|
||
* [r13363] trunk/src/engine/Makefile.am, trunk/src/engine/Split.c,
|
||
trunk/src/engine/Split.h, trunk/src/engine/SplitP.h,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/Transaction.h,
|
||
trunk/src/engine/TransactionP.h: Separate the Split functions
|
||
from Transaction.c into Split.c. Introduce xaccSplitVoid() and
|
||
xaccSplitUnvoid() to aid the separation.
|
||
|
||
2006-02-22 17:41 chris
|
||
|
||
* [r13362] trunk/src/engine/Transaction.c: Add some comments,
|
||
error checks, ENTER/LEAVE balances and a special-case
|
||
early-return for the conversion-rate calculation.
|
||
|
||
2006-02-22 15:41 hampton
|
||
|
||
* [r13361] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register.c,
|
||
trunk/src/register/ledger-core/split-register.h: Provide a
|
||
callback whereby the core register code can tell the upper
|
||
layers that it has moved from an expanded transaction to a
|
||
collapsed transaction. This lets the upper layer adjust the
|
||
"split" transaction toolbar button properly. Fixes 332165.
|
||
|
||
2006-02-22 14:22 chris
|
||
|
||
* [r13360] trunk/src/engine/gnc-lot.c: Use correct function name
|
||
qof_instance_set_dirty. Comment on current state of Lot behavior.
|
||
|
||
2006-02-22 06:01 chris
|
||
|
||
* [r13359] trunk/src/engine/Period.c,
|
||
trunk/src/engine/Transaction.c, trunk/src/engine/gnc-lot-p.h,
|
||
trunk/src/engine/gnc-lot.c: Convert Lots from a QofEntity to a
|
||
QofInstance. They now store their own dirty state.
|
||
|
||
2006-02-22 03:30 chris
|
||
|
||
* [r13358] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/gnome-utils/gnc-file.c: No need to run the BOOK_OPENED
|
||
hook twice when open a book. And no need to run it at all when
|
||
we fail to open a book. Also, require HAVE_GTK26 before using
|
||
gtk_get_option_group().
|
||
|
||
2006-02-22 03:05 chris
|
||
|
||
* [r13357] trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Avoid instantiating the
|
||
current session until we're actually opening a file.
|
||
|
||
2006-02-22 02:43 chris
|
||
|
||
* [r13356] trunk/src/gnome/dialog-chart-export.c,
|
||
trunk/src/gnome/druid-acct-period.c,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Files accidentally
|
||
left out of previous commit (r13355).
|
||
|
||
2006-02-22 02:39 chris
|
||
|
||
* [r13355] trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/gnc-plugin-business.c,
|
||
trunk/src/engine/Makefile.am, trunk/src/engine/gnc-session.c,
|
||
trunk/src/engine/gnc-session.h,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c: Remove uses of
|
||
deprecated qof_session_get_current_session() and
|
||
qof_session_set_current_session(). GnuCash now manages its own
|
||
current session. New function: gnc_current_session_exist() to
|
||
test whether there is a current session.
|
||
|
||
2006-02-22 01:38 hampton
|
||
|
||
* [r13354] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Fix from Andreas
|
||
K<>hler to deactivate the toolbar split button in an auto-split
|
||
register. Fixes 330621.
|
||
|
||
2006-02-21 23:58 hampton
|
||
|
||
* [r13353] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c: Two fixes from
|
||
Andreas K<>hler. One fixes 331183, the problem where editing a
|
||
top-level account doesn't set the current parent.
|
||
|
||
2006-02-21 23:10 jsled
|
||
|
||
* [r13352] trunk/ChangeLog, trunk/lib/libqof/qof/qofevent.c,
|
||
trunk/lib/libqof/qof/qofevent.h: Fix "default limit" QOF
|
||
eventing stuff; thanks Andi.
|
||
|
||
2006-02-21 21:46 chris
|
||
|
||
* [r13351] trunk/lib/libqof/qof/qofid.c: Mark the QofCollection as
|
||
dirty when a new QofEntity is added or removed.
|
||
|
||
2006-02-21 21:44 chris
|
||
|
||
* [r13350] trunk/src/engine/gnc-lot.c: Mark the GNC_LOT
|
||
QofCollection dirty whenever a Lot changes. This includes when
|
||
the KVP is changed via the setters.
|
||
|
||
2006-02-21 20:55 cstim
|
||
|
||
* [r13349] trunk/po/de.po: Updated German translation - 3568 out
|
||
of 3738 done.
|
||
|
||
2006-02-21 20:44 cstim
|
||
|
||
* [r13348] trunk/src/gnome/glade/sched-xact.glade: Fix typos
|
||
|
||
2006-02-21 20:27 chris
|
||
|
||
* [r13347] trunk/src/engine/Account.c: Avoid qof-dirtying Accounts
|
||
when Splits or Lots are inserted or removed.
|
||
|
||
2006-02-21 19:48 cstim
|
||
|
||
* [r13346] trunk/po/fr.po: Updated French translation by Didier
|
||
Vidal
|
||
|
||
2006-02-21 19:43 chris
|
||
|
||
* [r13345] trunk/src/engine/test-core/test-engine-stuff.c: Move
|
||
the code that (usually) ensures value/amount consistency for
|
||
Splits from add_random_splits() to get_random_split(). Avoid
|
||
numeric overflow when creating split values.
|
||
|
||
2006-02-21 19:30 jsled
|
||
|
||
* [r13344] trunk/ChangeLog: remove dup ChangeLog entry.
|
||
|
||
2006-02-21 18:40 jsled
|
||
|
||
* [r13343] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/ledger-core/split-register-p.h,
|
||
trunk/src/register/ledger-core/split-register.c: A different
|
||
approach to ensuring that a (unique) relevent split from the
|
||
currently-pending transaction is always in the split list before
|
||
we load it.
|
||
|
||
2006-02-21 15:42 jsled
|
||
|
||
* [r13342] trunk/lib/libqof/qof/qofevent.h: slightly better values.
|
||
|
||
2006-02-21 15:37 jsled
|
||
|
||
* [r13341] trunk/ChangeLog, trunk/lib/libqof/qof/qofevent.h: Fix
|
||
GNC_EVENT_* values.
|
||
|
||
2006-02-21 05:14 hampton
|
||
|
||
* [r13340] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-date-picker.c: Andreas
|
||
K<>hler's patch to prevent a crash in the register date picker
|
||
widget when using gtk 2.8.
|
||
|
||
2006-02-21 03:44 hampton
|
||
|
||
* [r13339] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/glade/commodity.glade,
|
||
trunk/src/gnome/dialog-price-edit-db.c: Disable quote related
|
||
functionality when F::Q isn't installed.
|
||
|
||
2006-02-21 01:24 chris
|
||
|
||
* [r13338] trunk/src/gnome-utils/gtktreedatalist.c: Use glib's
|
||
slice allocator in favor of GMemChunks for glib >= 2.9. Patch by
|
||
Andreas K<>hler <andi5.py@gmx.net>.
|
||
|
||
2006-02-21 00:14 hampton
|
||
|
||
* [r13337] trunk/ChangeLog, trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-file.h,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Catch and defer the
|
||
quit command if a file save is in progress.
|
||
|
||
2006-02-20 22:37 hampton
|
||
|
||
* [r13336] trunk/src/quotes, trunk/src/scm/gnumeric,
|
||
trunk/src/scm/printing: Ignore some files.
|
||
|
||
2006-02-20 22:29 codehelp
|
||
|
||
* [r13335] trunk/lib/libqof/qof/qofevent.c: moderating the
|
||
deprecated handler log entry
|
||
|
||
2006-02-20 22:02 hampton
|
||
|
||
* [r13334] trunk/ChangeLog, trunk/rpm/README,
|
||
trunk/rpm/gnucash.spec.in: Update spec file from RH8 to FC4.
|
||
|
||
2006-02-20 22:00 hampton
|
||
|
||
* [r13333] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libgsf-1.12.3/gsf/gsf-output-stdio.c,
|
||
trunk/lib/libgsf-1.12.3/gsf/gsf-utils.c,
|
||
trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/backend/postgres/test/test-db.c,
|
||
trunk/src/calculation/fin.c,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c,
|
||
trunk/src/gnome-utils/gnc-html.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Compile
|
||
cleanly with when _FORTIFY_SOURCE is defined. This definition is
|
||
forced when building RPMs on FC4.
|
||
|
||
2006-02-20 21:45 warlord
|
||
|
||
* [r13332] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
fix the qof configure test for OSX.
|
||
|
||
2006-02-20 21:06 hampton
|
||
|
||
* [r13331] trunk/ChangeLog, trunk/lib/libqof/qof/guid.c: Don't
|
||
reference uninitialized memory.
|
||
|
||
2006-02-20 20:47 chris
|
||
|
||
* [r13330] trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnctreemodelsort.c,
|
||
trunk/src/gnome-utils/gnctreemodelsort.h,
|
||
trunk/src/gnome-utils/gtktreedatalist.c,
|
||
trunk/src/gnome-utils/gtktreedatalist.h: Add a local copy of
|
||
GtkTreeModelSort from gtk 2.8.12. Our local copy is called
|
||
GncTreeModelSort. This newer version of GtkTreeModelSort fixes
|
||
at least one observed bug with our use of sorted models. The
|
||
gtktreedatalist.[ch] files are used by GtkTreeModelSort and are
|
||
directly from gtk 2.8.12 without any renames because they aren't
|
||
exported by gtk.
|
||
|
||
2006-02-20 20:22 chris
|
||
|
||
* [r13329] trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/dialog-utils.h,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Explictly require
|
||
gtk2.6 for conditionally compiled code that needs it.
|
||
|
||
2006-02-20 20:09 chris
|
||
|
||
* [r13328] trunk/src/gtk-compat.h,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c: Factor
|
||
out a compat definition of
|
||
GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID into gtk-compat.h.
|
||
|
||
2006-02-20 19:55 codehelp
|
||
|
||
* [r13327] trunk/ChangeLog: ChangeLog entries
|
||
* [r13326] trunk/configure.in: prepare for QOF 0.6.2 release
|
||
|
||
2006-02-20 19:54 codehelp
|
||
|
||
* [r13325] trunk/lib/libqof/qof/Makefile.am,
|
||
trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/gnc-event-p.h,
|
||
trunk/lib/libqof/qof/gnc-event.c,
|
||
trunk/lib/libqof/qof/gnc-event.h, trunk/lib/libqof/qof/qof.h,
|
||
trunk/lib/libqof/qof/qofbook.c,
|
||
trunk/lib/libqof/qof/qofevent-p.h,
|
||
trunk/lib/libqof/qof/qofevent.c,
|
||
trunk/lib/libqof/qof/qofevent.h: replacing gnc-event with
|
||
qofevent
|
||
|
||
2006-02-20 19:50 hampton
|
||
|
||
* [r13324] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/glade/sched-xact.glade: Use a spin_box instead
|
||
of an entry for the 'occurrences' and 'remaining' numeric fields.
|
||
|
||
2006-02-20 19:40 hampton
|
||
|
||
* [r13323] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/dialog-scheduledxaction.h,
|
||
trunk/src/gnome/glade/sched-xact.glade: HIGify the scheduled
|
||
transaction dialogs.
|
||
|
||
2006-02-20 19:09 codehelp
|
||
|
||
* [r13322] trunk/src/gnome/lot-viewer.c: removing more unneeded
|
||
headers with move pending
|
||
|
||
2006-02-20 18:49 codehelp
|
||
|
||
* [r13321] trunk/src/gnome-utils/gnc-file.c: remove unnecessary
|
||
(and soon to be moved) header file
|
||
|
||
2006-02-20 16:11 hampton
|
||
|
||
* [r13320] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Remove forced screen
|
||
updates that are no longer necessary.
|
||
|
||
2006-02-20 16:02 hampton
|
||
|
||
* [r13319] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c: If the number
|
||
of "visible to the user" lines in the register has shrunk, force
|
||
the parent widget to redraw. This fixes #328787.
|
||
|
||
2006-02-20 04:40 warlord
|
||
|
||
* [r13316] trunk/ChangeLog, trunk/src/engine/Transaction.c: Allow
|
||
nested begin/commit in xaccTransSetTxnType(). Fixes #331771. The
|
||
old code wouldn't let you set the value if you were already
|
||
within a BeginEdit/CommitEdit block.
|
||
|
||
2006-02-20 03:19 wilddev
|
||
|
||
* [r13315] tags/1.9.1: Tagging the 1.9.1 release of GnuCash
|
||
|
||
2006-02-20 03:16 wilddev
|
||
|
||
* [r13314] trunk/ChangeLog, trunk/NEWS, trunk/configure.in: update
|
||
to release 1.9.1
|
||
|
||
2006-02-20 02:58 chris
|
||
|
||
* [r13313] trunk/src/engine/test-core/test-engine-stuff.c: Fix for
|
||
'use of uninitialized' warning.
|
||
|
||
2006-02-20 02:16 hampton
|
||
|
||
* [r13312] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/pricecell-gnome.c: Take the
|
||
selection into account when handling the keypad decimal point
|
||
key. Fixes 314775.
|
||
|
||
2006-02-20 00:02 hampton
|
||
|
||
* [r13311] trunk/src/gnome-utils/QuickFill.c: Remove unused debug
|
||
code.
|
||
|
||
2006-02-20 00:01 hampton
|
||
|
||
* [r13310] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/combocell-gnome.c: When
|
||
looking for an matching account name, start at the beginning of
|
||
the selected region, not the end. Problem created when the code
|
||
stopped adding placeholder accounts to the quickfill. Fixes
|
||
328893.
|
||
|
||
2006-02-19 23:41 warlord
|
||
|
||
* [r13309] trunk/ChangeLog, trunk/lib/libqof/qof/guid.c,
|
||
trunk/lib/libqof/qof/guid.h: Phil Longstaff's patch to make the
|
||
GUID length a magic number.
|
||
|
||
2006-02-19 22:55 codehelp
|
||
|
||
* [r13308] trunk/ChangeLog: ChangeLog for reference and recursive
|
||
QOF changes
|
||
* [r13307] trunk/src/engine/test/test-recursive.c: updated test
|
||
routine for new recursive code in libqof
|
||
|
||
2006-02-19 22:54 codehelp
|
||
|
||
* [r13306] trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/qof/Makefile.am, trunk/lib/libqof/qof/qof.h,
|
||
trunk/lib/libqof/qof/qofchoice.h, trunk/lib/libqof/qof/qoflog.h,
|
||
trunk/lib/libqof/qof/qofreference.c,
|
||
trunk/lib/libqof/qof/qofreference.h,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/lib/libqof/qof/qofsession.h: Improved reference handling
|
||
for recursive copying of entities - relocate disparate functions
|
||
to a single new file
|
||
|
||
2006-02-19 22:53 codehelp
|
||
|
||
* [r13305] trunk/po: ignore generated po/stamp-it file
|
||
|
||
2006-02-19 22:43 warlord
|
||
|
||
* [r13304] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-invoice.c: Don't let
|
||
users post negative invoices. (#166864) Pop up an error dialog
|
||
and prevent the post.
|
||
|
||
2006-02-19 22:16 hampton
|
||
|
||
* [r13303] trunk/ChangeLog,
|
||
trunk/src/core-utils/gw-core-utils-spec.scm,
|
||
trunk/src/quotes/Makefile.am, trunk/src/quotes/README,
|
||
trunk/src/quotes/dump-finance-quote,
|
||
trunk/src/quotes/finance-quote-check.in,
|
||
trunk/src/quotes/finance-quote-helper.in,
|
||
trunk/src/quotes/gnc-fq-check.in, trunk/src/quotes/gnc-fq-dump,
|
||
trunk/src/quotes/gnc-fq-helper.in,
|
||
trunk/src/quotes/gnc-fq-update.in, trunk/src/quotes/gnc-prices,
|
||
trunk/src/quotes/gnc-value-portfolio,
|
||
trunk/src/quotes/update-finance-quote.in,
|
||
trunk/src/quotes/value_portfolio,
|
||
trunk/src/scm/price-quotes.scm: Regularize the naming of the
|
||
Finance::Quote auxiliary scripts. Remove the obsolete gnc-prices
|
||
script. Move the to the bin directory the scripts that weren't
|
||
already there.
|
||
|
||
2006-02-19 20:52 jsled
|
||
|
||
* [r13302] trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/glade/account.glade: Build fix; finish removing
|
||
obsolete merge "error" check.
|
||
|
||
2006-02-19 20:48 cstim
|
||
|
||
* [r13301] trunk/src/engine/test-core/test-engine-stuff.c: Fix
|
||
uninitialized variable warning
|
||
|
||
2006-02-19 19:29 warlord
|
||
|
||
* [r13300] trunk/ChangeLog,
|
||
trunk/src/engine/test-core/test-engine-stuff.c: A few tests to
|
||
improve get_random_query() and fix a couple test bugs. - Prefer
|
||
QUERY_AND and QUERY_OR over NAND, NOR, XOR - Don't randomly
|
||
generate a gnc_numeric with a 0 denominator.
|
||
|
||
2006-02-19 19:28 warlord
|
||
|
||
* [r13299] trunk/ChangeLog,
|
||
trunk/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas/foo-canvas-i18n.h:
|
||
Use glib's gi18n.h instead of redefining gettext.
|
||
|
||
2006-02-19 18:20 warlord
|
||
|
||
* [r13298] trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncOwner.c,
|
||
trunk/src/business/business-core/gncOwner.h,
|
||
trunk/src/business/business-gnome/dialog-payment.c: Remember the
|
||
last-used account when processing payment (#329725) *
|
||
src/business/business-core/gncOwner.[ch]: Add api to get owner
|
||
kvp-slots abstractly. *
|
||
src/business/business-gnome/dialog-payment.c: Load/save the
|
||
last-used transfer account whenever the owner changes or the
|
||
dialog completes. Fixes #329725.
|
||
|
||
2006-02-19 16:36 jsled
|
||
|
||
* [r13297] trunk/ChangeLog,
|
||
trunk/src/app-utils/gnc-account-merge.c,
|
||
trunk/src/app-utils/gnc-account-merge.h,
|
||
trunk/src/gnome/druid-hierarchy.c: Implement new-hierarchy-druid
|
||
placeholder-value merge policy as discussed on -devel.
|
||
|
||
2006-02-19 16:32 warlord
|
||
|
||
* [r13296] trunk/ChangeLog,
|
||
trunk/src/business/business-reports/fancy-invoice.scm: Brian's
|
||
patch to add company-id to the company address.
|
||
|
||
2006-02-19 16:22 warlord
|
||
|
||
* [r13295] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-payment.c: Pop up a
|
||
warning dialog if the user has no valid post-to accounts. Fixes
|
||
#331730.
|
||
|
||
2006-02-19 15:23 warlord
|
||
|
||
* [r13294] trunk/ChangeLog, trunk/src/engine/TransLog.c,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c: Make sure
|
||
we use tabs, not spaces, in the transaction log (#331620) *
|
||
src/engine/TransLog.c: use TABS not SPACES for column separators
|
||
* src/import-export/log-replay/gnc-log-replay.c: use printf so
|
||
we don't have a tab->space conversion problem like we did in
|
||
TransLog.c Fixes #331620.
|
||
|
||
2006-02-18 16:53 warlord
|
||
|
||
* [r13293] trunk/src/import-export/log-replay/gnc-log-replay.c:
|
||
Also report an error dialog if the fopen() fails.
|
||
|
||
2006-02-18 16:45 warlord
|
||
|
||
* [r13292] trunk/ChangeLog,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c: display an
|
||
error dialog when we fail to parse a log file due to EOF or a
|
||
bad header parsing. Fixes #331620 based on the test-case.
|
||
|
||
2006-02-18 14:39 warlord
|
||
|
||
* [r13291] trunk/ChangeLog, trunk/intl-scm/Makefile.am,
|
||
trunk/intl-scm/xgettext.scm: * intl-scm/xgettext.scm: remove the
|
||
absolute path from filenames * intl-scm/Makefile.am: pass the
|
||
absolute path to xgettext.scm
|
||
|
||
2006-02-18 10:08 cstim
|
||
|
||
* [r13290] trunk/intl-scm/xgettext.scm: Fix old truncation of
|
||
filename prefix that is no longer valid
|
||
|
||
2006-02-18 10:01 cstim
|
||
|
||
* [r13289] trunk/po/ca.po, trunk/po/cs.po, trunk/po/da.po,
|
||
trunk/po/de.po, trunk/po/el.po, trunk/po/en_GB.po,
|
||
trunk/po/es.po, trunk/po/es_NI.po, trunk/po/eu.po,
|
||
trunk/po/fr.po, trunk/po/hu.po, trunk/po/it.po, trunk/po/ja.po,
|
||
trunk/po/nb.po, trunk/po/ne.po, trunk/po/nl.po, trunk/po/pl.po,
|
||
trunk/po/pt.po, trunk/po/pt_BR.po, trunk/po/ru.po,
|
||
trunk/po/rw.po, trunk/po/sk.po, trunk/po/sv.po, trunk/po/ta.po,
|
||
trunk/po/tr.po, trunk/po/uk.po, trunk/po/zh_CN.po,
|
||
trunk/po/zh_TW.po: Make update-po because of recent massive
|
||
string changes
|
||
|
||
2006-02-18 05:18 hampton
|
||
|
||
* [r13288] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.h,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c: Remove all
|
||
explicit claiming of the selection in these files. The GtkEntry
|
||
they use already performs claims, and the additional just mess
|
||
things up. Fixes #330153.
|
||
|
||
2006-02-18 03:02 hampton
|
||
|
||
* [r13287] trunk/ChangeLog,
|
||
trunk/lib/goffice-0.0.4/goffice/graph/gog-guru.c,
|
||
trunk/lib/goffice-0.0.4/goffice/gtk/go-format-sel.c,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-budget.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-budget.h,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c,
|
||
trunk/src/report/report-gnome/dialog-style-sheet.c: Prepare for
|
||
gtk change that will issue warnings if the return value of the
|
||
gtk_tree_model iter functions are not used.
|
||
|
||
2006-02-18 02:49 warlord
|
||
|
||
* [r13286] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
autodetect OFX and use it if we find it. the
|
||
--enable/disable-ofx will make the check fatal on failure or
|
||
skip it altogether if you want to ignore an existing libofx.
|
||
|
||
2006-02-17 23:32 warlord
|
||
|
||
* [r13285] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/macros/g-wrap.m4: * configure.in: remove un-needed/wanted
|
||
gsf/goffice configure options * macros/g-wrap.m4: fix the help
|
||
text spacing.
|
||
|
||
2006-02-17 23:31 warlord
|
||
|
||
* [r13284] trunk/src/report/report-system/Makefile.am: Fix a
|
||
double-set of CLEANFILES.
|
||
|
||
2006-02-17 21:47 warlord
|
||
|
||
* [r13283] trunk/ChangeLog,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c: scrub the
|
||
transaction for a currency after we replay. (#143720).
|
||
|
||
2006-02-17 21:31 warlord
|
||
|
||
* [r13282] trunk/ChangeLog,
|
||
trunk/src/import-export/log-replay/gnc-log-replay.c: Don't pass
|
||
NULL to ferror() (from bug #143720).
|
||
|
||
2006-02-17 20:22 warlord
|
||
|
||
* [r13281] trunk/ChangeLog, trunk/intl-scm/Makefile.am,
|
||
trunk/lib/guile-www/Makefile.am,
|
||
trunk/src/app-utils/Makefile.am,
|
||
trunk/src/business/business-core/Makefile.am,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-reports/Makefile.am,
|
||
trunk/src/business/business-utils/Makefile.am,
|
||
trunk/src/business/dialog-tax-table/Makefile.am,
|
||
trunk/src/core-utils/Makefile.am, trunk/src/engine/Makefile.am,
|
||
trunk/src/gnc-module/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am, trunk/src/gnome/Makefile.am,
|
||
trunk/src/import-export/Makefile.am,
|
||
trunk/src/import-export/hbci/Makefile.am,
|
||
trunk/src/import-export/qif-import/Makefile.am,
|
||
trunk/src/import-export/qif-io-core/Makefile.am,
|
||
trunk/src/register/register-core/Makefile.am,
|
||
trunk/src/report/locale-specific/us/Makefile.am,
|
||
trunk/src/report/report-gnome/Makefile.am,
|
||
trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/standard-reports/Makefile.am,
|
||
trunk/src/report/stylesheets/Makefile.am,
|
||
trunk/src/report/utility-reports/Makefile.am,
|
||
trunk/src/scm/Makefile.am, trunk/src/scm/gnumeric/Makefile.am,
|
||
trunk/src/scm/printing/Makefile.am,
|
||
trunk/src/tax/us/Makefile.am: Make the build work if the build
|
||
directory is not the source directory. Also symlink .scm files
|
||
into the build directory so it's possible to run from it. Also
|
||
fix "fin.scm installed twice", bug #168629.
|
||
|
||
2006-02-17 15:03 chris
|
||
|
||
* [r13280] trunk/src/gnome-utils/dialog-account.c: Use
|
||
GPOINTER_TO_INT to avoid casting pointer to integer of different
|
||
size.
|
||
|
||
2006-02-16 06:07 warlord
|
||
|
||
* [r13279] trunk/ChangeLog, trunk/lib/libqof/qof/Makefile.am: *
|
||
lib/libqof/qof/Makefile.am: add qofla-dir.h to DISTCLEANFILES
|
||
|
||
2006-02-16 06:06 warlord
|
||
|
||
* [r13278] trunk/ChangeLog,
|
||
trunk/src/backend/file/test/test-load-xml2.c: need g_type_init()
|
||
because we don't actually "load" the file backend.
|
||
|
||
2006-02-16 04:50 warlord
|
||
|
||
* [r13277] trunk/ChangeLog,
|
||
trunk/src/backend/file/gncmod-backend-file.c,
|
||
trunk/src/backend/file/test/test-load-xml2.c: move jsled's
|
||
g-type initialization into the module init this way we don't
|
||
need to worry about it in every test app.
|
||
|
||
2006-02-16 04:31 warlord
|
||
|
||
* [r13276] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libgsf-1.12.3/tests/Makefile.am,
|
||
trunk/src/backend/file/Makefile.am,
|
||
trunk/src/backend/file/test/Makefile.am,
|
||
trunk/src/business/business-core/file/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am: combine XML_{CFLAGS,LIBS}
|
||
into LIBXML2_{CLFLAGS,LIBS}
|
||
|
||
2006-02-16 04:07 warlord
|
||
|
||
* [r13275] trunk/ChangeLog, trunk/configure.in: get --disable-gui
|
||
configure switch to actually do what we want. - Move a bunch of
|
||
configure code around in the file. - Don't look for goffice/gsf
|
||
if we ask for --disable-gui - add a few more comments - no need
|
||
to check for libxml2 twice (more work to do here).
|
||
|
||
2006-02-16 03:56 jsled
|
||
|
||
* [r13274] trunk/ChangeLog, trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/glade/account.glade: Andreas Kohler's patch to
|
||
not scroll the tree view headers in the new-account hierarchy
|
||
druid. Bug#330850.
|
||
|
||
2006-02-16 03:34 jsled
|
||
|
||
* [r13273] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/test/test-load-xml2.c: Fix test (init)
|
||
failure.
|
||
|
||
2006-02-15 23:20 codehelp
|
||
|
||
* [r13272] branches/cashutil/ChangeLog,
|
||
branches/cashutil/autogen.sh, branches/cashutil/configure.ac:
|
||
Halting the cashutil branch until further notice - development
|
||
continues outside svn
|
||
|
||
2006-02-15 22:06 chris
|
||
|
||
* [r13271] trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.h: Convert
|
||
the AccountType selection functions to work with
|
||
GtkTreeSelections from views using the filtered
|
||
GncTreeModelAccountTypes. Privatize the unfiltered
|
||
GncTreeModelAccountTypes - now, every accessible account-types
|
||
TreeModel is a new GtkTreeModelFilter, and their ref-counting is
|
||
always the same. Add some tweaks to
|
||
gnc-tree-model-account-types.[ch] from Andreas K<>hler
|
||
<andi5.py@gmx.net>, plus the conversion of the Account Dialog's
|
||
account-types field to use the filtered GncTreeModelAccountTypes
|
||
instead of a GtkListStore, but simplified to use the AccountType
|
||
selection functions.
|
||
|
||
2006-02-15 16:42 warlord
|
||
|
||
* [r13270] trunk/ChangeLog,
|
||
trunk/src/business/business-reports/owner-report.scm: set the
|
||
document title properly.
|
||
|
||
2006-02-15 16:19 warlord
|
||
|
||
* [r13269] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/qof/Makefile.am: Small QOF build fix for dist
|
||
and non-srcdir builds: * lib/libqof/qof/Makefile.am: keep
|
||
qofla-dir.h out of the dist * configure.in: look in builddir for
|
||
qof includes.
|
||
|
||
2006-02-15 15:16 warlord
|
||
|
||
* [r13268] trunk/ChangeLog,
|
||
trunk/src/business/business-core/business-core.scm: Fix a typo;
|
||
forgot one procedure name-change instance.
|
||
|
||
2006-02-15 14:58 chris
|
||
|
||
* [r13267] trunk/configure.in: Remove --enable-opt-style-install
|
||
configure option. That's one less thing to test.
|
||
|
||
2006-02-15 01:52 chris
|
||
|
||
* [r13266] trunk/src/report/report-system/report-system.scm,
|
||
trunk/src/report/report-system/report-utilities.scm,
|
||
trunk/src/report/standard-reports/balance-sheet.scm,
|
||
trunk/src/report/standard-reports/equity-statement.scm,
|
||
trunk/src/report/standard-reports/income-statement.scm: Changed
|
||
balance calculations in three reports from using local copies of
|
||
buggy accountlist-get-comm-balance-at-date to using a new
|
||
gnc:accountlist-get-comm-balance-interval provided by
|
||
report-utilities.scm. For the affected calculations, the
|
||
balances no longer exclude transactions on the first day of the
|
||
reporting period. This fixes
|
||
https://bugs.gnucash.org/show_bug.cgi?id=331005. Changed
|
||
calculations: Income Statement: Total Expenses, Total Revenues
|
||
Balance Sheet: Retained Earnings (*) Equity Statement: Retained
|
||
Earnings (*), Net Income (*) The Retained Earning calculations
|
||
use a start-date of "forever-ago" so they are not affected, but
|
||
still converted to the new function.
|
||
|
||
2006-02-15 01:33 warlord
|
||
|
||
* [r13265] trunk/configure.in: Mention libtool-ltdl-devel for FC4
|
||
if ltdl.h is missing.
|
||
|
||
2006-02-14 23:48 warlord
|
||
|
||
* [r13264] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm: Andrew
|
||
Sackville-West's patch to add display options and fix the
|
||
multicurrency patch. Fixes #314554 and #330577.
|
||
|
||
2006-02-14 21:16 cstim
|
||
|
||
* [r13263] trunk/po/de.po: Updated German translation - 3524 out
|
||
of 3716 done.
|
||
|
||
2006-02-14 21:03 cstim
|
||
|
||
* [r13262] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in,
|
||
trunk/src/gnome-utils/schemas/apps_gnucash_history.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_common.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_warnings.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_register.schemas.in,
|
||
trunk/src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in,
|
||
trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in:
|
||
Make the gconf key wordings consistent across all of our schemas
|
||
files, as discussed and prepared on
|
||
http://wiki.gnucash.org/wiki/GConf_Wording .
|
||
|
||
2006-02-14 19:58 cstim
|
||
|
||
* [r13261] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-hbci-getbalance.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c: For latest
|
||
aqbanking changes, define AQBANKING_NOWARN_DEPRECATED to disable
|
||
aqbanking compiler warnings because we will still use those
|
||
functions for some time to come.
|
||
|
||
2006-02-14 19:41 cstim
|
||
|
||
* [r13260] trunk/po/fr.po: Updated French translation by Didier
|
||
Vidal <didier-devel@9online.fr>
|
||
|
||
2006-02-13 23:45 hampton
|
||
|
||
* [r13259] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome/glade/account.glade: Andreas K<>hler's patch to
|
||
convert the account types list in the account edit dialog to a
|
||
GtkTreeView/GtkListStore.
|
||
|
||
2006-02-13 23:21 hampton
|
||
|
||
* [r13258] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Andreas K<>hler's
|
||
patch to prevent crash when voiding a transaction.
|
||
|
||
2006-02-13 16:23 warlord
|
||
|
||
* [r13257] trunk/ChangeLog, trunk/src/backend/postgres/table.m4:
|
||
use glib macro instead of cast to convert pointer to int. Fixes
|
||
#330581.
|
||
|
||
2006-02-13 15:42 hampton
|
||
|
||
* [r13256] trunk/ChangeLog, trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/sched-xact.glade: Andreas K<>hler's patch
|
||
to wrap label text in a couple of dialogs.
|
||
|
||
2006-02-13 14:06 codehelp
|
||
|
||
* [r13255] trunk/src/calculation/fin.c: correcting the logic in
|
||
the error state
|
||
|
||
2006-02-13 11:22 codehelp
|
||
|
||
* [r13254] trunk/src/calculation/fin.c: make it clearer that the
|
||
return value of 0.0 is an error by using g_return_val_if_fail -
|
||
cannot use assert as return value needs to be modified.
|
||
|
||
2006-02-13 09:02 codehelp
|
||
|
||
* [r13253] trunk/src/calculation/fin.c: preventing data loss in
|
||
normal use - retain unsigned int check for zero as a special
|
||
case error state indicating immediate abort.
|
||
|
||
2006-02-13 05:05 warlord
|
||
|
||
* [r13252] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm: Revert
|
||
advanced-portfolio.scm r13244 because it breaks the report. *
|
||
src/report/standard-reports/advanced-portfolio.scm: revert
|
||
r13244 in this file because it's badly formed and breaks the
|
||
report. Reopened bug #314554.
|
||
|
||
2006-02-13 03:32 warlord
|
||
|
||
* [r13251] trunk/autogen.sh: Error out of autogen if one of the
|
||
programs fails.
|
||
|
||
2006-02-13 03:28 warlord
|
||
|
||
* [r13250] trunk/autogen.sh: depend on autoconf 2.59 and automake
|
||
1.9
|
||
|
||
2006-02-13 00:15 codehelp
|
||
|
||
* [r13249] trunk/ChangeLog: ChangeLog entry for bug 107876 fix in
|
||
fin.c
|
||
|
||
2006-02-13 00:12 codehelp
|
||
|
||
* [r13248] trunk/src/calculation/fin.c: Fix Bug 107876 - financial
|
||
calculator would call exit(1) if calculation resulted in an
|
||
interest rate of zero.
|
||
|
||
2006-02-12 23:13 chris
|
||
|
||
* [r13247] trunk/ChangeLog: Copy 'svn log -v' output from past 20
|
||
days to ChangeLog.
|
||
|
||
2006-02-12 22:19 warlord
|
||
|
||
* [r13246] trunk/ChangeLog, trunk/src/gnome/Makefile.am,
|
||
trunk/src/gnome/gnucash.desktop.in: Christian Neumair's desktop
|
||
patch (#145545) * src/gnome/gnucash.desktop.in *
|
||
src/gnome/Makefile.am Make the desktop more HIG-compliant.
|
||
|
||
2006-02-12 22:09 warlord
|
||
|
||
* [r13245] trunk/ChangeLog, trunk/src/gnome/reconcile-list.c,
|
||
trunk/src/gnome/reconcile-list.h,
|
||
trunk/src/gnome/window-reconcile.c: Mike Alexander's reconcile
|
||
preselection patch (#112653). * src/gnome/window-reconcile.c
|
||
(gnc_reconcile_window_create_list_box): *
|
||
src/gnome/reconcile-list.c (gnc_reconcile_list_new): *
|
||
src/gnome/reconcile-list.h (gnc_reconcile_list_new): Don't
|
||
pre-select the reconciled status for transactions after the
|
||
statement date. Fixes #112653.
|
||
|
||
2006-02-12 21:46 warlord
|
||
|
||
* [r13244] trunk/ChangeLog,
|
||
trunk/src/report/report-system/commodity-utilities.scm,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm,
|
||
trunk/src/report/standard-reports/cash-flow.scm,
|
||
trunk/src/report/standard-reports/portfolio.scm,
|
||
trunk/src/report/standard-reports/transaction.scm: Mike
|
||
Alexander's patch to handle multiple currencies in reports.
|
||
(#314554) * src/report/standard-reports/portfolio.scm: *
|
||
src/report/standard-reports/advanced-portfolio.scm: Report
|
||
currency option Sort accounts Handle "nearest price" option
|
||
better * src/report/standard-reports/cash-flow.scm: Handle
|
||
multiple currencies better *
|
||
src/report/standard-reports/transaction.scm: Add common currency
|
||
option. Handle "nearest price" option better. *
|
||
src/report/report-system/commodity-utilities.scm
|
||
(gnc:exchange-by-pricedb-nearest): Use price nearest to noon on
|
||
the day specified. Fixes bug #314554.
|
||
|
||
2006-02-12 20:31 chris
|
||
|
||
* [r13243] trunk/src/calculation/expression_parser.c: Don't
|
||
continue to parse the expression if we've already reached the
|
||
end. Fixes https://bugs.gnucash.org/show_bug.cgi?id=166840.
|
||
|
||
2006-02-12 20:29 warlord
|
||
|
||
* [r13242] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm: Boris
|
||
Zbarsky's advanced-portfolio patch. (#311549) *
|
||
src/report/standard-reports/advanced-portfolio.scm: Apply
|
||
dividend and brokerage to moneyin and moneyout to more
|
||
accurately reflect account activity. Fixes bug #311549.
|
||
|
||
2006-02-12 20:03 warlord
|
||
|
||
* [r13241] trunk/ChangeLog, trunk/src/engine/Scrub.c,
|
||
trunk/src/engine/Scrub.h: Mike Alexander's Currency Scrub patch.
|
||
* src/engine/Scrub.c: * src/engine/Scrub.h: Try to fix
|
||
transactions that have no currency, perhaps because of a log
|
||
replay. Workaround for bug #143720.
|
||
|
||
2006-02-12 19:32 warlord
|
||
|
||
* [r13240] trunk/ChangeLog,
|
||
trunk/src/report/stylesheets/stylesheet-fancy.scm: Des Dougan's
|
||
patch to let the user choose the fancy-stylesheet image
|
||
alignment. Fixes #314048.
|
||
|
||
2006-02-12 18:56 codehelp
|
||
|
||
* [r13239] trunk/ChangeLog: ChangeLog for my commits today
|
||
|
||
2006-02-12 18:55 codehelp
|
||
|
||
* [r13238] trunk/src/test-core/test-stuff.c: Ensuring
|
||
get_random_double returns at least some decimal places more
|
||
often than not.
|
||
|
||
2006-02-12 18:31 warlord
|
||
|
||
* [r13237] trunk/ChangeLog,
|
||
trunk/src/business/business-reports/fancy-invoice.scm,
|
||
trunk/src/business/business-utils/business-prefs.scm,
|
||
trunk/src/business/business-utils/business-utils.scm: Brian's
|
||
patch to fancy-invoice to parameterize everything. *
|
||
src/business/business-utils/business-prefs.scm: *
|
||
src/business/business-utils/business-utils.scm: Add a bunch of
|
||
new File -> Properties to describe the business. *
|
||
src/business/business-reports/fancy-invoice.scm: Parameterize
|
||
all the various settings in the report so they can all be set
|
||
through the options or file->properties settings. Patch by
|
||
"Brian", but slightly modified to not hard-code some strings.
|
||
|
||
2006-02-12 18:28 codehelp
|
||
|
||
* [r13236] trunk/lib/libqof/qof/qofsession.c: Improve
|
||
QOF_TYPE_COLLECT handling and recursive copies
|
||
|
||
2006-02-12 18:25 codehelp
|
||
|
||
* [r13235] trunk/lib/libqof/backend/file/qsf-backend.c: Check that
|
||
files can be opened before trying to work out their type. Use
|
||
new QofBackendError value
|
||
|
||
2006-02-12 18:24 codehelp
|
||
|
||
* [r13234] trunk/lib/libqof/qof/qofbackend.h: New QofBackendError
|
||
code if files cannot be read
|
||
|
||
2006-02-12 16:16 warlord
|
||
|
||
* [r13233] trunk/ChangeLog,
|
||
trunk/src/business/business-core/business-core.scm,
|
||
trunk/src/business/business-reports/fancy-invoice.scm: Rework
|
||
some APIs for the fancy-invoice set the client name font.
|
||
#327545. * src/business/business-core/business-core.scm: add
|
||
gnc:owner-get-name-dep and gnc:owner-get-address-dep APIs *
|
||
src/business/business-reports/fancy-invoice.scm: Change the font
|
||
of the client company name to match the owner company name.
|
||
Fixes #327545.
|
||
|
||
2006-02-12 15:28 warlord
|
||
|
||
* [r13232] trunk/ChangeLog,
|
||
trunk/src/business/business-core/business-core.scm,
|
||
trunk/src/business/business-reports/easy-invoice.scm,
|
||
trunk/src/business/business-reports/fancy-invoice.scm,
|
||
trunk/src/business/business-reports/invoice.scm,
|
||
trunk/src/business/business-reports/owner-report.scm: rename
|
||
gnc:owner-get-address-dep to gnc:owner-get-name-and-address-dep
|
||
in preparation of some other patches.
|
||
|
||
2006-02-12 11:13 cstim
|
||
|
||
* [r13231] trunk/po/de.po: Updated German translation - 3500 out
|
||
of 3657 done.
|
||
|
||
2006-02-12 11:10 cstim
|
||
|
||
* [r13230] trunk/src/gnome/druid-merge.c: String cleanup; fix
|
||
manual emulation of ngettext; fix some memory leaks due to
|
||
g_strconcat, but not yet all
|
||
|
||
2006-02-12 05:21 chris
|
||
|
||
* [r13229] trunk/src/gnome-utils/window-main-summarybar.c: Use the
|
||
price nearest to midday to get the value in the default
|
||
currency. Patch by Mike Alexander <mta.umich.edu>, closes bug
|
||
#330361
|
||
|
||
2006-02-12 04:13 chris
|
||
|
||
* [r13228] trunk/src/report/report-gnome/gnc-plugin-page-report.c:
|
||
Take #2: Fixups for two botched gnc-plugin-page-report.c commits
|
||
tonight. 1) Correctly handle gc protection for non-boolean
|
||
'edited_reports' field. 2) Pass list argument instead of
|
||
immediate to gfec_apply.
|
||
|
||
2006-02-12 02:40 chris
|
||
|
||
* [r13227] trunk/src/report/report-gnome/gnc-plugin-page-report.c:
|
||
Gracefully handle errors in report options. This prevents the
|
||
whole program from crashing when unrecognized report options are
|
||
used.
|
||
|
||
2006-02-12 01:59 warlord
|
||
|
||
* [r13226] trunk/configure.in: Um, quote the sed script so it
|
||
actually works right. Oops.
|
||
|
||
2006-02-11 23:24 warlord
|
||
|
||
* [r13225] trunk/ChangeLog, trunk/configure.in: rework the
|
||
initialization to require autoconf-2.59 and automake-1.9 parse
|
||
the version out of the AC_PACKAGE_VERSION macro, so we still
|
||
only need to set it in one place. This should solve a number of
|
||
old-automake related problems people have seen.
|
||
|
||
2006-02-11 22:50 warlord
|
||
|
||
* [r13224] trunk/ChangeLog,
|
||
trunk/src/business/business-reports/owner-report.scm: set the
|
||
document title properly AFTER type-str is set.
|
||
|
||
2006-02-11 21:07 chris
|
||
|
||
* [r13223] trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/report-system/gnc-report.c: gc_protect SCM
|
||
reports while they are in the GHashTable. Also, use gfec to be a
|
||
bit more defensive about potential errors while running a report.
|
||
|
||
2006-02-11 20:22 warlord
|
||
|
||
* [r13219] trunk/ChangeLog,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: don't
|
||
need to scm_gc_{un,}protect_object on SCM_BOOL_F.
|
||
|
||
2006-02-11 20:08 hampton
|
||
|
||
* [r13218] trunk/ChangeLog, trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/acctperiod.glade,
|
||
trunk/src/gnome/glade/sched-xact.glade: Patch from Tommi
|
||
Vainikainen <tvainika@niksula.hut.fi> to remove extraneous line
|
||
breaks.
|
||
|
||
2006-02-11 20:00 hampton
|
||
|
||
* [r13213] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-commodity-xml-v2.c,
|
||
trunk/src/backend/file/test/test-xml-commodity.c,
|
||
trunk/src/backend/postgres/table.m4,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/engine/test-core/test-engine-stuff.c,
|
||
trunk/src/engine/test/test-commodities.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/dialog-commodity.h,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.h,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
trunk/src/import-export/import-commodity-matcher.c,
|
||
trunk/src/import-export/import-commodity-matcher.h,
|
||
trunk/src/import-export/ofx/gnc-ofx-import.c: Globally replace
|
||
the words "exchange_code" with cusip in the source. No user
|
||
visible changes.
|
||
|
||
2006-02-11 11:14 cstim
|
||
|
||
* [r13206] trunk/src/app-utils/gnc-gettext-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome/window-reconcile.c,
|
||
trunk/src/report/report-gnome/window-report.c: When translation
|
||
potentially empty strings, check always for nonemptyness. Should
|
||
avoid #330179 in the rest of the code as well.
|
||
|
||
2006-02-11 10:55 cstim
|
||
|
||
* [r13205] trunk/ChangeLog, trunk/po/Makevars,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c: Add
|
||
--keyword=Q_ to xgettext arguments so that translations with
|
||
context prefix/disambiguation prefix are included as well.
|
||
|
||
2006-02-11 10:29 cstim
|
||
|
||
* [r13204] trunk/po/de.po: Updated German translation - 3485 out
|
||
of 3656 done.
|
||
|
||
2006-02-11 10:18 cstim
|
||
|
||
* [r13203] trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Fix duplicate menu
|
||
item shortcut. Fixes #330671.
|
||
|
||
2006-02-11 10:14 cstim
|
||
|
||
* [r13202] trunk/src/gnome/gnc-plugin-page-register.c: Fix
|
||
duplicate menu item shortcut. Fixes #330672.
|
||
|
||
2006-02-11 10:04 cstim
|
||
|
||
* [r13201] trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: String cleanup.
|
||
Remove erroneous underscore. Fixes #330769.
|
||
|
||
2006-02-11 05:23 chris
|
||
|
||
* [r13200] trunk/src/gnome-utils/glade/preferences.glade: Tweak
|
||
the preferences labels for accounting periods.
|
||
|
||
2006-02-11 05:14 chris
|
||
|
||
* [r13199] trunk/src/app-utils/app-utils.scm,
|
||
trunk/src/app-utils/date-utilities.scm,
|
||
trunk/src/app-utils/gnc-accounting-period.h,
|
||
trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/app-utils/options.scm: Change the reports from using a
|
||
hard-coded fiscal year to using the global accounting period set
|
||
in the preferences. Both the start date and the end date are
|
||
used, so the user is free to choose any arbitrary period.
|
||
|
||
2006-02-11 05:00 chris
|
||
|
||
* [r13198] trunk/src/app-utils/gnc-accounting-period.c,
|
||
trunk/src/app-utils/gnc-accounting-period.h,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/window-main-summarybar.c,
|
||
trunk/src/gnome-utils/window-main-summarybar.h: Move the
|
||
accounting period preference functions from
|
||
window-main-summarybar to gnc-accounting-period.
|
||
|
||
2006-02-11 03:54 hampton
|
||
|
||
* [r13197] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: Correctly open
|
||
an account and its sub-accounts. Fixes 330745.
|
||
|
||
2006-02-10 22:43 warlord
|
||
|
||
* [r13196] trunk/ChangeLog, trunk/lib/libqof/qof/gnc-event.c:
|
||
Better handling of event removal. This allows us to actually
|
||
clean up, but also makes sure we don't destroy the handler list
|
||
out from under us as we're processing events.
|
||
|
||
2006-02-10 15:32 warlord
|
||
|
||
* [r13195] trunk/ChangeLog, trunk/configure.in: check that we can
|
||
find g-wrap-wct.h. detects that we're running on a "broken"
|
||
system like Ubuntu. This is in response to #330539.
|
||
|
||
2006-02-10 15:04 warlord
|
||
|
||
* [r13194] trunk/ChangeLog, trunk/Makefile.am: added
|
||
README.dependencies to the dist. Fixes #330614.
|
||
|
||
2006-02-10 15:00 warlord
|
||
|
||
* [r13193] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-options.c: Test for an empty string
|
||
when translating. (Fixes #330179)
|
||
|
||
2006-02-10 05:44 hampton
|
||
|
||
* [r13192] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c: Pass argc
|
||
by reference instead of value so g_option_parse_context can
|
||
update it.
|
||
|
||
2006-02-10 04:17 hampton
|
||
|
||
* [r13191] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c: Don't
|
||
initialize the display at option parsing time. This way
|
||
--add-price-quotes can run from a cron job.
|
||
|
||
2006-02-10 02:13 hampton
|
||
|
||
* [r13190] trunk/ChangeLog, trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/glade/commodity.glade: Update for known
|
||
F::Q 1.11 quote sources.
|
||
|
||
2006-02-10 02:12 hampton
|
||
|
||
* [r13189] trunk/src/quotes/finance-quote-check.in,
|
||
trunk/src/scm/price-quotes.scm: Print out the installed F::Q
|
||
version at startup.
|
||
|
||
2006-02-09 19:46 warlord
|
||
|
||
* [r13175] trunk/src/engine/Transaction.c: Use
|
||
xaccTrans{Begin,Commit}Edit in xaccTransDestroy()
|
||
|
||
2006-02-09 16:28 warlord
|
||
|
||
* [r13174] trunk/ChangeLog, trunk/macros/legacy_macros.m4: Print
|
||
more debugging when the guile version check fails. *
|
||
macros/legacy_macros.m4: when the guile version check fails,
|
||
print out the version of guile that we found in order to aid
|
||
debugging.
|
||
|
||
2006-02-09 07:26 hampton
|
||
|
||
* [r13173] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-control.c: Better
|
||
fix for the code that updates the buy/sell action based on the
|
||
number of shares entered in a transaction.
|
||
|
||
2006-02-09 07:24 hampton
|
||
|
||
* [r13172] trunk/src/gnome-utils/gnc-tree-view-account.c: Remove
|
||
forgotten unused variable.
|
||
|
||
2006-02-09 06:17 hampton
|
||
|
||
* [r13171] trunk/src/gnome/glade/reconcile.glade: Set the default
|
||
button.
|
||
|
||
2006-02-09 05:58 warlord
|
||
|
||
* [r13170] tags/1-9-0, tags/1.9.0: renaming 1-9-0 tag to 1.9.0
|
||
|
||
2006-02-09 05:56 warlord
|
||
|
||
* [r13169] tags/gnucash-1-9-0: removing broken 1.9.0 release tag
|
||
|
||
2006-02-09 05:41 wilddev
|
||
|
||
* [r13168] tags/1-9-0: Tagging the 1.9.0 release of GnuCash
|
||
|
||
2006-02-09 05:23 chris
|
||
|
||
* [r13167] trunk/src/gnome-utils/gnc-tree-view-account.c: Remove
|
||
forgotten unused variable.
|
||
|
||
2006-02-09 05:03 hampton
|
||
|
||
* [r13166] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-control.c: Fix the
|
||
code that updates the buy/sell action based on the number of
|
||
shares entered in a transaction.
|
||
|
||
2006-02-09 04:53 chris
|
||
|
||
* [r13165] trunk/src/gnome-utils/gnc-tree-view-account.c: Add two
|
||
columns to the Accounts page: "Total (Period)" & "Balance
|
||
(Period)" These are the recursive and non-recursive,
|
||
respectively, period balances, where the accounting period is
|
||
specified in the preferences.
|
||
|
||
2006-02-09 04:41 hampton
|
||
|
||
* [r13164] trunk/src/gnome-utils/window-main-summarybar.c: Call
|
||
existing function to find the end of the day.
|
||
|
||
2006-02-09 04:37 hampton
|
||
|
||
* [r13163] trunk/ChangeLog, trunk/src/engine/gnc-pricedb.c,
|
||
trunk/src/gnome/dialog-price-edit-db.c: A couple of performance
|
||
enhancements.
|
||
|
||
2006-02-09 04:35 hampton
|
||
|
||
* [r13162] trunk/src/gnome/gnc-plugin-basic-commands.c: Set the
|
||
busy cursor while the dialogs are being generated.
|
||
|
||
2006-02-09 04:34 hampton
|
||
|
||
* [r13161] trunk/src/gnome/glade/commodities.glade,
|
||
trunk/src/gnome/glade/price.glade: Set the window type hint to
|
||
normal.
|
||
|
||
2006-02-09 04:33 hampton
|
||
|
||
* [r13160] trunk/src/gnome-utils/glade/commodity.glade: Fix a
|
||
duplicate accelerator key.
|
||
|
||
2006-02-09 04:27 wilddev
|
||
|
||
* [r13159] tags/gnucash-1-9-0: Tagging the 1.9.0 release of GnuCash
|
||
|
||
2006-02-09 04:17 chris
|
||
|
||
* [r13158] trunk/src/gnome-utils/window-main-summarybar.c,
|
||
trunk/src/gnome-utils/window-main-summarybar.h: Fix an
|
||
off-by-one (day) error in the dates used by the summarybar.
|
||
Factor out and publicize functions to get the start and end of
|
||
the accounting period in the preferences. Mark one comment as
|
||
probably obsolete.
|
||
|
||
2006-02-09 04:16 wilddev
|
||
|
||
* [r13157] trunk/ChangeLog, trunk/NEWS: update to release 1.9.0
|
||
|
||
2006-02-09 01:47 chris
|
||
|
||
* [r13156] trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.h: Factor out an "approved"
|
||
method for getting the GtkCellRenderer from a GtkTreeViewColumn
|
||
that's been added to a GncTreeView with one of the convenience
|
||
functions.
|
||
|
||
2006-02-09 01:24 chris
|
||
|
||
* [r13155] trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/window-main-summarybar.c,
|
||
trunk/src/gnome-utils/window-main-summarybar.h,
|
||
trunk/src/gnome/Makefile.am,
|
||
trunk/src/gnome/window-main-summarybar.c,
|
||
trunk/src/gnome/window-main-summarybar.h: Move
|
||
window-main-summarybar.[ch] from gnome/ to gnome-utils/. It
|
||
doesn't depend on anything in gnome/.
|
||
|
||
2006-02-08 15:05 chris
|
||
|
||
* [r13154] trunk/src/gnome/gnc-plugin-page-register.c: Change name
|
||
of SplitRegister variable name to 'reg' for consistency.
|
||
|
||
2006-02-08 15:00 chris
|
||
|
||
* [r13153] trunk/src/report/report-system/html-document.scm: A
|
||
little error checking for report titles.
|
||
|
||
2006-02-08 06:04 chris
|
||
|
||
* [r13152] trunk/lib/libqof/qof/gnc-event.c: Don't allow the event
|
||
handler list to shrink while we're traversing it. This change
|
||
isn't ideal in the sense that the handler list is now a
|
||
monotonically increasing resource, but it's better than crashing
|
||
when the handler in node N+1 happens to be deleted while
|
||
servicing the handler in node N.
|
||
|
||
2006-02-08 06:00 hampton
|
||
|
||
* [r13151] trunk/ChangeLog, trunk/src/gnome-search/search.glade:
|
||
Set the default button.
|
||
|
||
2006-02-08 05:55 chris
|
||
|
||
* [r13150] trunk/src/gnome-utils/gnc-tree-model-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c,
|
||
trunk/src/gnome-utils/gnc-tree-model.c,
|
||
trunk/src/gnome-utils/gnc-tree-model.h,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-price.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.c: Convert GncTreeModel from
|
||
a GtkObject to a GObject. Replace gtk_object_sink calls on the
|
||
models with g_object_unref calls. Correctly increase the
|
||
refcount of "remembered" models when we return them.
|
||
|
||
2006-02-08 02:23 chris
|
||
|
||
* [r13149] trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c: Convert
|
||
GncTreeModelPrice and GncTreeModelCommodity to use GObject
|
||
dispose path instead of GtkObject destroy path.
|
||
|
||
2006-02-08 01:55 chris
|
||
|
||
* [r13148] trunk/src/gnome-utils/gnc-tree-model-account.c: Convert
|
||
GncTreeModelAccount to use the GObject dispose path instead of
|
||
the GtkObject destroy path. Also, remove the gconf callback
|
||
during dispose.
|
||
|
||
2006-02-07 22:01 cstim
|
||
|
||
* [r13147] trunk/po/de.po: Updated German translation
|
||
|
||
2006-02-07 21:07 cstim
|
||
|
||
* [r13146] trunk/configure.in: Improve check for aqbanking by
|
||
looking for the pkg-config file first and using the old method
|
||
as a fallback
|
||
|
||
2006-02-07 21:06 cstim
|
||
|
||
* [r13145] trunk/ChangeLog, trunk/po/glossary/de.po,
|
||
trunk/po/glossary/gnc-glossary.txt: Update glossary
|
||
|
||
2006-02-07 21:05 cstim
|
||
|
||
* [r13144] trunk/src/business/business-gnome/dialog-invoice.c:
|
||
String cleanup; add translator comments
|
||
|
||
2006-02-07 21:04 cstim
|
||
|
||
* [r13143] trunk/src/business/business-reports/owner-report.scm:
|
||
String cleanup: Remove formatting from translations
|
||
|
||
2006-02-07 20:23 cstim
|
||
|
||
* [r13142] trunk/po/fr.po: Updated French translation by Didier
|
||
Vidal
|
||
|
||
2006-02-07 20:22 cstim
|
||
|
||
* [r13141] trunk/po/nb.po: Update Norwegian translation by Tor
|
||
Harald Thorland
|
||
|
||
2006-02-07 19:52 chris
|
||
|
||
* [r13140] trunk/src/bin/gnucash-bin.c: Recompute argc after argv
|
||
may have changed.
|
||
|
||
2006-02-07 04:47 hampton
|
||
|
||
* [r13139] trunk/ChangeLog, trunk/glade-fixup,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/budget.glade,
|
||
trunk/src/gnome/glade/tax.glade,
|
||
trunk/src/import-export/hbci/glade/hbci.glade,
|
||
trunk/src/report/report-gnome/report.glade: Filter out more post
|
||
gtk2.4 properties.
|
||
|
||
2006-02-07 03:59 hampton
|
||
|
||
* [r13138] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c: Fix some
|
||
issues when invoking from a non-utf8, non latin1 locale. Use
|
||
g_print to print to the console. Convert from popt to g_options
|
||
for glib >= 2.6.
|
||
|
||
2006-02-07 01:56 hampton
|
||
|
||
* [r13137] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-grid.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c: Scott
|
||
Oonk' patch to fix a couple of problems with right justified
|
||
cells in the register.
|
||
|
||
2006-02-06 22:09 codehelp
|
||
|
||
* [r13136] trunk/src/business/business-core/gncInvoice.c: omitting
|
||
collect type from invoice object until fix is ready in libqof -
|
||
allows QSF Invoice export to work
|
||
|
||
2006-02-06 20:45 codehelp
|
||
|
||
* [r13135] trunk/src/backend/postgres/PostgresBackend.c,
|
||
trunk/src/backend/postgres/txn.c,
|
||
trunk/src/backend/postgres/txnmass.c: more inst.kvp_data changes
|
||
to get Postgres backend to compile
|
||
|
||
2006-02-06 20:41 chris
|
||
|
||
* [r13134] trunk/src/engine/Transaction.c: Fix two places where we
|
||
were letting the split values become incoherent with account
|
||
balances. Comment two possible bugs related to capgains and
|
||
dirtying (or not) Splits.
|
||
|
||
2006-02-06 18:31 chris
|
||
|
||
* [r13133] trunk/src/backend/file/io-gncxml-v1.c: Fix breakage
|
||
from missed case in Split QofEntity->QofInstance conversion.
|
||
|
||
2006-02-06 17:57 chris
|
||
|
||
* [r13132] trunk/src/engine/Transaction.c: Keep QOF aware of the
|
||
dirty-state of Transactions. Also, dirty transactions upon
|
||
changing due date and read-only status, which didn't used to
|
||
happen.
|
||
|
||
2006-02-06 17:12 chris
|
||
|
||
* [r13131] trunk/src/backend/postgres/txn.c,
|
||
trunk/src/engine/Account.c, trunk/src/engine/Period.c,
|
||
trunk/src/engine/Scrub2.c, trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/TransactionP.h, trunk/src/engine/cap-gains.c:
|
||
Convert Split from QofEntity to QofInstance. Let QofInstance
|
||
manage the book pointer and kvp frame instead of Split managing
|
||
its own.
|
||
|
||
2006-02-06 16:18 chris
|
||
|
||
* [r13130] trunk/src/engine/Transaction.c: Replace check_open() in
|
||
setter API with internal qof_{begin,commit}_edit().
|
||
|
||
2006-02-06 06:45 warlord
|
||
|
||
* [r13129] trunk/src/engine/Transaction.c: Revert Chris' change in
|
||
r13128. Keep in the error check for db-transactional data
|
||
storage until the objects can be modified to support
|
||
db-transactional autocommit (by calling BeginEdit/CommitEdit
|
||
internally instead of checking that the caller did so). But
|
||
revert for now to make sure a caller has called BeginEdit in
|
||
order to make sure the data gets "saved" (assuming a SQLish
|
||
backend).
|
||
|
||
2006-02-06 04:50 chris
|
||
|
||
* [r13128] trunk/src/engine/Transaction.c: Remove check_open()
|
||
calls from Transaction setters. These calls were probably a
|
||
copied idiom from the Split setters in this same file, but Split
|
||
and Transaction use completely different mechanisms for managing
|
||
dirty state. Transactions inherit from QofInstance and so use
|
||
the .dirty field. Splits inherit from QofEntity, so their
|
||
check_open(split->parent) calls are their way of letting someone
|
||
know they've changed.
|
||
|
||
2006-02-05 21:10 warlord
|
||
|
||
* [r13127] trunk/ChangeLog,
|
||
trunk/src/engine/test-core/test-engine-stuff.c: - better fix for
|
||
#accounts - don't g_list_free the account_list
|
||
|
||
2006-02-05 21:05 codehelp
|
||
|
||
* [r13126] trunk/po/en_GB.po: remove obsolete strings at end of po
|
||
file
|
||
|
||
2006-02-05 20:59 codehelp
|
||
|
||
* [r13125] trunk/configure.in: Allowing gnucash to build on a
|
||
vanilla FC3 install
|
||
|
||
2006-02-05 20:38 warlord
|
||
|
||
* [r13124] trunk/ChangeLog,
|
||
trunk/src/engine/test-core/test-engine-stuff.c: A few test
|
||
changes to make sure we don't fail when we're very unlucky. -
|
||
make sure a random group always has at least two accounts - fix
|
||
"make random transaction" to tell us when we don't have at least
|
||
two accounts. - free the results of xaccGroupGetSubAccounts().
|
||
|
||
2006-02-05 20:00 warlord
|
||
|
||
* [r13123] trunk/ChangeLog, trunk/src/backend/file/Makefile.am: *
|
||
src/backend/file/Makefile.am: link against libcore-utils.
|
||
|
||
2006-02-05 19:58 warlord
|
||
|
||
* [r13122] trunk/ChangeLog,
|
||
trunk/src/app-utils/test/test-scm-query-string.c: use g_strdup
|
||
-- cannot feed SCM_STRING_CHARS() back into guile. (fixes a
|
||
weird test-case failure in some cases).
|
||
|
||
2006-02-05 19:06 codehelp
|
||
|
||
* [r13121] trunk/po/en_GB.po: updating for latest merge, 3662
|
||
translated
|
||
|
||
2006-02-05 17:50 warlord
|
||
|
||
* [r13120] trunk/po/ca.po, trunk/po/cs.po, trunk/po/da.po,
|
||
trunk/po/de.po, trunk/po/el.po, trunk/po/en_GB.po,
|
||
trunk/po/es.po, trunk/po/es_NI.po, trunk/po/eu.po,
|
||
trunk/po/fr.po, trunk/po/hu.po, trunk/po/it.po, trunk/po/ja.po,
|
||
trunk/po/nb.po, trunk/po/ne.po, trunk/po/nl.po, trunk/po/pl.po,
|
||
trunk/po/pt.po, trunk/po/pt_BR.po, trunk/po/ru.po,
|
||
trunk/po/rw.po, trunk/po/sk.po, trunk/po/sv.po, trunk/po/ta.po,
|
||
trunk/po/tr.po, trunk/po/uk.po, trunk/po/zh_CN.po,
|
||
trunk/po/zh_TW.po: Commit msgmerge prior to 1.9.0 release.
|
||
|
||
2006-02-05 17:00 codehelp
|
||
|
||
* [r13119] trunk/src/engine/test/test-recursive.c: removing
|
||
unneeded headers and tidying up debug code
|
||
|
||
2006-02-05 16:58 warlord
|
||
|
||
* [r13118] trunk/ChangeLog,
|
||
trunk/src/backend/file/test/Makefile.am: *
|
||
src/backend/file/test/Makefile.am: link against libcore-utils.
|
||
|
||
2006-02-05 12:25 codehelp
|
||
|
||
* [r13117] trunk/ChangeLog, trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/qoflog.c, trunk/lib/libqof/qof/qoflog.h:
|
||
Deprecating qof_log_set_level_global in favour of
|
||
qof_log_set_level_registered.
|
||
|
||
2006-02-05 10:58 codehelp
|
||
|
||
* [r13116] trunk/ChangeLog, trunk/lib/libqof/qof/qofbackend-p.h,
|
||
trunk/lib/libqof/qof/qofbackend.h: Improve documentation of
|
||
QofBackendProvider
|
||
* [r13115] trunk/lib/libqof/qof/qofchoice.c,
|
||
trunk/lib/libqof/qof/qofchoice.h, trunk/lib/libqof/qof/qoflog.c:
|
||
support logging of qofchoice by default
|
||
|
||
2006-02-05 10:57 codehelp
|
||
|
||
* [r13114] trunk/lib/libqof/qof/gnc-engine-util.h: line-wrapping
|
||
tweak
|
||
|
||
2006-02-05 10:51 codehelp
|
||
|
||
* [r13113] trunk/src/report/report-system: ignoring generated
|
||
symlink 'g-wrapped' in svn
|
||
|
||
2006-02-05 10:48 codehelp
|
||
|
||
* [r13112] trunk/lib/libqof/qof/qofsession.c: reverting change to
|
||
qofsession.c from r13084, already replaced in r13097
|
||
|
||
2006-02-05 10:13 codehelp
|
||
|
||
* [r13111] trunk/src/engine/test,
|
||
trunk/src/engine/test/Makefile.am,
|
||
trunk/src/engine/test/test-recursive.c: New test for recursive
|
||
copying of entities between sessions
|
||
|
||
2006-02-05 10:12 codehelp
|
||
|
||
* [r13110] trunk/src/engine/test/test-numeric.c: typos
|
||
|
||
2006-02-05 03:17 hampton
|
||
|
||
* [r13108] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/register/ledger-core/split-register.c: Get gnucash to
|
||
compile with gcc4.1.
|
||
|
||
2006-02-05 01:41 warlord
|
||
|
||
* [r13107] trunk/ChangeLog, trunk/lib/libqof/qof/gnc-numeric.c:
|
||
Some gnc-numeric fixes (more to come). - Fixes for handling
|
||
reciprocal values. - Mark a lot of places where potential
|
||
overflow bugs are not handled.
|
||
|
||
2006-02-05 00:16 jsled
|
||
|
||
* [r13106] trunk/src/doc/xml/gnucash-v2.rnc: fix gnc:numeric
|
||
lexical range.
|
||
|
||
2006-02-04 23:56 jsled
|
||
|
||
* [r13105] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c,
|
||
trunk/src/doc/xml/gnucash-v2.rnc: Emit all used namespaces; add
|
||
XML datafile schema.
|
||
|
||
2006-02-04 22:44 hampton
|
||
|
||
* [r13104] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/schemas/Makefile.am,
|
||
trunk/src/gnome-utils/schemas/Makefile.am,
|
||
trunk/src/gnome/schemas/Makefile.am,
|
||
trunk/src/import-export/hbci/schemas/Makefile.am,
|
||
trunk/src/import-export/schemas/Makefile.am: Don't just install
|
||
the schema files, also install the gconf objects into the
|
||
database. Reverts accidental change made as part of r12863.
|
||
|
||
2006-02-04 22:41 hampton
|
||
|
||
* [r13103] trunk/src/business/business-reports/owner-report.scm:
|
||
Remove extra close parenthesis.
|
||
|
||
2006-02-04 20:49 jsled
|
||
|
||
* [r13102] trunk/ChangeLog,
|
||
trunk/src/business/business-reports/aging.scm,
|
||
trunk/src/business/business-reports/owner-report.scm,
|
||
trunk/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
trunk/src/report/locale-specific/us/taxtxf.scm,
|
||
trunk/src/report/report-system/html-document.scm,
|
||
trunk/src/report/report-system/html-style-sheet.scm,
|
||
trunk/src/report/report-system/report-system.scm,
|
||
trunk/src/report/stylesheets/stylesheet-easy.scm,
|
||
trunk/src/report/stylesheets/stylesheet-fancy.scm,
|
||
trunk/src/report/stylesheets/stylesheet-plain.scm: Seperate
|
||
report titles from headlines; leave title as a string, use
|
||
headline for richer markup. Related to Bug#329369.
|
||
|
||
2006-02-04 20:46 hampton
|
||
|
||
* [r13101] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c: Add
|
||
disambiguating prefix to the single letter column titles.
|
||
|
||
2006-02-04 20:36 hampton
|
||
|
||
* [r13100] trunk/ChangeLog,
|
||
trunk/src/report/stylesheets/stylesheet-easy.scm,
|
||
trunk/src/report/stylesheets/stylesheet-fancy.scm: Dave Herman's
|
||
patch to fix #327630 by copying missing "function"
|
||
(gnc:html-document-set-style!) from the plain to both the
|
||
"fancy" and "easy" stylesheets.
|
||
|
||
2006-02-04 20:22 hampton
|
||
|
||
* [r13099] trunk/src/gnome-utils/gnc-tree-view.h: Fix a couple of
|
||
comments.
|
||
* [r13098] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-price.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.c: Andreas K<>hler's patch to
|
||
perform the i18n on column headers before calling the generic
|
||
tree view code instead of performing it a couple steps removed.
|
||
It also introduces the translatable strings "P" (placeholder)
|
||
and "Q" (quotes) used in toggle column headers.
|
||
|
||
2006-02-04 17:56 jsled
|
||
|
||
* [r13097] trunk/ChangeLog,
|
||
trunk/src/backend/file/gnc-backend-file.c,
|
||
trunk/src/backend/file/gnc-backend-file.h,
|
||
trunk/src/gnome-utils/glade/preferences.glade: Fix file-backend
|
||
options; respect runtime value changes. Fix file-compression
|
||
option name in prefs dialog. 2006-02-04 Joshua Sled
|
||
<jsled@asynchronous.org> *
|
||
src/gnome-utils/glade/preferences.glade: Fix name of
|
||
file-compression option. * src/backend/file/gnc-backend-file.c
|
||
(gnc_backend_new): Setup option initial values; register
|
||
configuration-change notification. (retain_changed_cb,
|
||
compression_changed_cb): Add. *
|
||
src/backend/file/gnc-backend-file.h (struct FileBackend_struct):
|
||
Move backend options into backend struct.
|
||
|
||
2006-02-04 16:34 chris
|
||
|
||
* [r13096] trunk/src/gnome/gnc-plugin-page-budget.c: Hook-up the
|
||
new budget value estimation dialog.
|
||
|
||
2006-02-04 16:32 chris
|
||
|
||
* [r13095] trunk/src/gnome/glade/budget.glade: New dialog for
|
||
estimating budget values from past transactions. Minor string
|
||
and glade tweaks.
|
||
|
||
2006-02-04 16:29 chris
|
||
|
||
* [r13094] trunk/src/gnome-utils/gnc-date-edit.c,
|
||
trunk/src/gnome-utils/gnc-date-edit.h:
|
||
gnc_date_edit_set_gdate(): A GDate setter for GNCDateEdit is
|
||
useful, too.
|
||
|
||
2006-02-04 15:17 chris
|
||
|
||
* [r13093] trunk/src/gnome-utils/gnc-date-edit.c,
|
||
trunk/src/gnome-utils/gnc-date-edit.h: Add getter
|
||
gnc_date_edit_get_gdate() for getting the value of a GNCDateEdit
|
||
widget as a GDate.
|
||
|
||
2006-02-04 15:12 chris
|
||
|
||
* [r13092] trunk/src/engine/Recurrence.c,
|
||
trunk/src/engine/Recurrence.h, trunk/src/engine/gnc-budget.c:
|
||
Factor out some code from gnc-budget into Recurrence so that the
|
||
budget estimation code can use stand-alone recurrences to
|
||
estimate budget values. Also, tweak the initial budget so that
|
||
it begins at the beginning of the current month.
|
||
|
||
2006-02-04 15:06 chris
|
||
|
||
* [r13091] trunk/src/app-utils/gnc-ui-util.c: Teach
|
||
PrintAmountInternal() to correctly handle a reciprocal
|
||
denominator.
|
||
|
||
2006-02-04 05:37 chris
|
||
|
||
* [r13090] trunk/src/engine/test/test-numeric.c: Add some
|
||
test-cases for gnc_numerics using the reciprocal denominator.
|
||
Even though we don't explicitly ask for this representation,
|
||
certain calculations (e.g. those involving GNC_HOW_DENOM_SIGFIGS
|
||
in the loan druid and soon in budgets) will return numbers using
|
||
this representation. Unfortunately, these numbers aren't handled
|
||
correctly by most of the gnc_numeric functions, like the ones
|
||
for comparison, equality testing, arithmetic and conversion.
|
||
|
||
2006-02-03 21:29 chris
|
||
|
||
* [r13089] trunk/src/engine/gnc-budget.c: Use the string cache for
|
||
budget name and description. Dirty the book when the budget
|
||
changes. Remove some obsolete budget code.
|
||
|
||
2006-02-03 14:45 hampton
|
||
|
||
* [r13088] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-customer.c,
|
||
trunk/src/business/business-gnome/dialog-employee.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-job.c,
|
||
trunk/src/business/business-gnome/dialog-order.c,
|
||
trunk/src/business/business-gnome/dialog-vendor.c,
|
||
trunk/src/gnome-search/dialog-search.c,
|
||
trunk/src/gnome-search/dialog-search.h,
|
||
trunk/src/gnome-search/search.glade,
|
||
trunk/src/gnome/dialog-find-transactions.c: Re-title the search
|
||
dialog based upon the menu used to invoke it.
|
||
|
||
2006-02-03 07:19 hampton
|
||
|
||
* [r13087] trunk/glade-fixup, trunk/src/gnome/glade/merge.glade:
|
||
Filter out another post gtk2.4 property.
|
||
|
||
2006-02-03 06:26 hampton
|
||
|
||
* [r13086] trunk/ChangeLog, trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.h,
|
||
trunk/src/gnome/glade/account.glade: Andreas K<>hler's patch to
|
||
allow explicit specification of which columns in a tree view
|
||
expand. Updated to automatically mark a column as expandable if
|
||
it is the only visible column.
|
||
|
||
2006-02-03 04:38 hampton
|
||
|
||
* [r13085] trunk/ChangeLog,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome/dialog-tax-info.c,
|
||
trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: Change the
|
||
default visibilities of the GncTreeViewAccount widget to only
|
||
show the account name column. This is the most commonly used
|
||
case for this widget.
|
||
|
||
2006-02-03 02:09 jsled
|
||
|
||
* [r13084] trunk/ChangeLog, trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/src/backend/file/gnc-backend-file.c: Fix overall and
|
||
".log"-specific file-retention issues: Bug#329670 (++).
|
||
|
||
2006-02-03 00:47 hampton
|
||
|
||
* [r13083] trunk/ChangeLog,
|
||
trunk/src/register/register-core/numcell.c: Don't call
|
||
g_utf8_strlen with a NULL pointer.
|
||
|
||
2006-02-03 00:31 hampton
|
||
|
||
* [r13082] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-model-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-price.c: Better handling in
|
||
the model event handling functions. Noticeable in the commodity
|
||
and price trees when adding/deleting the first/last item.
|
||
|
||
2006-02-03 00:28 hampton
|
||
|
||
* [r13081] trunk/src/gnome/dialog-commodities.c: Fix a crash when
|
||
manipulating commodities before crating the first account.
|
||
|
||
2006-02-03 00:24 hampton
|
||
|
||
* [r13080] trunk/ChangeLog, trunk/src/gnome-utils/gnc-file.c:
|
||
Re-enable events before processing the book-opened hook. Solves
|
||
some strange problems in the account
|
||
|
||
2006-02-02 18:47 chris
|
||
|
||
* [r13079] trunk/Makefile.am, trunk/make-gnucash-potfiles.in:
|
||
Allow make-gnucash-potfiles to run from directories other than
|
||
srcdir. Better documentation of exactly what m-g-potfiles
|
||
excludes, and a general clean-up of the script.
|
||
|
||
2006-02-02 15:55 warlord
|
||
|
||
* [r13078] trunk/ChangeLog, trunk/src/backend/file/io-gncxml-v2.c:
|
||
Specify the output xml encoding as utf8.
|
||
|
||
2006-02-02 14:39 warlord
|
||
|
||
* [r13077] trunk/src/import-export/mt940/Makefile.am: Copy the
|
||
mt940 UI Data into the dist tarball.
|
||
|
||
2006-02-02 14:35 warlord
|
||
|
||
* [r13076] trunk/src/import-export/hbci/Makefile.am: Copy the HBCI
|
||
UI Data into the dist tarball.
|
||
|
||
2006-02-02 14:34 warlord
|
||
|
||
* [r13075] trunk/src/import-export/ofx/Makefile.am: Copy the OFX
|
||
UI Data into the dist tarball.
|
||
|
||
2006-02-02 04:12 warlord
|
||
|
||
* [r13074] trunk/lib/Makefile.am: No need for the blank SUBDIRS +=
|
||
|
||
2006-02-02 01:22 warlord
|
||
|
||
* [r13073] trunk/src/import-export/qif/Makefile.am: Disable
|
||
testing of the (not finished) qif import re-write. (the tests
|
||
fail on amd64). Since this code isn't used, yet, there's no need
|
||
to actually run these tests. But let's distribute the code
|
||
anyways....
|
||
|
||
2006-02-02 00:07 chris
|
||
|
||
* [r13072] trunk/Makefile.am, trunk/po/POTFILES.skip: Check for
|
||
any accidentally-distributed files not marked for translation.
|
||
|
||
2006-02-01 22:57 warlord
|
||
|
||
* [r13071] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-customer.c,
|
||
trunk/src/business/business-gnome/dialog-employee.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-job.c,
|
||
trunk/src/business/business-gnome/dialog-order.c,
|
||
trunk/src/business/business-gnome/dialog-vendor.c,
|
||
trunk/src/gnome-search/dialog-search.c,
|
||
trunk/src/gnome-search/dialog-search.h,
|
||
trunk/src/gnome/dialog-find-transactions.c: Allow specification
|
||
of invoice sub-type when creating search dialog (#117354) *
|
||
src/gnome-search/dialog-search.c: *
|
||
src/gnome-search/dialog-search.h: Modify the
|
||
gnc_search_dialog_create() API to add an optional "type label"
|
||
parameter, so you can manually set the string presented to the
|
||
user for what they are searching for... *
|
||
src/business/business-gnome/dialog-order.c: *
|
||
src/business/business-gnome/dialog-vendor.c: *
|
||
src/business/business-gnome/dialog-customer.c: *
|
||
src/business/business-gnome/dialog-job.c: *
|
||
src/business/business-gnome/dialog-employee.c: *
|
||
src/gnome/dialog-find-transactions.c: Pass NULL into new search
|
||
API parameter * src/business/business-gnome/dialog-invoice.c:
|
||
Modify how we call the search dialog. Send in different sets of
|
||
parameters depending on whether we're searching for a Customer
|
||
Invoice, Vendor Bill, or Employee Expense Voucher. Pass in a
|
||
type_label as well so the dialog can properly label the "new"
|
||
button. This fixes the UI Bug #117354.
|
||
|
||
2006-02-01 22:38 chris
|
||
|
||
* [r13070] trunk/Makefile.am: Add POTFILES.skip to EXTRA_DIST.
|
||
|
||
2006-02-01 21:49 warlord
|
||
|
||
* [r13069] trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncEntry.c,
|
||
trunk/src/business/business-core/gncInvoice.c,
|
||
trunk/src/business/business-core/gncInvoice.h: Re-sort an
|
||
invoice entry list when an entry date changes (#320566) *
|
||
src/business/business-core/gncInvoice.[ch]: Add new API:
|
||
gncInvoiceSortEntries() * src/business/business-core/gncEntry.c:
|
||
re-sort the parent when the entry date changes. Only re-sort
|
||
when the existing date is non-zero (i.e. don't re-sort on the
|
||
initial setting of the date). Fixes #320566.
|
||
|
||
2006-02-01 21:23 warlord
|
||
|
||
* [r13068] trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncInvoice.c: Need to put the
|
||
new split into the txn as well as the acct before we call
|
||
xaccSplitSetBaseValue(). Fixes #325890.
|
||
|
||
2006-02-01 20:33 chris
|
||
|
||
* [r13067] trunk/po/POTFILES.skip: Don't translate obsolete files.
|
||
|
||
2006-02-01 20:32 chris
|
||
|
||
* [r13066] trunk/make-gnucash-potfiles.in: When generating
|
||
POTFILES.in, don't include files we don't want to translate.
|
||
|
||
2006-02-01 20:30 chris
|
||
|
||
* [r13065] trunk/Makefile.am: Fail 'make distcheck' if POTFILES.in
|
||
contains undistributed files. The failure will also helpfully
|
||
explain which files are the problem.
|
||
|
||
2006-01-31 21:04 cstim
|
||
|
||
* [r13064] trunk/po/de.po: Update German translation
|
||
* [r13063] trunk/src/gnome-utils/gnc-file.c: String improvements:
|
||
Add missing whitespace
|
||
|
||
2006-01-31 20:47 cstim
|
||
|
||
* [r13062]
|
||
trunk/src/register/ledger-core/split-register-control.c: String
|
||
improvements: Make question a bit clearer, hopefully
|
||
|
||
2006-01-31 20:45 cstim
|
||
|
||
* [r13061] trunk/src/gnome-utils/gnc-file.c: String improvements:
|
||
Add missing whitespace
|
||
|
||
2006-01-31 20:27 cstim
|
||
|
||
* [r13060] trunk/src/gnome/dialog-price-edit-db.c: Revert
|
||
erroneous ngettext change; ngettext changes the text, but not
|
||
the format arguments
|
||
|
||
2006-01-31 19:52 cstim
|
||
|
||
* [r13059] trunk/po/el.po: Updated Greek translation by Nikos
|
||
Charonitakis <nikosx@gmail.com>
|
||
|
||
2006-01-31 16:29 warlord
|
||
|
||
* [r13058] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/libqof/qof/Makefile.am: Get libqof to link against
|
||
glib and gmodule. * configure.in: include gmodule in GLIB_LIBS *
|
||
lib/libqof/qof/Makefile.am: link libqof against glib.
|
||
|
||
2006-01-31 13:16 jsled
|
||
|
||
* [r13057] trunk/src/gnome-utils/gnc-html-graph-gog.c: fix
|
||
compilation breakage; comment tyop.
|
||
|
||
2006-01-31 03:41 chris
|
||
|
||
* [r13056] trunk/src/report/locale-specific/us/taxtxf-de_DE.scm,
|
||
trunk/src/report/locale-specific/us/taxtxf.scm: Don't add markup
|
||
to tax report titles.
|
||
|
||
2006-01-31 03:34 jsled
|
||
|
||
* [r13055] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-html-graph-gog.c: Do the
|
||
Locale-two-step to fix graphs in non-C-locales. Bug#328773.
|
||
|
||
2006-01-30 21:01 cstim
|
||
|
||
* [r13054] trunk/po/de.po: Update German translation
|
||
|
||
2006-01-30 17:17 warlord
|
||
|
||
* [r13053] trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncInvoice.c: Need to insert
|
||
splits into accounts before called xaccSplitSetBaseValue(). *
|
||
src/business/business-core/gncInvoice.c: Make sure to insert new
|
||
splits into an account before we set the Base Value.. Otherwise
|
||
it will fail to set the value properly. Closer to fixing 325890,
|
||
but it's still not completely fixed.
|
||
|
||
2006-01-30 16:40 codehelp
|
||
|
||
* [r13052] trunk/po/en_GB.po: en_GB update, 3645 of 3645 translated
|
||
|
||
2006-01-30 14:47 jsled
|
||
|
||
* [r13051] trunk/ChangeLog, trunk/src/gnome/glade/print.glade,
|
||
trunk/src/gnome/glade/sched-xact.glade: Change since-last-run
|
||
final-page text from "apply" to "Apply". Bug#329125. Incidental
|
||
./glade-fixup changes to print.glade.
|
||
|
||
2006-01-30 06:43 warlord
|
||
|
||
* [r13050]
|
||
trunk/src/business/business-core/file/gnc-bill-term-xml-v2.c,
|
||
trunk/src/business/business-core/gncBillTerm.c: Um, there is no
|
||
"PDEBUG()", only "DEBUG()". Oops.
|
||
|
||
2006-01-30 05:57 warlord
|
||
|
||
* [r13049] trunk/ChangeLog,
|
||
trunk/src/business/business-core/file/gnc-bill-term-xml-v2.c,
|
||
trunk/src/business/business-core/file/gnc-bill-term-xml-v2.h,
|
||
trunk/src/business/business-core/file/gnc-customer-xml-v2.c,
|
||
trunk/src/business/business-core/file/gnc-invoice-xml-v2.c,
|
||
trunk/src/business/business-core/file/gnc-vendor-xml-v2.c,
|
||
trunk/src/business/business-core/gncBillTerm.c,
|
||
trunk/src/business/business-core/gncBillTerm.h: Clear up the
|
||
billterm data lossage (due to a broken enum definition). *
|
||
src/business/business-core/file/gnc-bill-term-xml-v2.c: *
|
||
src/business/business-core/file/gnc-bill-term-xml-v2.h: Add a
|
||
new API to "find-or-create" a billterm so all the code is
|
||
collated in one location. Add more debugging during the scrub
|
||
phases. * src/business/business-core/file/gnc-invoice-xml-v2.c:
|
||
* src/business/business-core/file/gnc-vendor-xml-v2.c: *
|
||
src/business/business-core/file/gnc-customer-xml-v2.c: Use the
|
||
new bill-term find-or-create API *
|
||
src/business/business-core/gncBillTerm.c: add some additional
|
||
debugging * src/business/business-core/gncBillTerm.h: The
|
||
Billterm Type ENUM must start at 1, not zero. The data file now
|
||
appears to properly save itself without destroying data. Fixes
|
||
rest of #328790.
|
||
|
||
2006-01-30 04:57 hampton
|
||
|
||
* [r13048] trunk/ChangeLog, trunk/src/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-main-window.c, trunk/src/gtk-compat.h:
|
||
Make the cut/paste change compile on gtk 2.4 systems.
|
||
|
||
2006-01-30 03:53 chris
|
||
|
||
* [r13047] trunk/src/gnome-utils/gnc-tree-view.c,
|
||
trunk/src/gnome-utils/gnc-tree-view.h: New function:
|
||
gnc_tree_view_add_combo_column(). This function is only compiled
|
||
when HAVE_GTK26 because it uses GtkCellRendererCombo.
|
||
|
||
2006-01-30 03:13 hampton
|
||
|
||
* [r13046] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-billterms.c,
|
||
trunk/src/business/business-gnome/dialog-customer.c,
|
||
trunk/src/business/business-gnome/dialog-order.c,
|
||
trunk/src/business/business-gnome/dialog-vendor.c,
|
||
trunk/src/business/business-ledger/gncEntryLedger.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerControl.c,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/engine/cap-gains.c,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/dialog-transfer.c,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-html.c,
|
||
trunk/src/gnome/dialog-commodities.c,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/dialog-sx-from-trans.c,
|
||
trunk/src/gnome/dialog-sxsincelast.c,
|
||
trunk/src/gnome/druid-acct-period.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/gnome/window-reconcile.c,
|
||
trunk/src/import-export/binary-import/druid-commodity.c,
|
||
trunk/src/import-export/hbci/druid-hbci-utils.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c,
|
||
trunk/src/import-export/import-commodity-matcher.c,
|
||
trunk/src/import-export/qif-import/druid-qif-import.c,
|
||
trunk/src/register/ledger-core/split-register.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Remove
|
||
extraneous carriage returns from text that will be put into a
|
||
GtkLabel (since labels know how to wrap text).
|
||
|
||
2006-01-30 02:59 chris
|
||
|
||
* [r13045] trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/Transaction.h, trunk/src/engine/TransactionP.h:
|
||
Add some convenience functions for getting values from various
|
||
combinations of Accounts, Transactions, and Splits.
|
||
|
||
2006-01-30 01:56 hampton
|
||
|
||
* [r13044] trunk/ChangeLog,
|
||
trunk/src/report/stylesheets/stylesheet-fancy.scm: Dave Herman's
|
||
patch to suppresses extraneous entries table entries in reports
|
||
when there are no files specified for the "logo pix" file or the
|
||
"header pix" file.
|
||
|
||
2006-01-30 01:49 hampton
|
||
|
||
* [r13043] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Eskil Bylund's patch
|
||
from Epiphany to enable cut/paste. Extended to support
|
||
GtkTextView widgets as well as GtkEditable widgets.
|
||
|
||
2006-01-30 01:45 hampton
|
||
|
||
* [r13042] trunk/src/business/business-gnome/dialog-invoice.c: Fix
|
||
another focus out event handlers
|
||
|
||
2006-01-30 01:04 hampton
|
||
|
||
* [r13041] trunk/src/business/business-gnome/dialog-invoice.c:
|
||
Focus out event handlers should return FALSE.
|
||
|
||
2006-01-30 00:59 chris
|
||
|
||
* [r13040] trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.h: Convert account
|
||
types filter dialog to use checkboxes for selection. Patch by
|
||
Eskil Bylund <eskil.bylund@gmail.com>
|
||
|
||
2006-01-29 23:19 hampton
|
||
|
||
* [r13039] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Andreas K<>hler's patch
|
||
to fix a problem where switching windows repeatedly confusing
|
||
the Windows menu.
|
||
|
||
2006-01-29 23:01 codehelp
|
||
|
||
* [r13038] trunk/doc/build-osx.txt: hint for osx packagers re:
|
||
automake1.4 - still a problem
|
||
|
||
2006-01-29 22:50 hampton
|
||
|
||
* [r13037] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-model-commodity.c: Andreas
|
||
K<>hler's patch to fix commodity editor warnings/crash.
|
||
|
||
2006-01-29 19:32 jsled
|
||
|
||
* [r13035] trunk/ChangeLog, trunk/src/gnome/dialog-sxsincelast.c,
|
||
trunk/src/report/report-gnome/report-gnome.scm,
|
||
trunk/src/report/utility-reports/welcome-to-gnucash.scm: SX
|
||
Since-Last-Run now reports transaction-creation errors to the
|
||
user, degrades (somewhat) gracefully; report cleanup. 2006-01-29
|
||
Joshua Sled <jsled@asynchronous.org> *
|
||
src/report/utility-reports/welcome-to-gnucash.scm: register menu
|
||
item for self. * src/report/report-gnome/report-gnome.scm
|
||
(gnc:report-menu-setup): Remove report menu-item creation. *
|
||
src/gnome/dialog-sxsincelast.c (create_each_transaction_helper):
|
||
Degrade more gracefully in the face of errors during
|
||
scheduled-transaction creation; record errors in-band rather
|
||
than simply to the log, and display them to the user. Resolves
|
||
bugs: 151157, 167858, 151487.
|
||
|
||
2006-01-29 19:23 hampton
|
||
|
||
* [r13034] trunk/ChangeLog, trunk/src/gnc-ui.h,
|
||
trunk/src/gnome-utils/gnc-gui-query.c,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: HIG
|
||
changes for the "radio option" query dialog.
|
||
|
||
2006-01-29 19:21 hampton
|
||
|
||
* [r13033] trunk/src/engine/gnc-engine.c: Restore reasonable
|
||
default logging levels.
|
||
|
||
2006-01-29 18:21 hampton
|
||
|
||
* [r13029] trunk/ChangeLog, trunk/README: Michael Wahlbrink's cvs
|
||
to svn changes.
|
||
|
||
2006-01-29 17:49 codehelp
|
||
|
||
* [r13027] trunk/lib/libqof/qof/qoflog.c,
|
||
trunk/src/bin/gnucash-bin.c, trunk/src/engine/gnc-engine.c,
|
||
trunk/src/engine/gnc-engine.h: reverting r12999 and implementing
|
||
a set of default log modules
|
||
|
||
2006-01-29 16:08 hampton
|
||
|
||
* [r13021] trunk/ChangeLog,
|
||
trunk/src/gnome-search/search-string.c,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
trunk/src/import-export/hbci/hbci-interaction.c,
|
||
trunk/src/import-export/qif-import/dialog-account-picker.c,
|
||
trunk/src/report/report-gnome/window-report.c: Use a format
|
||
string of "%s" when building a message dialog from a single
|
||
string.
|
||
|
||
2006-01-29 16:06 hampton
|
||
|
||
* [r13020] trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome/dialog-commodities.c,
|
||
trunk/src/gnome/dialog-price-edit-db.c,
|
||
trunk/src/gnome/gnc-split-reg.c: Use the gtk2.6 secondary
|
||
message text function now that there is a 2.4 emulation routine
|
||
available.
|
||
|
||
2006-01-29 14:53 hampton
|
||
|
||
* [r13019] trunk/ChangeLog, trunk/src/app-utils/Makefile.am,
|
||
trunk/src/app-utils/gnc-err-popup.c,
|
||
trunk/src/app-utils/gnc-err-popup.h,
|
||
trunk/src/app-utils/option-util.c,
|
||
trunk/src/business/business-gnome/gnc-plugin-business.c,
|
||
trunk/src/business/business-ledger/gncEntryLedger.c,
|
||
trunk/src/business/business-ledger/gncEntryLedgerControl.c,
|
||
trunk/src/gnc-ui.h, trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/dialog-utils.h,
|
||
trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/gnome-utils/gnc-file.h,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome-utils/gnc-gui-query.c,
|
||
trunk/src/gnome-utils/gnc-gui-query.h,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gncmod-gnome-utils.c,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/gnome/dialog-chart-export.c,
|
||
trunk/src/gnome/dialog-commodities.c,
|
||
trunk/src/gnome/dialog-price-edit-db.c,
|
||
trunk/src/gnome/gnc-split-reg.c,
|
||
trunk/src/gnome/schemas/apps_gnucash_warnings.schemas.in,
|
||
trunk/src/import-export/hbci/dialog-pass.c,
|
||
trunk/src/register/ledger-core/split-register-control.c,
|
||
trunk/src/register/ledger-core/split-register-model.c,
|
||
trunk/src/register/ledger-core/split-register.c: HIG rework.
|
||
Remove newlines from dialog message strings. Give some dialogs
|
||
more descriptive button labels. Clean up the code around the
|
||
file save query dialog.
|
||
|
||
2006-01-29 14:48 jsled
|
||
|
||
* [r13018] trunk/src/report/report-gnome/report-gnome.scm: remove
|
||
debugging leftovers.
|
||
|
||
2006-01-29 11:12 cstim
|
||
|
||
* [r13017] trunk/Makefile.am: Distribute also some of the older
|
||
ChangeLogs
|
||
|
||
2006-01-29 00:19 jsled
|
||
|
||
* [r13016] trunk/ChangeLog,
|
||
trunk/src/report/report-system/html-style-sheet.scm: Maintain
|
||
the html-document title while rendering so the progress bar is
|
||
setup with the right name. Bug#327650.
|
||
|
||
2006-01-29 00:18 jsled
|
||
|
||
* [r13015] trunk/src/gnome-utils/gnc-html.c: Pointer to the
|
||
pathetic gtkhtml docs. :p
|
||
|
||
2006-01-28 23:31 jsled
|
||
|
||
* [r13014] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/dialog-sxsincelast.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.h,
|
||
trunk/src/gnome/gnc-split-reg.c,
|
||
trunk/src/gnome/gnc-split-reg.h: Remove gnc-split-reg "create"
|
||
and "capabilities" flags and dead code. 2006-01-28 Joshua Sled
|
||
<jsled@asynchronous.org> * src/gnome/gnc-split-reg.c: Remove a
|
||
lot of dead code. (gnc_split_reg_new): Remove create-flags and
|
||
disallowed-cap[abilitie]s; add simple "read-only" flag. *
|
||
src/gnome/gnc-plugin-page-register.c
|
||
(gnc_plugin_page_register_actions): remove stock-missing icon
|
||
for "edit exchange rate" action. (GncPluginPageRegisterPrivate,
|
||
gnc_plugin_page_register_init)
|
||
(gnc_plugin_page_register_create_widget): Replace "disallow
|
||
cap[abilitie]s" with specific read-only flag. *
|
||
src/gnome/dialog-scheduledxaction.c
|
||
(schedXact_editor_create_ledger): *
|
||
src/gnome/dialog-sxsincelast.c (create_to_create_ledger)
|
||
(create_autoCreate_ledger, create_created_ledger): Set read-only
|
||
flag on register.
|
||
|
||
2006-01-28 23:22 hampton
|
||
|
||
* [r13013] trunk/ChangeLog, trunk/src/gnome-utils/print-session.h:
|
||
Add an include so gnucash compiles on gnome2.13 again.
|
||
|
||
2006-01-28 22:42 jsled
|
||
|
||
* [r13012] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c: Be a bit more
|
||
defensive about the plugin page's window being a GncWindow, not
|
||
necessarily a GtkWindow. 2006-01-28 Joshua Sled
|
||
<jsled@asynchronous.org> * src/gnome/gnc-plugin-page-register.c
|
||
(gnc_plugin_page_register_cmd_reverse_transaction)
|
||
(gnc_plugin_page_register_cmd_view_sort_by)
|
||
(gnc_plugin_page_register_cmd_view_filter_by)
|
||
(gnc_plugin_page_register_cmd_transfer)
|
||
(gnc_plugin_page_register_cmd_reconcile)
|
||
(gnc_plugin_page_register_cmd_jump): Treat
|
||
GNC_PLUGIN_PAGE(page)->window as a GncWindow, not necessarily
|
||
and immediately a GtkWindow; fixes issues with GTK cast warnings
|
||
on GncEmbeddedWindow usages of the register.
|
||
|
||
2006-01-28 21:44 jsled
|
||
|
||
* [r13011] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-scheduledxaction.c,
|
||
trunk/src/gnome/dialog-sxsincelast.c,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/gnome/ui/Makefile.am,
|
||
trunk/src/gnome/ui/gnc-plugin-page-sxregister-ui.xml,
|
||
trunk/src/gnome/ui/gnc-sxed-to-create-window-ui.xml,
|
||
trunk/src/gnome/ui/gnc-sxed-window-ui-full.xml,
|
||
trunk/src/gnome/ui/gnc-sxed-window-ui.xml: Fix UI of SX-related
|
||
registers. 2006-01-28 Joshua Sled <jsled@asynchronous.org> *
|
||
src/gnome/ui/gnc-sxed-window-ui-full.xml: Add. *
|
||
src/gnome/dialog-scheduledxaction.c (gnc_sxed_menu_entries)
|
||
(schedXact_editor_create_ledger) *
|
||
src/gnome/dialog-sxsincelast.c (create_autoCreate_ledger)
|
||
(create_created_ledger, create_to_create_ledger)
|
||
(gnc_sxsld_menu_entries): Setup SX-related registers to only
|
||
display and allow relevant register functionality. Bug#327642. *
|
||
src/gnome/gnc-plugin-page-register.c
|
||
(gnc_plugin_page_register_actions): Change stock icons for
|
||
BlankTransaction and ScheduleTransaction Actions.
|
||
|
||
2006-01-28 20:30 chris
|
||
|
||
* [r13010] trunk/src/gnome/gnc-plugin-page-register.c:
|
||
Automatically close registers whose accounts are deleted. We use
|
||
the component manager to watch for the destruction of the
|
||
account. Previously, having an account's register open while
|
||
deleting it would just crash.
|
||
|
||
2006-01-28 19:54 cstim
|
||
|
||
* [r13009] trunk, trunk/src/report/report-system: update svn:ignore
|
||
|
||
2006-01-28 19:07 cstim
|
||
|
||
* [r13008] trunk/po/es.po: Fix shortcut in spanish menu entries;
|
||
fixes bug 167626
|
||
|
||
2006-01-28 19:04 cstim
|
||
|
||
* [r13007] trunk/ChangeLog.2003, trunk/ChangeLog.2004: Fix old
|
||
Changelogs from HEAD/gnome2 parallelity; entries are now in
|
||
correct year
|
||
|
||
2006-01-28 19:02 cstim
|
||
|
||
* [r13006] trunk/po/de.po: Updated German translation
|
||
|
||
2006-01-28 18:58 cstim
|
||
|
||
* [r13005] trunk/src/engine/test/Makefile.am: Use rule clean-local
|
||
for extra cleaning rules instead of default rule clean.
|
||
|
||
2006-01-28 18:57 cstim
|
||
|
||
* [r13004] trunk/src/bin/gnucash-bin.c: I18n string cleanup; add
|
||
explanations for translators
|
||
|
||
2006-01-28 18:57 jsled
|
||
|
||
* [r13003] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/lib/goffice-0.0.4/goffice/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/gsf-gnome/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/gsf/Makefile.am: Change libgsf/goffice
|
||
libraries and paths to be gnucash-specific.
|
||
|
||
2006-01-28 18:45 jsled
|
||
|
||
* [r13002] trunk/ChangeLog,
|
||
trunk/src/gnome/glade/sched-xact.glade: Bugs 327775, 327641:
|
||
minor scheduled-transaction fixes. 2006-01-25 Joshua Sled
|
||
<jsled@asynchronous.org> * src/gnome/glade/sched-xact.glade:
|
||
Bug#327775: consistency in case of dialog title. Bug#327641: fix
|
||
glade-spec'ed response-codes for OK/Cancel buttons, thus letting
|
||
logic work again.
|
||
|
||
2006-01-28 18:00 cstim
|
||
|
||
* [r13001] trunk/ChangeLog, trunk/configure.in: Revert r12998 --
|
||
we only require aqbanking-1.0.0
|
||
|
||
2006-01-28 17:23 warlord
|
||
|
||
* [r13000] trunk/ChangeLog,
|
||
trunk/src/business/business-core/file/gnc-owner-xml-v2.c:
|
||
Properly save the guid of owners (partial fix for 328790). *
|
||
src/business/business-core/file/gnc-owner-xml-v2.c: GncOwner is
|
||
not a QOF_INSTANCE. Get the GUID correctly. Fixes part of
|
||
#328790 (but not all of it).
|
||
|
||
2006-01-28 17:17 chris
|
||
|
||
* [r12999] trunk/lib/libqof/qof/qoflog.c: Re-enable logging for
|
||
GnuCash modules that haven't explicitly set their own levels.
|
||
|
||
2006-01-28 12:30 cstim
|
||
|
||
* [r12998] trunk/ChangeLog, trunk/configure.in: Require
|
||
aqbanking-1.3.0 for HBCI.
|
||
|
||
2006-01-28 06:05 chris
|
||
|
||
* [r12997] trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c: Remove obsolete code
|
||
to handle account-types filtering for budgets. Really remove
|
||
treeviewcolumns when we're done with them.
|
||
|
||
2006-01-28 05:01 hampton
|
||
|
||
* [r12996] trunk/ChangeLog, trunk/src/gnome/dialog-print-check.c,
|
||
trunk/src/gnome/glade/print.glade,
|
||
trunk/src/scm/printing/print-check.scm: Add translation and
|
||
rotation to the custom printing page. Modify the code so that
|
||
only the custom widgets that have an effect for the current
|
||
setting are sensitive.
|
||
|
||
2006-01-28 04:14 chris
|
||
|
||
* [r12995] trunk/src/report/standard-reports/budget.scm: Better
|
||
default account selection when opening the budget report.
|
||
|
||
2006-01-28 02:23 chris
|
||
|
||
* [r12994] trunk/gnucash.m4: Remove traces of old
|
||
gnucash-run-script from gnucash.m4.
|
||
|
||
2006-01-27 23:03 chris
|
||
|
||
* [r12993] trunk/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
trunk/src/report/report-system/gnc-report.c,
|
||
trunk/src/report/report-system/gnc-report.h,
|
||
trunk/src/report/report-system/gw-report-system-spec.scm,
|
||
trunk/src/report/report-system/report.scm: Move generation of
|
||
report serial ids from guile to C. Try to gracefully handle more
|
||
errors during report loading.
|
||
|
||
2006-01-27 21:49 warlord
|
||
|
||
* [r12992] trunk/ChangeLog, trunk/Makefile.am, trunk/configure.in,
|
||
trunk/lib/Makefile.am, trunk/lib/goffice-0.0.4/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/tests/Makefile.am,
|
||
trunk/src/bin/Makefile.am,
|
||
trunk/src/import-export/test/Makefile.am,
|
||
trunk/src/report/report-system/Makefile.am: Get "make distcheck"
|
||
to work.... * src/import-export/test/Makefile.am: Added src/scm
|
||
directory to test environment * lib/goffice-0.0.4/Makefile.am:
|
||
Don't install libgoffice-1.pc, but distribute it *
|
||
lib/libgsf-1.12.3/tests/Makefile.am: Link to the proper location
|
||
of libgsf-1.la * lib/libgsf-1.12.3/Makefile.am: Don't install
|
||
the gsf .pc files, but distribute them. * lib/Makefile.am: Use
|
||
DIST_SUBDIRS to distribute qof, gsf, and goffice * configure.in:
|
||
fix QOF_LIBS to use builddir, not srcdir * Makefile.am: add
|
||
po/POTFILES.in to the dist link gsf into the srcdir, not the
|
||
builddir * src/report/report-system/Makefile.am: make sure we
|
||
distribute gw-report-system.h * src/bin/Makefile.am: clean
|
||
i18n.h in distclean
|
||
|
||
2006-01-27 18:09 warlord
|
||
|
||
* [r12991] trunk/po/ca.po, trunk/po/cs.po, trunk/po/da.po,
|
||
trunk/po/de.po, trunk/po/el.po, trunk/po/en_GB.po,
|
||
trunk/po/es.po, trunk/po/es_NI.po, trunk/po/eu.po,
|
||
trunk/po/fr.po, trunk/po/hu.po, trunk/po/it.po, trunk/po/ja.po,
|
||
trunk/po/nb.po, trunk/po/ne.po, trunk/po/nl.po, trunk/po/pl.po,
|
||
trunk/po/pt.po, trunk/po/pt_BR.po, trunk/po/ru.po,
|
||
trunk/po/rw.po, trunk/po/sk.po, trunk/po/sv.po, trunk/po/ta.po,
|
||
trunk/po/tr.po, trunk/po/uk.po, trunk/po/zh_CN.po,
|
||
trunk/po/zh_TW.po: Commit the msgmerge to reduce the time a
|
||
clean-checkout "distcheck" takes.
|
||
|
||
2006-01-27 07:03 hampton
|
||
|
||
* [r12990] trunk/ChangeLog, trunk/configure.in: Default the
|
||
--enable-compile-warnings argument to yes.
|
||
|
||
2006-01-27 06:15 chris
|
||
|
||
* [r12989] trunk/src/report/report-gnome/window-report.c,
|
||
trunk/src/report/report-system/report.scm: Check for invalid
|
||
options tables when loading reports. Also, plug memory leak in
|
||
my last commit.
|
||
|
||
2006-01-27 05:27 chris
|
||
|
||
* [r12988] trunk/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
trunk/src/report/report-gnome/window-report.c: Avoid showing any
|
||
invalid reports.
|
||
|
||
2006-01-27 05:13 hampton
|
||
|
||
* [r12987] trunk/ChangeLog, trunk/src/gnome/dialog-tax-info.c,
|
||
trunk/src/gnome/glade/reconcile.glade,
|
||
trunk/src/gnome/glade/tax.glade,
|
||
trunk/src/gnome/window-reconcile.c: More HIG changes.
|
||
|
||
2006-01-27 05:03 hampton
|
||
|
||
* [r12986] trunk/ChangeLog, trunk/src/gnome/top-level.c,
|
||
trunk/src/report/report-gnome/window-report.c,
|
||
trunk/src/report/report-gnome/window-report.h,
|
||
trunk/src/report/report-system/gnc-report.c,
|
||
trunk/src/report/report-system/gnc-report.h: Fix compilation
|
||
warnings.
|
||
|
||
2006-01-27 04:38 chris
|
||
|
||
* [r12985] trunk/src/gnome-utils/gnc-main-window.c: Avoid saving
|
||
invalid pages.
|
||
|
||
2006-01-27 02:12 chris
|
||
|
||
* [r12984] trunk/src/gnome/top-level.c,
|
||
trunk/src/report/report-gnome/dialog-column-view.c,
|
||
trunk/src/report/report-gnome/dialog-style-sheet.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
trunk/src/report/report-gnome/window-report.c,
|
||
trunk/src/report/report-gnome/window-report.h,
|
||
trunk/src/report/report-system/Makefile.am,
|
||
trunk/src/report/report-system/gnc-report.c,
|
||
trunk/src/report/report-system/gnc-report.h,
|
||
trunk/src/report/report-system/gw-report-system-spec.scm,
|
||
trunk/src/report/report-system/html-style-sheet.scm,
|
||
trunk/src/report/report-system/report-system.scm,
|
||
trunk/src/report/report-system/report.scm,
|
||
trunk/src/report/utility-reports/view-column.scm,
|
||
trunk/src/report/utility-reports/welcome-to-gnucash.scm,
|
||
trunk/src/scm/main-window.scm, trunk/src/scm/main.scm: Move the
|
||
global report hash-table from guile to C. Move the
|
||
book-open/close hooks from guile to C. There are several places
|
||
where we do report-management from C already. Those places no
|
||
longer use libguile to access the hash-table of reports - they
|
||
can just call C functions. For now, there's still some
|
||
report-management happening in guile so guile can access the
|
||
global state through g-wrapped functions. Eventually, all
|
||
report-management should be in C and guile can just provide
|
||
single reports one-at-a-time.
|
||
|
||
2006-01-26 19:01 warlord
|
||
|
||
* [r12983] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
fail if we find libgsf >= 1.12.2 but not libgsf-gnome. This is
|
||
instead of configure succeeding and then failing the build later.
|
||
|
||
2006-01-26 17:38 chris
|
||
|
||
* [r12982] trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/gnome/top-level.c: Register book open/close callbacks
|
||
during gui init. Split handling of persistent application state
|
||
into book-level data and window-level data.
|
||
|
||
2006-01-26 14:25 hampton
|
||
|
||
* [r12981] trunk/src/gnome-utils/glade/Makefile.am,
|
||
trunk/src/gnome-utils/glade/totd.glade,
|
||
trunk/src/gnome/glade/Makefile.am,
|
||
trunk/src/gnome/glade/totd.glade: Move the totd glade file to
|
||
the gnome-utils subdirectory too.
|
||
|
||
2006-01-26 04:02 chris
|
||
|
||
* [r12980] trunk/src/bin/Makefile.am,
|
||
trunk/src/bin/overrides/Makefile.am,
|
||
trunk/src/bin/overrides/gnucash-run-script,
|
||
trunk/src/bin/test/Makefile.am,
|
||
trunk/src/bin/test/test-run-script, trunk/src/scm/main.scm:
|
||
Remove the obsolete gnucash-run-script and its test. Also, the
|
||
(gnucash main) module no longer depends on (gnucash
|
||
price-quotes).
|
||
|
||
2006-01-26 03:07 chris
|
||
|
||
* [r12979] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/dialog-totd.c,
|
||
trunk/src/gnome-utils/dialog-totd.h,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome/Makefile.am, trunk/src/gnome/dialog-totd.c,
|
||
trunk/src/gnome/dialog-totd.h, trunk/src/gnome/top-level.c: Move
|
||
dialog-totd from gnome to gnome-utils. Do low-level application
|
||
initialization even before booting guile. This means the splash
|
||
and totd come up almost instantly.
|
||
|
||
2006-01-25 04:54 chris
|
||
|
||
* [r12978] trunk/src/bin/gnucash-bin.c, trunk/src/scm/main.scm,
|
||
trunk/src/scm/price-quotes.scm: Install price quote sources
|
||
without calling main.scm. This makes the startup sequence a
|
||
little clearer.
|
||
|
||
2006-01-25 04:32 chris
|
||
|
||
* [r12977] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/report/report-gnome/report-gnome.scm,
|
||
trunk/src/scm/command-line.scm, trunk/src/scm/doc.scm,
|
||
trunk/src/scm/main.scm: Re-enable report menu setup. The report
|
||
menu setup is pretty fragile - it has to be done in a pretty
|
||
specific order, so I pulled it out of (gnc:main) and call it
|
||
independently. Also, move more bits of gnc:main into the modules
|
||
where the bits are used.
|
||
|
||
2006-01-25 02:06 chris
|
||
|
||
* [r12976] trunk/src/app-utils/app-utils.scm,
|
||
trunk/src/core-utils/gw-core-utils-spec.scm,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/gnome-utils/gnc-menu-extensions.scm,
|
||
trunk/src/gnome-utils/gnome-utils.scm,
|
||
trunk/src/scm/command-line.scm, trunk/src/scm/main.scm: Export
|
||
debugging state from C to guile. Remove obsolete guile command
|
||
line options. Remove guile setting of add-extension hooks that
|
||
were apparently obsoleted by C code a while ago. Remove guile's
|
||
access to application lifecycle function hooks.
|
||
|
||
2006-01-25 01:36 chris
|
||
|
||
* [r12975] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/business/business-gnome/business-gnome.scm,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.h,
|
||
trunk/src/gnome-utils/gnc-splash.c,
|
||
trunk/src/gnome-utils/gnc-splash.h,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/gnome/gw-gnc-spec.scm, trunk/src/gnome/top-level.c,
|
||
trunk/src/gnome/top-level.h, trunk/src/scm/command-line.scm,
|
||
trunk/src/scm/main.scm, trunk/src/scm/price-quotes.scm:
|
||
Consolidate application lifecycle functions into
|
||
src/gnome-utils, leaving only the highest level of gui
|
||
initialization in /gnome/top-level.c Process --loglevel
|
||
command-line option from C. Move the running of the startup hook
|
||
from guile to C. Distrubute bits of scheme from main.scm to the
|
||
modules they're used in. Remove more obsoleted scheme.
|
||
|
||
2006-01-25 01:21 chris
|
||
|
||
* [r12974] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/core-utils/gnc-main.c,
|
||
trunk/src/core-utils/gnc-main.h,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Process --debug
|
||
command-line option from C instead of guile. This re-enables the
|
||
debugging "extensions" menu.
|
||
|
||
2006-01-24 21:26 cstim
|
||
|
||
* [r12973] trunk/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-gettrans.h,
|
||
trunk/src/import-export/mt940/Makefile.am,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c: More proposed
|
||
work on mt940 importer. More refactoring of HBCI functions.
|
||
|
||
2006-01-24 20:43 cstim
|
||
|
||
* [r12972] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-gettrans.h,
|
||
trunk/src/import-export/hbci/gnc-hbci-transfer.c: Factor out
|
||
importing functions that might be useful for mt940 importer.
|
||
2006-01-24 Christian Stimming <stimming@tuhh.de> *
|
||
src/import-export/hbci/gnc-hbci-gettrans.h: Factor out importing
|
||
functions that might be useful for mt940 importer. *
|
||
src/import-export/hbci/gnc-hbci-transfer.c: Fix wrong amount
|
||
sign.
|
||
|
||
2006-01-24 01:20 warlord
|
||
|
||
* [r12971] trunk/ChangeLog, trunk/src/engine/test/Makefile.am: *
|
||
src/engine/test/Makefile.am: add explicit libdep on
|
||
libcore-utils.la
|
||
|
||
2006-01-23 21:26 cstim
|
||
|
||
* [r12968]
|
||
trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in:
|
||
fix typos in strings
|
||
|
||
2006-01-23 21:25 chris
|
||
|
||
* [r12967] trunk/ChangeLog: ChangeLog entries copied from 'svn log
|
||
-v'
|
||
|
||
2006-01-23 21:22 cstim
|
||
|
||
* [r12966] trunk/po/de.po: Improved German translation. 3370 out
|
||
of 3589 done.
|
||
|
||
2006-01-23 19:33 codehelp
|
||
|
||
* [r12965] trunk/src/gnome/druid-hierarchy.c: Expand on the error
|
||
message
|
||
|
||
2006-01-23 19:29 chris
|
||
|
||
* [r12964] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c:
|
||
Avoid GUI initialization durring --add-price-quotes, fixes
|
||
#327670 BTW, it turns out that we don't need to call gtk_init().
|
||
It's called during the LIBGNOMEUI_MODULE initializtion from
|
||
gnome_program_init().
|
||
|
||
2006-01-23 19:01 codehelp
|
||
|
||
* [r12963] trunk/configure.in: Increase QOF dependency to the next
|
||
release to ensure compatibility.
|
||
|
||
2006-01-23 19:00 codehelp
|
||
|
||
* [r12962] trunk/src/app-utils/gnc-account-merge.c: Expand on the
|
||
error message
|
||
* [r12961] trunk/ChangeLog, trunk/src/gnome/druid-merge.c,
|
||
trunk/src/gnome/druid-merge.h,
|
||
trunk/src/gnome/glade/merge.glade: Fix QSF import and merge,
|
||
closes [Bug 327640]. r12961.
|
||
|
||
2006-01-23 18:59 codehelp
|
||
|
||
* [r12960] trunk/src/gnome/glade/chart-export.glade: glade-fixup
|
||
change
|
||
* [r12959] trunk/src/engine/Transaction.c: Let QOF backends work
|
||
with splits without checking for the parent Trans
|
||
|
||
2006-01-23 17:38 chris
|
||
|
||
* [r12956] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/gnome/Makefile.am, trunk/src/gnome/gw-gnc-spec.scm,
|
||
trunk/src/gnome/top-level.c, trunk/src/gnome/top-level.h,
|
||
trunk/src/scm/Makefile.am, trunk/src/scm/build-config.scm.in,
|
||
trunk/src/scm/main-window.scm, trunk/src/scm/main.scm: Major
|
||
step in extraction of application startup from guile. Details:
|
||
Remove the last bits of libguile from top-level.[ch]. Change the
|
||
gui initialization funtions so they can be called from C. Drop
|
||
some gwrappers for gui initialization functions. Process the
|
||
--nofile and filename command-line options from C. Drastic
|
||
simpilification of main.scm. Initialize the gui and enter the
|
||
gtk event-loop from C. Even though there's some more clean-up to
|
||
do, this patch does mark a certain milestone: A developer
|
||
seeking to understand and/or modify GnuCash's startup process
|
||
can now essentially ignore the guile portion. Most parts of our
|
||
startup now look pretty typical for a gnome-2 app. The parts
|
||
that remain firmly in guile are initialization of the report
|
||
menus and the installation of price-quote sources. Caveat: We
|
||
have multiple mechanisms for handling the filename argument
|
||
string -- some in guile and some in C. The C-side mechanisms (in
|
||
engine/gnc-filepath-utils.c) seem a little nicer than the guile
|
||
ones (in main.scm). They have slightly different behavior (e.g.
|
||
which paths they'll search for data files.) They both handle
|
||
URIs and making absolute paths out of relative ones. This patch
|
||
switches from using the guile functions to the C function. I've
|
||
tested that the common cases are handled the same way, but it
|
||
wouldn't surprise me if some corner-cases are not.
|
||
|
||
2006-01-23 14:30 codehelp
|
||
|
||
* [r12955] trunk/ChangeLog,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c: bug fix: prevent
|
||
bad time values from being passed to entity - already in QOF CVS
|
||
|
||
2006-01-23 14:24 codehelp
|
||
|
||
* [r12954] trunk/lib/libqof/qof/qof_book_merge.c,
|
||
trunk/lib/libqof/qof/qof_book_merge.h: bug fix: book merge
|
||
handling of QOF_TYPE_CHAR - already in QOF CVS
|
||
|
||
2006-01-23 06:38 hampton
|
||
|
||
* [r12953] trunk/src/business/business-core/gncOwner.c,
|
||
trunk/src/business/business-core/gncOwner.h,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.h,
|
||
trunk/src/business/business-gnome/gnc-plugin-page-invoice.c,
|
||
trunk/src/business/business-gnome/gnc-plugin-page-invoice.h,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/core-utils/gnc-gconf-utils.c,
|
||
trunk/src/core-utils/gnc-gconf-utils.h,
|
||
trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.h,
|
||
trunk/src/gnome/dialog-fincalc.c,
|
||
trunk/src/gnome/dialog-price-editor.c,
|
||
trunk/src/gnome/dialog-totd.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.h,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.h,
|
||
trunk/src/import-export/hbci/gnc-hbci-transfer.c,
|
||
trunk/src/register/register-gnome/combocell-gnome.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c:
|
||
Add/update copyright on files modified since the start of the
|
||
year.
|
||
|
||
2006-01-23 05:53 hampton
|
||
|
||
* [r12952] trunk/ChangeLog, trunk/src/gnome/dialog-chart-export.c,
|
||
trunk/src/gnome/glade/chart-export.glade: More HIG changes.
|
||
|
||
2006-01-23 05:42 hampton
|
||
|
||
* [r12951] trunk/ChangeLog, trunk/src/gnome-utils/gnc-file.c: Add
|
||
an icon to the export button in the generic filename dialog.
|
||
|
||
2006-01-23 04:36 hampton
|
||
|
||
* [r12950] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/glade/commodity.glade,
|
||
trunk/src/gnome/dialog-price-edit-db.c,
|
||
trunk/src/gnome/dialog-price-editor.c,
|
||
trunk/src/gnome/glade/price.glade,
|
||
trunk/src/gnome/glade/progress.glade: More HIG changes.
|
||
|
||
2006-01-23 04:34 hampton
|
||
|
||
* [r12949] trunk/ChangeLog, trunk/src/gnome/dialog-print-check.c,
|
||
trunk/src/gnome/dialog-print-check.h,
|
||
trunk/src/gnome/glade/print.glade,
|
||
trunk/src/gnome/schemas/Makefile.am,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_common.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in,
|
||
trunk/src/scm/printing/print-check.scm: Overhaul the print check
|
||
dialog. Make HIG changes, and make the dialog remember its state
|
||
across invocations (including all the custom values). Fix a
|
||
crash when canceling printing.
|
||
|
||
2006-01-23 03:56 chris
|
||
|
||
* [r12948] trunk/src/scm/main.scm: Remove "batch-mode" processing
|
||
from main.scm. It's no longer needed.
|
||
|
||
2006-01-23 03:43 chris
|
||
|
||
* [r12947] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/scm/command-line.scm, trunk/src/scm/main.scm: Remove
|
||
--devel option, which aparently doesn't do anything. Also remove
|
||
now unused guile portion of --add-price-quote option.
|
||
|
||
2006-01-23 03:26 chris
|
||
|
||
* [r12946] trunk/src/bin/gnucash-bin.c, trunk/src/scm/main.scm,
|
||
trunk/src/scm/price-quotes.scm: Process the --add-price-quotes
|
||
command-line option from C. This is done by booting guile with a
|
||
custom inner_main. Much of the work is still handled by
|
||
price-quotes.scm, which is now a true stand-alone guile module
|
||
without the circular dependency on the (gnucash main) module.
|
||
One caveat: Since the initialization of guile-side debugging
|
||
variables is in main.scm, and since main.scm is no longer
|
||
executed when running --add-price-quotes, the guile code that
|
||
runs during --add-price-quote isn't affected by the --debug
|
||
option. A work-around is to use the GNC_DEBUG environment
|
||
variable: $ GNC_DEBUG=yes gnucash --add-price-quote myfile In
|
||
the longer term, we'll either move the debugging aids to a
|
||
common place where it can be used by both main.scm and
|
||
price-quotes.scm, or we'll get the debugging state from the
|
||
C-side via gwrap.
|
||
|
||
2006-01-23 03:12 chris
|
||
|
||
* [r12945] trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.h,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm: Introduced
|
||
gwrapped gnc_gnome_locate_data_file().= This was supposed to go
|
||
with r12942.
|
||
|
||
2006-01-23 00:47 chris
|
||
|
||
* [r12944] trunk/src/bin/gnucash-bin.c: Process gnome command-line
|
||
arguments after our own, so we can provide our own AUTOHELP.
|
||
|
||
2006-01-23 00:46 chris
|
||
|
||
* [r12943] trunk/src/scm/command-line.scm, trunk/src/scm/main.scm,
|
||
trunk/src/scm/price-quotes.scm: Remove processing of share-path
|
||
from guile. This is now handled by Gnome's
|
||
gnome_program_locate_file() function.
|
||
|
||
2006-01-22 23:12 chris
|
||
|
||
* [r12942] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.h,
|
||
trunk/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
trunk/src/gnome/top-level.c: Initialize Gnome libraries before
|
||
booting guile.
|
||
|
||
2006-01-22 18:57 hampton
|
||
|
||
* [r12941] trunk/src/gnome/glade/register.glade: Clean the file of
|
||
post gtk2.4 properties.
|
||
|
||
2006-01-22 18:56 hampton
|
||
|
||
* [r12940] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-account.c,
|
||
trunk/src/gnome-utils/glade/commodity.glade,
|
||
trunk/src/gnome-utils/glade/exchange-dialog.glade,
|
||
trunk/src/gnome/dialog-totd.c,
|
||
trunk/src/gnome/druid-stock-split.c,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/glade/budget.glade,
|
||
trunk/src/gnome/glade/register.glade,
|
||
trunk/src/gnome/glade/stocks.glade,
|
||
trunk/src/gnome/glade/totd.glade,
|
||
trunk/src/register/ledger-core/dialog-dup-trans.c: More HIG
|
||
changes.
|
||
|
||
2006-01-22 18:54 hampton
|
||
|
||
* [r12939] trunk/src/gnome-utils/gnc-date-edit.c,
|
||
trunk/src/gnome-utils/gnc-date-edit.h,
|
||
trunk/src/gnome-utils/gnc-general-select.c,
|
||
trunk/src/gnome-utils/gnc-general-select.h: Add support for
|
||
setting these widgets as the target of a GtkLabel access key.
|
||
|
||
2006-01-22 07:57 hampton
|
||
|
||
* [r12931] trunk/src/gnome/glade/fincalc.glade: Clean the file of
|
||
post gtk2.4 properties.
|
||
|
||
2006-01-22 03:50 hampton
|
||
|
||
* [r12930] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-amount-edit.c,
|
||
trunk/src/gnome/dialog-fincalc.c,
|
||
trunk/src/gnome/glade/fincalc.glade: Overhaul the financial
|
||
calculator dialog. Comments on the new layout are welcome.
|
||
|
||
2006-01-22 00:32 warlord
|
||
|
||
* [r12929] trunk/ChangeLog, trunk/src/bin/test/Makefile.am: Need
|
||
to add a PATH for the tests to succeed.
|
||
|
||
2006-01-22 00:27 warlord
|
||
|
||
* [r12928] trunk/ChangeLog, trunk/doc/Makefile.am,
|
||
trunk/lib/libqof/qof/gnc-date.c,
|
||
trunk/lib/libqof/qof/gnc-engine-util.c,
|
||
trunk/lib/libqof/qof/gnc-engine-util.h,
|
||
trunk/lib/libqof/qof/guid.c, trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.h,
|
||
trunk/src/backend/file/io-example-account.c,
|
||
trunk/src/backend/file/sixtp-utils.c,
|
||
trunk/src/backend/file/sixtp.c,
|
||
trunk/src/calculation/expression_parser.c,
|
||
trunk/src/gnome-utils/gnc-date-edit.c,
|
||
trunk/src/gnome-utils/gnc-menu-extensions.c: Thomas Klausner's
|
||
NetBSD patch.
|
||
|
||
2006-01-21 21:23 warlord
|
||
|
||
* [r12927] trunk/src/app-utils/app-utils.scm: And don't forget to
|
||
export the API.
|
||
|
||
2006-01-21 21:20 warlord
|
||
|
||
* [r12926] trunk/ChangeLog, trunk/src/app-utils/prefs.scm: Replace
|
||
missing API for config-file loading. * src/app-utils/prefs.scm:
|
||
replace an API needed by old scheme config files. It was removed
|
||
in r11565. Replace it now.
|
||
|
||
2006-01-21 19:57 warlord
|
||
|
||
* [r12925] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c: *
|
||
src/bin/gnucash-bin.c: update splash screen while loading
|
||
modules. Granted, this has no effect because the splash screen
|
||
isn't /UP/ when we're loading the modules. But still, once we
|
||
initialize the gnome application earlier this will let us update
|
||
the splash screen.
|
||
|
||
2006-01-21 18:10 hampton
|
||
|
||
* [r12924] trunk, trunk/src/business/business-gnome/schemas,
|
||
trunk/src/gnome-utils/schemas, trunk/src/gnome/schemas,
|
||
trunk/src/import-export/hbci/schemas,
|
||
trunk/src/import-export/schemas: Update ignore properties.
|
||
|
||
2006-01-21 17:56 hampton
|
||
|
||
* [r12923] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/commodity.glade,
|
||
trunk/src/gnome-utils/dialog-query-list.glade,
|
||
trunk/src/gnome-utils/dialog-reset-warnings.glade,
|
||
trunk/src/gnome-utils/druid-gconf-setup.glade,
|
||
trunk/src/gnome-utils/druid-provider-multifile.glade,
|
||
trunk/src/gnome-utils/exchange-dialog.glade,
|
||
trunk/src/gnome-utils/glade,
|
||
trunk/src/gnome-utils/glade/Makefile.am,
|
||
trunk/src/gnome-utils/glade/commodity.glade,
|
||
trunk/src/gnome-utils/glade/dialog-query-list.glade,
|
||
trunk/src/gnome-utils/glade/dialog-reset-warnings.glade,
|
||
trunk/src/gnome-utils/glade/druid-gconf-setup.glade,
|
||
trunk/src/gnome-utils/glade/druid-provider-multifile.glade,
|
||
trunk/src/gnome-utils/glade/exchange-dialog.glade,
|
||
trunk/src/gnome-utils/glade/gnc-date-format.glade,
|
||
trunk/src/gnome-utils/glade/gnc-gui-query.glade,
|
||
trunk/src/gnome-utils/glade/preferences.glade,
|
||
trunk/src/gnome-utils/glade/transfer.glade,
|
||
trunk/src/gnome-utils/gnc-date-format.glade,
|
||
trunk/src/gnome-utils/gnc-gui-query.glade,
|
||
trunk/src/gnome-utils/preferences.glade,
|
||
trunk/src/gnome-utils/transfer.glade: Move glade files to a new
|
||
subdirectory.
|
||
|
||
2006-01-21 16:49 hampton
|
||
|
||
* [r12922] trunk/ChangeLog, trunk/src/gnome-utils/commodity.glade,
|
||
trunk/src/gnome-utils/dialog-commodity.c,
|
||
trunk/src/gnome-utils/druid-provider-multifile.glade,
|
||
trunk/src/gnome-utils/exchange-dialog.glade,
|
||
trunk/src/gnome/glade/commodities.glade: HIG rework
|
||
|
||
2006-01-21 16:35 hampton
|
||
|
||
* [r12921] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/glade/billterms.glade,
|
||
trunk/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
trunk/src/business/dialog-tax-table/tax-tables.glade: HIG rework
|
||
on a couple of dialogs.
|
||
|
||
2006-01-21 16:30 hampton
|
||
|
||
* [r12920]
|
||
trunk/src/import-export/binary-import/binary-import.glade,
|
||
trunk/src/import-export/hbci/glade/hbci.glade,
|
||
trunk/src/import-export/import-provider-format.glade,
|
||
trunk/src/import-export/qif-import/qif.glade: Do some HIG
|
||
cleanup. Remove extraneous newline characters from strings.
|
||
|
||
2006-01-21 14:54 cstim
|
||
|
||
* [r12919]
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in:
|
||
I18n cleanup; unify meaningless additional strings
|
||
|
||
2006-01-21 14:50 cstim
|
||
|
||
* [r12918] trunk/po/de.po: Updated German translation; 3429 out of
|
||
3574 done.
|
||
|
||
2006-01-21 14:49 cstim
|
||
|
||
* [r12917]
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in:
|
||
I18n cleanup; unify meaningless additional strings
|
||
|
||
2006-01-21 14:38 cstim
|
||
|
||
* [r12916] trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/import-export/hbci/druid-hbci-initial.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-getbalance.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c,
|
||
trunk/src/import-export/hbci/hbci-interaction.c: String cleanup:
|
||
remove unnecessary linefeeds. Remove old unused code.
|
||
|
||
2006-01-21 14:19 cstim
|
||
|
||
* [r12915] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/glade/hbci.glade: Add field length
|
||
limits again to avoid data loss on text entry.
|
||
|
||
2006-01-21 04:45 hampton
|
||
|
||
* [r12914] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c: Glib 2.9
|
||
requires GdkEvents to be marked as BOXED instead of POINTER.
|
||
Fixes #326056.
|
||
|
||
2006-01-21 04:12 warlord
|
||
|
||
* [r12913] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/scm/Makefile.am: Continue to load config.auto even if
|
||
we find config.user. * src/bin/gnucash-bin.c: Load config.auto
|
||
AND config.user files. Load the .user file first, and then load
|
||
the .auto. * src/scm/Makefile.am: paths.scm was removed.
|
||
|
||
2006-01-21 03:59 chris
|
||
|
||
* [r12912] trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/report/report-system/html-style-sheet.scm,
|
||
trunk/src/report/report-system/report.scm,
|
||
trunk/src/scm/command-line.scm, trunk/src/scm/main.scm,
|
||
trunk/src/scm/path.scm: Guile-side clean-up for --namespace
|
||
option. Also one bit of uncommitted code from gwrap change.
|
||
|
||
2006-01-21 03:50 chris
|
||
|
||
* [r12911] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/core-utils/Makefile.am,
|
||
trunk/src/core-utils/gnc-main.c,
|
||
trunk/src/core-utils/gnc-main.h, trunk/src/engine/Makefile.am,
|
||
trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h,
|
||
trunk/src/engine/gw-engine-spec.scm,
|
||
trunk/src/scm/price-quotes.scm: Process the --namespace
|
||
command-line option from C, not guile.
|
||
|
||
2006-01-20 14:52 chris
|
||
|
||
* [r12910] trunk/src/gnome-utils/test/Makefile.am: Fix linking for
|
||
src/gnome-utils/test/
|
||
|
||
2006-01-20 05:19 chris
|
||
|
||
* [r12909] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/scm/command-line.scm, trunk/src/scm/main.scm,
|
||
trunk/src/scm/path.scm: Move the loading of user and system
|
||
config files from guile to C. Remove the "load config" command
|
||
line options, since they weren't doing anything different than
|
||
the default.
|
||
|
||
2006-01-20 04:18 hampton
|
||
|
||
* [r12908] trunk/src/report/standard-reports/transaction.scm:
|
||
Remove noise.
|
||
|
||
2006-01-20 04:13 hampton
|
||
|
||
* [r12907] trunk/src/report/standard-reports/transaction.scm:
|
||
Whitespace changes.
|
||
|
||
2006-01-20 01:38 hampton
|
||
|
||
* [r12906] trunk/ChangeLog, trunk/src/app-utils/file-utils.c,
|
||
trunk/src/app-utils/gnc-exp-parser.c,
|
||
trunk/src/core-utils/gnc-gkeyfile-utils.c,
|
||
trunk/src/core-utils/gnc-gkeyfile-utils.h: Provide better
|
||
arguments for specifying what to do when a key_file doesn't
|
||
exist.
|
||
|
||
2006-01-20 01:02 hampton
|
||
|
||
* [r12905] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-main-window.c: Check for bogus window
|
||
structures (i.e. empty) when reading/writing the state file.
|
||
|
||
2006-01-20 00:38 hampton
|
||
|
||
* [r12904] trunk/src/app-utils/gw-app-utils-spec.scm: Remove
|
||
unused functions.
|
||
|
||
2006-01-19 19:34 warlord
|
||
|
||
* [r12903] trunk/src/gnome-utils/gnc-main-window.c: Fix a
|
||
fencepost error. Fixes a crash trying to reload a file with
|
||
empty windows. (there's still another bug which is that we
|
||
should ignore empty windows)
|
||
|
||
2006-01-19 18:43 chris
|
||
|
||
* [r12902] trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/gnome/top-level.h: Remove "reverse_balance" fucntions
|
||
from top-level.h. Add another #include for gnucash-bin.c
|
||
|
||
2006-01-19 18:02 chris
|
||
|
||
* [r12900] trunk/AUTHORS, trunk/src/engine/Account.c,
|
||
trunk/src/engine/Account.h,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-account-types.h: Filter out
|
||
deprecated account types from the account types treemodel. Patch
|
||
by Eskil Bylund <eskil.bylund@gmail.com>
|
||
|
||
2006-01-19 17:58 chris
|
||
|
||
* [r12899] trunk/src/app-utils/gncmod-app-utils.c,
|
||
trunk/src/bin/gnucash-bin.c: Add hooks just once in app_utils
|
||
module init. Also don't try to load imaginary module.
|
||
|
||
2006-01-19 17:15 warlord
|
||
|
||
* [r12896] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/Makefile.am,
|
||
trunk/src/business/business-gnome/dialog-invoice.c: Get the code
|
||
to compile against glib-2.4 again. *
|
||
src/business/business-gnome/dialog-invoice.c: need to #include
|
||
gkeyfile.h for glib24 systems *
|
||
src/business/business-gnome/Makefile.am: link against glib26
|
||
compatibility library.
|
||
|
||
2006-01-19 14:16 chris
|
||
|
||
* [r12886] trunk/src/gnome/top-level.h: add missing #include
|
||
|
||
2006-01-19 06:02 hampton
|
||
|
||
* [r12884] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-invoice.c: Delete the
|
||
invoice page completely when closing it. Prevents a crash when
|
||
trying to open a different data file is there is an invoice page
|
||
in the window.
|
||
|
||
2006-01-19 06:01 hampton
|
||
|
||
* [r12883] trunk/ChangeLog,
|
||
trunk/src/gnome-search/gnc-general-search.c: Finish the job.
|
||
Make sure this component isn't unregistered multiple times.
|
||
|
||
2006-01-19 05:54 chris
|
||
|
||
* [r12882] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/scm/main.scm: Exit gnucash from C, not guile.
|
||
|
||
2006-01-19 05:18 chris
|
||
|
||
* [r12881] trunk/src/app-utils/app-utils.scm,
|
||
trunk/src/app-utils/gncmod-app-utils.c: move some app-util
|
||
function hooks from guile to C
|
||
|
||
2006-01-19 04:54 warlord
|
||
|
||
* [r12880] trunk/ChangeLog, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-splash.c: Print SVN version
|
||
information more often. * src/bin/gnucash-bin.c: *
|
||
src/gnome-utils/gnc-splash.c: Always print the SVN version and
|
||
build date. Make "development version" based on GNUCASH_SVN *
|
||
src/gnome-utils/Makefile.am: Define GNUCASH_SVN whenever the
|
||
source is not a dist tarball.
|
||
|
||
2006-01-19 04:29 chris
|
||
|
||
* [r12879] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/scm/command-line.scm, trunk/src/scm/main.scm: Move
|
||
"unstable development version" message from guile to C. Remove
|
||
crufty guile command-line options.
|
||
|
||
2006-01-19 04:09 hampton
|
||
|
||
* [r12878] trunk/ChangeLog,
|
||
trunk/src/business/business-core/gncOwner.c,
|
||
trunk/src/business/business-core/gncOwner.h,
|
||
trunk/src/business/business-gnome/dialog-invoice.c,
|
||
trunk/src/business/business-gnome/dialog-invoice.h,
|
||
trunk/src/business/business-gnome/gnc-plugin-page-invoice.c:
|
||
Save/restore business invoice pages.
|
||
|
||
2006-01-19 04:06 hampton
|
||
|
||
* [r12877] trunk/ChangeLog,
|
||
trunk/src/app-utils/gnc-component-manager.c: Tweak a debugging
|
||
statement.
|
||
|
||
2006-01-19 04:04 hampton
|
||
|
||
* [r12876] trunk/ChangeLog,
|
||
trunk/src/gnome-search/gnc-general-search.c: Unregister this
|
||
component properly when destroying it.
|
||
|
||
2006-01-19 04:02 hampton
|
||
|
||
* [r12875] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-query-list.c: The GtkObject destroy
|
||
function can be called multiple times. Protect from
|
||
unregistering the component multiple times.
|
||
|
||
2006-01-19 02:34 chris
|
||
|
||
* [r12874] trunk/src/bin/gnucash-bin.c, trunk/src/scm/main.scm:
|
||
dlopen() modules from C, instead of from guile
|
||
|
||
2006-01-19 02:00 chris
|
||
|
||
* [r12873] trunk/src/scm/main.scm: The Parenthesis! My favorite
|
||
punctuation.
|
||
|
||
2006-01-19 01:33 chris
|
||
|
||
* [r12872] trunk/src/scm/command-line.scm, trunk/src/scm/main.scm,
|
||
trunk/src/scm/path.scm: Minor scheme cleanup. Move one function
|
||
from path.scm to command-line.scm. Remove processing of
|
||
arguments now handled in C.
|
||
|
||
2006-01-19 01:29 jsled
|
||
|
||
* [r12871] trunk/GNOME2_STATUS: Migrate content to bugzilla.
|
||
* [r12870] trunk/ChangeLog,
|
||
trunk/src/app-utils/gnc-account-merge.c,
|
||
trunk/src/app-utils/gnc-account-merge.h: C-style comment
|
||
conventions; rename identifiers that are C++ keywords.
|
||
|
||
2006-01-19 01:27 jsled
|
||
|
||
* [r12869] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: Remove
|
||
name-editing setup from account tree plugin page.
|
||
|
||
2006-01-19 01:26 chris
|
||
|
||
* [r12868] trunk/src/bin/gnucash-bin.c: Use popt to automatically
|
||
generate pretty --usage and --help.
|
||
|
||
2006-01-19 00:41 hampton
|
||
|
||
* [r12864]
|
||
trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in:
|
||
Fix a string.
|
||
|
||
2006-01-19 00:40 hampton
|
||
|
||
* [r12863] trunk/ChangeLog, trunk/make-gnucash-potfiles.in,
|
||
trunk/src/business/business-gnome/schemas/Makefile.am,
|
||
trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas,
|
||
trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in,
|
||
trunk/src/gnome-utils/schemas/Makefile.am,
|
||
trunk/src/gnome-utils/schemas/apps_gnucash_history.schemas,
|
||
trunk/src/gnome-utils/schemas/apps_gnucash_history.schemas.in,
|
||
trunk/src/gnome/schemas/Makefile.am,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_commodities.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_common.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_common.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_prices.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_totd.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_general.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_warnings.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_warnings.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in,
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_register.schemas,
|
||
trunk/src/gnome/schemas/apps_gnucash_window_pages_register.schemas.in,
|
||
trunk/src/import-export/hbci/schemas/Makefile.am,
|
||
trunk/src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas,
|
||
trunk/src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in,
|
||
trunk/src/import-export/schemas/Makefile.am,
|
||
trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas,
|
||
trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in:
|
||
Rework schema infrastructure so that all schema strings will
|
||
appear for translation, and the translations will be
|
||
incorporated back into the schema files. Fixed bugs #327507 and
|
||
#327353.
|
||
|
||
2006-01-18 18:01 jsled
|
||
|
||
* [r12841] trunk/ChangeLog,
|
||
trunk/src/gnome/dialog-sx-from-trans.c: Propgate bi-weekly
|
||
ui-frequency in transition from "schedule transaction" dialog to
|
||
"Advanced..." (Scheduled Transaction Editor). 2006-01-18 Joshua
|
||
Sled <jsled@asynchronous.org> * src/gnome/dialog-sx-from-trans.c
|
||
(sxftd_update_fs): Propgate bi-weekly ui-frequency in transition
|
||
from "schedule transaction" dialog to "Advanced..." (Scheduled
|
||
Transaction Editor). Patch from Robert Zaleski
|
||
<rzaleski81@yahoo.com>.
|
||
<https://bugs.gnucash.org/show_bug.cgi?id=327547>.
|
||
|
||
2006-01-18 15:57 warlord
|
||
|
||
* [r12840] trunk/src/bin/gnucash-bin.c: Get gnucash-bin to
|
||
compile... - Need to #include "config.h" first. - Need to make
|
||
gnucash_command_line static.
|
||
|
||
2006-01-18 15:49 warlord
|
||
|
||
* [r12839] trunk/ChangeLog, trunk/src/Makefile.am,
|
||
trunk/src/bin/Makefile.am: Fix the build so Chris' command-line
|
||
processing works. * src/bin/Makefile.am: Fix some
|
||
srcdir/builddir issues with #includes and libraries. *
|
||
src/Makefile.am: Move 'bin' last so that it's built after
|
||
gnome-utils so Chris' change works.
|
||
|
||
2006-01-18 03:46 chris
|
||
|
||
* [r12838] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c:
|
||
Catch --version argument before booting Guile. Also show svn
|
||
revision info if binary was built from svn.
|
||
|
||
2006-01-17 21:26 cstim
|
||
|
||
* [r12835] trunk/ChangeLog,
|
||
trunk/src/import-export/mt940/gnc-mt940-import.c: Add initial
|
||
work on upgrading the old non-compilable mt940-importer code by
|
||
F. Steinel. Code still non-compilable, see
|
||
https://bugs.gnucash.org/show_bug.cgi?id=325170
|
||
|
||
2006-01-17 17:56 codehelp
|
||
|
||
* [r12829] trunk/ChangeLog, trunk/src/engine/gnc-engine.c:
|
||
Removing .la suffix on backend GModule name
|
||
|
||
2006-01-17 14:24 codehelp
|
||
|
||
* [r12821] trunk/configure.in: allowing external QOF to work when
|
||
specifically enabled for testing
|
||
|
||
2006-01-17 11:14 codehelp
|
||
|
||
* [r12819] trunk/po/en_GB.po: Completing en_GB translation for
|
||
svn. 3395 translated
|
||
|
||
2006-01-17 02:28 chris
|
||
|
||
* [r12817] trunk/src/engine/test/test-lots.c: sane indenting
|
||
|
||
2006-01-17 02:26 chris
|
||
|
||
* [r12816] trunk/src/bin/gnucash-bin.c, trunk/src/scm/main.scm:
|
||
Pull the C inner_main into the environment of the guile (gnucash
|
||
main) module. Strangely, symbols that are resolved during a
|
||
dlopen() *before* calling scm_set_current_module() are not
|
||
resolvable from guile code that is inside a module. In order for
|
||
code in a guile module to see symbols from dlopen'ed libraries,
|
||
they must be dlopen'ed *while* that guile module is current. I
|
||
imagine this is because the process of changing the current
|
||
guile module purposely hides all symbols in the current symbol
|
||
table - to create an illusion of an empty table. Kinda
|
||
interesting... kinda scary...
|
||
|
||
2006-01-17 01:42 chris
|
||
|
||
* [r12815] trunk/src/bin/overrides/Makefile.am: Don't distribute
|
||
non-existant 'gnucash'
|
||
|
||
2006-01-16 20:30 jsled
|
||
|
||
* [r12374] trunk/ChangeLog, trunk/lib/libgsf-1.12.3/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/thumbnailer: Remove unused 'thumbnailer'
|
||
directory.
|
||
* [r12373] trunk/ChangeLog,
|
||
trunk/src/register/register-gnome/gnucash-sheet.c: Compatibility
|
||
with gtk 2.8, as well, for selection of the auto-completed
|
||
region.
|
||
|
||
2006-01-16 20:30 chris
|
||
|
||
* [r12372] trunk/GNOME2_STATUS: update budget-related status
|
||
|
||
2006-01-16 19:21 cstim
|
||
|
||
* [r12371] trunk/po/glossary/gnc-glossary.txt: Improve explanation
|
||
of glossary
|
||
|
||
2006-01-16 19:19 cstim
|
||
|
||
* [r12370] trunk/po/el.po: Updated Greek translation by Nikos
|
||
Charonitakis
|
||
|
||
2006-01-16 16:50 warlord
|
||
|
||
* [r12369] trunk/ChangeLog, trunk/configure.in: * configure.in: us
|
||
AM_PATH_GWRAP properly. Exit configure on failure.
|
||
|
||
2006-01-16 16:30 chris
|
||
|
||
* [r12368] trunk/src/gnc-module/gnc-module.c,
|
||
trunk/src/gnc-module/gnc-module.h,
|
||
trunk/src/gnc-module/gnc-module.scm,
|
||
trunk/src/gnc-module/gw-gnc-module-spec.scm,
|
||
trunk/src/gnc-module/test/test-load-c.c: Slight contraction of
|
||
gnc-module API. Privatize structures that aren't used
|
||
externally. Remove unused functions.
|
||
|
||
2006-01-16 14:42 chris
|
||
|
||
* [r12367] trunk/src/business/business-core/test/test-customer.c:
|
||
Register business objects before testing them.
|
||
|
||
2006-01-16 14:24 chris
|
||
|
||
* [r12366] trunk/lib/libgsf-1.12.3/tests/test-cp-zip.c: Allow a
|
||
libgsf test to pass even with glib 2.4.
|
||
|
||
2006-01-16 05:30 chris
|
||
|
||
* [r12365] trunk/src/bin/test/Makefile.am: Remove unneeded testing
|
||
environments.
|
||
|
||
2006-01-16 05:22 chris
|
||
|
||
* [r12364] trunk/src/bin/test/Makefile.am,
|
||
trunk/src/bin/test/fake-guile,
|
||
trunk/src/bin/test/test-guile-env-override: Remove obsolete test
|
||
for starting GnuCash with a different guile.
|
||
|
||
2006-01-16 03:23 chris
|
||
|
||
* [r12363] trunk/src/bin/test/test-version: Fix
|
||
src/bin/test/test-version for new gnucash executable.
|
||
|
||
2006-01-16 02:43 chris
|
||
|
||
* [r12362] trunk/lib/libqof/backend/file/Makefile.am: Specify that
|
||
LIBADD libraries are for libqof_backend_qsf.la. Solves:
|
||
libqof-backend-qsf.so: undefined symbol: xmlNodeGetContent error
|
||
during `make check'
|
||
|
||
2006-01-16 00:24 warlord
|
||
|
||
* [r12361] trunk/ChangeLog, trunk/src/gnome/dialog-new-user.c: *
|
||
src/gnome/dialog-new-user.c: some fixes to get file to compile.
|
||
|
||
2006-01-15 23:08 jsled
|
||
|
||
* [r12360] trunk, trunk/intl-scm, trunk/lib, trunk/lib/glib26,
|
||
trunk/lib/goffice-0.0.4, trunk/lib/goffice-0.0.4/goffice,
|
||
trunk/lib/goffice-0.0.4/goffice/app,
|
||
trunk/lib/goffice-0.0.4/goffice/cut-n-paste,
|
||
trunk/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas,
|
||
trunk/lib/goffice-0.0.4/goffice/cut-n-paste/pcre,
|
||
trunk/lib/goffice-0.0.4/goffice/data,
|
||
trunk/lib/goffice-0.0.4/goffice/drawing,
|
||
trunk/lib/goffice-0.0.4/goffice/graph,
|
||
trunk/lib/goffice-0.0.4/goffice/gtk,
|
||
trunk/lib/goffice-0.0.4/goffice/ms-compat,
|
||
trunk/lib/goffice-0.0.4/goffice/utils,
|
||
trunk/lib/goffice-0.0.4/plugins,
|
||
trunk/lib/goffice-0.0.4/plugins/plot_barcol,
|
||
trunk/lib/goffice-0.0.4/plugins/plot_boxes,
|
||
trunk/lib/goffice-0.0.4/plugins/plot_pie,
|
||
trunk/lib/goffice-0.0.4/plugins/plot_radar,
|
||
trunk/lib/goffice-0.0.4/plugins/plot_surface,
|
||
trunk/lib/goffice-0.0.4/plugins/plot_xy,
|
||
trunk/lib/goffice-0.0.4/plugins/reg_linear,
|
||
trunk/lib/goffice-0.0.4/tests, trunk/lib/libc,
|
||
trunk/lib/libgsf-1.12.3, trunk/lib/libgsf-1.12.3/gsf,
|
||
trunk/lib/libgsf-1.12.3/gsf-gnome,
|
||
trunk/lib/libgsf-1.12.3/gsf-win32,
|
||
trunk/lib/libgsf-1.12.3/tests, trunk/lib/libqof,
|
||
trunk/lib/libqof/backend, trunk/lib/libqof/backend/file,
|
||
trunk/lib/libqof/qof, trunk/src, trunk/src/app-utils,
|
||
trunk/src/app-utils/test, trunk/src/backend,
|
||
trunk/src/backend/file, trunk/src/backend/file/test,
|
||
trunk/src/bin, trunk/src/business,
|
||
trunk/src/business/business-core,
|
||
trunk/src/business/business-core/file,
|
||
trunk/src/business/business-core/test,
|
||
trunk/src/business/business-gnome,
|
||
trunk/src/business/business-ledger,
|
||
trunk/src/business/business-utils,
|
||
trunk/src/business/dialog-tax-table, trunk/src/calculation,
|
||
trunk/src/calculation/test, trunk/src/core-utils,
|
||
trunk/src/engine, trunk/src/engine/test,
|
||
trunk/src/engine/test-core, trunk/src/gnc-module,
|
||
trunk/src/gnc-module/test, trunk/src/gnc-module/test/misc-mods,
|
||
trunk/src/gnc-module/test/mod-bar,
|
||
trunk/src/gnc-module/test/mod-baz,
|
||
trunk/src/gnc-module/test/mod-foo, trunk/src/gnome,
|
||
trunk/src/gnome-search, trunk/src/gnome-utils,
|
||
trunk/src/gnome-utils/test, trunk/src/import-export,
|
||
trunk/src/import-export/binary-import,
|
||
trunk/src/import-export/binary-import/test,
|
||
trunk/src/import-export/log-replay, trunk/src/import-export/qif,
|
||
trunk/src/import-export/qif-import,
|
||
trunk/src/import-export/qif-import/test,
|
||
trunk/src/import-export/qif/test, trunk/src/import-export/test,
|
||
trunk/src/network-utils, trunk/src/network-utils/test,
|
||
trunk/src/register, trunk/src/register/ledger-core,
|
||
trunk/src/register/ledger-core/test,
|
||
trunk/src/register/register-core,
|
||
trunk/src/register/register-core/test,
|
||
trunk/src/register/register-gnome,
|
||
trunk/src/register/register-gnome/test, trunk/src/report,
|
||
trunk/src/report/locale-specific,
|
||
trunk/src/report/locale-specific/us,
|
||
trunk/src/report/locale-specific/us/test,
|
||
trunk/src/report/report-gnome, trunk/src/report/report-system,
|
||
trunk/src/report/report-system/test,
|
||
trunk/src/report/standard-reports, trunk/src/report/stylesheets,
|
||
trunk/src/report/utility-reports, trunk/src/tax,
|
||
trunk/src/tax/us, trunk/src/tax/us/test, trunk/src/test-core:
|
||
Add TAGS to svn:ignores.
|
||
|
||
2006-01-15 23:07 jsled
|
||
|
||
* [r12359] trunk/ChangeLog: forgot ChangeLog for account-example
|
||
changes.
|
||
|
||
2006-01-15 23:05 jsled
|
||
|
||
* [r12358] trunk/GNOME2_STATUS,
|
||
trunk/accounts/C/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_business.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_carloan.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_cdmoneymkt.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_checkbook.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_childcare.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_eduloan.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_fixedassets.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_full.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_homeloan.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_homeown.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_otherloan.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_renter.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_retiremt.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_spouseinc.gnucash-xea,
|
||
trunk/accounts/C/acctchrt_spouseretire.gnucash-xea: Add
|
||
placeholder flags for relevant accounts.
|
||
|
||
2006-01-15 23:04 jsled
|
||
|
||
* [r12357] trunk/ChangeLog, trunk/GNOME2_STATUS,
|
||
trunk/src/app-utils/Makefile.am,
|
||
trunk/src/app-utils/gnc-account-merge.c,
|
||
trunk/src/app-utils/gnc-account-merge.h,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.h,
|
||
trunk/src/gnome/dialog-new-user.c,
|
||
trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/druid-hierarchy.h,
|
||
trunk/src/gnome/druid-merge.c, trunk/src/gnome/druid-merge.h,
|
||
trunk/src/gnome/glade/account.glade,
|
||
trunk/src/gnome/gnc-plugin-page-account-tree.c: Add
|
||
account-tree-view editing for name,code,desc,notes; refactor
|
||
new-account-heirarchy druid for merging accounts into an
|
||
existing book.
|
||
|
||
2006-01-15 22:19 jsled
|
||
|
||
* [r12356] trunk/HACKING: Updates for new program invocation
|
||
method, path conventions.
|
||
|
||
2006-01-14 11:32 cstim
|
||
|
||
* [r12354] trunk/src/bin: Add svn:ignore
|
||
|
||
2006-01-14 11:27 cstim
|
||
|
||
* [r12353] trunk/accounts/nb/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_business.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_carloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_checkbook.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_childcare.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_eduloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_fixedassets.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_full.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_homeloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_homeown.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_otherloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_renter.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_retiremt.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_spouseinc.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_spouseretire.gnucash-xea: Updated
|
||
Norwegian account templates by Tor Harald Thorland
|
||
|
||
2006-01-14 11:25 cstim
|
||
|
||
* [r12352] trunk/po/nb.po: Updated Norwegian translation by Tor
|
||
Harald Thorland
|
||
|
||
2006-01-14 05:47 chris
|
||
|
||
* [r12351] trunk/src/business/dialog-tax-table/Makefile.am:
|
||
Declare library dependency for dialog-tax-table. libtool 1.5.16
|
||
seems to not mind the dependency being undeclared but libtool
|
||
1.5.6 on FC3 won't lt_dlopen() the .la file without it.
|
||
|
||
2006-01-14 03:56 chris
|
||
|
||
* [r12350] trunk/configure.in, trunk/doc/Makefile.am,
|
||
trunk/lib/libc/Makefile.am,
|
||
trunk/lib/libqof/backend/file/Makefile.am,
|
||
trunk/src/bin/Makefile.am, trunk/src/bin/overrides/Makefile.am,
|
||
trunk/src/gnome-utils/Makefile.am, trunk/src/gnome/Makefile.am,
|
||
trunk/src/quotes/Makefile.am: Add 'Makefile' as a dependency for
|
||
targets that are generated from scriptlets in Makefile. That
|
||
way, if the generating scriptlet is changed, (or the Makefile is
|
||
regenerated) the target will also be remade.
|
||
|
||
2006-01-14 02:01 warlord
|
||
|
||
* [r12349] trunk/ChangeLog, trunk/lib/libqof/qof/Makefile.am: *
|
||
lib/libqof/qof/Makefile.am: qofla-dir.h depends on Makefile.
|
||
Make sure you rebuild qofla-dir.h when the Makefile changes,
|
||
which would imply re-configuration. You never know, the user
|
||
might have changed --prefix which means you want to rebuild the
|
||
header.
|
||
|
||
2006-01-14 01:53 warlord
|
||
|
||
* [r12348] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
Properly set QOF_LIB_DIR et. al. for internal qof.
|
||
|
||
2006-01-13 23:57 warlord
|
||
|
||
* [r12347] trunk/ChangeLog,
|
||
trunk/lib/goffice-0.0.4/goffice/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/app/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/cut-n-paste/pcre/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/data/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/drawing/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/graph/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/gtk/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/ms-compat/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/utils/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/gsf-gnome/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/gsf-win32/Makefile.am,
|
||
trunk/lib/libgsf-1.12.3/gsf/Makefile.am: Don't install goffice
|
||
and gsf headers. * goffice/*/Makefile.am: *
|
||
libgsf/*/Makefile.am: don't install goffice and gsf headers.
|
||
|
||
2006-01-13 22:18 warlord
|
||
|
||
* [r12346] trunk/src/gnome-utils/Makefile.am: Fix a typo. Need a
|
||
backslash.
|
||
|
||
2006-01-13 21:57 warlord
|
||
|
||
* [r12345] trunk/ChangeLog, trunk/src/bin/overrides/Makefile.am,
|
||
trunk/src/bin/overrides/gnucash,
|
||
trunk/src/bin/overrides/gnucash-valgrind: Remove old gnucash and
|
||
gnucash-valgrind override scripts. * src/bin/overrides/gnucash *
|
||
src/bin/overrides/gnucash-valgrind *
|
||
src/bin/overrides/Makefile.am: remove unnecessary override files
|
||
that are no longer useful.
|
||
|
||
2006-01-13 21:50 warlord
|
||
|
||
* [r12344] trunk/ChangeLog, trunk/src/gnome-utils/Makefile.am:
|
||
Revert 12296 -- provide a better fix for gentoo ebuild. *
|
||
src/gnome-utils/Makefile.am: revert 12296 and handle the case of
|
||
an svn checkout without .svn subdirs (gentoo ebuild). In
|
||
particular, we want to use $(srcdir)/gnc-svninfo.h so that a
|
||
build from a dist tarball has the svn version.
|
||
|
||
2006-01-13 21:19 cstim
|
||
|
||
* [r12343] trunk/src/bin/gnucash-bin.c: Add comment about why
|
||
there is no setlocale in main.
|
||
|
||
2006-01-13 19:15 codehelp
|
||
|
||
* [r12342] trunk/src/bin/test/test-version: silencing guile for
|
||
test-version
|
||
|
||
2006-01-13 19:12 codehelp
|
||
|
||
* [r12341] trunk/ChangeLog, trunk/src/bin/test/test-version: Using
|
||
Derek's build-from-tree fix to fix the test-version check
|
||
|
||
2006-01-13 17:41 warlord
|
||
|
||
* [r12340] trunk/ChangeLog,
|
||
trunk/src/bin/overrides/gnucash-build-env.in: Get GnuCash to run
|
||
out of the build tree again. At least, --version works now. *
|
||
src/bin/overrides/gnucash-build-env.in: Change core-utils to a
|
||
gnc-module-dir so it loads both the .scm and the .so properly.
|
||
|
||
2006-01-13 05:13 chris
|
||
|
||
* [r12339] trunk/Makefile.am, trunk/configure.in,
|
||
trunk/lib/libqof/qof/Makefile.am, trunk/src/Makefile.am,
|
||
trunk/src/bin/Makefile.am: Various fixes to allow `make dist`
|
||
and building from tarball.
|
||
|
||
2006-01-13 02:05 chris
|
||
|
||
* [r12338] trunk/ChangeLog, trunk/ChangeLog.2005: ChangeLog
|
||
entries from svn for past 12 days. Hmm... A commit message for
|
||
my commit messages... what to write? Using this, format which is
|
||
much closer to svn log, saved some time. This commit took about
|
||
10 min to prepare, and I estimate it would have taken another 20
|
||
to format like my last entries. The main effort is moving the
|
||
messages off of column 0. I suspect that the non-uniform entry
|
||
style might start to bother me enough to look at the xslt again.
|
||
We'll see.
|
||
|
||
2006-01-13 01:25 chris
|
||
|
||
* [r12337] trunk/src/app-utils/Makefile.am,
|
||
trunk/src/app-utils/gnc-gettext-util.c,
|
||
trunk/src/app-utils/gnc-gettext-util.h,
|
||
trunk/src/app-utils/gw-app-utils-spec.scm,
|
||
trunk/src/app-utils/i18n.h.in, trunk/src/bin/Makefile.am,
|
||
trunk/src/bin/gnucash-bin.c, trunk/src/bin/i18n.h.in,
|
||
trunk/src/scm/main.scm: Move gnu-module init and gettext init
|
||
from scm to C. Move i18n.h.in from src/app-utils to src/bin,
|
||
where it is used. Remove unneeded gettext init code in
|
||
src/app-utils
|
||
|
||
2006-01-13 00:41 hampton
|
||
|
||
* [r12336] trunk/GNOME2_STATUS: Remove fixed item that was
|
||
restored by accident.
|
||
|
||
2006-01-13 00:34 hampton
|
||
|
||
* [r12335] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c: Remove the
|
||
unnecessary explicit removal of the tree model and let the core
|
||
GtkTreeView code do its thing. Prevents a weird crash when
|
||
canceling the transfer code.
|
||
|
||
2006-01-12 23:40 jsled
|
||
|
||
* [r12334] trunk/configure.in,
|
||
trunk/lib/goffice-0.0.4/goffice/graph/Makefile.am,
|
||
trunk/lib/goffice-0.0.4/goffice/graph/gog-renderer-cairo.c:
|
||
Remove (b0rk) cairo support
|
||
|
||
2006-01-12 23:34 jsled
|
||
|
||
* [r12333] trunk/GNOME2_STATUS: Add notes from -devel, #gnucash
|
||
|
||
2006-01-12 22:47 warlord
|
||
|
||
* [r12332] trunk/ChangeLog, trunk/configure.in,
|
||
trunk/macros/pkg.m4: * configure.in: fixes to make configure
|
||
more quiet - move PKG_CONFIG check early in the process - use
|
||
--silence-errors more * macros/pkg.m4: work around a pkg-config
|
||
bug that outputs errors to stderr even when you tell it to
|
||
output to stdout.
|
||
|
||
2006-01-12 21:44 warlord
|
||
|
||
* [r12331] trunk/ChangeLog, trunk/configure.in: * configure.in:
|
||
add --enable-qof so build defaults to internal qof.
|
||
|
||
2006-01-12 21:26 chris
|
||
|
||
* [r12330] trunk/src/backend/file/gnc-account-xml-v2.c,
|
||
trunk/src/backend/file/test/test-real-data.sh,
|
||
trunk/src/backend/file/test/test-xml-account.c: Don't let
|
||
deprecated tags overwrite data from newer tags. Avoid testing
|
||
for match of deprecated tags. Warn about deprecated tags not
|
||
being preserved. Plug another leak in test case. Make successful
|
||
test-xml-account less verbose.
|
||
|
||
2006-01-12 21:22 chris
|
||
|
||
* [r12329] trunk/src/backend/file/test/test-file-stuff.c: Avoid
|
||
creating new xml parser for each test file. This plugs a mem
|
||
leak in the test case.
|
||
|
||
2006-01-12 15:52 cstim
|
||
|
||
* [r12328] trunk/configure.in: Revert not-yet-agreed change in QOF
|
||
variables by myself that accidentally slipped in.
|
||
|
||
2006-01-11 23:07 codehelp
|
||
|
||
* [r12327] branches/cashutil/ChangeLog,
|
||
branches/cashutil/src/bin/gnucash2.c,
|
||
branches/cashutil/src/gnc-module/gnc-module.c,
|
||
branches/cashutil/src/gnome-utils: silencing g_messages in
|
||
favour of logfile
|
||
|
||
2006-01-11 22:05 codehelp
|
||
|
||
* [r12326]
|
||
branches/cashutil/src/backend/file/gncmod-backend-file.c,
|
||
branches/cashutil/src/bin/gnucash2.c,
|
||
branches/cashutil/src/business/business-core/file/gncmod-business-backend-file.c,
|
||
branches/cashutil/src/engine/gncmod-engine.c,
|
||
branches/cashutil/src/import-export/qif-io-core/gncmod-qifiocore.c:
|
||
one more step to loading main window in C
|
||
|
||
2006-01-11 18:46 codehelp
|
||
|
||
* [r12325] branches/cashutil/cashutil/src/Makefile.am,
|
||
branches/cashutil/cashutil/src/cashutil.c,
|
||
branches/cashutil/configure.ac,
|
||
branches/cashutil/src/Makefile.am,
|
||
branches/cashutil/src/app-utils/Makefile.am,
|
||
branches/cashutil/src/app-utils/gncmod-app-utils.c,
|
||
branches/cashutil/src/bin/gnucash2.c,
|
||
branches/cashutil/src/engine/Makefile.am,
|
||
branches/cashutil/src/engine/test/Makefile.am,
|
||
branches/cashutil/src/gnc-module/Makefile.am,
|
||
branches/cashutil/src/gnc-module/gnc-module.c,
|
||
branches/cashutil/src/gnc-module/gnc-module.h,
|
||
branches/cashutil/src/gnome-search/gncmod-gnome-search.c,
|
||
branches/cashutil/src/gnome-utils/gncmod-gnome-utils.c,
|
||
branches/cashutil/src/gnome/gncmod-budget.c,
|
||
branches/cashutil/src/import-export/binary-import/gncmod-binary-import.c,
|
||
branches/cashutil/src/import-export/gncmod-generic-import.c,
|
||
branches/cashutil/src/import-export/hbci/gncmod-hbci.c,
|
||
branches/cashutil/src/import-export/log-replay/gncmod-log-replay.c,
|
||
branches/cashutil/src/import-export/mt940/gncmod-mt940-import.c,
|
||
branches/cashutil/src/import-export/ofx/gncmod-ofx-import.c,
|
||
branches/cashutil/src/import-export/qif-import/gnc-qif-import.c,
|
||
branches/cashutil/src/register/ledger-core/gncmod-ledger-core.c,
|
||
branches/cashutil/src/register/register-core/gncmod-register-core.c,
|
||
branches/cashutil/src/report/report-system/gncmod-report-system.c:
|
||
removing engine module and improving splash screen load
|
||
|
||
2006-01-11 13:26 codehelp
|
||
|
||
* [r12324] trunk/src/gnome-utils/gnc-tree-model-budget.c: doxygen
|
||
tweak
|
||
|
||
2006-01-11 13:06 codehelp
|
||
|
||
* [r12323] trunk/src/engine/gnc-budget.h,
|
||
trunk/src/gnome-utils/gnc-tree-model-budget.h: doxygen tweak
|
||
|
||
2006-01-11 04:39 chris
|
||
|
||
* [r12322] trunk/src/engine/Account.c: Factor-out cut-n-paste job
|
||
from xaccCloneAccount{Simple}.
|
||
|
||
2006-01-11 04:30 chris
|
||
|
||
* [r12321] trunk/src/engine/Account.c: Convert account name, code
|
||
and description to use string cache. Plus minor comments and
|
||
tweaks.
|
||
|
||
2006-01-11 04:29 hampton
|
||
|
||
* [r12320] trunk/ChangeLog, trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/gnc-gnome-utils.c: A couple of simple
|
||
substitutions for deprecated functions.
|
||
|
||
2006-01-11 04:27 chris
|
||
|
||
* [r12319] trunk/lib/libqof/qof/gnc-engine-util.h: Add
|
||
CACHE_REPLACE(dst, src) macro for common case in string setters.
|
||
|
||
2006-01-11 04:25 hampton
|
||
|
||
* [r12318] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-options.c: Use newer function for
|
||
setting the width of a GtkSpinButton.
|
||
|
||
2006-01-11 03:08 hampton
|
||
|
||
* [r12317] trunk/ChangeLog, trunk/src/gnome-utils/gnc-html.c,
|
||
trunk/src/gnome/top-level.c,
|
||
trunk/src/network-utils/Makefile.am: The gnucash gpg networking
|
||
code isn't called from anywhere. No need to compile it as part
|
||
of the build.
|
||
|
||
2006-01-11 02:58 chris
|
||
|
||
* [r12316] trunk/src/engine/gnc-commodity.c: Convert gnc-commodity
|
||
to use vanilla string cache macros.
|
||
|
||
2006-01-11 02:56 chris
|
||
|
||
* [r12315] trunk/lib/libqof/qof/gnc-engine-util.c,
|
||
trunk/lib/libqof/qof/gnc-engine-util.h: Add const to
|
||
gnc_string_cache_insert argument. Handle NULL values gracefully.
|
||
|
||
2006-01-11 02:41 hampton
|
||
|
||
* [r12314] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-options.c,
|
||
trunk/src/gnome-utils/dialog-utils.c,
|
||
trunk/src/gnome-utils/gnc-dense-cal.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/register/register-gnome/gnucash-cursor.c,
|
||
trunk/src/register/register-gnome/gnucash-grid.c,
|
||
trunk/src/register/register-gnome/gnucash-header.c,
|
||
trunk/src/register/register-gnome/gnucash-item-edit.c: Replace
|
||
deprecated functions with their current equivalent.
|
||
|
||
2006-01-11 02:19 chris
|
||
|
||
* [r12313] trunk/src/engine/test/test-date.c: Add commented-out
|
||
test case demonstrating lack of year 2038 support.
|
||
|
||
2006-01-10 22:10 warlord
|
||
|
||
* [r12312] trunk/ChangeLog, trunk/make-gnucash-potfiles.in: ignore
|
||
dangling symlinks when building po/POTFILES.in *
|
||
make-gnucash-potfiles.in: ignore dangling symlinks when building
|
||
po/POTFILES.in
|
||
|
||
2006-01-10 21:42 chris
|
||
|
||
* [r12311] trunk/src/engine/gnc-commodity.c: Plug memory leak of
|
||
gnc_commodity_namespace->QofInstance; found w/ valgrind.
|
||
|
||
2006-01-10 20:13 cstim
|
||
|
||
* [r12310] trunk/ChangeLog, trunk/accounts/Makefile.am,
|
||
trunk/accounts/nb, trunk/accounts/nb/Makefile.am,
|
||
trunk/accounts/nb/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_business.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_carloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_checkbook.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_childcare.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_eduloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_fixedassets.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_full.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_homeloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_homeown.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_otherloan.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_renter.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_retiremt.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_spouseinc.gnucash-xea,
|
||
trunk/accounts/nb/acctchrt_spouseretire.gnucash-xea,
|
||
trunk/configure.in: Add account templates for Norwegian (Bokmal)
|
||
language; by Tor Harald Thorland <linux@strigen.com>; not fully
|
||
functional so far.
|
||
|
||
2006-01-10 19:58 cstim
|
||
|
||
* [r12309] trunk/po/nb.po: Updated Norwegian translation by Tor
|
||
Harald Thorland
|
||
|
||
2006-01-09 21:06 chris
|
||
|
||
* [r12308] trunk/src/engine/test/test-date.c: Avoid testing dates
|
||
near or after 2038, because the qof parsing functions fail.
|
||
|
||
2006-01-09 12:58 hampton
|
||
|
||
* [r12307] trunk/src/gnome-utils/dialog-options.c: Add tooltip for
|
||
new button.
|
||
|
||
2006-01-09 03:33 chris
|
||
|
||
* [r12306] trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/test/test-print-parse-amount.c: Don't test
|
||
numeric parsing for numbers that overflow, we'd fail.
|
||
|
||
2006-01-08 22:39 hampton
|
||
|
||
* [r12305] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/dialog-options.c: Add a button to clear
|
||
the name of the currently selected file in a file chooser.
|
||
|
||
2006-01-08 22:34 hampton
|
||
|
||
* [r12304] trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c: The
|
||
GTK2.4 headers are missing a named constant.
|
||
|
||
2006-01-08 22:31 hampton
|
||
|
||
* [r12303] trunk/lib/goffice-0.0.4/goffice/glib24_26-compat.c: Fix
|
||
a couple of compiler version issues.
|
||
|
||
2006-01-08 22:29 warlord
|
||
|
||
* [r12302] trunk/ChangeLog, trunk/Makefile.am: * Makefile.am: fix
|
||
the dist-hook macro for po/POTFILES.in
|
||
|
||
2006-01-08 21:41 cstim
|
||
|
||
* [r12301] trunk/po/de.po: Updated German translation. 3414 done.
|
||
|
||
2006-01-08 21:37 cstim
|
||
|
||
* [r12300] trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome/glade/register.glade: Add more tooltips to main
|
||
window buttons. i18n improvements.
|
||
|
||
2006-01-08 17:51 codehelp
|
||
|
||
* [r12299] trunk/configure.in,
|
||
trunk/lib/libqof/backend/file/pilot-qsf-GnuCashInvoice.xml,
|
||
trunk/lib/libqof/backend/file/qof-backend-qsf.h,
|
||
trunk/lib/libqof/backend/file/qsf-backend.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml-map.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.c,
|
||
trunk/lib/libqof/backend/file/qsf-xml.h,
|
||
trunk/lib/libqof/qof/Makefile.am,
|
||
trunk/lib/libqof/qof/deprecated.c,
|
||
trunk/lib/libqof/qof/deprecated.h,
|
||
trunk/lib/libqof/qof/gnc-date.c,
|
||
trunk/lib/libqof/qof/gnc-date.h,
|
||
trunk/lib/libqof/qof/gnc-engine-util.h,
|
||
trunk/lib/libqof/qof/gnc-event-p.h,
|
||
trunk/lib/libqof/qof/gnc-event.c,
|
||
trunk/lib/libqof/qof/gnc-event.h,
|
||
trunk/lib/libqof/qof/gnc-numeric.c,
|
||
trunk/lib/libqof/qof/gnc-numeric.h,
|
||
trunk/lib/libqof/qof/gnc-trace.c,
|
||
trunk/lib/libqof/qof/gnc-trace.h, trunk/lib/libqof/qof/guid.c,
|
||
trunk/lib/libqof/qof/guid.h, trunk/lib/libqof/qof/kvp-util.h,
|
||
trunk/lib/libqof/qof/kvp_frame.c,
|
||
trunk/lib/libqof/qof/kvp_frame.h,
|
||
trunk/lib/libqof/qof/qof-be-utils.h, trunk/lib/libqof/qof/qof.h,
|
||
trunk/lib/libqof/qof/qof_book_merge.c,
|
||
trunk/lib/libqof/qof/qof_book_merge.h,
|
||
trunk/lib/libqof/qof/qofbackend-p.h,
|
||
trunk/lib/libqof/qof/qofbackend.c,
|
||
trunk/lib/libqof/qof/qofbook-p.h,
|
||
trunk/lib/libqof/qof/qofbook.c, trunk/lib/libqof/qof/qofbook.h,
|
||
trunk/lib/libqof/qof/qofchoice.c,
|
||
trunk/lib/libqof/qof/qofchoice.h,
|
||
trunk/lib/libqof/qof/qofclass-p.h,
|
||
trunk/lib/libqof/qof/qofclass.c, trunk/lib/libqof/qof/qofgobj.c,
|
||
trunk/lib/libqof/qof/qofgobj.h, trunk/lib/libqof/qof/qofid-p.h,
|
||
trunk/lib/libqof/qof/qofid.c, trunk/lib/libqof/qof/qofid.h,
|
||
trunk/lib/libqof/qof/qofinstance-p.h,
|
||
trunk/lib/libqof/qof/qofinstance.c,
|
||
trunk/lib/libqof/qof/qoflog.c, trunk/lib/libqof/qof/qoflog.h,
|
||
trunk/lib/libqof/qof/qofobject-p.h,
|
||
trunk/lib/libqof/qof/qofobject.c,
|
||
trunk/lib/libqof/qof/qofquery-deserial.c,
|
||
trunk/lib/libqof/qof/qofquery-deserial.h,
|
||
trunk/lib/libqof/qof/qofquery-serialize.c,
|
||
trunk/lib/libqof/qof/qofquery-serialize.h,
|
||
trunk/lib/libqof/qof/qofquery.c,
|
||
trunk/lib/libqof/qof/qofquery.h,
|
||
trunk/lib/libqof/qof/qofquerycore.c,
|
||
trunk/lib/libqof/qof/qofquerycore.h,
|
||
trunk/lib/libqof/qof/qofsession.c,
|
||
trunk/lib/libqof/qof/qofsession.h,
|
||
trunk/lib/libqof/qof/qofsql.c, trunk/lib/libqof/qof/qofsql.h:
|
||
QOF 0.6.1 release update
|
||
|
||
2006-01-08 14:57 codehelp
|
||
|
||
* [r12298] trunk, trunk/ChangeLog, trunk/po/en_GB.po,
|
||
trunk/src/gnome-utils,
|
||
trunk/src/import-export/qif-import/test/Makefile.am: updated
|
||
en_GB translation (92fuzzy remaining) in association with Nigel
|
||
Titley and the translation project
|
||
|
||
2006-01-08 14:45 codehelp
|
||
|
||
* [r12297] trunk/ChangeLog, trunk/src/engine/Transaction.c,
|
||
trunk/src/gnome-utils/druid-gconf-setup.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-budget.h,
|
||
trunk/src/gnome/gnc-plugin-budget.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.h: ENTER and LEAVE
|
||
matching, typo and doxygen tweak
|
||
|
||
2006-01-08 14:24 cstim
|
||
|
||
* [r12296] trunk/src/gnome-utils/Makefile.am: Fix gnc-svninfo.h
|
||
rule for gentoo ebuild where svn is no longer available
|
||
|
||
2006-01-08 14:01 cstim
|
||
|
||
* [r12295] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-embedded-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/gnc-main-window.h,
|
||
trunk/src/gnome-utils/gnc-plugin-menu-additions.c,
|
||
trunk/src/gnome-utils/gnc-plugin-page.c:
|
||
src/gnome-utils/gnc-main-window.c: Add gnc workaround function
|
||
for errorneous gtk_action_group_set_translation_domain. Fixes
|
||
the statusbar-tooltip error mentioned on 2006-01-07. Filed in
|
||
gtk as bug#326200.
|
||
|
||
2006-01-07 19:13 hampton
|
||
|
||
* [r12294] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/account-summary.scm: Copy the
|
||
table markup from an intermediate table to the final displayed
|
||
table.
|
||
|
||
2006-01-07 19:12 hampton
|
||
|
||
* [r12293] trunk/src/report/report-system/html-acct-table.scm:
|
||
When building a html table from an account tree, apply markup to
|
||
the "total" lines so that they use the right stylesheet colors.
|
||
|
||
2006-01-07 18:42 hampton
|
||
|
||
* [r12292] trunk/ChangeLog,
|
||
trunk/src/report/standard-reports/advanced-portfolio.scm,
|
||
trunk/src/report/standard-reports/portfolio.scm: Fix the "share
|
||
decimal places" option.
|
||
|
||
2006-01-07 17:15 cstim
|
||
|
||
* [r12291] trunk/src/gnome-utils/gnc-main-window.c: Oops, fix
|
||
unintended additional changes
|
||
|
||
2006-01-07 17:13 cstim
|
||
|
||
* [r12290] trunk/po/de.po: Updated German translation
|
||
* [r12289] trunk/ChangeLog,
|
||
trunk/src/gnome/gnc-plugin-page-register.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Add more
|
||
tooltips to actions.
|
||
src/report/report-gnome/gnc-plugin-page-report.c: Rename "Save
|
||
report" menu item to "Add report" according to IRC discussion
|
||
with warlord.
|
||
|
||
2006-01-07 17:12 cstim
|
||
|
||
* [r12288] trunk/src/gnome-utils/gnc-main-window.c: Add display of
|
||
a GtkAction's tooltip in the statusbar when the mouse is
|
||
selection its menu item. Code copied from gtk+'s
|
||
test/testmerge.c. Works fine, except that in non-C locales a
|
||
tooltip of "" is errorneously passed through gettext(), which
|
||
will accidentally catch a wrong string from the po files. This
|
||
needs to be fixed.
|
||
|
||
2006-01-07 15:48 cstim
|
||
|
||
* [r12287] trunk/src/bin/Makefile.am,
|
||
trunk/src/bin/gnucash-valgrind.in: Improve valgrind script
|
||
|
||
2006-01-07 15:47 cstim
|
||
|
||
* [r12286] trunk/po/nb.po: Updated Norwegian translation by Tor
|
||
Harald Thorland
|
||
|
||
2006-01-07 14:51 cstim
|
||
|
||
* [r12285] trunk/ChangeLog, trunk/Makefile.am, trunk/autogen.sh,
|
||
trunk/macros/autogen.sh: Move code from macros/autogen.sh to
|
||
./autogen.sh to make it more obvious what happens. Add checks
|
||
for all programs that are called, fixes bug#325721. However in
|
||
principle the code wasn't changed, only cleaned up.
|
||
|
||
2006-01-07 07:36 hampton
|
||
|
||
* [r12284] trunk/GNOME2_STATUS: Update for recent HBCI fixes.
|
||
|
||
2006-01-07 07:28 hampton
|
||
|
||
* [r12283] trunk/src/gnome-utils/gnc-file.c,
|
||
trunk/src/report/report-gnome/gnc-plugin-page-report.c: Add some
|
||
access keys to menu items and buttons.
|
||
|
||
2006-01-07 07:03 hampton
|
||
|
||
* [r12282] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/dialog-date-close.c,
|
||
trunk/src/business/business-gnome/dialog-order.c,
|
||
trunk/src/gnome-utils/gnc-druid-provider-file-gnome.c,
|
||
trunk/src/gnome-utils/gnc-druid-provider-file-gnome.h: Remove
|
||
some deprecated gnome functions.
|
||
|
||
2006-01-07 06:18 hampton
|
||
|
||
* [r12281] trunk/ChangeLog, trunk/src/bin,
|
||
trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-valgrind.in:
|
||
Add a script to invoke the new gnucash.bin executable via
|
||
valgrind.
|
||
|
||
2006-01-07 06:00 hampton
|
||
|
||
* [r12280] trunk/ChangeLog,
|
||
trunk/src/gnome/window-main-summarybar.c: Performance
|
||
enhancements. Remove the model from the combo box before
|
||
clearing and repopulating it.
|
||
|
||
2006-01-06 22:55 jsled
|
||
|
||
* [r12279] trunk/GNOME2_STATUS: buffer-flush notes.
|
||
|
||
2006-01-06 22:28 chris
|
||
|
||
* [r12278] trunk/src/app-utils/gnc-ui-util.c,
|
||
trunk/src/app-utils/gnc-ui-util.h: Fix floating point exception
|
||
by checking for overflow.
|
||
|
||
2006-01-06 22:10 cstim
|
||
|
||
* [r12277] trunk/glade-fixup: Improve glade-fixup script so that
|
||
it can be used in subdirectories, too
|
||
|
||
2006-01-06 22:09 cstim
|
||
|
||
* [r12276] trunk/po/de.po: Improved German translation. 3397 out
|
||
of 4005 done.
|
||
* [r12275] trunk/src/import-export/hbci/gnc-hbci-getbalance.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-transfer.c,
|
||
trunk/src/import-export/hbci/gnc-hbci-utils.c: String i18n
|
||
cleanup: manual linebreaks removed
|
||
|
||
2006-01-06 21:55 cstim
|
||
|
||
* [r12274] trunk/src/import-export/hbci/glade/hbci.glade: String
|
||
i18n cleanup; more tooltips added
|
||
|
||
2006-01-06 21:31 chris
|
||
|
||
* [r12273] trunk/Makefile.am: Fixes for `make check' in toplevel
|
||
Makefile.am. Conditionally add symlink from ./gsf to
|
||
./lib/libgsf-1.12.3/gsf. Also, silence warning:
|
||
/usr/share/automake-1.9/am/tags.am: ctags was already defined in
|
||
condition !GNC_CTAGS_FILE, which is included in condition TRUE
|
||
... Makefile.am:138: ... `ctags' previously defined here and
|
||
avoid possible `make dist' failure by added po/POTFILES.in to
|
||
dist-hook.
|
||
|
||
2006-01-06 15:49 hampton
|
||
|
||
* [r12272] trunk/ChangeLog,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.c,
|
||
trunk/src/import-export/hbci/dialog-hbcitrans.h,
|
||
trunk/src/import-export/hbci/glade/hbci.glade,
|
||
trunk/src/import-export/hbci/gnc-hbci-transfer.c: Make the HBCI
|
||
Transfer dialog work again using a GtkListStore.
|
||
|
||
2006-01-06 02:49 chris
|
||
|
||
* [r12271] trunk/Makefile.am, trunk/po/POTFILES.in: Yet more build
|
||
tweaks for .pot file generation. Remove po/POTFILES.in (again)
|
||
from svn. Since po/POTFILES.in is added to BUILT_SOURCES, it's
|
||
auto-generated now whenever the `make all', `make check', or
|
||
`make install' targets are processed, (but not recreated every
|
||
time). And `make pot' forces the recreation of po/POTFILES.in.
|
||
Hopefully, this will works even on OSX.
|
||
|
||
2006-01-05 15:54 jsled
|
||
|
||
* [r12270] trunk/accounts/de_DE/acctchrt_auto.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_autoloan.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_houseown.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_investment.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_kids.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_otherasset.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_otherloan.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_skr04.gnucash-xea,
|
||
trunk/accounts/de_DE/acctchrt_studium.gnucash-xea,
|
||
trunk/accounts/fr_FR/Makefile.am,
|
||
trunk/accounts/fr_FR/acctchrt_business.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_brokerage.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_carloan.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_childcare.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_common.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_eduloan.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_homeloan.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_homeown.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_otherloan.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_renter.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_retiremt.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea,
|
||
trunk/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea,
|
||
trunk/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea: Andreas
|
||
Kohler's cleanups, Bug#321405.
|
||
|
||
2006-01-05 15:50 jsled
|
||
|
||
* [r12269] trunk/accounts/C/Makefile.am,
|
||
trunk/accounts/de_DE/Makefile.am,
|
||
trunk/accounts/de_DE/acctchrt_full.gnucash-xea: Restore
|
||
de_DE/acctchrt_full.gnucash-xea, makefile rules re:acctchrt_full
|
||
files.
|
||
|
||
2006-01-05 06:36 hampton
|
||
|
||
* [r12268] trunk/ChangeLog: Info for last set of changes.
|
||
|
||
2006-01-05 06:35 hampton
|
||
|
||
* [r12267] trunk/configure.in,
|
||
trunk/src/gnome-utils/gnc-main-window.c,
|
||
trunk/src/gnome-utils/ui/gnc-main-window-ui.xml: Add in some
|
||
conditionally compiled hooks for turning callgrind on/off via
|
||
the menus.
|
||
|
||
2006-01-05 06:33 hampton
|
||
|
||
* [r12266] trunk/src/gnome/gnc-plugin-page-account-tree.c:
|
||
Consolidate some common functionality.
|
||
|
||
2006-01-05 06:32 hampton
|
||
|
||
* [r12265] trunk/src/register/register-gnome/gnucash-item-list.c:
|
||
Remove debugging statement.
|
||
|
||
2006-01-05 05:18 hampton
|
||
|
||
* [r12264] trunk/ChangeLog,
|
||
trunk/src/register/ledger-core/split-register-load.c,
|
||
trunk/src/register/register-core/combocell.h,
|
||
trunk/src/register/register-gnome/combocell-gnome.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.c,
|
||
trunk/src/register/register-gnome/gnucash-item-list.h: Load the
|
||
entire data set into the combocell before enabling sorting.
|
||
Saves a tremendous amount of time.
|
||
|
||
2006-01-05 03:44 jsled
|
||
|
||
* [r12263] trunk/accounts/C/Makefile.am,
|
||
trunk/accounts/C/acctlist_brokerage.gnucash-xea,
|
||
trunk/accounts/C/acctlist_carloan.gnucash-xea,
|
||
trunk/accounts/C/acctlist_cdmoneymkt.gnucash-xea,
|
||
trunk/accounts/C/acctlist_childcare.gnucash-xea,
|
||
trunk/accounts/C/acctlist_common.gnucash-xea,
|
||
trunk/accounts/C/acctlist_eduloan.gnucash-xea,
|
||
trunk/accounts/C/acctlist_fixedassets.gnucash-xea,
|
||
trunk/accounts/C/acctlist_full.gnucash-xea,
|
||
trunk/accounts/C/acctlist_homeloan.gnucash-xea,
|
||
trunk/accounts/C/acctlist_homeown.gnucash-xea,
|
||
trunk/accounts/C/acctlist_otherloan.gnucash-xea,
|
||
trunk/accounts/C/acctlist_renter.gnucash-xea,
|
||
trunk/accounts/C/acctlist_retiremt.gnucash-xea,
|
||
trunk/accounts/C/acctlist_spouseinc.gnucash-xea,
|
||
trunk/accounts/C/acctlist_spouseretire.gnucash-xea,
|
||
trunk/accounts/de_DE/Makefile.am,
|
||
trunk/accounts/de_DE/acctchrt_full.gnucash-xea,
|
||
trunk/accounts/de_DE/acctlist_full.gnucash: Remove dead acctlist
|
||
files.
|
||
|
||
2006-01-05 03:11 hampton
|
||
|
||
* [r12262]
|
||
trunk/src/business/business-ledger/gncEntryLedgerLoad.c: Rename
|
||
function to eliminate duplicate names.
|
||
|
||
2006-01-05 03:10 hampton
|
||
|
||
* [r12261] trunk/lib/libqof/qof/gnc-numeric.c,
|
||
trunk/src/backend/file/gnc-transaction-xml-v2.c: A couple of
|
||
performance tweaks.
|
||
|
||
2006-01-05 01:38 hampton
|
||
|
||
* [r12260] trunk/src/bin/gnucash.in: Don't keep the shell around
|
||
when starting gnucash.
|
||
|
||
2006-01-04 21:56 cstim
|
||
|
||
* [r12259] trunk/po/de.po: Updated German translation
|
||
|
||
2006-01-04 21:54 cstim
|
||
|
||
* [r12258] trunk/src/gnome/gnc-plugin-basic-commands.c,
|
||
trunk/src/report/report-gnome/dialog-style-sheet.c: String i18n
|
||
improvements.
|
||
|
||
2006-01-04 17:25 chris
|
||
|
||
* [r12257] trunk/po/POTFILES.in: Add a stub po/POTFILES.in
|
||
|
||
2006-01-04 04:56 jsled
|
||
|
||
* [r12256] trunk/ChangeLog, trunk/GNOME2_STATUS,
|
||
trunk/src/gnome/dialog-sxsincelast.c,
|
||
trunk/src/gnome/glade/sched-xact.glade,
|
||
trunk/src/gnome/ui/gnc-plugin-page-sxregister-ui.xml,
|
||
trunk/src/gnome/ui/gnc-sxed-window-ui.xml: Since-last-run dialog
|
||
cleanups. * gnc-sxed-window-ui.xml: Remove unreferenced
|
||
`TransactionAction`. * dialog-sxsincelast.c
|
||
(sxsld_disposition_changed): change the assertion into a simple
|
||
return-if-fail due to apparent change in the calling order in
|
||
gtk 2.x...
|
||
|
||
2006-01-04 03:58 hampton
|
||
|
||
* [r12255] trunk/ChangeLog, trunk/src/engine/Transaction.c: When
|
||
setting the amount of a split, don't call gnc_numeric_convert on
|
||
it if the split isn't assigned to an account. This reduces the
|
||
time spent loading a data file.
|
||
|
||
2006-01-04 03:13 hampton
|
||
|
||
* [r12254] trunk/ChangeLog,
|
||
trunk/src/business/business-gnome/glade/invoice.glade: Couple
|
||
the radio buttons in the unpost dialog.
|
||
|
||
2006-01-04 01:02 hampton
|
||
|
||
* [r12253] trunk/ChangeLog, trunk/src/gnome/dialog-totd.c,
|
||
trunk/src/gnome/glade/totd.glade, trunk/src/gnome/top-level.c:
|
||
Revert the previous change and make the totd always float above
|
||
all other GnuCash windows.
|
||
|
||
2006-01-03 23:49 chris
|
||
|
||
* [r12252] trunk/src/bin/Makefile.am, trunk/src/bin/gnucash-bin.c,
|
||
trunk/src/bin/gnucash.in: Invert the program entry point.
|
||
'gnucash' is now a shell script that calls the executable
|
||
'gnucash-bin' which uses libguile to load guile modules.
|
||
|
||
2006-01-03 22:22 codehelp
|
||
|
||
* [r12251] trunk/Makefile.am: fix Mac OSX problems with buildpo
|
||
target
|
||
|
||
2006-01-03 22:01 codehelp
|
||
|
||
* [r12250] trunk/Makefile.am: ensure the generated file is cleaned
|
||
for make distcheck
|
||
|
||
2006-01-03 19:27 codehelp
|
||
|
||
* [r12249] trunk/doc/TRANSLATION_HOWTO: typos
|
||
* [r12248] trunk/po/POTFILES.in: automate replacing po/POTFILES.in
|
||
and remove POTFILES.in from svn
|
||
|
||
2006-01-03 19:26 codehelp
|
||
|
||
* [r12247] trunk/Makefile.am, trunk/po: automate replacing
|
||
po/POTFILES.in and remove POTFILES.in from svn
|
||
|
||
2006-01-03 18:04 codehelp
|
||
|
||
* [r12246] trunk/Makefile.am: rebuild POTFILES.in when remaking
|
||
gnucash.pot
|
||
|
||
2006-01-03 18:02 chris
|
||
|
||
* [r12245] trunk/po/POTFILES.in: remove a couple recently-removed
|
||
files from POTFILES.in
|
||
|
||
2006-01-03 17:13 hampton
|
||
|
||
* [r12244] trunk/src/business/business-core/gncEntry.c: Rename
|
||
function to eliminate duplicate names.
|
||
|
||
2006-01-03 09:39 codehelp
|
||
|
||
* [r12243] branches/cashutil, branches/cashutil/AUTHORS,
|
||
branches/cashutil/ChangeLog, branches/cashutil/ChangeLog.1,
|
||
branches/cashutil/ChangeLog.2001,
|
||
branches/cashutil/ChangeLog.2002,
|
||
branches/cashutil/ChangeLog.2003,
|
||
branches/cashutil/ChangeLog.2004, branches/cashutil/DOCUMENTERS,
|
||
branches/cashutil/GNOME2_STATUS, branches/cashutil/LICENSE,
|
||
branches/cashutil/Makefile.am, branches/cashutil/README,
|
||
branches/cashutil/README.dependencies,
|
||
branches/cashutil/README.svn,
|
||
branches/cashutil/accounts/C/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_business.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_checkbook.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_full.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_common.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_full.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_renter.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/C/acctlist_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/da/acctchrt_car.gnucash-xea,
|
||
branches/cashutil/accounts/da/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/da/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/da/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/de_CH/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/de_CH/acctchrt_chkmu.gnucash-xea,
|
||
branches/cashutil/accounts/de_CH/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/de_CH/acctchrt_kids.gnucash-xea,
|
||
branches/cashutil/accounts/de_CH/acctchrt_otherasset.gnucash-xea,
|
||
branches/cashutil/accounts/de_CH/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_auto.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_autoloan.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_full.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_houseown.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_investment.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_kids.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_otherasset.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_skr04.gnucash-xea,
|
||
branches/cashutil/accounts/de_DE/acctchrt_studium.gnucash-xea,
|
||
branches/cashutil/accounts/el_GR/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/el_GR/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/el_GR/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_currency.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/es_ES/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_currency.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_business.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_checkbook.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_checkbook.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/it/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/ja_JP.EUC/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_currency.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_childcare.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_currency.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_eduloan.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_homeown.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_otherloan.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_renter.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_retiremt.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_spouseinc.gnucash-xea,
|
||
branches/cashutil/accounts/sk/acctchrt_spouseretire.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_brokerage.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_carloan.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_checkbook.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_common.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea,
|
||
branches/cashutil/accounts/tr_TR/acctchrt_homeloan.gnucash-xea,
|
||
branches/cashutil/cashutil/src/cashutil.c,
|
||
branches/cashutil/cashutil/src/qof-main.c,
|
||
branches/cashutil/cashutil/src/qof-main.h,
|
||
branches/cashutil/cashutil/src/qof-shell.c,
|
||
branches/cashutil/configure.ac,
|
||
branches/cashutil/doc/Makefile.am,
|
||
branches/cashutil/doc/RAW-NOTES,
|
||
branches/cashutil/doc/README.build-system,
|
||
branches/cashutil/doc/README.dependencies,
|
||
branches/cashutil/doc/TRANSLATION_HOWTO,
|
||
branches/cashutil/doc/build-osx.txt,
|
||
branches/cashutil/doc/misc-notes.txt,
|
||
branches/cashutil/goffice-config.h.in,
|
||
branches/cashutil/goffice-features.h.in,
|
||
branches/cashutil/gsf-config.h.in, branches/cashutil/lib,
|
||
branches/cashutil/lib/Makefile.am, branches/cashutil/lib/README,
|
||
branches/cashutil/lib/egg, branches/cashutil/lib/glib26,
|
||
branches/cashutil/lib/glib26/gkeyfile.c,
|
||
branches/cashutil/lib/glib26/gutils26.c,
|
||
branches/cashutil/lib/goffice,
|
||
branches/cashutil/lib/goffice-0.0.4,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/app,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/cut-n-paste,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/cut-n-paste/pcre,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/data,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/drawing,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/graph,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/gtk,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/ms-compat,
|
||
branches/cashutil/lib/goffice-0.0.4/goffice/utils,
|
||
branches/cashutil/lib/goffice-0.0.4/pixmaps,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins/plot_barcol,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins/plot_boxes,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins/plot_pie,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins/plot_radar,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins/plot_surface,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins/plot_xy,
|
||
branches/cashutil/lib/goffice-0.0.4/plugins/reg_linear,
|
||
branches/cashutil/lib/goffice-0.0.4/po,
|
||
branches/cashutil/lib/goffice-0.0.4/tests,
|
||
branches/cashutil/lib/guile-www,
|
||
branches/cashutil/lib/guppi-legend.patch,
|
||
branches/cashutil/lib/libc,
|
||
branches/cashutil/lib/libc/scm_strptime.c,
|
||
branches/cashutil/lib/libc/strptime.c,
|
||
branches/cashutil/lib/libc/strptime.h,
|
||
branches/cashutil/lib/libgsf-1.12.3,
|
||
branches/cashutil/lib/libgsf-1.12.3/doc,
|
||
branches/cashutil/lib/libgsf-1.12.3/doc/html,
|
||
branches/cashutil/lib/libgsf-1.12.3/doc/tmpl,
|
||
branches/cashutil/lib/libgsf-1.12.3/doc/xml,
|
||
branches/cashutil/lib/libgsf-1.12.3/gsf,
|
||
branches/cashutil/lib/libgsf-1.12.3/gsf-gnome,
|
||
branches/cashutil/lib/libgsf-1.12.3/gsf-win32,
|
||
branches/cashutil/lib/libgsf-1.12.3/po,
|
||
branches/cashutil/lib/libgsf-1.12.3/python,
|
||
branches/cashutil/lib/libgsf-1.12.3/tests,
|
||
branches/cashutil/lib/libgsf-1.12.3/thumbnailer,
|
||
branches/cashutil/lib/libqof,
|
||
branches/cashutil/lib/libqof/backend,
|
||
branches/cashutil/lib/libqof/backend/file,
|
||
branches/cashutil/lib/libqof/qof, branches/cashutil/lib/srfi,
|
||
branches/cashutil/ltmain.sh,
|
||
branches/cashutil/macros/autogen.sh,
|
||
branches/cashutil/macros/svn2cl.xsl,
|
||
branches/cashutil/make-gnucash-potfiles.in,
|
||
branches/cashutil/po/POTFILES.in, branches/cashutil/po/ca.po,
|
||
branches/cashutil/po/cs.po, branches/cashutil/po/da.po,
|
||
branches/cashutil/po/de.po, branches/cashutil/po/el.po,
|
||
branches/cashutil/po/en_GB.po, branches/cashutil/po/es.po,
|
||
branches/cashutil/po/es_NI.po, branches/cashutil/po/eu.po,
|
||
branches/cashutil/po/fr.po, branches/cashutil/po/glossary/da.po,
|
||
branches/cashutil/po/glossary/de.po,
|
||
branches/cashutil/po/glossary/el.po,
|
||
branches/cashutil/po/glossary/es.po,
|
||
branches/cashutil/po/glossary/gnc-glossary.txt,
|
||
branches/cashutil/po/glossary/it.po,
|
||
branches/cashutil/po/glossary/nb.po,
|
||
branches/cashutil/po/glossary/nl.po,
|
||
branches/cashutil/po/glossary/no.po,
|
||
branches/cashutil/po/glossary/pl.po,
|
||
branches/cashutil/po/glossary/pt.po,
|
||
branches/cashutil/po/glossary/pt_BR.po,
|
||
branches/cashutil/po/glossary/rw.po,
|
||
branches/cashutil/po/glossary/sk.po,
|
||
branches/cashutil/po/glossary/sv.po,
|
||
branches/cashutil/po/glossary/vi.po,
|
||
branches/cashutil/po/glossary/zh_TW.po,
|
||
branches/cashutil/po/hu.po, branches/cashutil/po/it.po,
|
||
branches/cashutil/po/ja.po, branches/cashutil/po/nb.po,
|
||
branches/cashutil/po/ne.po, branches/cashutil/po/nl.po,
|
||
branches/cashutil/po/pl.po, branches/cashutil/po/pt.po,
|
||
branches/cashutil/po/pt_BR.po, branches/cashutil/po/ru.po,
|
||
branches/cashutil/po/rw.po, branches/cashutil/po/sk.po,
|
||
branches/cashutil/po/sv.po, branches/cashutil/po/ta.po,
|
||
branches/cashutil/po/tr.po, branches/cashutil/po/uk.po,
|
||
branches/cashutil/po/zh_CN.po, branches/cashutil/po/zh_TW.po,
|
||
branches/cashutil/rpm/gnucash.spec.in, branches/cashutil/src,
|
||
branches/cashutil/src/Makefile.am,
|
||
branches/cashutil/src/README.modules,
|
||
branches/cashutil/src/app-utils,
|
||
branches/cashutil/src/app-utils/Makefile.am,
|
||
branches/cashutil/src/app-utils/c-interface.scm,
|
||
branches/cashutil/src/app-utils/config-var.scm,
|
||
branches/cashutil/src/app-utils/date-utilities.scm,
|
||
branches/cashutil/src/app-utils/file-utils.c,
|
||
branches/cashutil/src/app-utils/file-utils.h,
|
||
branches/cashutil/src/app-utils/gnc-accounting-period.c,
|
||
branches/cashutil/src/app-utils/gnc-accounting-period.h,
|
||
branches/cashutil/src/app-utils/gnc-component-manager.h,
|
||
branches/cashutil/src/app-utils/gnc-err-popup.c,
|
||
branches/cashutil/src/app-utils/gnc-err-popup.h,
|
||
branches/cashutil/src/app-utils/gnc-euro.h,
|
||
branches/cashutil/src/app-utils/gnc-exp-parser.c,
|
||
branches/cashutil/src/app-utils/gnc-exp-parser.h,
|
||
branches/cashutil/src/app-utils/gnc-gettext-util.c,
|
||
branches/cashutil/src/app-utils/gnc-helpers.c,
|
||
branches/cashutil/src/app-utils/gnc-helpers.h,
|
||
branches/cashutil/src/app-utils/gnc-ui-common.h,
|
||
branches/cashutil/src/app-utils/gnc-ui-util.c,
|
||
branches/cashutil/src/app-utils/gnc-ui-util.h,
|
||
branches/cashutil/src/app-utils/guile-util.c,
|
||
branches/cashutil/src/app-utils/guile-util.h,
|
||
branches/cashutil/src/app-utils/hooks.scm,
|
||
branches/cashutil/src/app-utils/kvp-option-registry.scm,
|
||
branches/cashutil/src/app-utils/option-util.c,
|
||
branches/cashutil/src/app-utils/option-util.h,
|
||
branches/cashutil/src/app-utils/options.scm,
|
||
branches/cashutil/src/app-utils/prefs.scm,
|
||
branches/cashutil/src/app-utils/test,
|
||
branches/cashutil/src/app-utils/test/Makefile.am,
|
||
branches/cashutil/src/app-utils/test/test-load-module,
|
||
branches/cashutil/src/backend,
|
||
branches/cashutil/src/backend/Makefile.am,
|
||
branches/cashutil/src/backend/dwi,
|
||
branches/cashutil/src/backend/dwi/qofmap.c,
|
||
branches/cashutil/src/backend/dwi/qofmap.h,
|
||
branches/cashutil/src/backend/file,
|
||
branches/cashutil/src/backend/file/gnc-account-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-backend-file.c,
|
||
branches/cashutil/src/backend/file/gnc-backend-file.h,
|
||
branches/cashutil/src/backend/file/gnc-book-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-commodity-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-freqspec-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-lot-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-pricedb-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-recurrence-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-schedxaction-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-transaction-xml-v2.c,
|
||
branches/cashutil/src/backend/file/gnc-xml-helper.h,
|
||
branches/cashutil/src/backend/file/gnc-xml.h,
|
||
branches/cashutil/src/backend/file/io-example-account.c,
|
||
branches/cashutil/src/backend/file/io-example-account.h,
|
||
branches/cashutil/src/backend/file/io-gncbin-r.c,
|
||
branches/cashutil/src/backend/file/io-gncbin.h,
|
||
branches/cashutil/src/backend/file/io-gncxml-gen.c,
|
||
branches/cashutil/src/backend/file/io-gncxml-gen.h,
|
||
branches/cashutil/src/backend/file/io-gncxml-v1.c,
|
||
branches/cashutil/src/backend/file/io-gncxml-v2.c,
|
||
branches/cashutil/src/backend/file/io-gncxml-v2.h,
|
||
branches/cashutil/src/backend/file/io-gncxml.h,
|
||
branches/cashutil/src/backend/file/io-utils.c,
|
||
branches/cashutil/src/backend/file/io-utils.h,
|
||
branches/cashutil/src/backend/file/sixtp-dom-generators.c,
|
||
branches/cashutil/src/backend/file/sixtp-dom-generators.h,
|
||
branches/cashutil/src/backend/file/sixtp-dom-parsers.c,
|
||
branches/cashutil/src/backend/file/sixtp-dom-parsers.h,
|
||
branches/cashutil/src/backend/file/sixtp-parsers.h,
|
||
branches/cashutil/src/backend/file/sixtp-stack.c,
|
||
branches/cashutil/src/backend/file/sixtp-stack.h,
|
||
branches/cashutil/src/backend/file/sixtp-to-dom-parser.c,
|
||
branches/cashutil/src/backend/file/sixtp-utils.c,
|
||
branches/cashutil/src/backend/file/sixtp-utils.h,
|
||
branches/cashutil/src/backend/file/sixtp.c,
|
||
branches/cashutil/src/backend/file/sixtp.h,
|
||
branches/cashutil/src/backend/file/test,
|
||
branches/cashutil/src/backend/file/test/test-dom-converters1.c,
|
||
branches/cashutil/src/backend/file/test/test-file-stuff.c,
|
||
branches/cashutil/src/backend/file/test/test-file-stuff.h,
|
||
branches/cashutil/src/backend/file/test/test-files,
|
||
branches/cashutil/src/backend/file/test/test-files/xml1,
|
||
branches/cashutil/src/backend/file/test/test-files/xml2,
|
||
branches/cashutil/src/backend/file/test/test-kvp-frames.c,
|
||
branches/cashutil/src/backend/file/test/test-load-backend.c,
|
||
branches/cashutil/src/backend/file/test/test-load-example-account.c,
|
||
branches/cashutil/src/backend/file/test/test-load-xml2.c,
|
||
branches/cashutil/src/backend/file/test/test-save-in-lang.c,
|
||
branches/cashutil/src/backend/file/test/test-xml-account.c,
|
||
branches/cashutil/src/backend/file/test/test-xml-commodity.c,
|
||
branches/cashutil/src/backend/file/test/test-xml-pricedb.c,
|
||
branches/cashutil/src/backend/file/test/test-xml-transaction.c,
|
||
branches/cashutil/src/backend/gnc-backend-api.h,
|
||
branches/cashutil/src/backend/net,
|
||
branches/cashutil/src/backend/postgres,
|
||
branches/cashutil/src/backend/postgres/PostgresBackend.c,
|
||
branches/cashutil/src/backend/postgres/PostgresBackend.h,
|
||
branches/cashutil/src/backend/postgres/account.c,
|
||
branches/cashutil/src/backend/postgres/account.h,
|
||
branches/cashutil/src/backend/postgres/book.c,
|
||
branches/cashutil/src/backend/postgres/book.h,
|
||
branches/cashutil/src/backend/postgres/builder.c,
|
||
branches/cashutil/src/backend/postgres/builder.h,
|
||
branches/cashutil/src/backend/postgres/checkpoint.c,
|
||
branches/cashutil/src/backend/postgres/checkpoint.h,
|
||
branches/cashutil/src/backend/postgres/escape.c,
|
||
branches/cashutil/src/backend/postgres/escape.h,
|
||
branches/cashutil/src/backend/postgres/events.c,
|
||
branches/cashutil/src/backend/postgres/events.h,
|
||
branches/cashutil/src/backend/postgres/gncquery.c,
|
||
branches/cashutil/src/backend/postgres/gncquery.h,
|
||
branches/cashutil/src/backend/postgres/kvp-sql.c,
|
||
branches/cashutil/src/backend/postgres/kvp-sql.h,
|
||
branches/cashutil/src/backend/postgres/price.c,
|
||
branches/cashutil/src/backend/postgres/price.h,
|
||
branches/cashutil/src/backend/postgres/putil.c,
|
||
branches/cashutil/src/backend/postgres/putil.h,
|
||
branches/cashutil/src/backend/postgres/test,
|
||
branches/cashutil/src/backend/postgres/test/Makefile.am,
|
||
branches/cashutil/src/backend/postgres/test/test-db.c,
|
||
branches/cashutil/src/backend/postgres/test/test-load-backend.c,
|
||
branches/cashutil/src/backend/postgres/test/test-period.c,
|
||
branches/cashutil/src/backend/postgres/txn.c,
|
||
branches/cashutil/src/backend/postgres/txn.h,
|
||
branches/cashutil/src/backend/postgres/txnmass.c,
|
||
branches/cashutil/src/backend/postgres/txnmass.h,
|
||
branches/cashutil/src/backend/postgres/upgrade.c,
|
||
branches/cashutil/src/backend/postgres/upgrade.h,
|
||
branches/cashutil/src/backend/qsf,
|
||
branches/cashutil/src/backend/rpc,
|
||
branches/cashutil/src/business,
|
||
branches/cashutil/src/business/business-core,
|
||
branches/cashutil/src/business/business-core/Makefile.am,
|
||
branches/cashutil/src/business/business-core/businessmod-core.c,
|
||
branches/cashutil/src/business/business-core/file,
|
||
branches/cashutil/src/business/business-core/file/gnc-address-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-address-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-bill-term-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-bill-term-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-customer-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-customer-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-employee-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-employee-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-entry-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-entry-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-invoice-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-invoice-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-job-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-job-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-order-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-order-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-owner-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-owner-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-tax-table-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-tax-table-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gnc-vendor-xml-v2.c,
|
||
branches/cashutil/src/business/business-core/file/gnc-vendor-xml-v2.h,
|
||
branches/cashutil/src/business/business-core/file/gncmod-business-backend-file.c,
|
||
branches/cashutil/src/business/business-core/gncAddress.c,
|
||
branches/cashutil/src/business/business-core/gncAddress.h,
|
||
branches/cashutil/src/business/business-core/gncAddressP.h,
|
||
branches/cashutil/src/business/business-core/gncBillTerm.c,
|
||
branches/cashutil/src/business/business-core/gncBillTerm.h,
|
||
branches/cashutil/src/business/business-core/gncBillTermP.h,
|
||
branches/cashutil/src/business/business-core/gncBusGuile.c,
|
||
branches/cashutil/src/business/business-core/gncBusGuile.h,
|
||
branches/cashutil/src/business/business-core/gncBusiness.c,
|
||
branches/cashutil/src/business/business-core/gncBusiness.h,
|
||
branches/cashutil/src/business/business-core/gncBusinessP.h,
|
||
branches/cashutil/src/business/business-core/gncCustomer.c,
|
||
branches/cashutil/src/business/business-core/gncCustomer.h,
|
||
branches/cashutil/src/business/business-core/gncCustomerP.h,
|
||
branches/cashutil/src/business/business-core/gncEmployee.c,
|
||
branches/cashutil/src/business/business-core/gncEmployee.h,
|
||
branches/cashutil/src/business/business-core/gncEmployeeP.h,
|
||
branches/cashutil/src/business/business-core/gncEntry.c,
|
||
branches/cashutil/src/business/business-core/gncEntry.h,
|
||
branches/cashutil/src/business/business-core/gncEntryP.h,
|
||
branches/cashutil/src/business/business-core/gncInvoice.c,
|
||
branches/cashutil/src/business/business-core/gncInvoice.h,
|
||
branches/cashutil/src/business/business-core/gncInvoiceP.h,
|
||
branches/cashutil/src/business/business-core/gncJob.c,
|
||
branches/cashutil/src/business/business-core/gncJob.h,
|
||
branches/cashutil/src/business/business-core/gncJobP.h,
|
||
branches/cashutil/src/business/business-core/gncOrder.c,
|
||
branches/cashutil/src/business/business-core/gncOrder.h,
|
||
branches/cashutil/src/business/business-core/gncOrderP.h,
|
||
branches/cashutil/src/business/business-core/gncOwner.c,
|
||
branches/cashutil/src/business/business-core/gncOwner.h,
|
||
branches/cashutil/src/business/business-core/gncOwnerP.h,
|
||
branches/cashutil/src/business/business-core/gncTaxTable.c,
|
||
branches/cashutil/src/business/business-core/gncTaxTable.h,
|
||
branches/cashutil/src/business/business-core/gncTaxTableP.h,
|
||
branches/cashutil/src/business/business-core/gncVendor.c,
|
||
branches/cashutil/src/business/business-core/gncVendor.h,
|
||
branches/cashutil/src/business/business-core/gncVendorP.h,
|
||
branches/cashutil/src/business/business-core/test,
|
||
branches/cashutil/src/business/business-core/test/Makefile.am,
|
||
branches/cashutil/src/business/business-core/test/test-address.c,
|
||
branches/cashutil/src/business/business-core/test/test-business.c,
|
||
branches/cashutil/src/business/business-core/test/test-customer.c,
|
||
branches/cashutil/src/business/business-core/test/test-employee.c,
|
||
branches/cashutil/src/business/business-core/test/test-job.c,
|
||
branches/cashutil/src/business/business-core/test/test-load-module.c,
|
||
branches/cashutil/src/business/business-core/test/test-vendor.c,
|
||
branches/cashutil/src/business/business-gnome,
|
||
branches/cashutil/src/business/business-gnome/Makefile.am,
|
||
branches/cashutil/src/business/business-gnome/business-gnome-utils.c,
|
||
branches/cashutil/src/business/business-gnome/business-gnome-utils.h,
|
||
branches/cashutil/src/business/business-gnome/business-options-gnome.c,
|
||
branches/cashutil/src/business/business-gnome/business-options-gnome.h,
|
||
branches/cashutil/src/business/business-gnome/business-urls.c,
|
||
branches/cashutil/src/business/business-gnome/business-urls.h,
|
||
branches/cashutil/src/business/business-gnome/businessmod-gnome.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-billterms.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-billterms.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-customer.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-customer.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-date-close.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-date-close.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-employee.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-employee.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-invoice.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-invoice.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-job.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-job.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-order.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-order.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-payment.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-payment.h,
|
||
branches/cashutil/src/business/business-gnome/dialog-vendor.c,
|
||
branches/cashutil/src/business/business-gnome/dialog-vendor.h,
|
||
branches/cashutil/src/business/business-gnome/glade,
|
||
branches/cashutil/src/business/business-gnome/gnc-plugin-business.c,
|
||
branches/cashutil/src/business/business-gnome/gnc-plugin-business.h,
|
||
branches/cashutil/src/business/business-gnome/gnc-plugin-page-invoice.c,
|
||
branches/cashutil/src/business/business-gnome/gnc-plugin-page-invoice.h,
|
||
branches/cashutil/src/business/business-gnome/gw-business-gnome-spec.scm,
|
||
branches/cashutil/src/business/business-gnome/schemas,
|
||
branches/cashutil/src/business/business-gnome/search-owner.c,
|
||
branches/cashutil/src/business/business-gnome/search-owner.h,
|
||
branches/cashutil/src/business/business-gnome/ui,
|
||
branches/cashutil/src/business/business-ledger,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedger.c,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedger.h,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerControl.c,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerControl.h,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerDisplay.c,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerLayout.c,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerLayout.h,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerLoad.c,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerModel.c,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerModel.h,
|
||
branches/cashutil/src/business/business-ledger/gncEntryLedgerP.h,
|
||
branches/cashutil/src/business/business-reports,
|
||
branches/cashutil/src/business/business-reports/aging.scm,
|
||
branches/cashutil/src/business/business-reports/business-reports.scm,
|
||
branches/cashutil/src/business/business-reports/easy-invoice.scm,
|
||
branches/cashutil/src/business/business-reports/fancy-invoice.scm,
|
||
branches/cashutil/src/business/business-reports/invoice.scm,
|
||
branches/cashutil/src/business/business-reports/owner-report.scm,
|
||
branches/cashutil/src/business/business-reports/payables.scm,
|
||
branches/cashutil/src/business/business-reports/receivables.scm,
|
||
branches/cashutil/src/business/business-utils,
|
||
branches/cashutil/src/business/business-utils/business-options.c,
|
||
branches/cashutil/src/business/business-utils/business-options.h,
|
||
branches/cashutil/src/business/business-utils/business-options.scm,
|
||
branches/cashutil/src/business/business-utils/business-prefs.scm,
|
||
branches/cashutil/src/business/business-utils/gncmod-business-utils.c,
|
||
branches/cashutil/src/business/dialog-tax-table,
|
||
branches/cashutil/src/business/dialog-tax-table/Makefile.am,
|
||
branches/cashutil/src/business/dialog-tax-table/dialog-tax-table.c,
|
||
branches/cashutil/src/business/dialog-tax-table/dialog-tax-table.h,
|
||
branches/cashutil/src/business/dialog-tax-table/gncmod-dialog-tax-table.c,
|
||
branches/cashutil/src/calculation,
|
||
branches/cashutil/src/calculation/test,
|
||
branches/cashutil/src/core-utils,
|
||
branches/cashutil/src/core-utils/Makefile.am,
|
||
branches/cashutil/src/core-utils/gnc-gconf-utils.c,
|
||
branches/cashutil/src/core-utils/gnc-gconf-utils.h,
|
||
branches/cashutil/src/core-utils/gnc-gdate-utils.c,
|
||
branches/cashutil/src/core-utils/gnc-gdate-utils.h,
|
||
branches/cashutil/src/core-utils/gnc-gkeyfile-utils.c,
|
||
branches/cashutil/src/core-utils/gnc-gkeyfile-utils.h,
|
||
branches/cashutil/src/core-utils/gnc-gobject-utils.c,
|
||
branches/cashutil/src/core-utils/gnc-gobject-utils.h,
|
||
branches/cashutil/src/doc, branches/cashutil/src/doc/design,
|
||
branches/cashutil/src/doc/design/fdl.texinfo,
|
||
branches/cashutil/src/doc/dia,
|
||
branches/cashutil/src/doc/doxygen.cfg.in,
|
||
branches/cashutil/src/doc/xml, branches/cashutil/src/engine,
|
||
branches/cashutil/src/engine/Account.c,
|
||
branches/cashutil/src/engine/Account.h,
|
||
branches/cashutil/src/engine/AccountP.h,
|
||
branches/cashutil/src/engine/FreqSpec.c,
|
||
branches/cashutil/src/engine/FreqSpec.h,
|
||
branches/cashutil/src/engine/FreqSpecP.h,
|
||
branches/cashutil/src/engine/GNCId.h,
|
||
branches/cashutil/src/engine/Group.c,
|
||
branches/cashutil/src/engine/Group.h,
|
||
branches/cashutil/src/engine/GroupP.h,
|
||
branches/cashutil/src/engine/Makefile.am,
|
||
branches/cashutil/src/engine/Period.c,
|
||
branches/cashutil/src/engine/Period.h,
|
||
branches/cashutil/src/engine/Query.c,
|
||
branches/cashutil/src/engine/Query.h,
|
||
branches/cashutil/src/engine/QueryCore.h,
|
||
branches/cashutil/src/engine/QueryNew.h,
|
||
branches/cashutil/src/engine/QueryObject.h,
|
||
branches/cashutil/src/engine/QueryP.h,
|
||
branches/cashutil/src/engine/Recurrence.c,
|
||
branches/cashutil/src/engine/Recurrence.h,
|
||
branches/cashutil/src/engine/SX-book-p.h,
|
||
branches/cashutil/src/engine/SX-book.c,
|
||
branches/cashutil/src/engine/SX-book.h,
|
||
branches/cashutil/src/engine/SX-ttinfo.c,
|
||
branches/cashutil/src/engine/SX-ttinfo.h,
|
||
branches/cashutil/src/engine/SchedXaction.c,
|
||
branches/cashutil/src/engine/SchedXaction.h,
|
||
branches/cashutil/src/engine/SchedXactionP.h,
|
||
branches/cashutil/src/engine/Scrub.c,
|
||
branches/cashutil/src/engine/Scrub.h,
|
||
branches/cashutil/src/engine/Scrub2.c,
|
||
branches/cashutil/src/engine/Scrub2.h,
|
||
branches/cashutil/src/engine/Scrub3.c,
|
||
branches/cashutil/src/engine/Scrub3.h,
|
||
branches/cashutil/src/engine/ScrubP.h,
|
||
branches/cashutil/src/engine/TransLog.c,
|
||
branches/cashutil/src/engine/TransLog.h,
|
||
branches/cashutil/src/engine/Transaction.c,
|
||
branches/cashutil/src/engine/Transaction.h,
|
||
branches/cashutil/src/engine/TransactionP.h,
|
||
branches/cashutil/src/engine/cap-gains.c,
|
||
branches/cashutil/src/engine/cap-gains.h,
|
||
branches/cashutil/src/engine/cashobjects.c,
|
||
branches/cashutil/src/engine/cashobjects.h,
|
||
branches/cashutil/src/engine/engine-helpers.c,
|
||
branches/cashutil/src/engine/engine-helpers.h,
|
||
branches/cashutil/src/engine/engine-interface.scm,
|
||
branches/cashutil/src/engine/engine-utilities.scm,
|
||
branches/cashutil/src/engine/glib-helpers.c,
|
||
branches/cashutil/src/engine/glib-helpers.h,
|
||
branches/cashutil/src/engine/gnc-associate-account.c,
|
||
branches/cashutil/src/engine/gnc-associate-account.h,
|
||
branches/cashutil/src/engine/gnc-book.h,
|
||
branches/cashutil/src/engine/gnc-budget.c,
|
||
branches/cashutil/src/engine/gnc-budget.h,
|
||
branches/cashutil/src/engine/gnc-commodity.c,
|
||
branches/cashutil/src/engine/gnc-commodity.h,
|
||
branches/cashutil/src/engine/gnc-date.c,
|
||
branches/cashutil/src/engine/gnc-date.h,
|
||
branches/cashutil/src/engine/gnc-engine-util.c,
|
||
branches/cashutil/src/engine/gnc-engine-util.h,
|
||
branches/cashutil/src/engine/gnc-engine.c,
|
||
branches/cashutil/src/engine/gnc-engine.h,
|
||
branches/cashutil/src/engine/gnc-event-p.h,
|
||
branches/cashutil/src/engine/gnc-event.c,
|
||
branches/cashutil/src/engine/gnc-event.h,
|
||
branches/cashutil/src/engine/gnc-filepath-utils.c,
|
||
branches/cashutil/src/engine/gnc-filepath-utils.h,
|
||
branches/cashutil/src/engine/gnc-hooks-scm.h,
|
||
branches/cashutil/src/engine/gnc-hooks.c,
|
||
branches/cashutil/src/engine/gnc-hooks.h,
|
||
branches/cashutil/src/engine/gnc-lot-p.h,
|
||
branches/cashutil/src/engine/gnc-lot.c,
|
||
branches/cashutil/src/engine/gnc-lot.h,
|
||
branches/cashutil/src/engine/gnc-numeric.c,
|
||
branches/cashutil/src/engine/gnc-numeric.h,
|
||
branches/cashutil/src/engine/gnc-numeric.scm,
|
||
branches/cashutil/src/engine/gnc-pricedb-p.h,
|
||
branches/cashutil/src/engine/gnc-pricedb.c,
|
||
branches/cashutil/src/engine/gnc-pricedb.h,
|
||
branches/cashutil/src/engine/gnc-session-scm.c,
|
||
branches/cashutil/src/engine/gnc-session-scm.h,
|
||
branches/cashutil/src/engine/gnc-session.h,
|
||
branches/cashutil/src/engine/gnc-trace.c,
|
||
branches/cashutil/src/engine/gnc-trace.h,
|
||
branches/cashutil/src/engine/gncObject.h,
|
||
branches/cashutil/src/engine/gncla-dir.h.in,
|
||
branches/cashutil/src/engine/guid.c,
|
||
branches/cashutil/src/engine/guid.h,
|
||
branches/cashutil/src/engine/gw-engine-spec.scm,
|
||
branches/cashutil/src/engine/gw-kvp-spec.scm,
|
||
branches/cashutil/src/engine/kvp-scm.h,
|
||
branches/cashutil/src/engine/kvp-util-p.h,
|
||
branches/cashutil/src/engine/kvp-util.c,
|
||
branches/cashutil/src/engine/kvp-util.h,
|
||
branches/cashutil/src/engine/kvp_frame.c,
|
||
branches/cashutil/src/engine/kvp_frame.h,
|
||
branches/cashutil/src/engine/md5.c,
|
||
branches/cashutil/src/engine/md5.h,
|
||
branches/cashutil/src/engine/messages.c,
|
||
branches/cashutil/src/engine/messages.h,
|
||
branches/cashutil/src/engine/policy-p.h,
|
||
branches/cashutil/src/engine/policy.c,
|
||
branches/cashutil/src/engine/policy.h,
|
||
branches/cashutil/src/engine/qof-be-utils.h,
|
||
branches/cashutil/src/engine/qof.h,
|
||
branches/cashutil/src/engine/qof_book_merge.c,
|
||
branches/cashutil/src/engine/qof_book_merge.h,
|
||
branches/cashutil/src/engine/qofbackend-p.h,
|
||
branches/cashutil/src/engine/qofbackend.c,
|
||
branches/cashutil/src/engine/qofbackend.h,
|
||
branches/cashutil/src/engine/qofbook-p.h,
|
||
branches/cashutil/src/engine/qofbook.c,
|
||
branches/cashutil/src/engine/qofbook.h,
|
||
branches/cashutil/src/engine/qofchoice.c,
|
||
branches/cashutil/src/engine/qofchoice.h,
|
||
branches/cashutil/src/engine/qofclass-p.h,
|
||
branches/cashutil/src/engine/qofclass.c,
|
||
branches/cashutil/src/engine/qofclass.h,
|
||
branches/cashutil/src/engine/qofgobj.c,
|
||
branches/cashutil/src/engine/qofgobj.h,
|
||
branches/cashutil/src/engine/qofid-p.h,
|
||
branches/cashutil/src/engine/qofid.c,
|
||
branches/cashutil/src/engine/qofid.h,
|
||
branches/cashutil/src/engine/qofinstance-p.h,
|
||
branches/cashutil/src/engine/qofinstance.c,
|
||
branches/cashutil/src/engine/qofinstance.h,
|
||
branches/cashutil/src/engine/qofla-dir.h.in,
|
||
branches/cashutil/src/engine/qofmath128.c,
|
||
branches/cashutil/src/engine/qofmath128.h,
|
||
branches/cashutil/src/engine/qofobject-p.h,
|
||
branches/cashutil/src/engine/qofobject.c,
|
||
branches/cashutil/src/engine/qofobject.h,
|
||
branches/cashutil/src/engine/qofquery-deserial.c,
|
||
branches/cashutil/src/engine/qofquery-deserial.h,
|
||
branches/cashutil/src/engine/qofquery-p.h,
|
||
branches/cashutil/src/engine/qofquery-serialize.c,
|
||
branches/cashutil/src/engine/qofquery-serialize.h,
|
||
branches/cashutil/src/engine/qofquery.c,
|
||
branches/cashutil/src/engine/qofquery.h,
|
||
branches/cashutil/src/engine/qofquerycore-p.h,
|
||
branches/cashutil/src/engine/qofquerycore.c,
|
||
branches/cashutil/src/engine/qofquerycore.h,
|
||
branches/cashutil/src/engine/qofsession-p.h,
|
||
branches/cashutil/src/engine/qofsession.c,
|
||
branches/cashutil/src/engine/qofsession.h,
|
||
branches/cashutil/src/engine/qofsql.c,
|
||
branches/cashutil/src/engine/qofsql.h,
|
||
branches/cashutil/src/engine/test,
|
||
branches/cashutil/src/engine/test-core,
|
||
branches/cashutil/src/engine/test-core/test-engine-stuff.c,
|
||
branches/cashutil/src/engine/test-core/test-engine-stuff.h,
|
||
branches/cashutil/src/engine/test/Makefile.am,
|
||
branches/cashutil/src/engine/test/test-book-merge.c,
|
||
branches/cashutil/src/engine/test/test-commodities.c,
|
||
branches/cashutil/src/engine/test/test-freq-spec.c,
|
||
branches/cashutil/src/engine/test/test-group-vs-book.c,
|
||
branches/cashutil/src/engine/test/test-guid.c,
|
||
branches/cashutil/src/engine/test/test-load-engine.c,
|
||
branches/cashutil/src/engine/test/test-lots.c,
|
||
branches/cashutil/src/engine/test/test-numeric.c,
|
||
branches/cashutil/src/engine/test/test-object.c,
|
||
branches/cashutil/src/engine/test/test-period.c,
|
||
branches/cashutil/src/engine/test/test-query.c,
|
||
branches/cashutil/src/engine/test/test-querynew.c,
|
||
branches/cashutil/src/engine/test/test-recurrence.c,
|
||
branches/cashutil/src/engine/test/test-resolve-file-path.c,
|
||
branches/cashutil/src/engine/test/test-split-vs-account.c,
|
||
branches/cashutil/src/engine/test/test-transaction-reversal.c,
|
||
branches/cashutil/src/engine/test/test-transaction-voiding.c,
|
||
branches/cashutil/src/experimental,
|
||
branches/cashutil/src/experimental/cbb,
|
||
branches/cashutil/src/experimental/cbb/cbb-engine,
|
||
branches/cashutil/src/experimental/cgi-bin,
|
||
branches/cashutil/src/experimental/gg,
|
||
branches/cashutil/src/experimental/ofx,
|
||
branches/cashutil/src/experimental/ofx/explore,
|
||
branches/cashutil/src/gnc-module,
|
||
branches/cashutil/src/gnc-module/Makefile.am,
|
||
branches/cashutil/src/gnc-module/doc,
|
||
branches/cashutil/src/gnc-module/gnc-module-api.h,
|
||
branches/cashutil/src/gnc-module/gnc-module.c,
|
||
branches/cashutil/src/gnc-module/gnc-module.h,
|
||
branches/cashutil/src/gnc-module/test,
|
||
branches/cashutil/src/gnc-module/test/misc-mods,
|
||
branches/cashutil/src/gnc-module/test/mod-bar,
|
||
branches/cashutil/src/gnc-module/test/mod-bar/Makefile.am,
|
||
branches/cashutil/src/gnc-module/test/mod-bar/gnucash,
|
||
branches/cashutil/src/gnc-module/test/mod-baz,
|
||
branches/cashutil/src/gnc-module/test/mod-baz/Makefile.am,
|
||
branches/cashutil/src/gnc-module/test/mod-baz/gnucash,
|
||
branches/cashutil/src/gnc-module/test/mod-foo,
|
||
branches/cashutil/src/gnc-module/test/mod-foo/Makefile.am,
|
||
branches/cashutil/src/gnc-module/test/mod-foo/gnucash,
|
||
branches/cashutil/src/gnome, branches/cashutil/src/gnome-search,
|
||
branches/cashutil/src/gnome-search/dialog-search.c,
|
||
branches/cashutil/src/gnome-search/dialog-search.h,
|
||
branches/cashutil/src/gnome-search/gnc-general-search.c,
|
||
branches/cashutil/src/gnome-search/gnc-general-search.h,
|
||
branches/cashutil/src/gnome-search/gncmod-gnome-search.c,
|
||
branches/cashutil/src/gnome-search/search-account.c,
|
||
branches/cashutil/src/gnome-search/search-account.h,
|
||
branches/cashutil/src/gnome-search/search-boolean.c,
|
||
branches/cashutil/src/gnome-search/search-boolean.h,
|
||
branches/cashutil/src/gnome-search/search-core-type.c,
|
||
branches/cashutil/src/gnome-search/search-core-type.h,
|
||
branches/cashutil/src/gnome-search/search-date.c,
|
||
branches/cashutil/src/gnome-search/search-date.h,
|
||
branches/cashutil/src/gnome-search/search-double.c,
|
||
branches/cashutil/src/gnome-search/search-double.h,
|
||
branches/cashutil/src/gnome-search/search-int64.c,
|
||
branches/cashutil/src/gnome-search/search-int64.h,
|
||
branches/cashutil/src/gnome-search/search-numeric.c,
|
||
branches/cashutil/src/gnome-search/search-numeric.h,
|
||
branches/cashutil/src/gnome-search/search-reconciled.c,
|
||
branches/cashutil/src/gnome-search/search-reconciled.h,
|
||
branches/cashutil/src/gnome-search/search-string.c,
|
||
branches/cashutil/src/gnome-search/search-string.h,
|
||
branches/cashutil/src/gnome-utils,
|
||
branches/cashutil/src/gnome-utils/Makefile.am,
|
||
branches/cashutil/src/gnome-utils/QuickFill.c,
|
||
branches/cashutil/src/gnome-utils/QuickFill.h,
|
||
branches/cashutil/src/gnome-utils/account-quickfill.c,
|
||
branches/cashutil/src/gnome-utils/account-quickfill.h,
|
||
branches/cashutil/src/gnome-utils/argv-list-converters.c,
|
||
branches/cashutil/src/gnome-utils/argv-list-converters.h,
|
||
branches/cashutil/src/gnome-utils/commodity.glade,
|
||
branches/cashutil/src/gnome-utils/cursors.c,
|
||
branches/cashutil/src/gnome-utils/dialog-account.c,
|
||
branches/cashutil/src/gnome-utils/dialog-account.h,
|
||
branches/cashutil/src/gnome-utils/dialog-commodity.c,
|
||
branches/cashutil/src/gnome-utils/dialog-commodity.h,
|
||
branches/cashutil/src/gnome-utils/dialog-exchange.h,
|
||
branches/cashutil/src/gnome-utils/dialog-options.c,
|
||
branches/cashutil/src/gnome-utils/dialog-options.h,
|
||
branches/cashutil/src/gnome-utils/dialog-preferences.c,
|
||
branches/cashutil/src/gnome-utils/dialog-preferences.h,
|
||
branches/cashutil/src/gnome-utils/dialog-query-list.c,
|
||
branches/cashutil/src/gnome-utils/dialog-query-list.h,
|
||
branches/cashutil/src/gnome-utils/dialog-reset-warnings.c,
|
||
branches/cashutil/src/gnome-utils/dialog-reset-warnings.h,
|
||
branches/cashutil/src/gnome-utils/dialog-transfer.c,
|
||
branches/cashutil/src/gnome-utils/dialog-transfer.h,
|
||
branches/cashutil/src/gnome-utils/dialog-utils.c,
|
||
branches/cashutil/src/gnome-utils/dialog-utils.h,
|
||
branches/cashutil/src/gnome-utils/druid-gconf-setup.c,
|
||
branches/cashutil/src/gnome-utils/druid-gconf-setup.glade,
|
||
branches/cashutil/src/gnome-utils/druid-gconf-setup.h,
|
||
branches/cashutil/src/gnome-utils/druid-utils.c,
|
||
branches/cashutil/src/gnome-utils/druid-utils.h,
|
||
branches/cashutil/src/gnome-utils/gnc-account-sel.c,
|
||
branches/cashutil/src/gnome-utils/gnc-account-sel.h,
|
||
branches/cashutil/src/gnome-utils/gnc-amount-edit.c,
|
||
branches/cashutil/src/gnome-utils/gnc-amount-edit.h,
|
||
branches/cashutil/src/gnome-utils/gnc-commodity-edit.c,
|
||
branches/cashutil/src/gnome-utils/gnc-commodity-edit.h,
|
||
branches/cashutil/src/gnome-utils/gnc-currency-edit.c,
|
||
branches/cashutil/src/gnome-utils/gnc-currency-edit.h,
|
||
branches/cashutil/src/gnome-utils/gnc-date-delta.c,
|
||
branches/cashutil/src/gnome-utils/gnc-date-delta.h,
|
||
branches/cashutil/src/gnome-utils/gnc-date-edit.c,
|
||
branches/cashutil/src/gnome-utils/gnc-date-edit.h,
|
||
branches/cashutil/src/gnome-utils/gnc-date-format.c,
|
||
branches/cashutil/src/gnome-utils/gnc-date-format.glade,
|
||
branches/cashutil/src/gnome-utils/gnc-date-format.h,
|
||
branches/cashutil/src/gnome-utils/gnc-dense-cal.c,
|
||
branches/cashutil/src/gnome-utils/gnc-dense-cal.h,
|
||
branches/cashutil/src/gnome-utils/gnc-dialog.c,
|
||
branches/cashutil/src/gnome-utils/gnc-dir.h.in,
|
||
branches/cashutil/src/gnome-utils/gnc-druid-provider-file-gnome.c,
|
||
branches/cashutil/src/gnome-utils/gnc-druid-provider-multifile-gnome.c,
|
||
branches/cashutil/src/gnome-utils/gnc-embedded-window.c,
|
||
branches/cashutil/src/gnome-utils/gnc-embedded-window.h,
|
||
branches/cashutil/src/gnome-utils/gnc-file.c,
|
||
branches/cashutil/src/gnome-utils/gnc-file.h,
|
||
branches/cashutil/src/gnome-utils/gnc-frequency.c,
|
||
branches/cashutil/src/gnome-utils/gnc-frequency.h,
|
||
branches/cashutil/src/gnome-utils/gnc-general-select.c,
|
||
branches/cashutil/src/gnome-utils/gnc-general-select.h,
|
||
branches/cashutil/src/gnome-utils/gnc-gnome-utils.c,
|
||
branches/cashutil/src/gnome-utils/gnc-gnome-utils.h,
|
||
branches/cashutil/src/gnome-utils/gnc-gui-query.c,
|
||
branches/cashutil/src/gnome-utils/gnc-gui-query.glade,
|
||
branches/cashutil/src/gnome-utils/gnc-gui-query.h,
|
||
branches/cashutil/src/gnome-utils/gnc-html-graph-gog.c,
|
||
branches/cashutil/src/gnome-utils/gnc-html-guppi.c,
|
||
branches/cashutil/src/gnome-utils/gnc-html-guppi.h,
|
||
branches/cashutil/src/gnome-utils/gnc-html-history.c,
|
||
branches/cashutil/src/gnome-utils/gnc-html-history.h,
|
||
branches/cashutil/src/gnome-utils/gnc-html.c,
|
||
branches/cashutil/src/gnome-utils/gnc-html.h,
|
||
branches/cashutil/src/gnome-utils/gnc-icons.c,
|
||
branches/cashutil/src/gnome-utils/gnc-main-window.c,
|
||
branches/cashutil/src/gnome-utils/gnc-main-window.h,
|
||
branches/cashutil/src/gnome-utils/gnc-menu-extensions.c,
|
||
branches/cashutil/src/gnome-utils/gnc-menu-extensions.h,
|
||
branches/cashutil/src/gnome-utils/gnc-menu-extensions.scm,
|
||
branches/cashutil/src/gnome-utils/gnc-period-select.c,
|
||
branches/cashutil/src/gnome-utils/gnc-period-select.h,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-file-history.c,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-file-history.h,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-manager.c,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-manager.h,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-menu-additions.c,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-menu-additions.h,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-page.c,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin-page.h,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin.c,
|
||
branches/cashutil/src/gnome-utils/gnc-plugin.h,
|
||
branches/cashutil/src/gnome-utils/gnc-query-list.c,
|
||
branches/cashutil/src/gnome-utils/gnc-query-list.h,
|
||
branches/cashutil/src/gnome-utils/gnc-recurrence.c,
|
||
branches/cashutil/src/gnome-utils/gnc-splash.c,
|
||
branches/cashutil/src/gnome-utils/gnc-splash.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-account-types.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-account-types.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-account.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-account.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-budget.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-budget.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-commodity.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-commodity.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-example-account.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-example-account.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-price.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-price.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-selection.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model-selection.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-model.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view-account.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view-account.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view-commodity.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view-commodity.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view-price.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view-price.h,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view.c,
|
||
branches/cashutil/src/gnome-utils/gnc-tree-view.h,
|
||
branches/cashutil/src/gnome-utils/gnc-window.c,
|
||
branches/cashutil/src/gnome-utils/gnc-window.h,
|
||
branches/cashutil/src/gnome-utils/gncmod-gnome-utils.c,
|
||
branches/cashutil/src/gnome-utils/gnome-utils.scm,
|
||
branches/cashutil/src/gnome-utils/gw-gnome-utils-spec.scm,
|
||
branches/cashutil/src/gnome-utils/misc-gnome-utils.c,
|
||
branches/cashutil/src/gnome-utils/misc-gnome-utils.h,
|
||
branches/cashutil/src/gnome-utils/preferences.glade,
|
||
branches/cashutil/src/gnome-utils/print-session.c,
|
||
branches/cashutil/src/gnome-utils/print-session.h,
|
||
branches/cashutil/src/gnome-utils/schemas,
|
||
branches/cashutil/src/gnome-utils/search-param.c,
|
||
branches/cashutil/src/gnome-utils/search-param.h,
|
||
branches/cashutil/src/gnome-utils/test,
|
||
branches/cashutil/src/gnome-utils/test/Makefile.am,
|
||
branches/cashutil/src/gnome-utils/test/test-gnc-dialog.c,
|
||
branches/cashutil/src/gnome-utils/test/test-gnc-recurrence.c,
|
||
branches/cashutil/src/gnome-utils/transfer.glade,
|
||
branches/cashutil/src/gnome-utils/ui,
|
||
branches/cashutil/src/gnome-utils/ui/gnc-main-window-ui.xml,
|
||
branches/cashutil/src/gnome/Makefile.am,
|
||
branches/cashutil/src/gnome/dialog-chart-export.c,
|
||
branches/cashutil/src/gnome/dialog-chart-export.h,
|
||
branches/cashutil/src/gnome/dialog-commodities.c,
|
||
branches/cashutil/src/gnome/dialog-fincalc.c,
|
||
branches/cashutil/src/gnome/dialog-fincalc.h,
|
||
branches/cashutil/src/gnome/dialog-find-transactions.c,
|
||
branches/cashutil/src/gnome/dialog-find-transactions.h,
|
||
branches/cashutil/src/gnome/dialog-new-user.c,
|
||
branches/cashutil/src/gnome/dialog-new-user.h,
|
||
branches/cashutil/src/gnome/dialog-price-edit-db.c,
|
||
branches/cashutil/src/gnome/dialog-price-editor.c,
|
||
branches/cashutil/src/gnome/dialog-print-check.c,
|
||
branches/cashutil/src/gnome/dialog-print-check.h,
|
||
branches/cashutil/src/gnome/dialog-progress.c,
|
||
branches/cashutil/src/gnome/dialog-progress.h,
|
||
branches/cashutil/src/gnome/dialog-scheduledxaction.c,
|
||
branches/cashutil/src/gnome/dialog-scheduledxaction.h,
|
||
branches/cashutil/src/gnome/dialog-sx-from-trans.c,
|
||
branches/cashutil/src/gnome/dialog-sx-from-trans.h,
|
||
branches/cashutil/src/gnome/dialog-sxsincelast.c,
|
||
branches/cashutil/src/gnome/dialog-sxsincelast.h,
|
||
branches/cashutil/src/gnome/dialog-tax-info.c,
|
||
branches/cashutil/src/gnome/dialog-totd.c,
|
||
branches/cashutil/src/gnome/dialog-totd.h,
|
||
branches/cashutil/src/gnome/dialog-userpass.c,
|
||
branches/cashutil/src/gnome/druid-acct-period.c,
|
||
branches/cashutil/src/gnome/druid-acct-period.h,
|
||
branches/cashutil/src/gnome/druid-hierarchy.c,
|
||
branches/cashutil/src/gnome/druid-hierarchy.h,
|
||
branches/cashutil/src/gnome/druid-loan.c,
|
||
branches/cashutil/src/gnome/druid-loan.h,
|
||
branches/cashutil/src/gnome/druid-merge.c,
|
||
branches/cashutil/src/gnome/druid-merge.h,
|
||
branches/cashutil/src/gnome/druid-stock-split.c,
|
||
branches/cashutil/src/gnome/druid-stock-split.h,
|
||
branches/cashutil/src/gnome/glade,
|
||
branches/cashutil/src/gnome/glade/account.glade,
|
||
branches/cashutil/src/gnome/glade/budget.glade,
|
||
branches/cashutil/src/gnome/glade/commodities.glade,
|
||
branches/cashutil/src/gnome/glade/merge.glade,
|
||
branches/cashutil/src/gnome/glade/price.glade,
|
||
branches/cashutil/src/gnome/glade/print.glade,
|
||
branches/cashutil/src/gnome/glade/reconcile.glade,
|
||
branches/cashutil/src/gnome/glade/register.glade,
|
||
branches/cashutil/src/gnome/glade/sched-xact.glade,
|
||
branches/cashutil/src/gnome/glade/totd.glade,
|
||
branches/cashutil/src/gnome/glade/userpass.glade,
|
||
branches/cashutil/src/gnome/gnc-plugin-account-tree.c,
|
||
branches/cashutil/src/gnome/gnc-plugin-account-tree.h,
|
||
branches/cashutil/src/gnome/gnc-plugin-basic-commands.c,
|
||
branches/cashutil/src/gnome/gnc-plugin-basic-commands.h,
|
||
branches/cashutil/src/gnome/gnc-plugin-budget.c,
|
||
branches/cashutil/src/gnome/gnc-plugin-budget.h,
|
||
branches/cashutil/src/gnome/gnc-plugin-page-account-tree.c,
|
||
branches/cashutil/src/gnome/gnc-plugin-page-account-tree.h,
|
||
branches/cashutil/src/gnome/gnc-plugin-page-budget.c,
|
||
branches/cashutil/src/gnome/gnc-plugin-page-budget.h,
|
||
branches/cashutil/src/gnome/gnc-plugin-page-register.c,
|
||
branches/cashutil/src/gnome/gnc-plugin-page-register.h,
|
||
branches/cashutil/src/gnome/gnc-plugin-register.c,
|
||
branches/cashutil/src/gnome/gnc-plugin-register.h,
|
||
branches/cashutil/src/gnome/gnc-split-reg.c,
|
||
branches/cashutil/src/gnome/gnc-split-reg.h,
|
||
branches/cashutil/src/gnome/gw-gnc-spec.scm,
|
||
branches/cashutil/src/gnome/lot-viewer.c,
|
||
branches/cashutil/src/gnome/lot-viewer.h,
|
||
branches/cashutil/src/gnome/reconcile-list.c,
|
||
branches/cashutil/src/gnome/reconcile-list.h,
|
||
branches/cashutil/src/gnome/schemas,
|
||
branches/cashutil/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas,
|
||
branches/cashutil/src/gnome/top-level.c,
|
||
branches/cashutil/src/gnome/top-level.h,
|
||
branches/cashutil/src/gnome/ui,
|
||
branches/cashutil/src/gnome/ui/gnc-plugin-basic-commands-ui.xml,
|
||
branches/cashutil/src/gnome/ui/gnc-plugin-page-budget-ui.xml,
|
||
branches/cashutil/src/gnome/ui/gnc-plugin-page-register-ui.xml,
|
||
branches/cashutil/src/gnome/window-main-summarybar.c,
|
||
branches/cashutil/src/gnome/window-main-summarybar.h,
|
||
branches/cashutil/src/gnome/window-reconcile.c,
|
||
branches/cashutil/src/gnome/window-reconcile.h,
|
||
branches/cashutil/src/import-export,
|
||
branches/cashutil/src/import-export/binary-import,
|
||
branches/cashutil/src/import-export/binary-import/druid-commodity.c,
|
||
branches/cashutil/src/import-export/binary-import/druid-commodity.h,
|
||
branches/cashutil/src/import-export/binary-import/test,
|
||
branches/cashutil/src/import-export/csv,
|
||
branches/cashutil/src/import-export/csv/gnc-csv2glist.c,
|
||
branches/cashutil/src/import-export/csv/gnc-csv2glist.h,
|
||
branches/cashutil/src/import-export/csv/test,
|
||
branches/cashutil/src/import-export/generic-import.glade,
|
||
branches/cashutil/src/import-export/gnc-import-format-gnome.c,
|
||
branches/cashutil/src/import-export/hbci,
|
||
branches/cashutil/src/import-export/hbci/Makefile.am,
|
||
branches/cashutil/src/import-export/hbci/dialog-daterange.c,
|
||
branches/cashutil/src/import-export/hbci/dialog-daterange.h,
|
||
branches/cashutil/src/import-export/hbci/dialog-hbcitrans.c,
|
||
branches/cashutil/src/import-export/hbci/dialog-hbcitrans.h,
|
||
branches/cashutil/src/import-export/hbci/dialog-pass.c,
|
||
branches/cashutil/src/import-export/hbci/dialog-pass.h,
|
||
branches/cashutil/src/import-export/hbci/druid-hbci-initial.c,
|
||
branches/cashutil/src/import-export/hbci/druid-hbci-initial.h,
|
||
branches/cashutil/src/import-export/hbci/druid-hbci-utils.c,
|
||
branches/cashutil/src/import-export/hbci/druid-hbci-utils.h,
|
||
branches/cashutil/src/import-export/hbci/glade,
|
||
branches/cashutil/src/import-export/hbci/glade/hbci.glade,
|
||
branches/cashutil/src/import-export/hbci/glade/hbcipass.glade,
|
||
branches/cashutil/src/import-export/hbci/glade/hbciprefs.glade,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-actions.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-actions.h,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-getbalance.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-getbalance.h,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-gettrans.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-gettrans.h,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-kvp.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-kvp.h,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-trans-templ.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-trans-templ.h,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-transfer.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-transfer.h,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-utils.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-hbci-utils.h,
|
||
branches/cashutil/src/import-export/hbci/gnc-plugin-hbci.c,
|
||
branches/cashutil/src/import-export/hbci/gnc-plugin-hbci.h,
|
||
branches/cashutil/src/import-export/hbci/gncmod-hbci.c,
|
||
branches/cashutil/src/import-export/hbci/hbci-interaction.c,
|
||
branches/cashutil/src/import-export/hbci/hbci-interaction.h,
|
||
branches/cashutil/src/import-export/hbci/hbci-interactionP.h,
|
||
branches/cashutil/src/import-export/hbci/schemas,
|
||
branches/cashutil/src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas,
|
||
branches/cashutil/src/import-export/hbci/test,
|
||
branches/cashutil/src/import-export/import-account-matcher.c,
|
||
branches/cashutil/src/import-export/import-account-matcher.h,
|
||
branches/cashutil/src/import-export/import-backend.c,
|
||
branches/cashutil/src/import-export/import-backend.h,
|
||
branches/cashutil/src/import-export/import-commodity-matcher.c,
|
||
branches/cashutil/src/import-export/import-commodity-matcher.h,
|
||
branches/cashutil/src/import-export/import-format-dialog.c,
|
||
branches/cashutil/src/import-export/import-main-matcher.c,
|
||
branches/cashutil/src/import-export/import-main-matcher.h,
|
||
branches/cashutil/src/import-export/import-match-map.c,
|
||
branches/cashutil/src/import-export/import-match-map.h,
|
||
branches/cashutil/src/import-export/import-match-picker.c,
|
||
branches/cashutil/src/import-export/import-match-picker.h,
|
||
branches/cashutil/src/import-export/import-parse.c,
|
||
branches/cashutil/src/import-export/import-parse.h,
|
||
branches/cashutil/src/import-export/import-settings.c,
|
||
branches/cashutil/src/import-export/import-settings.h,
|
||
branches/cashutil/src/import-export/import-utilities.c,
|
||
branches/cashutil/src/import-export/import-utilities.h,
|
||
branches/cashutil/src/import-export/log-replay,
|
||
branches/cashutil/src/import-export/log-replay/gnc-log-replay.c,
|
||
branches/cashutil/src/import-export/log-replay/gnc-log-replay.h,
|
||
branches/cashutil/src/import-export/log-replay/gnc-plugin-log-replay.c,
|
||
branches/cashutil/src/import-export/log-replay/gnc-plugin-log-replay.h,
|
||
branches/cashutil/src/import-export/log-replay/gncmod-log-replay.c,
|
||
branches/cashutil/src/import-export/mt940,
|
||
branches/cashutil/src/import-export/mt940/gnc-mt940-import.c,
|
||
branches/cashutil/src/import-export/mt940/gnc-mt940-import.h,
|
||
branches/cashutil/src/import-export/mt940/gnc-plugin-mt940.c,
|
||
branches/cashutil/src/import-export/mt940/gnc-plugin-mt940.h,
|
||
branches/cashutil/src/import-export/mt940/gncmod-mt940-import.c,
|
||
branches/cashutil/src/import-export/ofx,
|
||
branches/cashutil/src/import-export/ofx/Makefile.am,
|
||
branches/cashutil/src/import-export/ofx/gnc-ofx-import.c,
|
||
branches/cashutil/src/import-export/ofx/gnc-ofx-import.h,
|
||
branches/cashutil/src/import-export/ofx/gnc-plugin-ofx.c,
|
||
branches/cashutil/src/import-export/ofx/gnc-plugin-ofx.h,
|
||
branches/cashutil/src/import-export/ofx/gncmod-ofx-import.c,
|
||
branches/cashutil/src/import-export/ofx/test,
|
||
branches/cashutil/src/import-export/qif,
|
||
branches/cashutil/src/import-export/qif-import,
|
||
branches/cashutil/src/import-export/qif-import/dialog-account-picker.c,
|
||
branches/cashutil/src/import-export/qif-import/dialog-account-picker.h,
|
||
branches/cashutil/src/import-export/qif-import/druid-qif-import.c,
|
||
branches/cashutil/src/import-export/qif-import/druid-qif-import.h,
|
||
branches/cashutil/src/import-export/qif-import/gnc-plugin-qif-import.c,
|
||
branches/cashutil/src/import-export/qif-import/gnc-plugin-qif-import.h,
|
||
branches/cashutil/src/import-export/qif-import/qif-file.scm,
|
||
branches/cashutil/src/import-export/qif-import/qif-guess-map.scm,
|
||
branches/cashutil/src/import-export/qif-import/qif-merge-groups.scm,
|
||
branches/cashutil/src/import-export/qif-import/qif-to-gnc.scm,
|
||
branches/cashutil/src/import-export/qif-import/test,
|
||
branches/cashutil/src/import-export/qif-io-core,
|
||
branches/cashutil/src/import-export/qif-io-core/test,
|
||
branches/cashutil/src/import-export/qif-io-core/test/data,
|
||
branches/cashutil/src/import-export/qif/qif-context.c,
|
||
branches/cashutil/src/import-export/qif/qif-defaults.c,
|
||
branches/cashutil/src/import-export/qif/qif-defaults.h,
|
||
branches/cashutil/src/import-export/qif/qif-file.c,
|
||
branches/cashutil/src/import-export/qif/qif-file.h,
|
||
branches/cashutil/src/import-export/qif/qif-import-p.h,
|
||
branches/cashutil/src/import-export/qif/qif-import.h,
|
||
branches/cashutil/src/import-export/qif/qif-objects-p.h,
|
||
branches/cashutil/src/import-export/qif/qif-objects.c,
|
||
branches/cashutil/src/import-export/qif/qif-objects.h,
|
||
branches/cashutil/src/import-export/qif/qif-parse.c,
|
||
branches/cashutil/src/import-export/qif/qif-parse.h,
|
||
branches/cashutil/src/import-export/qif/test,
|
||
branches/cashutil/src/import-export/qif/test/Makefile.am,
|
||
branches/cashutil/src/import-export/qif/test/test-files,
|
||
branches/cashutil/src/import-export/qif/test/test-qif.c,
|
||
branches/cashutil/src/import-export/schemas,
|
||
branches/cashutil/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas,
|
||
branches/cashutil/src/import-export/test,
|
||
branches/cashutil/src/import-export/test/Makefile.am,
|
||
branches/cashutil/src/import-export/test/test-import-parse.c,
|
||
branches/cashutil/src/network-utils,
|
||
branches/cashutil/src/network-utils/gnc-gpg.c,
|
||
branches/cashutil/src/network-utils/gnc-gpg.h,
|
||
branches/cashutil/src/network-utils/gnc-http.c,
|
||
branches/cashutil/src/network-utils/gnc-http.h,
|
||
branches/cashutil/src/network-utils/test,
|
||
branches/cashutil/src/optional,
|
||
branches/cashutil/src/optional/swig,
|
||
branches/cashutil/src/optional/swig/examples,
|
||
branches/cashutil/src/pixmaps, branches/cashutil/src/quotes,
|
||
branches/cashutil/src/quotes/dump-finance-quote,
|
||
branches/cashutil/src/quotes/finance-quote-check.in,
|
||
branches/cashutil/src/quotes/finance-quote-helper.in,
|
||
branches/cashutil/src/quotes/update-finance-quote.in,
|
||
branches/cashutil/src/register,
|
||
branches/cashutil/src/register/ledger-core,
|
||
branches/cashutil/src/register/ledger-core/dialog-dup-trans.c,
|
||
branches/cashutil/src/register/ledger-core/gnc-ledger-display.c,
|
||
branches/cashutil/src/register/ledger-core/split-register-control.c,
|
||
branches/cashutil/src/register/ledger-core/split-register-control.h,
|
||
branches/cashutil/src/register/ledger-core/split-register-layout.c,
|
||
branches/cashutil/src/register/ledger-core/split-register-layout.h,
|
||
branches/cashutil/src/register/ledger-core/split-register-load.c,
|
||
branches/cashutil/src/register/ledger-core/split-register-model-save.c,
|
||
branches/cashutil/src/register/ledger-core/split-register-model-save.h,
|
||
branches/cashutil/src/register/ledger-core/split-register-model.c,
|
||
branches/cashutil/src/register/ledger-core/split-register-model.h,
|
||
branches/cashutil/src/register/ledger-core/split-register-p.h,
|
||
branches/cashutil/src/register/ledger-core/split-register-util.c,
|
||
branches/cashutil/src/register/ledger-core/split-register.c,
|
||
branches/cashutil/src/register/ledger-core/split-register.h,
|
||
branches/cashutil/src/register/ledger-core/test,
|
||
branches/cashutil/src/register/register-core,
|
||
branches/cashutil/src/register/register-core/Makefile.am,
|
||
branches/cashutil/src/register/register-core/basiccell.c,
|
||
branches/cashutil/src/register/register-core/basiccell.h,
|
||
branches/cashutil/src/register/register-core/cell-factory.c,
|
||
branches/cashutil/src/register/register-core/cell-factory.h,
|
||
branches/cashutil/src/register/register-core/cellblock.c,
|
||
branches/cashutil/src/register/register-core/cellblock.h,
|
||
branches/cashutil/src/register/register-core/checkboxcell.c,
|
||
branches/cashutil/src/register/register-core/checkboxcell.h,
|
||
branches/cashutil/src/register/register-core/combocell.h,
|
||
branches/cashutil/src/register/register-core/datecell.h,
|
||
branches/cashutil/src/register/register-core/formulacell.c,
|
||
branches/cashutil/src/register/register-core/formulacell.h,
|
||
branches/cashutil/src/register/register-core/gtable.c,
|
||
branches/cashutil/src/register/register-core/gtable.h,
|
||
branches/cashutil/src/register/register-core/numcell.c,
|
||
branches/cashutil/src/register/register-core/numcell.h,
|
||
branches/cashutil/src/register/register-core/pricecell.c,
|
||
branches/cashutil/src/register/register-core/pricecell.h,
|
||
branches/cashutil/src/register/register-core/quickfillcell.c,
|
||
branches/cashutil/src/register/register-core/quickfillcell.h,
|
||
branches/cashutil/src/register/register-core/recncell.c,
|
||
branches/cashutil/src/register/register-core/recncell.h,
|
||
branches/cashutil/src/register/register-core/register-common.c,
|
||
branches/cashutil/src/register/register-core/register-common.h,
|
||
branches/cashutil/src/register/register-core/table-allgui.c,
|
||
branches/cashutil/src/register/register-core/table-allgui.h,
|
||
branches/cashutil/src/register/register-core/table-control.c,
|
||
branches/cashutil/src/register/register-core/table-control.h,
|
||
branches/cashutil/src/register/register-core/table-layout.c,
|
||
branches/cashutil/src/register/register-core/table-layout.h,
|
||
branches/cashutil/src/register/register-core/table-model.c,
|
||
branches/cashutil/src/register/register-core/table-model.h,
|
||
branches/cashutil/src/register/register-core/test,
|
||
branches/cashutil/src/register/register-gnome,
|
||
branches/cashutil/src/register/register-gnome/combocell-gnome.c,
|
||
branches/cashutil/src/register/register-gnome/datecell-gnome.c,
|
||
branches/cashutil/src/register/register-gnome/formulacell-gnome.c,
|
||
branches/cashutil/src/register/register-gnome/formulacell-gnome.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-color.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-color.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-cursor.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-cursor.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-date-picker.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-date-picker.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-grid.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-grid.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-header.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-header.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-item-edit.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-item-edit.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-item-list.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-item-list.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-scrolled-window.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-scrolled-window.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-sheet.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-sheet.h,
|
||
branches/cashutil/src/register/register-gnome/gnucash-style.c,
|
||
branches/cashutil/src/register/register-gnome/gnucash-style.h,
|
||
branches/cashutil/src/register/register-gnome/pricecell-gnome.c,
|
||
branches/cashutil/src/register/register-gnome/pricecell-gnome.h,
|
||
branches/cashutil/src/register/register-gnome/quickfillcell-gnome.c,
|
||
branches/cashutil/src/register/register-gnome/quickfillcell-gnome.h,
|
||
branches/cashutil/src/register/register-gnome/table-gnome.c,
|
||
branches/cashutil/src/register/register-gnome/table-gnome.h,
|
||
branches/cashutil/src/register/register-gnome/test,
|
||
branches/cashutil/src/report,
|
||
branches/cashutil/src/report/locale-specific,
|
||
branches/cashutil/src/report/locale-specific/us,
|
||
branches/cashutil/src/report/locale-specific/us/test,
|
||
branches/cashutil/src/report/locale-specific/us/test/Makefile.am,
|
||
branches/cashutil/src/report/report-gnome,
|
||
branches/cashutil/src/report/report-gnome/Makefile.am,
|
||
branches/cashutil/src/report/report-gnome/dialog-column-view.c,
|
||
branches/cashutil/src/report/report-gnome/dialog-column-view.h,
|
||
branches/cashutil/src/report/report-gnome/dialog-style-sheet.c,
|
||
branches/cashutil/src/report/report-gnome/dialog-style-sheet.h,
|
||
branches/cashutil/src/report/report-gnome/gnc-plugin-page-report-ui.xml,
|
||
branches/cashutil/src/report/report-gnome/gnc-plugin-page-report.c,
|
||
branches/cashutil/src/report/report-gnome/gnc-plugin-page-report.h,
|
||
branches/cashutil/src/report/report-gnome/gncmod-report-gnome.c,
|
||
branches/cashutil/src/report/report-gnome/gw-report-gnome-spec.scm,
|
||
branches/cashutil/src/report/report-gnome/report-gnome.scm,
|
||
branches/cashutil/src/report/report-gnome/report.glade,
|
||
branches/cashutil/src/report/report-gnome/test,
|
||
branches/cashutil/src/report/report-gnome/window-report.c,
|
||
branches/cashutil/src/report/report-gnome/window-report.h,
|
||
branches/cashutil/src/report/report-system,
|
||
branches/cashutil/src/report/report-system/commodity-utilities.scm,
|
||
branches/cashutil/src/report/report-system/doc,
|
||
branches/cashutil/src/report/report-system/gnc-report.c,
|
||
branches/cashutil/src/report/report-system/gnc-report.h,
|
||
branches/cashutil/src/report/report-system/html-acct-table.scm,
|
||
branches/cashutil/src/report/report-system/html-barchart.scm,
|
||
branches/cashutil/src/report/report-system/html-document.scm,
|
||
branches/cashutil/src/report/report-system/html-piechart.scm,
|
||
branches/cashutil/src/report/report-system/html-scatter.scm,
|
||
branches/cashutil/src/report/report-system/html-style-info.scm,
|
||
branches/cashutil/src/report/report-system/html-style-sheet.scm,
|
||
branches/cashutil/src/report/report-system/html-table.scm,
|
||
branches/cashutil/src/report/report-system/html-text.scm,
|
||
branches/cashutil/src/report/report-system/html-utilities.scm,
|
||
branches/cashutil/src/report/report-system/options-utilities.scm,
|
||
branches/cashutil/src/report/report-system/report-utilities.scm,
|
||
branches/cashutil/src/report/report-system/report.scm,
|
||
branches/cashutil/src/report/report-system/test,
|
||
branches/cashutil/src/report/report-system/test/Makefile.am,
|
||
branches/cashutil/src/report/standard-reports,
|
||
branches/cashutil/src/report/standard-reports/account-piecharts.scm,
|
||
branches/cashutil/src/report/standard-reports/account-summary.scm,
|
||
branches/cashutil/src/report/standard-reports/advanced-portfolio.scm,
|
||
branches/cashutil/src/report/standard-reports/balance-sheet.scm,
|
||
branches/cashutil/src/report/standard-reports/cash-flow.scm,
|
||
branches/cashutil/src/report/standard-reports/category-barchart.scm,
|
||
branches/cashutil/src/report/standard-reports/daily-reports.scm,
|
||
branches/cashutil/src/report/standard-reports/equity-statement.scm,
|
||
branches/cashutil/src/report/standard-reports/general-journal.scm,
|
||
branches/cashutil/src/report/standard-reports/general-ledger.scm,
|
||
branches/cashutil/src/report/standard-reports/income-statement.scm,
|
||
branches/cashutil/src/report/standard-reports/net-barchart.scm,
|
||
branches/cashutil/src/report/standard-reports/portfolio.scm,
|
||
branches/cashutil/src/report/standard-reports/price-scatter.scm,
|
||
branches/cashutil/src/report/standard-reports/test,
|
||
branches/cashutil/src/report/standard-reports/test/Makefile.am,
|
||
branches/cashutil/src/report/standard-reports/transaction.scm,
|
||
branches/cashutil/src/report/standard-reports/trial-balance.scm,
|
||
branches/cashutil/src/report/stylesheets,
|
||
branches/cashutil/src/report/stylesheets/gnc-plugin-stylesheets.c,
|
||
branches/cashutil/src/report/stylesheets/gnc-plugin-stylesheets.h,
|
||
branches/cashutil/src/report/stylesheets/gncmod-stylesheets.c,
|
||
branches/cashutil/src/report/stylesheets/stylesheet-easy.scm,
|
||
branches/cashutil/src/report/stylesheets/stylesheet-fancy.scm,
|
||
branches/cashutil/src/report/stylesheets/stylesheet-plain.scm,
|
||
branches/cashutil/src/report/stylesheets/test,
|
||
branches/cashutil/src/report/stylesheets/test/Makefile.am,
|
||
branches/cashutil/src/report/utility-reports,
|
||
branches/cashutil/src/report/utility-reports/test,
|
||
branches/cashutil/src/report/utility-reports/test/Makefile.am,
|
||
branches/cashutil/src/report/utility-reports/view-column.scm,
|
||
branches/cashutil/src/report/utility-reports/welcome-to-gnucash.scm,
|
||
branches/cashutil/src/scm,
|
||
branches/cashutil/src/scm/command-line.scm,
|
||
branches/cashutil/src/scm/doc.scm,
|
||
branches/cashutil/src/scm/fin.scm,
|
||
branches/cashutil/src/scm/gnumeric,
|
||
branches/cashutil/src/scm/main-window.scm,
|
||
branches/cashutil/src/scm/main.scm,
|
||
branches/cashutil/src/scm/path.scm,
|
||
branches/cashutil/src/scm/price-quotes.scm,
|
||
branches/cashutil/src/scm/printing,
|
||
branches/cashutil/src/scm/process.scm,
|
||
branches/cashutil/src/scm/xml-generator.scm,
|
||
branches/cashutil/src/tax, branches/cashutil/src/tax/us,
|
||
branches/cashutil/src/tax/us/test,
|
||
branches/cashutil/src/test-core: merging trunk changes into
|
||
cashutil branch
|
||
|
||
2006-01-03 09:15 codehelp
|
||
|
||
* [r12242] branches/cashutil/src/bin,
|
||
branches/cashutil/src/bin/Makefile.am,
|
||
branches/cashutil/src/bin/gnucash2.c,
|
||
branches/cashutil/src/bin/overrides,
|
||
branches/cashutil/src/bin/qof-main.c,
|
||
branches/cashutil/src/bin/qof-main.h,
|
||
branches/cashutil/src/bin/test: gnucash2 - test C start-up
|
||
routine
|
||
|
||
2006-01-03 04:02 hampton
|
||
|
||
* [r12241] trunk/ChangeLog, trunk/src/gnome/dialog-totd.c,
|
||
trunk/src/gnome/glade/totd.glade: Use the component manager to
|
||
ensure there is only one totd dialog at a time. Don't mark the
|
||
dialog as transient (or type GTK_WINDOW_DIALOG) so that window
|
||
managers won't make it float above all other GnuCash windows.
|
||
|
||
2006-01-03 02:44 hampton
|
||
|
||
* [r12240] trunk/ChangeLog, trunk/src/engine/Transaction.c: Fix
|
||
test inverted by commit 12231.
|
||
|
||
2006-01-03 01:08 hampton
|
||
|
||
* [r12239] trunk/ChangeLog, trunk/src/gnome-utils/Makefile.am,
|
||
trunk/src/gnome-utils/gnc-tree-model-example-account.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-example-account.h: Remove
|
||
unused files.
|
||
|
||
2006-01-03 01:06 hampton
|
||
|
||
* [r12238] trunk/ChangeLog, trunk/GNOME2_STATUS,
|
||
trunk/src/gnome/druid-hierarchy.c,
|
||
trunk/src/gnome/glade/account.glade: Use a GtkListStore for the
|
||
example account categories instead of layering a custom
|
||
selection model on a custom example account model. The code is a
|
||
lot simpler and has additional sorting capability. Do some
|
||
rework on the druid layout.
|
||
|
||
2006-01-03 01:05 hampton
|
||
|
||
* [r12237] trunk/src/gnome-utils/gnc-tree-model-selection.c,
|
||
trunk/src/gnome-utils/gnc-tree-model-selection.h: Correct
|
||
function name. Add a comment.
|
||
|
||
2006-01-02 22:32 warlord
|
||
|
||
* [r12236] trunk/ChangeLog,
|
||
trunk/src/gnome-utils/gnc-tree-view-account.c,
|
||
trunk/src/gnome/gnc-plugin-page-budget.c: need to #include
|
||
gkeyfile.h if we don't have glib26. *
|
||
src/gnome-utils/gnc-tree-view-account.c: *
|
||
src/gnome/gnc-plugin-page-budget.c: need to #include gkeyfile.h
|
||
if we don't have glib26.
|
||
|
||
2006-01-02 21:14 hampton
|
||
|
||
* [r12235] trunk/ChangeLog, trunk/src/gnome-utils/gnc-tree-view.c:
|
||
Use the right function to hide a tree column. Update a couple of
|
||
debugging messages.
|
||
|
||
2006-01-02 21:11 hampton
|
||
|
||
* [r12234] trunk/ChangeLog, trunk/src/engine/gnc-commodity.c,
|
||
trunk/src/engine/gnc-commodity.h,
|
||
trunk/src/engine/gw-engine-spec.scm: Initialize the qof
|
||
instances in commodity namespaces.
|
||
|
||
2006-01-02 21:07 hampton
|
||
|
||
* [r12233] trunk/ChangeLog, trunk/ChangeLog.2005: Start new
|
||
ChangeLog for 2006.
|
||
|
||
2006-01-02 00:37 chris
|
||
|
||
* [r12232] trunk/src/gnome/gncmod-budget.c: Delete unused
|
||
gncmod-budget.c.
|
||
|
||
2006-01-01 22:26 chris
|
||
|
||
* [r12231] trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/Transaction.h: General clean-up in
|
||
Transaction.[ch]. * Regularization of 'trans' as variable name.
|
||
* Whitespace and linewraps * lots of control-flow simplification
|
||
* factor one chunk out into get_any_account() * Comment some
|
||
things that are bogus or need improvement
|
||
|
||
2006-01-01 19:56 cstim
|
||
|
||
* [r12230] trunk/po/nb.po: Updated Norwegian translation by Tor
|
||
Harald Thorland
|
||
|
||
2005-12-31 23:35 chris
|
||
|
||
* [r12229] trunk/src/engine/Transaction.c,
|
||
trunk/src/engine/Transaction.h, trunk/src/engine/TransactionP.h,
|
||
trunk/src/engine/cap-gains.c, trunk/src/engine/cap-gains.h:
|
||
Constify some Split and Transaction functions.
|
||
|