summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/add-options.ui7
-rw-r--r--src/ui/batch-add-files.ui6
-rw-r--r--src/ui/batch-password.ui5
-rw-r--r--src/ui/delete.ui6
-rw-r--r--src/ui/password.ui5
-rw-r--r--src/ui/properties.ui3
-rw-r--r--src/ui/update.ui10
7 files changed, 41 insertions, 1 deletions
diff --git a/src/ui/add-options.ui b/src/ui/add-options.ui
index 83e7510..6067613 100644
--- a/src/ui/add-options.ui
+++ b/src/ui/add-options.ui
@@ -8,6 +8,10 @@
<property name="title" translatable="yes">Load Options</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
+ <signal name="destroy" handler="on_add_options_dialog_destroy" swapped="no"/>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox19">
<property name="visible">True</property>
@@ -27,6 +31,7 @@
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
+ <signal name="clicked" handler="on_aod_cancelbutton_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
@@ -42,6 +47,7 @@
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
+ <signal name="clicked" handler="on_aod_okbutton_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
@@ -108,6 +114,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
+ <signal name="row-activated" handler="on_aod_treeview_row_activated" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
diff --git a/src/ui/batch-add-files.ui b/src/ui/batch-add-files.ui
index 476cb0c..391ad5f 100644
--- a/src/ui/batch-add-files.ui
+++ b/src/ui/batch-add-files.ui
@@ -21,6 +21,7 @@
<property name="resizable">False</property>
<property name="window_position">center</property>
<property name="type_hint">normal</property>
+ <signal name="destroy" handler="on_dialog_destroy" swapped="no"/>
<child type="titlebar">
<placeholder/>
</child>
@@ -60,6 +61,10 @@
<property name="receives_default">False</property>
<property name="image">image1</property>
<property name="use_underline">True</property>
+ <signal name="clicked" handler="on_a_add_button_clicked" swapped="no"/>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -254,6 +259,7 @@
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
+ <signal name="toggled" handler="on_a_volume_checkbutton_toggled" swapped="no"/>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/src/ui/batch-password.ui b/src/ui/batch-password.ui
index a661f22..2b84191 100644
--- a/src/ui/batch-password.ui
+++ b/src/ui/batch-password.ui
@@ -8,6 +8,11 @@
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
+ <signal name="destroy" handler="on_password_dialog_destroy" swapped="no"/>
+ <signal name="response" handler="on_password_dialog_response" swapped="no"/>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox15">
<property name="visible">True</property>
diff --git a/src/ui/delete.ui b/src/ui/delete.ui
index 6d989a5..08e7731 100644
--- a/src/ui/delete.ui
+++ b/src/ui/delete.ui
@@ -9,6 +9,10 @@
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
+ <signal name="destroy" handler="on_delete_dialog_destroy" swapped="no"/>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox14">
<property name="visible">True</property>
@@ -43,6 +47,7 @@
<property name="has_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
+ <signal name="clicked" handler="on_d_ok_button_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
@@ -105,6 +110,7 @@
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">example: *.txt; *.doc</property>
<property name="hexpand">True</property>
+ <signal name="changed" handler="on_d_files_entry_changed" swapped="no"/>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/src/ui/password.ui b/src/ui/password.ui
index af15b80..1a89ce4 100644
--- a/src/ui/password.ui
+++ b/src/ui/password.ui
@@ -9,6 +9,11 @@
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
+ <signal name="destroy" handler="on_password_dialog_destroy" swapped="no"/>
+ <signal name="response" handler="on_password_dialog_response" swapped="no"/>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox15">
<property name="visible">True</property>
diff --git a/src/ui/properties.ui b/src/ui/properties.ui
index 9b5a94d..7740b3c 100644
--- a/src/ui/properties.ui
+++ b/src/ui/properties.ui
@@ -7,7 +7,8 @@
<property name="border_width">5</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
- <child>
+ <signal name="destroy" handler="on_prop_dialog_destroy" swapped="no"/>
+ <child type="titlebar">
<placeholder/>
</child>
<child internal-child="vbox">
diff --git a/src/ui/update.ui b/src/ui/update.ui
index 30a1d54..1f0b579 100644
--- a/src/ui/update.ui
+++ b/src/ui/update.ui
@@ -6,6 +6,10 @@
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="type_hint">dialog</property>
+ <signal name="destroy" handler="on_update_file_dialog_destroy" swapped="no"/>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>
@@ -38,6 +42,7 @@
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
+ <signal name="clicked" handler="on_update_file_ok_button_clicked" swapped="no"/>
<child>
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
@@ -183,6 +188,10 @@
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="type_hint">dialog</property>
+ <signal name="destroy" handler="on_update_files_dialog_destroy" swapped="no"/>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox5">
<property name="visible">True</property>
@@ -215,6 +224,7 @@
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
+ <signal name="clicked" handler="on_update_files_ok_button_clicked" swapped="no"/>
<child>
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>