]> git.sur5r.net Git - glabels/commit
2006-09-12 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Wed, 13 Sep 2006 02:40:30 +0000 (02:40 +0000)
committerJim Evins <evins@snaught.com>
Wed, 13 Sep 2006 02:40:30 +0000 (02:40 +0000)
commit0348e755ccc6e81d040771bfbdff6ccd081908ff
treeed254915a45c589b0996f27fa230fe171c1821a9
parent1667e133aa695fd8dd6a4475267e030699013804
2006-09-12  Jim Evins  <evins@snaught.com>

* data/dtd/glabels-2.0.dtd:
* data/templates/Makefile.am:
* data/templates/avery-iso-templates.xml:
* data/templates/avery-other-templates.xml:
* data/templates/avery-us-templates.xml:
* data/templates/categories.xml:
* data/templates/misc-iso-templates.xml:
* data/templates/misc-other-templates.xml:
* data/templates/zweckform-iso-templates.xml:
* data/glade/Makefile.am:
* data/glade/new-label-dialog.glade:
* data/glade/wdgt-media-select.glade:
* data/glade/wdgt-rotate-label.glade:
* libglabels/Makefile.am:
* libglabels/category.c:
* libglabels/category.h:
* libglabels/libglabels.h:
* libglabels/paper.c:
* libglabels/template.c:
* libglabels/template.h:
* libglabels/xml-category.c:
* libglabels/xml-category.h:
* libglabels/xml-template.c:
Added support for category meta data.
* src/Makefile.am:
* src/file.c:
* src/mini-preview-pixbuf.c:
* src/mini-preview-pixbuf.h:
* src/new-label-dialog.c:
* src/new-label-dialog.h:
* src/wdgt-media-select.c:
* src/wdgt-media-select.h:
* src/wdgt-rotate-label.c:
* src/wdgt-rotate-label.h:
New "new label" dialog.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@596 f5e0f49d-192f-0410-a22d-a8d8700d0965
35 files changed:
glabels2/ChangeLog
glabels2/data/dtd/glabels-2.0.dtd
glabels2/data/glade/Makefile.am
glabels2/data/glade/new-label-dialog.glade [new file with mode: 0644]
glabels2/data/glade/wdgt-media-select.glade [new file with mode: 0644]
glabels2/data/glade/wdgt-rotate-label.glade [new file with mode: 0644]
glabels2/data/templates/Makefile.am
glabels2/data/templates/avery-iso-templates.xml
glabels2/data/templates/avery-other-templates.xml
glabels2/data/templates/avery-us-templates.xml
glabels2/data/templates/categories.xml [new file with mode: 0644]
glabels2/data/templates/misc-iso-templates.xml
glabels2/data/templates/misc-other-templates.xml
glabels2/data/templates/zweckform-iso-templates.xml
glabels2/gtk-doc.make
glabels2/libglabels/Makefile.am
glabels2/libglabels/category.c [new file with mode: 0644]
glabels2/libglabels/category.h [new file with mode: 0644]
glabels2/libglabels/libglabels.h
glabels2/libglabels/paper.c
glabels2/libglabels/template.c
glabels2/libglabels/template.h
glabels2/libglabels/xml-category.c [new file with mode: 0644]
glabels2/libglabels/xml-category.h [new file with mode: 0644]
glabels2/libglabels/xml-template.c
glabels2/src/Makefile.am
glabels2/src/file.c
glabels2/src/mini-preview-pixbuf.c [new file with mode: 0644]
glabels2/src/mini-preview-pixbuf.h [new file with mode: 0644]
glabels2/src/new-label-dialog.c [new file with mode: 0644]
glabels2/src/new-label-dialog.h [new file with mode: 0644]
glabels2/src/wdgt-media-select.c
glabels2/src/wdgt-media-select.h
glabels2/src/wdgt-rotate-label.c
glabels2/src/wdgt-rotate-label.h