Rob Browning
31133ce133
* src/app-utils/test/Makefile.am
...
(TESTS_ENVIRONMENT): fix for guile 1.3.4 and new g-wrap.
(CFLAGS): move INCLUDES bits to CFLAGS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5518 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
00c6a58c55
* src/app-utils/option-util.c
...
(gnc_option_db_register_change_callback): coerce away guile 1.3.4
warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5517 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
76412ff0ce
* src/app-utils/guile-util.c
...
(gnc_depend): coerce away guile 1.3.4 warning.
(gnc_split_scm_set_memo): coerce away guile 1.3.4 warning.
(gnc_split_scm_set_memo): coerce away guile 1.3.4 warning.
(gnc_split_scm_set_action): coerce away guile 1.3.4 warning.
(gnc_trans_scm_set_num): coerce away guile 1.3.4 warning.
(gnc_trans_scm_set_description): coerce away guile 1.3.4 warning.
(gnc_trans_scm_set_notes): coerce away guile 1.3.4 warning.
(gnc_get_debit_string): coerce away guile 1.3.4 warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5516 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
df85b7a6d1
* src/app-utils/gnc-ui-util.c
...
(gnc_ui_account_get_tax_info_string): coerce to supress warning
for guile 1.3.4.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5515 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
8044bfeeb7
* src/app-utils/app-utils.scm: must load "gnucash/engine" module.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5514 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
0df4be8198
* src/app-utils/Makefile.am: support new g-wrap .scm module files.
...
(pkglib_LTLIBRARIES): move libgw-app-utils.la here.
(CFLAGS): move INCLUDES bits to CFLAGS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5513 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
c5cf7f8d33
* src/app-utils/.cvsignore: add gw-app-utils.scm.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5512 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
ba19fb2327
Work on moving entity tables into sessions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5482 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
2408e0f983
Work on moving entity tables into sessions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5468 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
97b19d1878
Work on moving entity tables into sessions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5466 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
114b5af306
Work on moving entity tables into sessions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5464 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
2813e46549
Work on moving entity tables to sessions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5463 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
e23fcf4fc5
Move commodity tables into GNCBooks instead of global data.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5460 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Robert Graham Merkel
873ed2c9b3
automake 1.5 fixes and further work on transaction voiding
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5456 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
aeff5c25de
Add GNCSession object. Refactor session code from GNCBook to GNCSession.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5455 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Robert Graham Merkel
71ff5cc313
remove eval usage from reports to make guile 1.6 compatibility easier.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5436 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
3dbb1df403
Move more mdi code into gnome-utils.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5425 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
277796dfad
Paul Campbell's code to allow child accounts to be reconciled
...
with the parent.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5412 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
0526bc3daa
Wrap app-file functions in that module.
...
Get rid of gnc:timepair-to-datestring and just use gnc:print-date instead.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5405 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
85e41282fe
Add a new book hook and call the hierarchy druid from there.
...
Remove some startup cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5404 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
5c24583ff0
Cleanup sched trans option names.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5397 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
69f1430864
Add save-options hook and use it to save style sheets.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5392 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
0a8c78bcc1
Move preferences and configuration variables into app-utils modules.
...
Much module refactoring & cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5391 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
06d2d6158e
Move application file code into app-file module.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5389 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
92d699e074
Refactor gncGetCurrentGroup dependencies.
...
Add .desktop.in and .keys.in files to
potfiles search.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5382 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
23865f5485
Configure and detect app-utils module. Install public app-utils headers.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5375 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
4a757d9396
More module refactoring.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5361 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
4450f4a025
More module refactoring.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5360 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
d7d84c58e9
Add gnucash autoconf macro. Don't include config.h in headers.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5338 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
5c1330553d
Add ltdl.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5333 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
9a4df4796b
Update .cvsignores.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5228 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
110d61b9d6
Implement per-cell entry handlers in register.
...
Add test for printing & parsing amounts.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5227 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
80178f423e
Fix for make dist.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5219 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
62f67a8811
Fixes for make dist.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5213 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
368dc977f1
Untable app-utils dependencies. Re-enable exp parser test.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5209 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
e514c5d4e9
Move euro utils and gnc-ui-common.h to src/app-utils.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5208 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
e09d061ce6
2001-08-20 Dave Peticolas <dave@krondo.com>
...
* others: xaccGetAccountRoot->xaccAccountGetRoot
* src/engine/messages.h: move this file here
* src/engine/test/test-group-vs-book.c: new file. test group/book
references
* src/engine/test-core/test-engine-stuff.c (get_random_group): new
func
* src/engine/gnc-book.c: (gnc_book_set_group): update group's book
* src/engine/Group.c (xaccGroupGetBook): new func
(xaccGroupSetBook): new func
* src/engine/GroupP.h: add a reference to the group's book
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5207 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
f70477cdb3
Remove use of gncGetCurrentGroup().
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5204 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
4c692441f3
2001-08-20 Dave Peticolas <dave@krondo.com>
...
* src/app-utils/global-options.[ch]: cleanup
* src/app-utils/option-util.[ch]: cleanup
* src/gnome/top-level.c: take out reverse balance implementations
* src/app-utils/gnc-ui-util.c: take out deprecated api
implementations. implement reverse balance api calls.
* src/register/ledger-core/SplitLedger.[ch]: take out reverse
balance callback. just use app-utils version.
* src/app-utils/gnc-ui-util.h: remove deprecated api
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5203 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
12e23fa376
Add tax module.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5200 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
aa402bb780
Some cleanup. Add some missing scheme exports.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5188 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
1676f8c02b
More work on tests. Make src/calculation a module.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5187 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
c8199b86ef
Matt Krai's patch adding trustnet quote support.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5178 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
a08829ae19
Fix warning.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5177 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
f959452ec4
Add tests module. Fix warnings and bugs.
...
Note to module writers: include gnc-module-api.h to make sure
your signatures are correct.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5168 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
James LewisMoss
ef09fc090b
add .deps, .libs, *.lo and *.lo to .cvsignore's
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5157 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
cbdcf418bc
Add .cvsignore.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5149 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
d9be6ea67b
2001-08-16 Bill Gribble <grib@billgribble.com>
...
* move report system into gnc-modules. This required a new
module of application framework stuff, src/app-utils.
* src/report/report-system/: the report-html-generation code
and the various report utilities and infrastructure
* src/report/standard-reports/: non-locale-specific financial
reports
* src/report/utility-reports: non-financial reports
* src/report/locale-specific: reports that only apply to specific
locales.
* src/report/stylesheet: report style sheet definitions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5144 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago