215 lines
8.7 KiB
XML
215 lines
8.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.36.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.22"/>
|
|
<object class="GtkListStore" id="bookmarks_store">
|
|
<columns>
|
|
<!-- column-name jid -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name name -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name nick -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name password -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name autojoin -->
|
|
<column type="gboolean"/>
|
|
</columns>
|
|
</object>
|
|
<object class="GtkGrid" id="bookmarks_grid">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="vexpand">True</property>
|
|
<property name="hscrollbar_policy">never</property>
|
|
<property name="shadow_type">in</property>
|
|
<child>
|
|
<object class="GtkTreeView" id="bookmarks_view">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="model">bookmarks_store</property>
|
|
<property name="search_column">0</property>
|
|
<property name="enable_grid_lines">horizontal</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection">
|
|
<signal name="changed" handler="_on_selection_changed" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="resizable">True</property>
|
|
<property name="title" translatable="yes">XMPP Address</property>
|
|
<property name="expand">True</property>
|
|
<property name="sort_indicator">True</property>
|
|
<property name="sort_column_id">0</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="jid">
|
|
<property name="editable">True</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="placeholder_text">chat@conference.example.org</property>
|
|
<signal name="edited" handler="_on_address_edited" swapped="no"/>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">0</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="resizable">True</property>
|
|
<property name="min_width">100</property>
|
|
<property name="title" translatable="yes">Name</property>
|
|
<property name="sort_indicator">True</property>
|
|
<property name="sort_column_id">1</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="name">
|
|
<property name="editable">True</property>
|
|
<property name="ellipsize">end</property>
|
|
<signal name="edited" handler="_on_name_edited" swapped="no"/>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="resizable">True</property>
|
|
<property name="title" translatable="yes">Nickname</property>
|
|
<property name="sort_indicator">True</property>
|
|
<property name="sort_column_id">2</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="nick">
|
|
<property name="editable">True</property>
|
|
<property name="ellipsize">end</property>
|
|
<signal name="edited" handler="_on_nick_edited" swapped="no"/>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">2</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="resizable">True</property>
|
|
<property name="title" translatable="yes">Password</property>
|
|
<property name="sort_indicator">True</property>
|
|
<property name="sort_column_id">3</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="password">
|
|
<property name="editable">True</property>
|
|
<property name="ellipsize">end</property>
|
|
<signal name="edited" handler="_on_password_edited" swapped="no"/>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">3</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="sizing">fixed</property>
|
|
<property name="title" translatable="yes">Autojoin</property>
|
|
<property name="sort_indicator">True</property>
|
|
<property name="sort_column_id">4</property>
|
|
<child>
|
|
<object class="GtkCellRendererToggle" id="autojoin">
|
|
<signal name="toggled" handler="_on_autojoin_toggled" swapped="no"/>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="active">4</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="gajim-treeview"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="gajim-scrolled"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">0</property>
|
|
<property name="width">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolbar">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="halign">start</property>
|
|
<property name="toolbar_style">icons</property>
|
|
<property name="show_arrow">False</property>
|
|
<property name="icon_size">4</property>
|
|
<child>
|
|
<object class="GtkToolButton">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="icon_name">list-add-symbolic</property>
|
|
<signal name="clicked" handler="_on_add_clicked" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolButton" id="remove_button">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="icon_name">list-remove-symbolic</property>
|
|
<signal name="clicked" handler="_on_remove_clicked" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<style>
|
|
<class name="inline-toolbar"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton">
|
|
<property name="label" translatable="yes">_Apply</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="halign">end</property>
|
|
<property name="valign">end</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="clicked" handler="_on_apply_clicked" swapped="no"/>
|
|
<style>
|
|
<class name="suggested-action"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="top_attach">1</property>
|
|
</packing>
|
|
</child>
|
|
<style>
|
|
<class name="padding-18"/>
|
|
</style>
|
|
</object>
|
|
</interface>
|