Commit Graph

1533 Commits

Author SHA1 Message Date
Linas Vepstas
82a9da88b5 add documentation describing table layout
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1895 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-05 06:10:51 +00:00
Linas Vepstas
ffa5f24b2f fix bug related to transfers
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1893 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-05 05:53:04 +00:00
Linas Vepstas
8e801818fe add debug print statements
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1891 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-05 04:49:44 +00:00
Linas Vepstas
2c01b6c335 updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1889 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 06:46:59 +00:00
Linas Vepstas
8aa49e6679 From Jeremy Collins Aug 3, 99 01:43:55 am -0500
Subject: Display fix ( Gnome/Gtk version )
Here is a fix for the display bug people were reporting earlier.  I am
not sure how this code got removed but I am fairly sure it worked a week
or so ago.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1888 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 06:24:02 +00:00
Linas Vepstas
792a6ed054 From Alexandru Harsanyi Aug 3, 99 04:24:10 pm +0300
Hi,

I've made some enhancements to the dialog-add.c and dialog-edit.c files:

* my-xacc/src/gnome/dialog-add.c (gnc_ui_accWindow_tree_fill): the
account that is selected in the main window is selected in the
account creation dialog too.

* my-xacc/src/gnome/dialog-add.c
(gnc_ui_accWindow_create_callback): the account code is set for
the new account, if the user does not enter a string for the code,
xaccAccoutAutoCode is used. Thus each created accout will have a
code.

(gnc_ui_accWindow_create_callback): the function has been mostly
rewriten, it uses less variables, and the code for each account
component is in one place.

there's only one problem, though, xaccAccountBeginEdit is called,
but after that, the account editing might fail. There's no
xaccAccountRollbackEdit (yet?)

(make_valid_name): this function checks whether the name has some
non-whitespace characters in it. it trims the leading and trailing
whitespace and returns a new string. It is used as a check for
user entered data in gnc_ui_accWindow_create_callback, but it can
be used elsewhere too.

* my-xacc/src/gnome/dialog-edit.c and dialog-add.c: the  notes box has
got a scrollbar.

* my-xacc/src/gnome/dialog-edit.c: (editAccWindow) some accounts
do not have "securities", "descriptions" and "account codes"
set. In this case a check was added not to pass a NULL pointer to
gtk_entry_set_text. This removes annoying gtk warnings when gnucash
runs.

