Jim Evins [Wed, 29 Apr 2009 02:15:57 +0000 (02:15 +0000)]
2009-04-28 Jim Evins <evins@purple>
* data/glade/object-editor.glade:
* data/glade/prefs-dialog.glade:
* data/glade/property-bar.glade:
* data/glade/template-designer.glade:
* src/wdgt-print-copies.c: (gl_wdgt_print_copies_construct),
(first_spin_cb), (last_spin_cb):
* src/wdgt-print-merge.c: (gl_wdgt_print_merge_construct):
Zero out adjustment->page_size for all spinbuttons. With gtk-2.14 this causes
many warning and with gtk-2.16 this actually breaks the spinbuttons.
Jim Evins [Sun, 28 Dec 2008 02:45:13 +0000 (02:45 +0000)]
2008-12-27 Jim Evins <evins@snaught.com>
* de.po:
Updated german translation (Mario Blättermann)
* AUTHORS:
Updated credits to reflect above translation.
* data/glade/object-editor.glade:
* data/glade/prefs-dialog.glade:
* data/glade/template-designer.glade:
Removed "translatable" attribute from whitespace strings,
which are used only to help layout.
Jim Evins [Fri, 19 Dec 2008 03:08:39 +0000 (03:08 +0000)]
2008-12-18 Jim Evins <evins@snaught.com>
* src/view.c: (selection_received_cb):
Fixed paste bug that caused a duplicate phantom view_object to be created for
each new label_object. This is because the view now (as of r673) the view
monitiors the label for new objects and creates view_objects automatically.
Jim Evins [Sun, 16 Nov 2008 03:59:46 +0000 (03:59 +0000)]
2008-11-15 Jim Evins <evins@snaught.com>
* libglabels/db.c: (lgl_db_register_template):
* libglabels/xml-template.c:
(lgl_xml_template_parse_template_node):
* src/glabels-batch.c:
* src/view-text.c: (gl_view_text_create_button_press_event):
Fixed several issues such as possible use of uninitialized variables found with "-O1 -Wall".
Jim Evins [Tue, 28 Oct 2008 03:49:42 +0000 (03:49 +0000)]
2008-10-27 Jim Evins <evins@snaught.com>
* data/templates/avery-us-templates.xml:
* data/templates/misc-iso-templates.xml:
* data/templates/zweckform-iso-templates.xml:
Caught up on user submitted templates.
* AUTHORS:
Acknowledgements for above templates.
Jim Evins [Fri, 24 Oct 2008 03:17:46 +0000 (03:17 +0000)]
2008-10-23 Jim Evins <evins@snaught.com>
* src/label-text.c: (set_font_family):
* src/object-editor-text-page.c:
(gl_object_editor_prepare_text_page),
(gl_object_editor_set_font_family):
* src/prefs-dialog.c: (construct_object_page),
(update_object_page_from_prefs):
* src/ui-property-bar.c: (gl_ui_property_bar_construct),
(reset_to_default_properties):
* src/util.c: (gl_util_get_font_family_list):
* src/util.h:
Bug #1902275 and Bug #2186214. Cache font list so that it is not re-created everytime
the list is requested.
* src/object-editor-text-page.c: (gl_object_editor_set_font_family):
Don't change font-family if it hasn't actually changed.
Jim Evins [Sun, 17 Aug 2008 19:27:06 +0000 (19:27 +0000)]
2008-08-17 Jim Evins <evins@snaught.com>
* data/dtd/glabels-2.2.dtd:
* data/templates/paper-sizes.xml:
* libglabels/db.c: (lgl_db_init):
* libglabels/paper.c: (lgl_paper_new), (lgl_paper_dup), (lgl_paper_free):
* libglabels/paper.h:
* libglabels/xml-paper.c: (lgl_xml_paper_parse_paper_node):
* src/print-op.c: (set_page_size):
Bug #2049431. Always explicitely set page size. Added pwg_size field (PWG 5101.1-2002
size specification) to the libglabels paper database to allow the page size to be
communicated to GtkPrintOp un-ambiguously.
Jim Evins [Sat, 5 Apr 2008 01:23:02 +0000 (01:23 +0000)]
2008-04-04 Jim Evins <evins@snaught.com>
* data/templates/brother-other-templates.xml:
Added categories to existing templates.
* data/templates/misc-other-templates.xml:
Moved dymo templates to their own file.
* data/templates/Makefile.am:
* data/templates/dymo-other-templates.xml:
Additional dymo templates provided by Harald Welte <laforge@gnumonks.org>.
* AUTHORS:
Acknowledgement for above templates.
Jim Evins [Tue, 25 Mar 2008 01:36:12 +0000 (01:36 +0000)]
2008-03-24 Jim Evins <evins@snaught.com>
* src/xml-label.c: (xml_doc_to_label):
Bug #1872584. Don't refuse to parse label file if namespace is
unrecognized -- it may be from a newer version of glabels.
Jim Evins [Tue, 5 Feb 2008 01:59:29 +0000 (01:59 +0000)]
2008-02-04 Jim Evins <evins@snaught.com>
* src/view-image.c: (update_object_from_editor_cb):
Bug #1886438. Don't update the image size unless it is actually
triggered by a change in image source. The result of this bug
was that any attempt to edit the size spinboxes, immediately
reset the size.
Jim Evins [Sun, 3 Feb 2008 06:46:29 +0000 (06:46 +0000)]
2008-02-03 Jim Evins <evins@snaught.com>
* src/object-editor-lsize-page.c: (gl_object_editor_set_max_lsize):
* src/object-editor-private.h:
* src/object-editor-shadow-page.c:
(gl_object_editor_set_max_shadow_offset):
* src/object-editor-size-page.c: (gl_object_editor_set_max_size):
* src/object-editor.c: (gl_object_editor_finalize),
(gl_object_editor_new), (gl_object_notebook_construct_valist),
(label_changed_cb):
* src/object-editor.h:
* src/ui-sidebar.c: (gl_ui_sidebar_construct):
* src/view-barcode.c: (construct_properties_editor):
* src/view-box.c: (construct_properties_editor):
* src/view-ellipse.c: (construct_properties_editor):
* src/view-image.c: (construct_properties_editor):
* src/view-line.c: (construct_properties_editor):
* src/view-object.c: (gl_view_object_finalize):
* src/view-text.c: (construct_properties_editor):
Move update_editor_from_label callback from individual view objects
to the object editor, so that signals can be disconnected when
object editor is finalized.
* src/view-text.c: (gl_view_text_create_button_press_event):
Fixed bug that caused multiple view objects to be created for a
single text object. This bug would manifest itself as a crash
when deleting multi-object selections which included text objects.
Jim Evins [Sat, 26 Jan 2008 01:54:42 +0000 (01:54 +0000)]
2008-01-25 Jim Evins <evins@snaught.com>
* src/bc.c:
Fixed Code128C backend parameters.
* src/label-barcode.c: (get_size):
Bug #1766425. If barcode is not renderable with either
input data or default data, use a default size. Also
fixed small leak.
Jim Evins [Wed, 2 Jan 2008 03:03:35 +0000 (03:03 +0000)]
2008-01-01 Jim Evins <evins@snaught.com>
* src/merge-evolution.c:
Sort evolution by "file_under" field. Original patch provided
by Peter Cherriman <glabels-devel2712@bubieyehyeh.me.uk> in
Patch #1860423.
* AUTHORS:
Added acknowledgement for above patch.