summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-05-27 19:23:56 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-06-24 21:32:44 -0300
commit7ee0acdcbf533a34d5524087bee1cb6fe6cd64dc (patch)
tree7f2bdbfa27cc869c5aad4b30d6b22894413ddf55 /data
parent66fdcc29de21d9835a6534093ba354dc4fe59b6a (diff)
downloadgnome-calendar-7ee0acdcbf533a34d5524087bee1cb6fe6cd64dc.tar.gz
source-dialog: Remove online accounts
Showing these online accounts in the dialog only added an additional step. We'll be adding a link to online accounts in the next commit, so for now, remove the widgets from the source dialog.
Diffstat (limited to 'data')
-rw-r--r--data/ui/source-dialog.ui211
1 files changed, 0 insertions, 211 deletions
diff --git a/data/ui/source-dialog.ui b/data/ui/source-dialog.ui
index 395fc017..53ceaac9 100644
--- a/data/ui/source-dialog.ui
+++ b/data/ui/source-dialog.ui
@@ -124,217 +124,6 @@
<property name="orientation">vertical</property>
<property name="spacing">18</property>
<child>
- <object class="GtkGrid" id="online_account_main_grid">
- <property name="visible">True</property>
- <property name="row_spacing">12</property>
- <property name="column_spacing">12</property>
- <child>
- <object class="GtkLabel" id="online_account_label">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="label" translatable="yes">Online Accounts</property>
- <property name="xalign">0</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="online_accounts_settings_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Open online account settings</property>
- <signal name="clicked" handler="online_accounts_settings_button_clicked" object="GcalSourceDialog" swapped="no"/>
- <child>
- <object class="GtkImage" id="online_accounts_settings_button_image">
- <property name="visible">True</property>
- <property name="icon_name">emblem-system-symbolic</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkFrame" id="online_accounts_main_frame">
- <property name="visible">True</property>
- <child>
- <object class="GtkListBox" id="online_accounts_listbox">
- <property name="visible">True</property>
- <property name="selection_mode">none</property>
- <signal name="row-activated" handler="online_accounts_listbox_row_activated" object="GcalSourceDialog" swapped="no"/>
- <child>
- <object class="GtkListBoxRow" id="google_stub_row">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <child>
- <object class="GtkGrid" id="google_stub_grid">
- <property name="visible">True</property>
- <property name="border_width">6</property>
- <property name="margin_end">18</property>
- <property name="column_spacing">12</property>
- <child>
- <object class="GtkImage" id="google_account_image">
- <property name="visible">True</property>
- <property name="pixel_size">32</property>
- <property name="icon_name">goa-account-google</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- <property name="height">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="google_account_label">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Google</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="google_account_config_label">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Click to set up</property>
- <property name="xalign">0</property>
- <style>
- <class name="dim-label"/>
- </style>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkListBoxRow" id="nextcloud_stub_row">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <child>
- <object class="GtkGrid" id="nextcloud_stub_grid">
- <property name="visible">True</property>
- <property name="border_width">6</property>
- <property name="margin_end">18</property>
- <property name="column_spacing">12</property>
- <child>
- <object class="GtkImage" id="nextcloud_account_image">
- <property name="visible">True</property>
- <property name="pixel_size">32</property>
- <property name="icon_name">goa-account-owncloud</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- <property name="height">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="nextcloud_account_label">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Nextcloud</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="nextcloud_account_config_label">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Click to set up</property>
- <property name="xalign">0</property>
- <style>
- <class name="dim-label"/>
- </style>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkListBoxRow" id="exchange_stub_row">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <child>
- <object class="GtkGrid" id="exchange_stub_grid">
- <property name="visible">True</property>
- <property name="border_width">6</property>
- <property name="margin_end">18</property>
- <property name="column_spacing">12</property>
- <child>
- <object class="GtkImage" id="exchange_account_image">
- <property name="visible">True</property>
- <property name="pixel_size">32</property>
- <property name="icon_name">goa-account</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- <property name="height">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="exchange_account_label">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Microsoft Exchange</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="exchange_account_config_label">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Click to set up</property>
- <property name="xalign">0</property>
- <style>
- <class name="dim-label"/>
- </style>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">1</property>
- <property name="width">2</property>
- </packing>
- </child>
- </object>
- </child>
- <child>
<object class="GtkGrid" id="other_calendars_main_grid">
<property name="visible">True</property>
<property name="row_spacing">12</property>