pending so that the right checks are done when leaving the
transaction. Fix spelling errors in function names.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7459 57a11ea4-9604-0410-9ed3-97b8803252fd
Add a callback API for the qif-import druid. Use that callback
when the qif-import button is pressed. Make the qif-import button
sensitive only when the qif-import module is loaded (i.e. only when
the callback function is non-NULL).
* import-export/qif-import -- set the make_druid callback for the new-user
dialog.
* gnome/Makefile.am -- remove dependency on qif-import library.
* src/makefile.am -- re-order import-export after gnome
* engine/Transaction.c -- allow deletion of a non-connected Splits
(fixes a SEGV problem)
* engine/Account.c -- send an event whenever an account balance is updated.
Fixes bug # 97689
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7456 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/gnome/window-register.c (regWindowLedger): Fix menu
extension setup by moving it after gnc_register_setup_menu.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7455 57a11ea4-9604-0410-9ed3-97b8803252fd
preferences also need to be changed to reference the new panel name.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7454 57a11ea4-9604-0410-9ed3-97b8803252fd
* gnome/window-reconcile.c: re-enable the 'jump to blank'
* gnome/window-register.c: re-enable the 'jump to blank' by calling into
the split-reg's implementation.
fixes bug #97680
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7451 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/gnome/gnc-split-reg.c, src/gnome/glade/register.glade:
Replace the term "reinitialize" by "Remove Transaction Splits".
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7446 57a11ea4-9604-0410-9ed3-97b8803252fd
various levels in the code. Take advantage of this in the Business
Invoice code. #96024
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7445 57a11ea4-9604-0410-9ed3-97b8803252fd
* /src/report/standard-reports/cash-flow.scm: new report
which shows inflow and outflow of money to a set of accounts
* src/report/standard-reports/standard-reports.scm: add
cash-flow.scm to gncscmmod_DATA
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7444 57a11ea4-9604-0410-9ed3-97b8803252fd
in the DIST tarball -- let it be generated from i18n.h.in, which
IS distributed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7440 57a11ea4-9604-0410-9ed3-97b8803252fd
the dialog (use the output from vsprintf, not the input)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7439 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/gnome/dialog-sxsincelast.c: Use GNCSplitReg over
GNCRegWidget.
* src/gnome/dialog-scheduledxaction.c
(schedXact_editor_create_ledger): Use GNCSplitReg over
GNCRegWidget.
* src/gnome/glade/register.glade: Moved a bunch of the
previously-shared widget definitions into seperate places to be
accessed by window-register.c and gnc-split-reg.c.
* src/gnome/window-register.c: Massive code-sucking into
gnc-split-reg.c; this file now only handles the details of being
the register window: dealing with dates and the extended menus and
whatnot.
* src/gnome/gnc-split-reg.c: Added; a better implementation of
gnc-regWidget. All the "common" register-editing code has been
moved here from window-register.c.
* src/register/ledger-core/gnc-regwidget.c: Removed; replaced with
src/gnome/gnc-split-reg.c.
* src/register/register-gnome/gnucash-date-picker.c
(gnc_date_picker_new): Call gtk_widget_show_all rather than
gtk_widget_realize in order to setup the calendar to a state
sufficient for subsequent calls.
* HACKING: Added description of how to start GnuCash in GDB.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7437 57a11ea4-9604-0410-9ed3-97b8803252fd
completion character for the account cells. Fixes bug #97098
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7436 57a11ea4-9604-0410-9ed3-97b8803252fd
(temporary) top-level account, so the SQL backend doesn't hate us
for committing and account without a commodity.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7435 57a11ea4-9604-0410-9ed3-97b8803252fd
* business/business-core/*.c: Implement BeginEdit()/CommitEdit() functions
for all the business-accounting data objects.
* Use the begin/commit calls in the GUI and file-backend.
* mostly fixes bug #96855.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7431 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/import-export/ofx/gnc-ofx-import.c: Fix security account creation bug caused by the presence of the character ':' in the account default name. Fix compiler warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7425 57a11ea4-9604-0410-9ed3-97b8803252fd
so users can define where to look for libofx.
* import-export/ofx/Makefile.am -- use new configure glue
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7424 57a11ea4-9604-0410-9ed3-97b8803252fd
* intl-scm/xgettext.scm: Add the file name of scheme files to
translation messages.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7421 57a11ea4-9604-0410-9ed3-97b8803252fd