Commit Graph

8144 Commits

Author SHA1 Message Date
Neil Williams
c0aba82934 Document some OSX-specific build solutions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11856 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:59:07 +00:00
Neil Williams
bde0cc262b ChangeLog update
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11855 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:33:44 +00:00
Neil Williams
71930519fe OSX: using GNU sed and documenting autogen changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11854 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:18:07 +00:00
Neil Williams
7add4d3c08 remove RAW-NOTES
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11853 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:16:09 +00:00
Neil Williams
2dca39c0e9 Making RAW-NOTES available to doxygen
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11852 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:13:50 +00:00
Neil Williams
cc79c69cda converting RAW-NOTES to Doxygen documentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11851 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:12:06 +00:00
David Hampton
030533c921 Pass the name of the guile executable from configure to the makefiles
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
2005-11-06 04:08:22 +00:00
David Hampton
575f35df7a Cleanup usage of the PLUGIN_PAGE_LABEL define.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11849 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 03:07:21 +00:00
David Hampton
087de2b80a Convert to newer method of allocating private data structures for
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
2005-11-06 02:47:18 +00:00
David Hampton
6b5cfa04cf Convert to newer method of allocating private data structures for
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
2005-11-06 00:14:40 +00:00
David Hampton
aac4eeda2f Convert to newer method of allocating private data structures for
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-06 00:14:17 +00:00
Christian Stimming
bc5ed8b13d Radically improve autogen.sh.
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
2005-11-05 17:32:51 +00:00
Joshua Sled
5933d95d95 testing/updating.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11840 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-05 17:15:40 +00:00
David Hampton
0880c1b661 Other changes needed to get 'make check' closer to working.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11833 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-04 23:38:00 +00:00
David Hampton
d82e89c417 Remove GUI test cases from the 'TESTS' variable. These tests will
prevent 'make check' from running unattended.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11832 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-04 23:36:07 +00:00
David Hampton
578af6b32a Include core-utils in the scheme load path to allow some of the test
cases run again.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11831 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-04 23:34:04 +00:00
David Hampton
029b07fde3 Generate a new copy of the amount string when copying a QIF split.
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
2005-11-04 23:29:09 +00:00
David Hampton
f7a382607b Push the summarybar inside of the created page widget. This solves
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
2005-11-04 05:49:15 +00:00
David Hampton
b8641ed7ea This routine should always return the minimal height the widget will
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
2005-11-04 05:48:06 +00:00
David Hampton
b7d7e6a9f8 Tell which plugin failed to load.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11820 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 20:05:49 +00:00
Neil Williams
5feaee54a6 removing ltmain.sh - it is already listed under svn:ignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11819 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 18:20:42 +00:00
Neil Williams
094c879998 get make dist working again
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11818 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 17:32:53 +00:00
Neil Williams
5b74f53253 Allow test files to find QOF externally (trunk)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11816 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 16:17:32 +00:00
Neil Williams
2f9142d31f Allow test files to find QOF externally
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11815 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 16:15:47 +00:00
David Hampton
ecc52f49d6 Fix items from round two of Volker Englisch's review of the
preferences dialog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11798 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 00:49:05 +00:00
David Hampton
b8138fcba9 Null terminate code properly.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11797 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 00:47:13 +00:00
David Hampton
d089035653 Convert README.cvs to README.svn.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11795 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 21:17:03 +00:00
David Hampton
33a329ef08 Use a dynamically allocated string for the version.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11789 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 20:32:42 +00:00
Derek Atkins
35e7ebec71 Use the svn info for the splash screen info.
* 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-11-02 18:14:48 +00:00
Joshua Sled
5eded02d6c Removing .cvsignore files; mis-migrated po/ChangeLog
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11785 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 16:38:29 +00:00
David Hampton
f28d033d74 Collapse the gnome2 branch back into HEAD.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11565 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 03:32:36 +00:00
Derek Atkins
02dbf6e134 Yet another cvs-acl test
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11559 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-31 19:31:01 +00:00
Derek Atkins
6c05541b63 Testing commit. This should fail.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11558 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-31 18:59:52 +00:00
Christian Stimming
bb19306b6a Add Basque translation by Mikel Olasagasti
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11535 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-26 20:13:44 +00:00
Chris Lyttle
faf78c9808 update for stable release 1.8.12
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11513 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-20 02:15:16 +00:00
Christian Stimming
77c569db2f Add polish glossary.
2005-10-16  Christian Stimming  <stimming@tuhh.de>

	* po/glossary/pl.po: Added polish glossary by A. Tokarski
	<szczur@malinablue.punkt.pl>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11504 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-16 21:10:45 +00:00
Christian Stimming
06e9c1cc71 Remove misleading (char*) casts.
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
2005-10-08 15:28:26 +00:00
Christian Stimming
16d548a9b7 Fix TJS spelling.
2005-10-07  Christian Stimming  <stimming@tuhh.de>

        * src/engine/iso-4217-currencies.scm: Fix spelling of TJS
        currency. Fixes #310697.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11400 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-07 19:09:14 +00:00
David Hampton
2c3e8d5054 Patch from Yves-Eric Martin <yem_lists.gnucash.org@filter.yve.net> to
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
2005-10-07 02:56:44 +00:00
Christian Stimming
586d04941a Improve error message for newer aqbanking.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11338 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-09-23 19:55:08 +00:00
Christian Stimming
b5815bd7cb Improve PIN entry even more (not urgent).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11274 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-08-16 20:05:01 +00:00
Christian Stimming
da495841df Forgot second bug instance.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11272 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-08-16 19:58:00 +00:00
Christian Stimming
ba19a141b2 Bugfix for HBCI PIN entry.
2005-08-16  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/hbci-interaction.c (inputBoxCB): Aaarg,
	fix extremely stupid bug that occasionally crashes the PIN entry.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11269 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-08-16 19:53:50 +00:00
David Hampton
22357f89d3 Todd T. Fries patch for compilation on OpenBSD 64bit architectures.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11267 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-08-16 01:55:25 +00:00
Derek Atkins
e5ab6b7529 Fix recursion in gnc:owner-get-owner-id (reported by Chase James).
* 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
2005-08-15 12:54:21 +00:00
Christian Stimming
f104877f42 Revert build system file removal. Needs a major overhaul, not only single file removals.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11203 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-07-20 19:21:12 +00:00
Christian Stimming
8f67889870 Add macro name quotation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11173 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-07-17 13:28:57 +00:00
Christian Stimming
8244e78245 Add cvsignores
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11171 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-07-17 13:09:11 +00:00
Christian Stimming
5b49ff1f09 2005-07-17 Christian Stimming <stimming@tuhh.de>
* 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-07-17 13:02:52 +00:00
Christian Stimming
86b089eb34 Add cvsignores
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11167 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-07-17 12:55:42 +00:00