386 lines
		
	
	
	
		
			19 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			386 lines
		
	
	
	
		
			19 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.22.1 -->
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="3.20"/>
 | |
|   <object class="GtkWindow" id="plugins_window">
 | |
|     <property name="width_request">650</property>
 | |
|     <property name="height_request">500</property>
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="border_width">6</property>
 | |
|     <property name="title" translatable="yes">Plugins</property>
 | |
|     <property name="default_width">650</property>
 | |
|     <property name="default_height">500</property>
 | |
|     <property name="type_hint">dialog</property>
 | |
|     <signal name="destroy" handler="on_plugins_window_destroy" swapped="no"/>
 | |
|     <signal name="key-press-event" handler="on_key_press_event" swapped="no"/>
 | |
|     <child type="titlebar">
 | |
|       <placeholder/>
 | |
|     </child>
 | |
|     <child>
 | |
|       <object class="GtkNotebook" id="plugins_notebook">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">True</property>
 | |
|         <child>
 | |
|           <object class="GtkBox">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="margin_left">18</property>
 | |
|             <property name="margin_right">18</property>
 | |
|             <property name="margin_top">18</property>
 | |
|             <property name="margin_bottom">18</property>
 | |
|             <property name="spacing">18</property>
 | |
|             <child>
 | |
|               <object class="GtkBox" id="vbox6">
 | |
|                 <property name="width_request">200</property>
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="hexpand">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|                 <child>
 | |
|                   <object class="GtkScrolledWindow" id="scrolledwindow1">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="hscrollbar_policy">never</property>
 | |
|                     <property name="shadow_type">out</property>
 | |
|                     <child>
 | |
|                       <object class="GtkTreeView" id="installed_plugins_treeview">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <child internal-child="selection">
 | |
|                           <object class="GtkTreeSelection" id="treeview-selection"/>
 | |
|                         </child>
 | |
|                         <style>
 | |
|                           <class name="space"/>
 | |
|                         </style>
 | |
|                       </object>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">True</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">0</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkToolbar">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="show_arrow">False</property>
 | |
|                     <property name="icon_size">1</property>
 | |
|                     <child>
 | |
|                       <object class="GtkToolButton" id="install_plugin_button">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="tooltip_text" translatable="yes">Install Plugin from File</property>
 | |
|                         <property name="label" translatable="yes">Install from File…</property>
 | |
|                         <property name="use_underline">True</property>
 | |
|                         <property name="icon_name">document-open-symbolic</property>
 | |
|                         <signal name="clicked" handler="on_install_plugin_button_clicked" swapped="no"/>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="homogeneous">True</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkToolButton" id="uninstall_plugin_button">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="tooltip_text" translatable="yes">Uninstall Plugin</property>
 | |
|                         <property name="use_underline">True</property>
 | |
|                         <property name="icon_name">list-remove-symbolic</property>
 | |
|                         <signal name="clicked" handler="on_uninstall_plugin_button_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="expand">False</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkBox">
 | |
|                 <property name="width_request">400</property>
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="hexpand">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|                 <property name="spacing">18</property>
 | |
|                 <child>
 | |
|                   <object class="GtkBox">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="hexpand">False</property>
 | |
|                     <property name="spacing">18</property>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="plugin_name_label">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="halign">start</property>
 | |
|                         <property name="label" translatable="yes"><Plugin Name></property>
 | |
|                         <property name="selectable">True</property>
 | |
|                         <style>
 | |
|                           <class name="large-header"/>
 | |
|                         </style>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkButton" id="configure_plugin_button">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <property name="receives_default">True</property>
 | |
|                         <property name="tooltip_text" translatable="yes">Plugin Settings</property>
 | |
|                         <signal name="clicked" handler="on_configure_plugin_button_clicked" swapped="no"/>
 | |
|                         <child>
 | |
|                           <object class="GtkImage">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="icon_name">applications-system-symbolic</property>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">False</property>
 | |
