aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-30 20:36:26 +0100
committerThomas White <taw@bitwiz.me.uk>2018-10-30 20:36:26 +0100
commit4b7127155c07b7aa693a82b5c2d9b7b2e21b3d42 (patch)
tree2ba2c31524dd1a36ce7f325a15aa0657118e87d8 /data
parentca4ecaf2b06e50fc2026e35b946409b719f72425 (diff)
Revert to normal GtkFileChooserDialog for saving presentation
I didn't know about the "extra widget" thing.
Diffstat (limited to 'data')
-rw-r--r--data/colloquium.gresource.xml1
-rw-r--r--data/savepresentation.ui140
2 files changed, 0 insertions, 141 deletions
diff --git a/data/colloquium.gresource.xml b/data/colloquium.gresource.xml
index 307a437..819a966 100644
--- a/data/colloquium.gresource.xml
+++ b/data/colloquium.gresource.xml
@@ -4,7 +4,6 @@
<file>sky.png</file>
<file>menus.ui</file>
<file>stylesheeteditor.ui</file>
- <file>savepresentation.ui</file>
<file>demo.sc</file>
<file>demo.ss</file>
<file>default.ss</file>
diff --git a/data/savepresentation.ui b/data/savepresentation.ui
deleted file mode 100644
index 32f43be..0000000
--- a/data/savepresentation.ui
+++ /dev/null
@@ -1,140 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4 -->
-<interface>
- <requires lib="gtk+" version="3.20"/>
- <object class="GtkDialog" id="savepresentation">
- <property name="can_focus">False</property>
- <property name="destroy_with_parent">True</property>
- <property name="type_hint">dialog</property>
- <signal name="response" handler="saveas_response_sig" swapped="no"/>
- <child internal-child="vbox">
- <object class="GtkBox">
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <property name="spacing">2</property>
- <child internal-child="action_area">
- <object class="GtkButtonBox">
- <property name="can_focus">False</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkButton" id="button2">
- <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">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="button1">
- <property name="label">gtk-save</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">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkBox">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <property name="spacing">8</property>
- <child>
- <object class="GtkFileChooserWidget" id="filechooser">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action">save</property>
- <property name="do_overwrite_confirmation">True</property>
- <property name="local_only">False</property>
- <property name="preview_widget_active">False</property>
- <property name="use_preview_label">False</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkRadioButton" id="privatess">
- <property name="label" translatable="yes">Create/update private stylesheet for this presentation</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="active">True</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>
- <child>
- <object class="GtkRadioButton" id="folderss">
- <property name="label" translatable="yes">Create/update default stylesheet for presentations in folder</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- <property name="group">privatess</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkRadioButton" id="noss">
- <property name="label" translatable="yes">Don't save stylesheet at all</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- <property name="group">privatess</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">3</property>
- </packing>
- </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">button2</action-widget>
- <action-widget response="1">button1</action-widget>
- </action-widgets>
- <child>
- <placeholder/>
- </child>
- </object>
-</interface>