]> git.sur5r.net Git - glabels/blobdiff - glabels2/ChangeLog
2009-05-17 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / ChangeLog
index 69519f680597e5b467bdbd60b2c451b3d0d14eb2..a4634f3141b54325e16a1016b49e111fe79a67a9 100644 (file)
@@ -1,3 +1,231 @@
+2009-05-17  Jim Evins  <evins@snaught.com>
+
+       * Makefile.am:
+       * configure.in:
+       * help/C/glabels-C.omf:
+       * help/C/glabels.xml:
+       * help/Makefile.am:
+       * po/de.po:
+               Updated german translation, gnome-doc-utils support and
+               german translation of glabels manual (Mario Blättermann).
+
+2009-05-01  Jim Evins  <evins@snaught.com>
+
+       * AUTHORS:
+       * configure.in:
+       * po/ca.po:
+               Added catalan translation (David Planella).
+       
+2009-04-29  Jim Evins  <evins@snaught.com>
+
+       * data/templates/avery-iso-templates.xml:
+       * data/templates/misc-iso-templates.xml:
+       * data/templates/misc-us-templates.xml:
+               Caught up on user submitted templates.
+       * AUTHORS:
+               Acknowledgements for above templates.
+
+2009-04-29  Jim Evins  <evins@snaught.com>
+
+       * po/POTFILES.in:
+       * po/de.po:
+               Updated german translation (Mario Blättermann).
+
+2009-03-23  Jim Evins  <evins@snaught.com>
+
+       * src/glabels-batch.c: (main):
+       * src/glabels.c: (main):
+               Tidy up help option output.             
+       
+2009-02-28  Jim Evins  <evins@snaught.com>
+
+       * src/Makefile.am:
+       * src/base64.c:
+       * src/base64.h:
+               Deleted base64 module.
+       * src/xml-label.c: (xml_parse_pixdata), (xml_create_pixdata):
+               Use base64 encode/decode from glib.
+
+2009-02-22  Jim Evins  <evins@snaught.com>
+
+       * src/merge-properties-dialog.h:
+       * src/new-label-dialog.h:
+       * src/object-editor.h:
+       * src/prefs-dialog.h:
+       * src/print-op.h:
+       * src/template-designer.h:
+               Corrected cut&paste errors.
+       
+2009-02-21  JimEvins  <evins@snaught.com>
+
+       * src/prefs-model.c: (gl_prefs_model_save_settings),
+       (gl_prefs_model_load_settings):
+       * src/prefs-model.h:
+       * src/ui-commands.c:
+       * src/ui-property-bar.c:
+       * src/ui.c: (view_ui_item_toggled_cb),
+       (set_app_main_toolbar_style), (set_app_drawing_toolbar_style):
+               Removed tooltip toggling capability, which wasn't working
+               anyway.
+
+2009-02-21  JimEvins  <evins@snaught.com>
+
+       * README:
+       * configure.in:
+       * data/builder/object-editor.glade:
+       * data/builder/prefs-dialog.glade:
+       * data/builder/property-bar.glade:
+       * data/builder/template-designer.glade:
+       * gtk-doc.make:
+       * src/color-combo-color-menu-item.c:
+       * src/color-combo-color-menu-item.h:
+       * src/color-combo-menu.h:
+       * src/glabels-batch.c: (main):
+       * src/glabels.c: (main):
+       * src/merge-properties-dialog.h:
+       * src/new-label-dialog.h:
+       * src/object-editor-lsize-page.c:
+       (gl_object_editor_prepare_lsize_page), (lsize_prefs_changed_cb):
+       * src/object-editor.h:
+       * src/prefs-dialog.h:
+       * src/print-op.h:
+       * src/template-designer.h:
+       * src/ui-commands.c: (gl_ui_cmd_view_property_bar_tips_toggle),
+       (gl_ui_cmd_help_contents), (gl_ui_cmd_help_about):
+       * src/ui-property-bar.c:
+       * src/ui-property-bar.h:
+       * src/ui-sidebar.c: (gl_ui_sidebar_construct),
+       (selection_changed_cb):
+       * src/ui-sidebar.h:
+       * src/view.h:
+       * src/wdgt-media-select.h:
+       * src/wdgt-merge-menu.h:
+       * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_class_init):
+       * src/wdgt-mini-preview.h:
+       * src/wdgt-print-copies.c: (gl_wdgt_print_copies_construct):
+       * src/wdgt-print-copies.h:
+       * src/wdgt-print-merge.c: (gl_wdgt_print_merge_construct):
+       * src/wdgt-print-merge.h:
+       * src/wdgt-rotate-label.h:
+       * src/window.h:
+               Removed final dependencies on libgnome and libgnomeui.
+               Removed all currently deprecated symbols as of GTK 2.14.
+       
+2009-01-07  Jim Evins  <evins@snaught.com>
+
+       * src/critical-error-handler.c: (critical_error_handler):
+       * src/ui-commands.c: (gl_ui_cmd_help_contents):
+       * src/warning-handler.c: (warning_handler):
+       * src/view.c: (selection_received_cb):
+               Compile without warning with additional CFLAGS of
+               -O1 -Wall -Wformat=2.
+       
+2009-01-02  Jim Evins  <evins@snaught.com>
+
+       * COPYING.README_FIRST:
+               Fixed typo.
+
+2008-12-27  Jim Evins  <evins@snaught.com>
+
+       * data/templates/avery-iso-templates.xml:
+       * data/templates/avery-other-templates.xml:
+       * data/templates/avery-us-templates.xml:
+       * data/templates/brother-other-templates.xml:
+       * data/templates/misc-iso-templates.xml:
+       * data/templates/misc-other-templates.xml:
+       * data/templates/zweckform-iso-templates.xml:
+               Make sure all descriptions are marked as translatable.
+
+2008-12-27  Jim Evins  <evins@snaught.com>
+
+       * de.po:
+               Updated german translation (Mario Blättermann)
+       * AUTHORS:
+               Updated credits to reflect above translation.
+       * data/builder/object-editor.glade:
+       * data/builder/prefs-dialog.glade:
+       * data/builder/template-designer.glade:
+               Removed "translatable" attribute from whitespace strings,
+               which are used only to help layout.
+
+2008-12-21  Jim Evins  <evins@snaught.com>
+
+       * data/templates/avery-us-templates.xml:
+       * data/templates/misc-iso-templates.xml:
+               A couple of recent template submissions.
+       * AUTHORS:
+               Acknowledgements for above templates.
+
+2008-12-21  Jim Evins  <evins@snaught.com>
+
+       * src/view.c: (motion_notify_event_cb), (button_press_event_cb):
+               Don't check for handles on aggregate selections.
+
+2008-12-20  Jim Evins  <evins@snaught.com>
+
+       * configure.in:
+               Updated prerequisite library versions required.
+       
+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.
+
+2008-12-14  Jim Evins  <evins@snaught.com>
+
+       * src/ui.c: (gl_ui_new):
+               Bug #2395628.  Fixed i18n for application shell.
+       * po/POTFILES.in:
+               Bug #2395628.  Reconciled POTFILES.in with current files.
+       
+2008-12-14  Jim Evins  <evins@snaught.com>
+
+       * configure.in:
+               Bug #2316013.  Added PKG_PROG_PKG_CONFIG.
+       
+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".
+
+2008-11-09  Jim Evins  <evins@snaught.com>
+
+       * data/templates/misc-iso-templates.xml:
+               Another user submitted template.
+
+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.
+
+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.
+
 2008-10-19  Jim Evins  <evins@snaught.com>
 
        * data/builder/object-editor.glade: