Commit Graph

4374 Commits

Author SHA1 Message Date
Dave Peticolas
a5eab3a8e9 Fix for older gettexts.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5390 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-20 06:30:55 +00:00
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
2001-09-20 02:38:15 +00:00
Dave Peticolas
48e027b218 Install public headers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5388 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-19 08:41:58 +00:00
Dave Peticolas
0de7e5ec7f Start binary-import test module.
Move xml-i18n-tools higher in configure.in.
Configure register-core module.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5387 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-19 08:36:14 +00:00
Dave Peticolas
3e7958dbe6 Update po list.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5386 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-19 06:52:53 +00:00
Dave Peticolas
bae4ce8697 Add import-export/binary-import module for importing legacy files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5385 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-18 23:45:29 +00:00
Dave Peticolas
54393d0a06 Collect all translatable strings in scm files in intl-scm.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5384 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-18 10:12:50 +00:00
Dave Peticolas
23576ba39f Configure network-utils and gnome-utils package and install
their public headers.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5383 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-18 08:38:21 +00:00
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
2001-09-18 07:26:42 +00:00
Dave Peticolas
238d3801bf Use xml-i18n-tools to capture glade strings. Glade string files
are no longer needed.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5381 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-17 22:27:01 +00:00
Dave Peticolas
e518fd7f50 Use xml-i18n-tools to collect translatable strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5380 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-17 09:59:23 +00:00
Dave Peticolas
a2b3291a8e Simplify startup (remove low-level app init).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5379 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-15 07:03:55 +00:00
Dave Peticolas
9e4a0d94a0 Configure ledger-core test dir.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5378 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-15 07:03:32 +00:00
Dave Peticolas
35535f8ff4 Add link test.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5377 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-15 07:03:04 +00:00
Dave Peticolas
dd2049cca7 Add register-gnome link test.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5376 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-15 06:26:23 +00:00
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
2001-09-15 06:09:43 +00:00
Dave Peticolas
f668d2c550 Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5374 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-14 11:59:38 +00:00
Dave Peticolas
ee96e9926d 2001-09-14 Dave Peticolas <dave@krondo.com>
* src/register/register-gnome: add new headers

	* src/register/register-gnome/gncmod-register-gnome.c: initialize
	gnome-specific cells and table

	* src/register/register-gnome/pricecell-gnome.c
	(gnc_price_cell_gnome_new): new func.

	* src/register/register-gnome/quickfillcell-gnome.c
	(gnc_quickfill_cell_gnome_new): new func

	* src/register/register-gnome/table-gnome.c: new code to
	initialize table with gnome-specific callbacks

	* src/register/register-core/Makefile.am: add test subdir

	* src/register/register-core/pricecell.c: remove gui-specific stuff

	* src/register/register-core/quickfillcell.c: remove gui-specific stuff

	* src/register/register-core/table-allgui.c: implement gui cursor
	refresh as a callback.

	* src/gnome/window-register.c: fix menu names and help strings

	* src/backend/file/gnc-schedxaction-xml-v2.c
	(gnc_schedXaction_end_handler): open account for editing
	before destroying it.

	* src/backend/file/gnc-schedxaction-xml-v2.c (tt_act_handler):
	open account for editing and leave it open.

	* src/backend/file/io-gncxml-v2.c
	(add_template_transaction_local): commit the template account
	group after all transactions have been added.

	* configure.in: configure new test Makefile


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5373 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-14 09:31:23 +00:00
Dave Peticolas
96f41f8471 Add register-core link test.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5372 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-14 09:29:49 +00:00
Dave Peticolas
e18ba9e1b6 2001-09-13 Dave Peticolas <dave@krondo.com>
* src/guile/gw-gnc-spec.scm: remove some unused wrappings

	* src/gnome-utils/Makefile.am: enable test dir

	* src/gnome-utils/dialog-commodity.c: refactor help handler

	* src/gnome-utils/gnc-account-tree.c: refactor account group handler

	* src/gnome-utils/gnc-html.c: refactor help url handler

	* src/gnome/glade/commodity.glade: name help button

	* src/gnome/top-level.c: add in new handlers

	* src/gnome/window-main.c: remove toplevel api


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5371 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-14 07:01:40 +00:00
Dave Peticolas
0978192084 Add missing space.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5370 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-13 21:18:54 +00:00
Dave Peticolas
e657b59b2c Refactor options url handler.
Refactor report menu setup.
Fix missing gnc:make-welcome report export.
Fix missing slib use-module.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5368 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-13 10:02:03 +00:00
Dave Peticolas
5320af963f Implement dynamic url handlers. Refactor the register and report
handlers out of gnc-html.c


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5367 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-13 08:28:12 +00:00
Dave Peticolas
8f2181350b Implement dynamic stream handlers for gnc_htmls.
Factor out some gnucash stream handling to higher-level modules.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5366 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-12 21:03:58 +00:00
Bill Gribble
cc2479bdff Include config.h where needed
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5364 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-12 14:01:32 +00:00
Dave Peticolas
3e0c2ae490 Update.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5363 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-12 00:33:18 +00:00
Dave Peticolas
a0385b8ada Create a network-utils module for net communications code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5362 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-11 08:41:44 +00:00
Dave Peticolas
4a757d9396 More module refactoring.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5361 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-11 07:41:26 +00:00
Dave Peticolas
4450f4a025 More module refactoring.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5360 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-11 06:49:29 +00:00
Dave Peticolas
d8972c4b64 Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5359 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-11 06:46:22 +00:00
Dave Peticolas
e2c07593c0 Remove scm cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5358 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 22:50:46 +00:00
Dave Peticolas
7c5ef7ab53 Move print-session to gnome-utils. Refactor gnc_html_export.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5354 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 21:37:04 +00:00
Dave Peticolas
65138efba4 Remove cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5353 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 11:16:19 +00:00
Dave Peticolas
033743ade2 Start gnome-utils test framework.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5352 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 11:12:41 +00:00
Dave Peticolas
b3aa8e76fa Remove cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5351 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 10:56:45 +00:00
Dave Peticolas
d060f4a155 Move multi-byte char functions to gnome-utils.
Refactor date accelerator functionality to gnome-utils.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5350 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 10:42:32 +00:00
Dave Peticolas
d28f079f9a Fix cleaned files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5349 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 07:20:05 +00:00
Dave Peticolas
7e3b07dc51 Forgot two.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5348 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 07:02:26 +00:00
Dave Peticolas
ded89a4b2a Create a gnome-utils module to hold gnome/gtk widgets and utility functions
used by GnuCash. Still some dependency-untangling left to do.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5347 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 07:01:57 +00:00
Dave Peticolas
22e1d304a7 Claus Hindsgaul's Danish account hierarchies.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5344 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-09 07:24:40 +00:00
Dave Peticolas
6c5cb83bb9 Include glib.h for glib types.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5343 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-08 20:40:15 +00:00
Dave Peticolas
1ff3f3a1a5 Fix bug quoting more than one currency.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5342 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-08 07:44:46 +00:00
Dave Peticolas
9d48cfe7df Fix autoconf configuration.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5340 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 23:26:42 +00:00
Dave Peticolas
a93902aa96 Modules go in pkglibdir.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5339 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 22:54:25 +00:00
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
2001-09-07 21:51:13 +00:00
Dave Peticolas
2593ecc806 Add version number functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5337 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 11:12:04 +00:00
Dave Peticolas
8061492f76 Configure gnucash version numbers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5336 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 09:04:31 +00:00
Dave Peticolas
d4e08fe2e5 Add ltdl.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5335 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 09:03:56 +00:00
Dave Peticolas
0e58622ef7 Remove deleted file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5334 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 07:06:58 +00:00
Dave Peticolas
5c1330553d Add ltdl.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5333 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 06:06:44 +00:00