diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-05-27 12:12:14 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:52:40 +0200 |
commit | bf69ca305be4ab814279e3a12c1dad230ae12f82 (patch) | |
tree | 2815795cb317581948d4bfee27e24e7dec9a891b /svtools/uiconfig | |
parent | 76450dfd7a01fc37a841a24b9650a2da59477a5d (diff) |
CMIS types moved level up to the service type listbox
Change-Id: I8177669e74a452c6022f17ff84b9bfe2c1dddfb7
Diffstat (limited to 'svtools/uiconfig')
-rw-r--r-- | svtools/uiconfig/ui/placeedit.ui | 142 |
1 files changed, 52 insertions, 90 deletions
diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui index 3941f06e3e66..7d32d200ec73 100644 --- a/svtools/uiconfig/ui/placeedit.ui +++ b/svtools/uiconfig/ui/placeedit.ui @@ -30,9 +30,6 @@ <row> <col id="0" translatable="yes">Windows Share</col> </row> - <row> - <col id="0" translatable="yes">CMIS</col> - </row> </data> </object> <object class="GtkDialog" id="PlaceEditDialog"> @@ -147,7 +144,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -161,7 +158,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -173,7 +170,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -191,7 +188,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> </packing> </child> </object> @@ -240,7 +237,6 @@ <property name="xalign">1</property> <property name="label" translatable="yes">Host:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">host</property> </object> <packing> <property name="left_attach">0</property> @@ -248,6 +244,20 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="webdavs"> + <property name="label" translatable="yes">Secured WebDAV (HTTPS)</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="hexpand">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">3</property> + </packing> + </child> + <child> <object class="GtkLabel" id="pathLabel"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -258,65 +268,43 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> - <object class="GtkGrid" id="grid3"> + <object class="GtkEntry" id="path"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="column_spacing">12</property> - <child> - <object class="GtkEntry" id="host"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="invisible_char">●</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="portLabel"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Port:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">port</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkSpinButton" id="port"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">●</property> - <property name="adjustment">adjustment1</property> - <property name="numeric">True</property> - </object> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">0</property> - </packing> - </child> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="top_attach">2</property> </packing> </child> <child> - <object class="GtkEntry" id="path"> + <object class="GtkLabel" id="portLabel"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">1</property> + <property name="label" translatable="yes">Port:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">port</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkSpinButton" id="port"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="hexpand">True</property> <property name="invisible_char">●</property> + <property name="text" translatable="yes">0</property> + <property name="adjustment">adjustment1</property> + <property name="numeric">True</property> </object> <packing> <property name="left_attach">1</property> @@ -324,17 +312,15 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="webdavs"> - <property name="label" translatable="yes">Secured WebDAV (HTTPS)</property> + <object class="GtkEntry" id="host"> + <property name="visible">True</property> <property name="can_focus">True</property> - <property name="receives_default">False</property> <property name="hexpand">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> + <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -390,7 +376,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -404,7 +390,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -416,7 +402,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -450,31 +436,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">1</property> - <property name="label" translatable="yes">Server type:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">serverType</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkComboBox" id="serverType"> - <property name="visible">True</property> - <property name="can_focus">False</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -488,7 +450,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> </packing> </child> <child> @@ -499,7 +461,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> </packing> </child> </object> |