[Goodies-commits] r6111 - in xfce4-screenshooter-plugin/trunk: . lib panel-plugin src

Jerome Guelfucci jeromeg at xfce.org
Sat Nov 15 17:51:10 CET 2008


Author: jeromeg
Date: 2008-11-15 16:51:10 +0000 (Sat, 15 Nov 2008)
New Revision: 6111

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/configure.ac.in
   xfce4-screenshooter-plugin/trunk/lib/Makefile.am
   xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
   xfce4-screenshooter-plugin/trunk/lib/screenshooter-utils.c
   xfce4-screenshooter-plugin/trunk/panel-plugin/Makefile.am
   xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter-plugin.c
   xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in
   xfce4-screenshooter-plugin/trunk/src/Makefile.am
   xfce4-screenshooter-plugin/trunk/src/main.c
   xfce4-screenshooter-plugin/trunk/src/xfce4-screenshooter.desktop.in.in
Log:
  * Review strings in desktop files and source files.
  * Add -Werror again.
  * src/main.c: Use "V" for version, instead of "v".
  * configure.ac.in: set version to 1.4.0.1.


Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-11-15 16:51:10 UTC (rev 6111)
@@ -1,5 +1,12 @@
 2008-11-15 jeromeg
 
+  * Review strings in desktop files and source files.
+  * Add -Werror again.
+  * src/main.c: Use "V" for version, instead of "v".
+  * configure.ac.in: set version to 1.4.0.1.
+
+2008-11-15 jeromeg
+
   * Post release bump.
 
 === Version 1.4.0 ===

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-15 16:51:10 UTC (rev 6111)
@@ -5,8 +5,8 @@
 
 m4_define([xfce4_screenshooter_plugin_version_major], [1])
 m4_define([xfce4_screenshooter_plugin_version_minor], [4])
-m4_define([xfce4_screenshooter_plugin_version_micro], [9])
-m4_define([xfce4_screenshooter_plugin_version_nano],  []) dnl leave this empty to have no nano version
+m4_define([xfce4_screenshooter_plugin_version_micro], [0])
+m4_define([xfce4_screenshooter_plugin_version_nano],  [1]) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_plugin_version_build], [r at REVISION@])
 m4_define([xfce4_screenshooter_plugin_version_tag],   [svn])
 m4_define([xfce4_screenshooter_plugin_version], [xfce4_screenshooter_plugin_version_major().xfce4_screenshooter_plugin_version_minor().xfce4_screenshooter_plugin_version_micro()ifelse(xfce4_screenshooter_plugin_version_nano(), [], [], [.xfce4_screenshooter_plugin_version_nano()])ifelse(xfce4_screenshooter_plugin_version_tag(), [svn], [xfce4_screenshooter_plugin_version_tag()-xfce4_screenshooter_plugin_version_build()], [xfce4_screenshooter_plugin_version_tag()])])

Modified: xfce4-screenshooter-plugin/trunk/lib/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/lib/Makefile.am	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/lib/Makefile.am	2008-11-15 16:51:10 UTC (rev 6111)
@@ -12,7 +12,7 @@
 	@GLIB_CFLAGS@ \
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@ \
-	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" -Werror
 
 libscreenshooter_la_LIBADD = \
   @GTK_LIBS@ \

