]> git.sur5r.net Git - glabels/commit
Created new "New label dialog"
authorJim Evins <evins@snaught.com>
Thu, 11 Mar 2010 03:38:28 +0000 (22:38 -0500)
committerJim Evins <evins@snaught.com>
Thu, 11 Mar 2010 03:38:28 +0000 (22:38 -0500)
commit44ad3d257b9594674604fa82215e72759b40de11
treec9174d52e7332be05f0c4a72c5b91148818fe1a3
parentd94c47da20d726831e16f8cd720d64d26ce85d2b
Created new "New label dialog"

Created a new re-designed "New label dialog."  The dialog now shows meta-data
for the selected template, including hyperlinks to vendor and product
websites, if available.  The new dialog is more compact and thus should
be usable on small displays such as netbooks (probably not hand-helds).

The menu is somewhat clumbsy to navigate still -- will need to reorganize
to make navigation easier and more intuitive.
24 files changed:
data/builder/Makefile.am
data/builder/media-select.builder [deleted file]
data/builder/new-label-dialog.builder [new file with mode: 0644]
libglabels/db.c
libglabels/db.h
libglabels/str.c
libglabels/str.h
libglabels/template.c
libglabels/template.h
src/Makefile.am
src/media-combo-menu-item.c [new file with mode: 0644]
src/media-combo-menu-item.h [new file with mode: 0644]
src/media-combo-menu.c [new file with mode: 0644]
src/media-combo-menu.h [new file with mode: 0644]
src/media-combo.c [new file with mode: 0644]
src/media-combo.h [new file with mode: 0644]
src/media-select.c [deleted file]
src/media-select.h [deleted file]
src/mini-preview.c
src/mini-preview.h
src/new-label-dialog.c
src/rotate-label-button.c
src/str-util.c
src/str-util.h