|                         <property name="pack_type">end</property>
 | |
|                         <property name="position">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">0</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkInfoBar" id="available_text">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="no_show_all">True</property>
 | |
|                     <property name="message_type">error</property>
 | |
|                     <child internal-child="action_area">
 | |
|                       <object class="GtkButtonBox">
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="spacing">6</property>
 | |
|                         <property name="layout_style">end</property>
 | |
|                         <child>
 | |
|                           <placeholder/>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">False</property>
 | |
|                         <property name="position">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child internal-child="content_area">
 | |
|                       <object class="GtkBox">
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="spacing">16</property>
 | |
|                         <child>
 | |
|                           <object class="GtkLabel" id="available_text_label">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="wrap">True</property>
 | |
|                             <property name="wrap_mode">word-char</property>
 | |
|                             <property name="xalign">0</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">0</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">False</property>
 | |
|                         <property name="position">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel" id="description">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">start</property>
 | |
|                     <property name="label" translatable="yes"><Description></property>
 | |
|                     <property name="wrap">True</property>
 | |
|                     <property name="wrap_mode">word-char</property>
 | |
|                     <property name="selectable">True</property>
 | |
|                     <property name="xalign">0</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">2</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkGrid">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="row_spacing">6</property>
 | |
|                     <property name="column_spacing">12</property>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="label5">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="halign">end</property>
 | |
|                         <property name="valign">start</property>
 | |
|                         <property name="label" translatable="yes">Version</property>
 | |
|                         <style>
 | |
|                           <class name="dim-label"/>
 | |
|                         </style>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left_attach">0</property>
 | |
|                         <property name="top_attach">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="plugin_version_label">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="halign">start</property>
 | |
|                         <property name="label"><empty></property>
 | |
|                         <property name="wrap">True</property>
 | |
|                         <property name="wrap_mode">word-char</property>
 | |
|                         <property name="selectable">True</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="label4">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="halign">end</property>
 | |
|                         <property name="valign">start</property>
 | |
|                         <property name="label" translatable="yes">Authors</property>
 | |
|                         <style>
 | |
|                           <class name="dim-label"/>
 | |
|                         </style>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left_attach">0</property>
 | |
|                         <property name="top_attach">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="plugin_authors_label">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="halign">start</property>
 | |
|                         <property name="label"><empty></property>
 | |
|                         <property name="wrap">True</property>
 | |
|                         <property name="wrap_mode">word-char</property>
 | |
|                         <property name="selectable">True</property>
 | |
|                         <property name="lines">10</property>
 | |
|                         <property name="xalign">0</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left_attach">1</property>
 | |
|                         <property name="top_attach">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="label6">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="halign">end</property>
 | |
|                         <property name="valign">start</property>
 | |
|                         <property name="label" translatable="yes">Homepage</property>
 | |
|                         <style>
 | |
|                           <class name="dim-label"/>
 | |
|                         </style>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left_attach">0</property>
 | |
|                         <property name="top_attach">2</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="plugin_homepage_linkbutton">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="halign">start</property>
 | |
|                         <property name="label" translatable="yes"><empty></property>
 | |
|                         <property name="wrap">True</property>
 | |
|                         <property name="wrap_mode">word-char</property>
 | |
|                         <property name="xalign">0</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left_attach">1</property>
 | |
|                         <property name="top_attach">2</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </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">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|         </child>
 | |
|         <child type="tab">
 | |
|           <object class="GtkLabel" id="label1">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="label" translatable="yes">Installed</property>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="tab_fill">False</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <placeholder/>
 | |
|         </child>
 | |
|         <child type="tab">
 | |
|           <placeholder/>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
|   <object class="GtkTextBuffer" id="textbuffer1">
 | |
|     <property name="text" translatable="yes">Plug-in decription should be displayed here. This text will be erased during PluginsWindow initialization.</property>
 | |
|   </object>
 | |
| </interface>
 |