Modified: xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
===================================================================
--- xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-11-15 16:51:10 UTC (rev 6111)
@@ -313,7 +313,7 @@
   if (!plugin)
     {
       dlg = 
-        xfce_titled_dialog_new_with_buttons (_("Screenshot"),
+        xfce_titled_dialog_new_with_buttons (_("Take a screenshot"),
                                              NULL,
                                              GTK_DIALOG_DESTROY_WITH_PARENT |
                                              GTK_DIALOG_NO_SEPARATOR,
@@ -324,7 +324,7 @@
   else
     {
       dlg =
-        xfce_titled_dialog_new_with_buttons (_("Screenshooter plugin"),
+        xfce_titled_dialog_new_with_buttons (_("Take a screenshot"),
                                              NULL,
                                              GTK_DIALOG_DESTROY_WITH_PARENT |
                                              GTK_DIALOG_NO_SEPARATOR,
@@ -356,7 +356,7 @@
   
   fullscreen_button = 
     gtk_radio_button_new_with_mnemonic (NULL, 
-                                        _("Take a screenshot of desktop"));
+                                        _("Take a screenshot of the whole screen"));
   gtk_widget_show (fullscreen_button);
   gtk_box_pack_start (GTK_BOX (modes_box), fullscreen_button, FALSE, FALSE, 0);
   gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (fullscreen_button),
@@ -525,7 +525,7 @@
   folder the user selected and write it in the conf file*/
   
   chooser = 
-    gtk_file_chooser_dialog_new (_("Default save folder"),
+    gtk_file_chooser_dialog_new (_("Default save location"),
                                   NULL,
                                   GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,
                                   GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,

Modified: xfce4-screenshooter-plugin/trunk/lib/screenshooter-utils.c
===================================================================
--- xfce4-screenshooter-plugin/trunk/lib/screenshooter-utils.c	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/lib/screenshooter-utils.c	2008-11-15 16:51:10 UTC (rev 6111)
@@ -221,7 +221,7 @@
 	    the user has chosen. */
 	  
       chooser = 
-        gtk_file_chooser_dialog_new (_("Save screenshot as ..."),
+        gtk_file_chooser_dialog_new (_("Save screenshot as..."),
                                      NULL,
                                      GTK_FILE_CHOOSER_ACTION_SAVE,
                                      GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,

Modified: xfce4-screenshooter-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/panel-plugin/Makefile.am	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/panel-plugin/Makefile.am	2008-11-15 16:51:10 UTC (rev 6111)
@@ -5,7 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	-I$(top_srcdir)								\
 	-I$(top_srcdir)/lib							\
-	@LIBXFCE4PANEL_CFLAGS@
+	@LIBXFCE4PANEL_CFLAGS@ -Werror
 
 xfce4_screenshooter_plugin_LDFLAGS =						\
 	@LIBXFCE4PANEL_LIBS@ \

Modified: xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter-plugin.c
===================================================================
--- xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter-plugin.c	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter-plugin.c	2008-11-15 16:51:10 UTC (rev 6111)
@@ -254,7 +254,7 @@
   if (pd->sd->mode == FULLSCREEN)
   {
     gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button),
-                                 _("Take a screenshot of the desktop"));
+                                 _("Take a screenshot of the whole screen"));
   }
   else
   {
@@ -321,7 +321,7 @@
   if (pd->sd->mode == FULLSCREEN)
   {
     gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button),
-                                 _("Take a screenshot of desktop"));
+                                 _("Take a screenshot of the whole screen"));
   }
   else
   {

Modified: xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in	2008-11-15 16:51:10 UTC (rev 6111)
@@ -1,7 +1,7 @@
 [Xfce Panel]
 Type=X-XFCE-PanelPlugin
-_Name= Screenshot
-_Comment= Take a screenshot
+_Name=Take a screenshot
+_Comment=Take screenshots of the whole screen or of the active window
 Icon=applets-screenshooter
 X-XFCE-Exec=@PLUGIN_PATH@/xfce4-screenshooter-plugin
 

Modified: xfce4-screenshooter-plugin/trunk/src/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/src/Makefile.am	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/src/Makefile.am	2008-11-15 16:51:10 UTC (rev 6111)
@@ -6,7 +6,7 @@
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@ \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-	-I$(top_srcdir)/lib
+	-I$(top_srcdir)/lib -Werror
 	
 xfce4_screenshooter_LDFLAGS =                       \
 	@GTK_LIBS@ \

Modified: xfce4-screenshooter-plugin/trunk/src/main.c
===================================================================
--- xfce4-screenshooter-plugin/trunk/src/main.c	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/src/main.c	2008-11-15 16:51:10 UTC (rev 6111)
@@ -42,7 +42,7 @@
 */
 static GOptionEntry entries[] =
 {
-    {    "version", 'v', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &version,
+    {    "version", 'V', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &version,
         N_("Version information"),
         NULL
     },
@@ -51,7 +51,7 @@
         NULL
     },
     {   "fullscreen", 'f', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &fullscreen,
-        N_("Take a screenshot of the desktop"),
+        N_("Take a screenshot of the whole screen"),
         NULL
     },
     {		"delay", 'd', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_INT, &delay,

Modified: xfce4-screenshooter-plugin/trunk/src/xfce4-screenshooter.desktop.in.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/src/xfce4-screenshooter.desktop.in.in	2008-11-15 16:03:23 UTC (rev 6110)
+++ xfce4-screenshooter-plugin/trunk/src/xfce4-screenshooter.desktop.in.in	2008-11-15 16:51:10 UTC (rev 6111)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
-_Name=Screenshot tool
-_Comment=A tool to take screenshots of your desktop or of the active windows
+_Name=Take a screenshot
+_Comment=Take screenshots of the whole screen or of the active window
 Icon=applets-screenshooter
 Exec=xfce4-screenshooter
 Type=Application




More information about the Goodies-commits mailing list