Commit Graph

151 Commits

Author SHA1 Message Date
Dave Peticolas
7c4cb62b83 Mork work on transaction display.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3159 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-18 09:07:15 +00:00
Dave Peticolas
e337d684cb Make the gnc-currency-editor use gnc_commodities.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3113 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-02 07:40:07 +00:00
Dave Peticolas
be92668bd2 Move amount printing and parsing routines out of the engine
and into src/gnc-ui-util.[ch]. Move src/engine/util.[ch] to
src/engine/gnc-engine-util.[ch].

Cleanup header files.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3107 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-01 08:52:30 +00:00
Dave Peticolas
bf8db8bc26 Make register obey 'display negative balance in red' flag.
Fix some #includes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3101 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-31 09:08:49 +00:00
Dave Peticolas
f2346f57e5 Fix for locales that use (num) as -num.
Create a gnc-commodity-edit widget for editing commodities and use it
in the account dialog.

A few bug fixes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3083 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-27 20:30:30 +00:00
Dave Peticolas
fcf7f501cd PO: Move translatable strings from src/message_i18n.h into source files.
Register: Use visibility flags to implement auto-modes instead of
          rebuilding the table. Make 'multi-line' an auto-mode where
          only the current transactions has a blank split line.

Engine: Remove MoveFarEnd* cruft.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3073 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-23 22:39:27 +00:00
Dave Peticolas
a15c41808b Save named parser variables between sessions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3012 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-03 09:40:53 +00:00
Dave Peticolas
04c6dbf141 Add register combo auto-pop configuration back in.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2991 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-01 09:22:45 +00:00
Dave Peticolas
78870eddb5 Don't run the main-window-opened hooks until the main window has
shown up on the screen.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2889 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-18 00:14:46 +00:00
Dave Peticolas
2b3a4ff53f Remove Makefile.in's from CVS repository.
Add and use gnome autoconf macros.
Fix lots of new compiler warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2842 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-13 22:33:15 +00:00
Dave Peticolas
19ed223ff6 Kevin Finn's auto-decimal point patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2717 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-08-27 08:25:53 +00:00
Dave Peticolas
0256e9db4a Remove gncBoolean typedef and constants. Replace all uses of them
with the glib equivalents.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2682 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-08-21 10:26:57 +00:00
Dave Peticolas
8c5b0a3391 Reimplement the account add and account edit dialogs using glade.
Consolidate the gui-driving code into dialog-account.[ch].
The old implementations in dialog-edit.[ch] and dialog-add.[ch]
are obsolete.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2656 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-08-10 05:28:28 +00:00
Dave Peticolas
118e2ad610 Make transfer dialog modeless.
account-tree.[ch]: change 'category' to 'income_expense'

AccWindow.h: remove notes window functions, this was only a separate
             window in Motif
Destroy.c: remove notes window functions
dialog-add.c: remove notes window functions


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2603 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-07-20 09:23:18 +00:00
Dave Peticolas
4396cd5d39 Kevin Finn's patch to set option widget sensitivities.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2567 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-07-12 07:18:04 +00:00
Dave Peticolas
79ee7381ad Bill Gribble's patch to add gtkhtml support, key-value pairs,
and g-wrapping of the query api.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2545 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-07-08 12:35:12 +00:00
Dave Peticolas
9ccfbe0f29 Kevin Finn's auto-decimal patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2530 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-30 06:12:37 +00:00
Dave Peticolas
4d99e3f671 Make the register fonts configurable.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2523 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-28 21:24:28 +00:00
Dave Peticolas
cd29cf5d47 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2522 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-28 04:40:34 +00:00
Dave Peticolas
bdc2cc4f94 i18n reconciled header and flag values.
Robert Graham Merkel's date patch.
Fix bug in options saving.
New tips-of-the-day.
Updated po files.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2520 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-27 08:08:45 +00:00
Dave Peticolas
24cb209da0 new work
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2483 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-20 09:13:32 +00:00
Dave Peticolas
dc99c087e5 Remove guile dependency from src/register/gnome
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2481 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-19 07:48:24 +00:00
Dave Peticolas
8c0b2fc6fb Configure debit/credit synonyms in guile.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2347 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-05-17 11:08:49 +00:00
Linas Vepstas
e29bd51be6 new, improved debug printing macros
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2317 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-05-14 22:32:48 +00:00
Dave Peticolas
2dc99c46ce Implement the debit/credit reversal. All debits are positive,
all credits are negative.

