instead of hard-coding it. Requested by Peter O'Gorman to improve Mac
OS X support.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11850 57a11ea4-9604-0410-9ed3-97b8803252fd
objects. This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11848 57a11ea4-9604-0410-9ed3-97b8803252fd
objects. This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation. Change all data structure declarations of the
parent object to be the actual name of the object instead of the
string "parent". This makes debugging easier when looking at data
structures in gdb.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11847 57a11ea4-9604-0410-9ed3-97b8803252fd
objects. This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation. Change all data structure declarations of the
parent object to be the actual name of the object instead of the
string "parent". This makes debugging easier when looking at data
structures in gdb. Also regularize the variable names used to refer
to the public and private data structures in this file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11846 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-05 Christian Stimming <stimming@tuhh.de>
* autogen.sh: Replace old crufty autogen.sh script with
* radically
simplified version. Simply call all helper programs in one
sequence and that's it.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11841 57a11ea4-9604-0410-9ed3-97b8803252fd
Prevents a double free error when both the original and the copy split
are destroyed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11830 57a11ea4-9604-0410-9ed3-97b8803252fd
several problems with window resizing when switching between pages, or
when turning the summary bar off and on.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11827 57a11ea4-9604-0410-9ed3-97b8803252fd
accept, not the current height of the widget. Returning the current
height causes all sorts of problems such as windows that are
impossible to resize down.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11826 57a11ea4-9604-0410-9ed3-97b8803252fd
* configure.in: don't need GNUCASH_CVS anymore
* src/gnome-utils/Makefile.am:
build gnc-version.h and gnc-svninfo.h. add the
latter to EXTRA_DIST. Only build svninfo if
$(srcdir)/.svn exists. #define GNUCASH_SVN
when that directory exists (at buildtime).
* src/gnome-utils/gnc-splash.h: use new SVN info.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11787 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-08 Christian Stimming <stimming@tuhh.de>
* src/engine/Transaction.c: Remove misleading (char*) casts by
Linas Vepstas from 2003-09-14, but nevertheless the code doesn't
have any errorneous double-free's at this point.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11414 57a11ea4-9604-0410-9ed3-97b8803252fd
make it easier for users to change the financial year end date.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11392 57a11ea4-9604-0410-9ed3-97b8803252fd
* src/business/business-core/business-core.scm: need to
properly recurse in gnc:owner-get-owner-id. there is no
gnc:owner-get-id API.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11263 57a11ea4-9604-0410-9ed3-97b8803252fd
* macros/openhbci.m4: Remove old unused macros. Add macro name
quotations as required by newer automake.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11169 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-05-23 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/dialog-hbcitrans.c: Fix handling of debit
notes -- they were broken at all times since the aqbanking
transition, oops.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11053 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-05-23 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/dialog-hbcitrans.c: Add sanity checks and
ask user when there are no purpose lines.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11051 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-05-06 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/druid-hbci-initial.c (on_aqhbci_button):
Finally generalize the AqBanking setup call. Now the setup wizard
for OFX-DirectConnect can be called by Tools -> HBCI Setup as
well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11028 57a11ea4-9604-0410-9ed3-97b8803252fd