[Goodies-commits] r7181 - in xfce4-clipman-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Mon Apr 13 18:54:04 CEST 2009


Author: mmassonnet
Date: 2009-04-13 16:54:04 +0000 (Mon, 13 Apr 2009)
New Revision: 7181

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade
Log:
Add (invisible) option in the action settings dialog

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-04-13 16:28:56 UTC (rev 7180)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-04-13 16:54:04 UTC (rev 7181)
@@ -1,4 +1,14 @@
 2009-04-13	Mike Massonnet
+Add (invisible) option in the action settings dialog
+
+	- panel-plugin/settings-dialog.glade:
+		Add a new checkbox for individual actions "Activate only on
+		default clipboard" to restrict the use of an action only when
+		manually copied (for instance a URL pattern). For the moment
+		this setting is left unimplemented, but there so it can
+		already be translated for the time being.
+
+2009-04-13	Mike Massonnet
 Add Inhibit option in the Clipman menu
 
 	- panel-plugin/collector.c, panel-plugin/collector.h:

Modified: xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade	2009-04-13 16:28:56 UTC (rev 7180)
+++ xfce4-clipman-plugin/trunk/panel-plugin/settings-dialog.glade	2009-04-13 16:54:04 UTC (rev 7181)
@@ -404,7 +404,7 @@
                 <child>
                   <widget class="GtkTable" id="table1">
                     <property name="visible">True</property>
-                    <property name="n_rows">2</property>
+                    <property name="n_rows">3</property>
                     <property name="n_columns">2</property>
                     <property name="column_spacing">2</property>
                     <property name="row_spacing">6</property>
@@ -480,6 +480,20 @@
                         <property name="bottom_attach">2</property>
                       </packing>
                     </child>
+                    <child>
+                      <widget class="GtkCheckButton" id="checkbutton1">
+                        <property name="label" translatable="yes">Activate only on default clipboard</property>
+                        <property name="can_focus">True</property>
+                        <property name="receives_default">False</property>
+                        <property name="tooltip" translatable="yes">By default the action is triggerred by a selection, check this option to trigger the action only when you make a manual copy</property>
+                        <property name="draw_indicator">True</property>
+                      </widget>
+                      <packing>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
+                      </packing>
+                    </child>
                   </widget>
                 </child>
               </widget>




More information about the Goodies-commits mailing list