Moved include/*.h files into src.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2240 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-30 05:20:37 +00:00
Dave Peticolas
3ad7b91e32 More work on the budget dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2231 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-27 08:25:16 +00:00
Linas Vepstas
cb31a068c0 add query to get the reverse-balance by type
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2220 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-27 05:34:38 +00:00
Dave Peticolas
d6ff3d4016 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2192 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-21 10:49:15 +00:00
Dave Peticolas
b828099629 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2191 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-16 20:53:07 +00:00
Dave Peticolas
313a54000d *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2045 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-03-01 10:33:46 +00:00
Dave Peticolas
8b0838e075 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2044 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-03-01 10:09:57 +00:00
Dave Peticolas
112bcaa239 Heath's patch
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2031 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-02-28 04:00:50 +00:00
Dave Peticolas
bd1d5e2c62 Last bigpatch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2023 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-02-27 21:50:57 +00:00
Linas Vepstas
8eb597be35 patches from Dave Peticolas Date: Sat, 05 Feb 2000 02:40:06 -0800
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2007 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-02-07 05:27:35 +00:00
Linas Vepstas
c8c4ffa54e daves patches of Sun, 09 Jan 2000 03:18:52 -0800
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2000 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-01-10 03:33:23 +00:00
Linas Vepstas
77b52f628f big ol patch from Dave peticolas
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1993 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-12-31 00:05:41 +00:00
Linas Vepstas
ef7778a8ea patches from Dave Petticolas Sun, 21 Nov 1999 15:30:07 -0800
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1962 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-11-22 05:15:30 +00:00
Linas Vepstas
d782ecc47b The 'last 10 patches' from Dave Peticolas <peticola@morpheus.cs.ucdavis.edu>
Date: Sun, 07 Nov 1999 02:12:41 -0800


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1954 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-11-10 16:28:05 +00:00
Linas Vepstas
2db652c5e9 multitude of patches from
Date: Sun, 24 Oct 1999 11:57:54 -0700
From: Dave Peticolas <peticola@morpheus.cs.ucdavis.edu>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1949 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-10-24 21:31:35 +00:00
Linas Vepstas
1b257312ea patches from Dave Peticolas <peticola@morpheus.cs.ucdavis.edu>
Date: Sun, 17 Oct 1999 18:01:53 -0700


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1939 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-10-18 03:05:47 +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
e9d451b3b8 change beta message
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1781 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-06-21 04:23:38 +00:00
Linas Vepstas
09e85ed329 enbable enable-debug to work
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1671 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-03-01 04:48:33 +00:00
Linas Vepstas
d50032670e merge major restructuring of the gnome code from the rlbig branch.
This code originally from a large patch from Rob Browning.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1647 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-01-20 06:02:12 +00:00
Linas Vepstas
93ee15bd0a merge in branch "multi" with patches from multiple authors
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1619 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-01-13 09:11:02 +00:00
Linas Vepstas
321d5aeaaa updates to reflect new design ...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1494 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-12-28 09:13:16 +00:00
Linas Vepstas
bfd76d284f oops typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1474 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-12-22 05:56:22 +00:00
Linas Vepstas
92f65b3a9e a coupel more fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1472 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-12-22 05:54:31 +00:00
Linas Vepstas
cdfd27b09e various fixes to get this to compile
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1470 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-12-22 05:43:32 +00:00
Linas Vepstas
3eb28d3994 gnome patches from Prakash Kailasa <PrakashK@bigfoot.com>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1451 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-12-19 08:16:22 +00:00