]> git.sur5r.net Git - glabels/commit
- Created Makefile.am in ./data and ./pixmaps directories
authorJim Evins <evins@snaught.com>
Sun, 22 Jun 2003 05:40:12 +0000 (05:40 +0000)
committerJim Evins <evins@snaught.com>
Sun, 22 Jun 2003 05:40:12 +0000 (05:40 +0000)
commitb3e89167d2b78e0c48ce7239db145b8be9d48757
tree61462a0fa6871556b9f901cf6b4b4f550a71d637
parent608bd2f3e4b58fb6598cc15c52c467990c3295cf
- Created Makefile.am in ./data and ./pixmaps directories
   - Modified ./configure.in and ./Makefile.am to work with these Makefiles
   - Moved glabels.desktop to ./data directory

- Changed version to 1.92.0 in ./configure.in

- Added page-sizes.paper to ./data -- it seems to be less hassle to maintain
  a local paper size database.

- Added paper.[ch] and xml-paper.[ch] to ./src.

- Converted to libgnomeprint-2.2 -- serious hack: ignoring the fact that
  gnome-printer-selector is private.

- Added files to ./po/POTFILES.in

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@261 f5e0f49d-192f-0410-a22d-a8d8700d0965
19 files changed:
glabels2/src/Makefile.am
glabels2/src/debug.c
glabels2/src/debug.h
glabels2/src/glabels-batch.c
glabels2/src/glabels.c
glabels2/src/paper.c [new file with mode: 0644]
glabels2/src/paper.h [new file with mode: 0644]
glabels2/src/prefs-dialog.c
glabels2/src/prefs.c
glabels2/src/print-dialog.c
glabels2/src/print.c
glabels2/src/print.h
glabels2/src/template.c
glabels2/src/template.h
glabels2/src/wdgt-media-select.c
glabels2/src/wdgt-mini-preview.c
glabels2/src/xml-paper.c [new file with mode: 0644]
glabels2/src/xml-paper.h [new file with mode: 0644]
glabels2/src/xml-template.c