[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 02/28: Fix settings dialog with Glade
noreply at xfce.org
noreply at xfce.org
Thu May 19 20:06:04 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit 9a758a6d75dc2841721334d95d992324dfc6ce4a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue May 10 23:33:01 2016 +0200
Fix settings dialog with Glade
Hopefully this didn't break anything...
---
panel-plugin/settings-dialog.ui | 395 ++++++++++++++++++++++++++--------------
1 file changed, 257 insertions(+), 138 deletions(-)
diff --git a/panel-plugin/settings-dialog.ui b/panel-plugin/settings-dialog.ui
index 7a8f17b..8237fdf 100644
--- a/panel-plugin/settings-dialog.ui
+++ b/panel-plugin/settings-dialog.ui
@@ -1,19 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.14"/>
<requires lib="libxfce4ui" version="4.12"/>
- <!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAdjustment" id="adjustment1">
- <property name="value">5</property>
<property name="lower">5</property>
<property name="upper">1000</property>
+ <property name="value">5</property>
<property name="step_increment">5</property>
<property name="page_increment">10</property>
</object>
- <object class="GtkTextBuffer" id="textbuffer1">
- <property name="text">Type here your custom text, for example an URL, a filename, etc.</property>
- </object>
<object class="XfceTitledDialog" id="settings-dialog">
+ <property name="can_focus">False</property>
<property name="title">Clipman</property>
<property name="window_position">center</property>
<property name="default_width">340</property>
@@ -21,13 +19,52 @@
<property name="destroy_with_parent">True</property>
<property name="icon_name">xfce4-clipman-plugin</property>
<property name="type_hint">dialog</property>
- <property name="has_separator">False</property>
- <property name="subtitle" translatable="yes">Configure the plugin</property>
<child internal-child="vbox">
<object class="GtkBox" id="settings-dialog-vbox">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="settings-dialog-actionarea">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="settings-dialog-button-help">
+ <property name="label">gtk-help</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="settings-dialog-button-close">
+ <property name="label">gtk-close</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
<child>
<object class="GtkNotebook" id="settings-dialog-notebook">
<property name="visible">True</property>
@@ -36,23 +73,27 @@
<child>
<object class="GtkBox" id="vbox-general">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<object class="GtkFrame" id="frame-behavior">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment-behavior">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="top_padding">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkBox" id="vbox-behavior">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -64,9 +105,12 @@
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">If checked, the selections will be synced with the default clipboard in a way that you can paste what you select</property>
<property name="use_underline">True</property>
+ <property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
@@ -79,9 +123,12 @@
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">If checked, the menu shows a QR-Code of the corrently selected clipboard entry</property>
<property name="use_underline">True</property>
+ <property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -92,6 +139,7 @@
<child type="label">
<object class="GtkLabel" id="label-behavior">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Behavior</b></property>
<property name="use_markup">True</property>
</object>
@@ -106,17 +154,20 @@
<child>
<object class="GtkFrame" id="frame-history">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment-history">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="top_padding">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkBox" id="vbox-history">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -127,9 +178,12 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">If checked, this option will restore the history on every new Xfce session</property>
<property name="use_underline">True</property>
+ <property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
@@ -141,9 +195,12 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">If checked, this option allows to store one image inside the history</property>
<property name="use_underline">True</property>
+ <property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -156,24 +213,28 @@
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">If checked, the selections won't affect the history except the manual copies</property>
<property name="use_underline">True</property>
+ <property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkBox" id="hbox-history-size">
<property name="visible">True</property>
- <property name="orientation">horizontal</property>s
+ <property name="can_focus">False</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label-history-size">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Size of the _history:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">max-texts-in-history</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
@@ -185,7 +246,7 @@
<object class="GtkSpinButton" id="max-texts-in-history">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="invisible_char">•</property>
+ <property name="invisible_char">•</property>
<property name="adjustment">adjustment1</property>
</object>
<packing>
@@ -196,6 +257,8 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
@@ -206,6 +269,7 @@
<child type="label">
<object class="GtkLabel" id="label-history">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes"><b>History</b></property>
<property name="use_markup">True</property>
</object>
@@ -222,6 +286,7 @@
<child type="tab">
<object class="GtkLabel" id="label-general">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">General</property>
</object>
<packing>
@@ -231,6 +296,7 @@
<child>
<object class="GtkBox" id="vbox-actions">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
@@ -242,6 +308,7 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">If checked, the clipboard texts will be matched against regular expressions and a menu will display possible actions</property>
<property name="use_underline">True</property>
+ <property name="xalign">0.5</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -253,14 +320,12 @@
<child>
<object class="GtkBox" id="hbox2">
<property name="visible">True</property>
- <property name="orientation">horizontal</property>
+ <property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">automatic</property>
- <property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="actions">
@@ -268,16 +333,22 @@
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection1"/>
+ </child>
</object>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="vbox4">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -288,8 +359,9 @@
<child>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-add</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -308,8 +380,9 @@
<child>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-edit</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -328,8 +401,9 @@
<child>
<object class="GtkImage" id="image3">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-delete</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -347,8 +421,9 @@
<child>
<object class="GtkImage" id="image4">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-clear</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -368,6 +443,8 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -379,6 +456,7 @@
<child type="tab">
<object class="GtkLabel" id="label-actions">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Actions</property>
</object>
<packing>
@@ -389,22 +467,24 @@
<child>
<object class="GtkBox" id="vbox-tweaks">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox" id="hbox1">
<property name="visible">True</property>
- <property name="orientation">horizontal</property>
+ <property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Automatically paste a selected item from the history</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label-paste-on-activate">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">_Paste instantly:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">combobox-paste-on-activate</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
@@ -415,6 +495,7 @@
<child>
<object class="GtkComboBox" id="combobox-paste-on-activate">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
@@ -437,6 +518,7 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Popup the menu at the mouse pointer position, only for the xfce4-popup-clipman command</property>
<property name="use_underline">True</property>
+ <property name="xalign">0.5</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -453,6 +535,7 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Push last copied text to the top of the history, useful to reorder old items</property>
<property name="use_underline">True</property>
+ <property name="xalign">0.5</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -469,6 +552,7 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Reverse order of the history shown in the menu</property>
<property name="use_underline">True</property>
+ <property name="xalign">0.5</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -485,6 +569,7 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">When the selection is done (mouse or keyboard) and the Control key is still pressed down, the popup menu for matched actions will be shown</property>
<property name="use_underline">True</property>
+ <property name="xalign">0.5</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -496,13 +581,14 @@
<child>
<object class="GtkRadioButton" id="skip-action-2">
<property name="label" translatable="yes">S_kip actions by holding Control</property>
- <property name="group">skip-action-1</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">When the selection is done (mouse or keyboard) and the Control key is still pressed down, the popup menu for matched actions will be skipped</property>
<property name="use_underline">True</property>
+ <property name="xalign">0.5</property>
<property name="draw_indicator">True</property>
+ <property name="group">skip-action-1</property>
</object>
<packing>
<property name="expand">False</property>
@@ -518,6 +604,7 @@
<child type="tab">
<object class="GtkLabel" id="label-tweaks">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Tweaks</property>
</object>
<packing>
@@ -527,16 +614,44 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="2">settings-dialog-button-help</action-widget>
+ <action-widget response="0">settings-dialog-button-close</action-widget>
+ </action-widgets>
+ </object>
+ <object class="GtkDialog" id="action-dialog">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Edit Action</property>
+ <property name="modal">True</property>
+ <property name="window_position">center-on-parent</property>
+ <property name="default_width">400</property>
+ <property name="default_height">440</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="icon_name">system-run</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="transient_for">settings-dialog</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="action-dialog-vbox">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
<child internal-child="action_area">
- <object class="GtkHButtonBox" id="settings-dialog-actionarea">
+ <object class="GtkButtonBox" id="action-dialog-actionarea">
<property name="visible">True</property>
- <property name="layout_style">edge</property>
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="settings-dialog-button-help">
- <property name="label">gtk-help</property>
+ <object class="GtkButton" id="action-dialog-button-cancel">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -549,8 +664,8 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="settings-dialog-button-close">
- <property name="label">gtk-close</property>
+ <object class="GtkButton" id="action-dialog-button-ok">
+ <property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -565,45 +680,23 @@
</object>
<packing>
<property name="expand">False</property>
+ <property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
- </object>
- </child>
- <action-widgets>
- <action-widget response="2">settings-dialog-button-help</action-widget>
- <action-widget response="0">settings-dialog-button-close</action-widget>
- </action-widgets>
- </object>
- <object class="GtkDialog" id="action-dialog">
- <property name="title" translatable="yes">Edit Action</property>
- <property name="modal">True</property>
- <property name="window_position">center-on-parent</property>
- <property name="default_width">400</property>
- <property name="default_height">440</property>
- <property name="destroy_with_parent">True</property>
- <property name="icon_name">system-run</property>
- <property name="type_hint">dialog</property>
- <property name="skip_taskbar_hint">True</property>
- <property name="transient_for">settings-dialog</property>
- <property name="has_separator">False</property>
- <child internal-child="vbox">
- <object class="GtkBox" id="action-dialog-vbox">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <property name="spacing">2</property>
<child>
<object class="GtkBox" id="hbox-regex-info">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">2</property>
- <property name="orientation">horizontal</property>
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image-regex-info">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-dialog-info</property>
- <property name="icon-size">6</property>
+ <property name="icon_size">6</property>
</object>
<packing>
<property name="expand">False</property>
@@ -614,11 +707,14 @@
<child>
<object class="GtkLabel" id="label-regex-info">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">You can use the substitution parameters "\1", "\2" and so on in the commands. The parameter "\0" represents the complete text. If you don't know regular expressions, have a look at the documentation of Clipman that has an introdution for them.</property>
<property name="wrap">True</property>
+ <property name="xalign">0</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -632,30 +728,34 @@
<child>
<object class="GtkFrame" id="frame-action">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment-action">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="top_padding">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkBox" id="vbox-action">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox" id="hbox-action-name">
<property name="visible">True</property>
- <property name="orientation">horizontal</property>
+ <property name="can_focus">False</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label-action-name">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Name:</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
@@ -667,26 +767,32 @@
<object class="GtkEntry" id="action-name">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="invisible_char">•</property>
+ <property name="invisible_char">•</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="hbox1-action-pattern">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label-action-pattern">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Pattern:</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
@@ -697,14 +803,17 @@
<child>
<object class="GtkBox" id="hbox2-action-pattern">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="spacing">4</property>
<child>
<object class="GtkEntry" id="regex">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="invisible_char">•</property>
+ <property name="invisible_char">•</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
@@ -716,8 +825,9 @@
<child>
<object class="GtkImage" id="image-action-pattern">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-edit</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -729,23 +839,29 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkBox" id="hbox-pattern-info">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="spacing">2</property>
<child>
<object class="GtkImage" id="image-pattern-info">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-dialog-info</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
<packing>
<property name="expand">False</property>
@@ -756,15 +872,20 @@
<child>
<object class="GtkLabel" id="label-pattern-info">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">The pattern is always anchored within the special characters ^$</property>
+ <property name="xalign">0</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
@@ -776,9 +897,12 @@
<property name="receives_default">False</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" 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="xalign">0.5</property>
<property name="draw_indicator">True</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
@@ -789,6 +913,7 @@
<child type="label">
<object class="GtkLabel" id="label-action">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Action</b></property>
<property name="use_markup">True</property>
</object>
@@ -803,33 +928,39 @@
<child>
<object class="GtkFrame" id="frame-commands">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment-commands">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="top_padding">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkBox" id="hbox-commands">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox" id="vbox-commands">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox" id="hbox-command-name">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label-command-name">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Name:</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
@@ -841,9 +972,11 @@
<object class="GtkEntry" id="command-name">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="invisible_char">•</property>
+ <property name="invisible_char">•</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -857,12 +990,14 @@
<child>
<object class="GtkBox" id="hbox-command">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label-command">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Command:</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
@@ -874,9 +1009,11 @@
<object class="GtkEntry" id="command">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="invisible_char">•</property>
+ <property name="invisible_char">•</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -891,8 +1028,6 @@
<object class="GtkScrolledWindow" id="scrolledwindow-commands">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">automatic</property>
- <property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="commands">
@@ -900,21 +1035,29 @@
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection2"/>
+ </child>
</object>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="vbox-command-buttons">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -925,8 +1068,9 @@
<child>
<object class="GtkImage" id="image-add-command">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-add</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -945,8 +1089,9 @@
<child>
<object class="GtkImage" id="image-refresh-command">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-refresh</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -965,8 +1110,9 @@
<child>
<object class="GtkImage" id="image-delete-command">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-delete</property>
- <property name="icon-size">1</property>
+ <property name="icon_size">1</property>
</object>
</child>
</object>
@@ -990,21 +1136,52 @@
<child type="label">
<object class="GtkLabel" id="label-commands">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Commands</b></property>
<property name="use_markup">True</property>
</object>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="0">action-dialog-button-cancel</action-widget>
+ <action-widget response="1">action-dialog-button-ok</action-widget>
+ </action-widgets>
+ </object>
+ <object class="GtkTextBuffer" id="textbuffer1">
+ <property name="text">Type here your custom text, for example an URL, a filename, etc.</property>
+ </object>
+ <object class="GtkDialog" id="regex-dialog">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Regular expression</property>
+ <property name="modal">True</property>
+ <property name="default_width">260</property>
+ <property name="default_height">260</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="icon_name">gtk-edit</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="transient_for">action-dialog</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="regex-dialog-vbox">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
<child internal-child="action_area">
- <object class="GtkHButtonBox" id="action-dialog-actionarea">
+ <object class="GtkButtonBox" id="regex-dialog-actionarea">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="action-dialog-button-cancel">
+ <object class="GtkButton" id="regex-dialog-button-cancel">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1018,7 +1195,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="action-dialog-button-ok">
+ <object class="GtkButton" id="regex-dialog-button-ok">
<property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1034,40 +1211,17 @@
</object>
<packing>
<property name="expand">False</property>
+ <property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
- </object>
- </child>
- <action-widgets>
- <action-widget response="0">action-dialog-button-cancel</action-widget>
- <action-widget response="1">action-dialog-button-ok</action-widget>
- </action-widgets>
- </object>
- <object class="GtkDialog" id="regex-dialog">
- <property name="title" translatable="yes">Regular expression</property>
- <property name="modal">True</property>
- <property name="default_width">260</property>
- <property name="default_height">260</property>
- <property name="destroy_with_parent">True</property>
- <property name="icon_name">gtk-edit</property>
- <property name="type_hint">dialog</property>
- <property name="skip_taskbar_hint">True</property>
- <property name="transient_for">action-dialog</property>
- <property name="has_separator">False</property>
- <child internal-child="vbox">
- <object class="GtkBox" id="regex-dialog-vbox">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <property name="spacing">2</property>
<child>
<object class="GtkEntry" id="regex-entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="invisible_char">•</property>
+ <property name="invisible_char">•</property>
<property name="secondary_icon_stock">gtk-apply</property>
- <property name="secondary_icon_sensitive">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1078,11 +1232,13 @@
<child>
<object class="GtkFrame" id="regex-textview-frame">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkAlignment" id="regex-textview-alignment">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<child>
<object class="GtkTextView" id="regex-textview">
<property name="visible">True</property>
@@ -1101,46 +1257,9 @@
</child>
</object>
<packing>
- <property name="position">2</property>
- </packing>
- </child>
- <child internal-child="action_area">
- <object class="GtkHButtonBox" id="regex-dialog-actionarea">
- <property name="visible">True</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkButton" id="regex-dialog-button-cancel">
- <property name="label">gtk-cancel</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="regex-dialog-button-ok">
- <property name="label">gtk-ok</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
<property name="expand">False</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
</packing>
</child>
</object>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list