* the gnc_ui_accWindow_tree_expand function has been removed from
dialog-add.c since it is not used.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1887 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 06:19:57 +00:00
Linas Vepstas
a535d9f09b From cbbrowne@godel.brownes.org Aug 3, 99 00:35:25 am -0500
The following may not make QIFIO.c substantially more robust, but
changing a whole bunch of nested "ifs" into switch statements
certainly makes it simpler and more readable.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1885 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 06:03:05 +00:00
Linas Vepstas
3a4e3bb6ca QIF import code from cbbrowne@godel.brownes.org
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1882 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 05:08:16 +00:00
Linas Vepstas
199e236ccf cleanup and prep work for qif import from cbbrowne@godel.brownes.org
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1881 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 05:04:32 +00:00
Linas Vepstas
814c43048d cleanup and prep work for qif import
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1880 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 05:04:13 +00:00
Linas Vepstas
73c3a3e364 spell check fixes from cbbrowne@godel.brownes.org
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1879 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 05:03:26 +00:00
Linas Vepstas
d0b702ce71 both <math.h> and <malloc.h> need to be included From Paul Moore pcmoore@engin.umich.edu
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1876 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 02:45:08 +00:00
Linas Vepstas
047304339c lines 831 and 869 need return values From Paul Moore pcmoore@engin.umich.edu
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1874 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-04 02:43:04 +00:00
Linas Vepstas
ed8d240097 add debug msgs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1870 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-01 22:47:04 +00:00
Linas Vepstas
f418201226 patches from Matt Armstrong <matt@lickey.com>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1867 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-01 21:02:35 +00:00
Linas Vepstas
c7e9b4ea50 oops spaces not tabs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1866 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-01 20:14:37 +00:00
Linas Vepstas
fc145a15b2 fixes suggested by RMS
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1863 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-01 20:01:05 +00:00
Linas Vepstas
95c8d561fc fix bad line break
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1861 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-01 19:57:00 +00:00
Linas Vepstas
2c2eeac0a2 updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1860 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-01 19:48:46 +00:00
Linas Vepstas
42ecf0c148 oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1859 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 19:06:30 +00:00
Linas Vepstas
aefbdafcaf fix a touch problem
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1856 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 18:44:48 +00:00
Linas Vepstas
e8493c4c5e remove two dead files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1855 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 18:06:17 +00:00
Linas Vepstas
77b833c87f add credit for Graham Leggett <minfrin@sharp.fm> for fixing a hang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1854 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 17:33:05 +00:00
Linas Vepstas
8fdb2c02a3 patch from Graham Leggett <minfrin@sharp.fm>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1852 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 17:30:44 +00:00
Linas Vepstas
c0f1d53136 add copyrights
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1849 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 17:25:04 +00:00
Linas Vepstas
872dbd0f8c fix a bug i'd introduced last night
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1848 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 17:11:42 +00:00
Linas Vepstas
7d0bceee4e oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1844 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 16:10:06 +00:00
Linas Vepstas
0f3c2142d1 tches from Heath Martin <martinh@pegasus.cc.ucf.edu> Sun, 25 Jul 1999 22:57:18
-0400 (EDT)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1843 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 16:06:41 +00:00
Linas Vepstas
8576a5e567 add heath martin to credits
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1842 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 07:20:00 +00:00
Linas Vepstas
f26ea600ae fixes from Heath Martin <martinh@pegasus.cc.ucf.edu>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1840 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 07:16:47 +00:00
Linas Vepstas
b225a14fe4 oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1839 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 07:06:42 +00:00
Linas Vepstas
c385244a0b spell check
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1837 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 06:57:48 +00:00
Linas Vepstas
3b2ea80286 clarify teh malloc behaviour
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1835 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 06:52:59 +00:00
Linas Vepstas
c522cf80bb more fixes from Uwe
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1833 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 04:35:31 +00:00
Linas Vepstas
9d53e6a636 fix the credits, fix teh version number
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1830 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 04:09:55 +00:00
Linas Vepstas
3f8daddba3 new translation from Jan-Uwe.Finck@bigfoot.de
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1828 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 03:26:19 +00:00
Linas Vepstas
9ee1752eeb fix the cvs xacc to gnucash rename
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1826 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 03:23:37 +00:00
Linas Vepstas
bdc5aeaa9c oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1824 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-23 05:50:37 +00:00
Linas Vepstas
5f4a4e279b whatever ...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1823 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-19 07:03:43 +00:00
Linas Vepstas
f297ff4807 beutify a tad ...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1821 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-19 06:55:07 +00:00
Linas Vepstas
9a6f202b4f cleanup how credit/debit is displayed,
cleanup print statements


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1820 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-19 06:34:25 +00:00
Linas Vepstas
b86dda8091 patches from Alexandru via Rob Browning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1819 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-19 04:34:26 +00:00
Linas Vepstas
68d526099c bug fix from Per Bojsen <per.bojsen@worldnet.att.net>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1818 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-19 03:26:25 +00:00
Linas Vepstas
ac0807ca72 add dist target
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1816 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-13 04:10:37 +00:00
Linas Vepstas
82aa33ce2d whatever
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1813 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-06 06:55:16 +00:00
Linas Vepstas
4d33542816 fixes for a file-open bug
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1811 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-06 06:38:37 +00:00
Linas Vepstas
4cf132419d stuff from rob from a while ago
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1810 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-06 06:08:46 +00:00
Linas Vepstas
c399f4c0f8 stuff rom rob browning I forgot to commit
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1809 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-06 06:07:57 +00:00
Linas Vepstas
76c1ac2610 stuff from rob browning from a while ago i forgot to check in
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1808 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-06 06:04:39 +00:00
Linas Vepstas
8d9e520567 fix ccess method to the topgroup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1807 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-06 06:03:26 +00:00