Author: Carlos Lopez <[email protected]> Date: Thu Apr 5 17:52:30 2012 +0200
Update copyright year from about dialogue --- synfig-studio/NEWS | 6 +++--- synfig-studio/src/gui/dialogs/about.cpp | 2 +- synfig-studio/src/gui/dialogs/dialog_setup.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/synfig-studio/NEWS b/synfig-studio/NEWS index f0bbda0..e5efe43 100644 --- a/synfig-studio/NEWS +++ b/synfig-studio/NEWS @@ -4,7 +4,7 @@ More detailed notes are available on the news page: http://synfig.org/cms/en/news/ - 0.63.05 (git tag: "synfigstudio-0.63.05") - April XX, 2012 - Features, bug fixes. + 0.63.05 (git tag: "synfigstudio-0.63.05") - April XX, 2012 - Feaures, bug fixes. * Fix bug ID: 3486075. Add new panel on Preferences Dialog ('Render') and include one option for separator string on image sequence render. Default is a dot '.'. * Fix bug ID: 3486412 Shortcut inconsistence. @@ -16,13 +16,13 @@ http://synfig.org/cms/en/news/ * Fix bug: When grid size is negative, use its positive value. * Rework of the Preview window (thanks to Yu Chen aka jcome): ** Artwork content can be zoomed in/out - ** Add a zoom widget, so that user can select zoom factor from a dropdown list or type the a specified value the user prefers + ** Add a zoom widget, so that user can change zoom factor from a dropdown list to select a factor or type the a specified value the user prefers ** Scrollbars are size of artwork content and window sensitived now ** Toolbar can be hidden to have a simpler UI ** A set of accelerator keys (hard-coded at the moment): a) a-prev frame, s-play/pause, d-next frame, b) h-show/hide toolbar - c) 1,2,3,4,5 mapped to zoom factors: 25%, 50%, 100%, 200%, Fit + c) 1,2,3,4,5 mapped to zoom factors: 25%, 50% ,100%, 200%, Fit ** Dark background for preview window (hard-coded at the moment) ** Rewording some UI strings * New Outline Grow parameter on Paste Canvas layer. For inline canvases it increases (decreases) the width of the children layers by a exponential factor. diff --git a/synfig-studio/src/gui/dialogs/about.cpp b/synfig-studio/src/gui/dialogs/about.cpp index 7fc7731..9679151 100644 --- a/synfig-studio/src/gui/dialogs/about.cpp +++ b/synfig-studio/src/gui/dialogs/about.cpp @@ -107,7 +107,7 @@ About::About() set_website("http://synfig.org/"); set_website_label(_("Visit the Synfig website")); - set_copyright(_("Copyright 2001-2011\nRobert B. Quattlebaum Jr.,\nAdrian Bentley and Synfig contributors")); + set_copyright(_("Copyright 2001-2012\nRobert B. Quattlebaum Jr.,\nAdrian Bentley and Synfig contributors")); Glib::ustring license = "This program is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " diff --git a/synfig-studio/src/gui/dialogs/dialog_setup.cpp b/synfig-studio/src/gui/dialogs/dialog_setup.cpp index c3f346a..0b65b4f 100644 --- a/synfig-studio/src/gui/dialogs/dialog_setup.cpp +++ b/synfig-studio/src/gui/dialogs/dialog_setup.cpp @@ -296,7 +296,7 @@ Dialog_Setup::Dialog_Setup(): notebook->append_page(*render_table, _("Render")); // Render - Image sequence separator - attach_label(render_table, _("Image Sequence Separator String"), 0, xpadding, ypadding); + attach_label(render_table, _("Image Sequence Separator String:"), 0, xpadding, ypadding); render_table->attach(image_sequence_separator, 1, 2, 0, 1, Gtk::EXPAND|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, xpadding, ypadding); show_all_children(); ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
