2015-12-27 19:06:08 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-04-26 15:16:53 +03:00
|
|
|
<!-- Generated with glade 3.20.4 -->
|
2015-12-27 19:06:08 +03:00
|
|
|
<interface domain="laview-desktop-@MAJOR@">
|
|
|
|
<requires lib="gtk+" version="3.16"/>
|
|
|
|
<object class="GtkAboutDialog" id="aboutdialog_window">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<property name="program_name">LAview Desktop</property>
|
|
|
|
<property name="copyright" translatable="yes">Kolan Sh (backbone@backbone.ws)</property>
|
|
|
|
<property name="comments" translatable="yes">LaTeX View or View Data in LaTeX.</property>
|
2018-04-30 17:35:09 +03:00
|
|
|
<property name="website">https://git.backbone.ws/kolan/LAview.Desktop</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="website_label" translatable="yes">LAview</property>
|
|
|
|
<property name="authors">Kolan Sh</property>
|
|
|
|
<property name="documenters">Kolan Sh</property>
|
|
|
|
<property name="translator_credits" translatable="yes">Kolan Sh</property>
|
|
|
|
<property name="artists">Kolan Sh</property>
|
|
|
|
<property name="logo_icon_name">image-missing</property>
|
|
|
|
<property name="license_type">lgpl-3-0</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="aboutdialog-vbox1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="aboutdialog-action_area1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<object class="GtkFileFilter" id="filefilter_open">
|
|
|
|
<patterns>
|
|
|
|
<pattern>*.lyx</pattern>
|
|
|
|
<pattern>*.tex</pattern>
|
|
|
|
</patterns>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore_data">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore_objects">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
2016-02-14 15:22:25 +03:00
|
|
|
<object class="GtkListStore" id="liststore_protocol_objects">
|
2015-12-27 19:06:08 +03:00
|
|
|
<columns>
|
|
|
|
<!-- column-name name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="preferences_window">
|
|
|
|
<property name="width_request">640</property>
|
|
|
|
<property name="height_request">480</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">LAview Preferences</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="dialog-vbox1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="dialog-action_area1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_close">
|
|
|
|
<property name="label">gtk-close</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
2016-04-08 03:23:33 +03:00
|
|
|
<property name="always_show_image">True</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<signal name="clicked" handler="laview_desktop_preferences_dialog_button_close_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</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>
|
|
|
|
<child>
|
|
|
|
<object class="GtkNotebook" id="notebook1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="scrollable">True</property>
|
|
|
|
<property name="enable_popup">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment" id="alignment1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="top_padding">8</property>
|
|
|
|
<property name="bottom_padding">8</property>
|
|
|
|
<property name="left_padding">8</property>
|
|
|
|
<property name="right_padding">8</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="grid1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFileChooserButton" id="filechooserbutton_lyx">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<signal name="file-set" handler="laview_desktop_preferences_dialog_lyx_file_set" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2016-05-07 15:32:09 +03:00
|
|
|
<object class="GtkFileChooserButton" id="filechooserbutton_latexmk">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
2016-05-07 15:32:09 +03:00
|
|
|
<signal name="file-set" handler="laview_desktop_preferences_dialog_latexmk_file_set" swapped="no"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-08-02 16:36:07 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkFileChooserButton" id="filechooserbutton_perl">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<signal name="file-set" handler="laview_desktop_preferences_dialog_perl_file_set" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-09-27 15:13:35 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkButtonBox" id="buttonbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="layout_style">start</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button1">
|
|
|
|
<property name="label">gtk-find</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<signal name="clicked" handler="laview_desktop_preferences_dialog_button_search_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-07-06 19:58:27 +03:00
|
|
|
<object class="GtkAlignment">
|
2016-09-27 15:13:35 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
2017-07-06 19:58:27 +03:00
|
|
|
<property name="xscale">0</property>
|
|
|
|
<property name="left_padding">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">LyX path on Windows</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-09-27 15:13:35 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
2017-07-06 19:58:27 +03:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xscale">0</property>
|
|
|
|
<property name="left_padding">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Paths</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">2</property>
|
2016-09-27 15:13:35 +03:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-07-06 19:58:27 +03:00
|
|
|
<object class="GtkAlignment">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xscale">0</property>
|
|
|
|
<property name="left_padding">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">LaTeXmk.pl path on Windows</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</packing>
|
2016-09-27 15:13:35 +03:00
|
|
|
</child>
|
|
|
|
<child>
|
2017-07-06 19:58:27 +03:00
|
|
|
<object class="GtkAlignment">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xscale">0</property>
|
|
|
|
<property name="left_padding">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Perl path on Windows</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xscale">0</property>
|
|
|
|
<property name="left_padding">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label8">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Auto recognition</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</packing>
|
2016-09-27 15:13:35 +03:00
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</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">Common</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkBox" id="box3">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkTreeView" id="treeview_data">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2018-04-26 15:16:53 +03:00
|
|
|
<property name="model">liststore_data</property>
|
|
|
|
<signal name="row-activated" handler="laview_desktop_preferences_dialog_data_row_activated" swapped="no"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
<child internal-child="selection">
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkTreeSelection" id="treeview-selection6"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</child>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
|
|
|
|
<property name="title" translatable="yes">Data plugins</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext3"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_data_preferences">
|
|
|
|
<property name="label">gtk-preferences</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="laview_desktop_preferences_dialog_button_data_preferences_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-04-26 15:16:53 +03:00
|
|
|
<property name="position">2</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkLabel" id="label3">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-04-26 15:16:53 +03:00
|
|
|
<property name="label" translatable="yes">Data plugins</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-04-26 15:16:53 +03:00
|
|
|
<property name="position">2</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkBox" id="box2">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkTreeView" id="treeview_protocol_objects">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2018-04-26 15:16:53 +03:00
|
|
|
<property name="model">liststore_protocol_objects</property>
|
|
|
|
<signal name="row-activated" handler="laview_desktop_preferences_dialog_objects_row_activated" swapped="no"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
<child internal-child="selection">
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkTreeSelection" id="treeview-selection5"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</child>
|
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
|
|
|
|
<property name="title" translatable="yes">Object plugins</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_object_preferences">
|
|
|
|
<property name="label">gtk-preferences</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="laview_desktop_preferences_dialog_button_object_preferences_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
2018-04-26 15:16:53 +03:00
|
|
|
<object class="GtkLabel" id="label2">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-04-26 15:16:53 +03:00
|
|
|
<property name="label" translatable="yes">Object plugins</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore_templates">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
2016-01-30 05:52:02 +03:00
|
|
|
<object class="GtkApplicationWindow" id="main_window">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="width_request">640</property>
|
|
|
|
<property name="height_request">480</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_top">3</property>
|
|
|
|
<property name="border_width">4</property>
|
|
|
|
<property name="title" translatable="yes">LAview Desktop</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="main_vbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuBar" id="menubar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem_file">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Template</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu_file">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_new">
|
|
|
|
<property name="label">gtk-new</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.new</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_open">
|
|
|
|
<property name="label">gtk-open</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.open</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_edit_template">
|
|
|
|
<property name="label">gtk-edit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.edit</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="e" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_delete">
|
|
|
|
<property name="label">gtk-delete</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.delete</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="Delete" signal="activate"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="menuitem_separator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_quit">
|
|
|
|
<property name="label">gtk-quit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.quit</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem_document">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Document</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu_document">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_prepare">
|
|
|
|
<property name="label">gtk-properties</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="opacity">0.97999999999999998</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.compose</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="r" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_print">
|
|
|
|
<property name="label">gtk-print</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.print</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_edit_result">
|
|
|
|
<property name="label">gtk-edit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.edit_result</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-01-24 02:59:06 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_saveas">
|
|
|
|
<property name="label">gtk-save</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.saveas</property>
|
2016-01-24 02:59:06 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2016-02-27 15:53:42 +03:00
|
|
|
<accelerator key="s" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2016-01-24 02:59:06 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem_app">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Application</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu_app">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_preferences">
|
|
|
|
<property name="label">gtk-preferences</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.preferences</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem_help">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu_help">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_ref">
|
|
|
|
<property name="label">gtk-help</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.ref</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2017-07-06 19:58:27 +03:00
|
|
|
<accelerator key="h" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
2018-04-30 17:35:09 +03:00
|
|
|
<accelerator key="F1" signal="activate"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem_about">
|
|
|
|
<property name="label">gtk-about</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<signal name="activate" handler="laview_desktop_main_window_menu_about_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolbar" id="main_toolbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="toolbar_style">both</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_new">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Create a new template</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.new</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-new</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_open">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Open a template</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.open</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-open</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_edit_template">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Change selected template</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.edit</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="label" translatable="yes">_Template</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-edit</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_delete">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Delete selected template</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.delete</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-delete</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorToolItem" id="separatortoolitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_prepare">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Document object preparing</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.compose</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-properties</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_print">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">View and print the document</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.print</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-print</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_edit_result">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Edit the result document</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.edit_result</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="label" translatable="yes">_Document</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-edit</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-01-24 02:59:06 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_saveas">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Save the document as...</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.saveas</property>
|
2016-01-24 02:59:06 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-save</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorToolItem" id="separatortoolitem2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_preferences">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Application preferences</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.preferences</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-preferences</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_ref">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Help and reference</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.ref</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-help</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorToolItem" id="separatortoolitem3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton_quit">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Close the application</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="is_important">True</property>
|
|
|
|
<property name="action_name">app.quit</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-quit</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</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" id="central_hbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="left_vbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="left_scrolledwindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">2</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="treeview_templates">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="model">liststore_templates</property>
|
|
|
|
<signal name="cursor-changed" handler="laview_desktop_main_window_templates_cursor_changed" swapped="no"/>
|
|
|
|
<signal name="row-activated" handler="laview_desktop_main_window_templates_row_activated" swapped="no"/>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection_templates">
|
|
|
|
<property name="mode">multiple</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
|
|
|
|
<property name="title" translatable="yes">Templates</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrendererspin1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="left_button_hbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">3</property>
|
|
|
|
<property name="margin_right">3</property>
|
|
|
|
<property name="resize_mode">immediate</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_new">
|
|
|
|
<property name="label">gtk-new</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.new</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">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="button_open">
|
|
|
|
<property name="label">gtk-open</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.open</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_edit_template">
|
|
|
|
<property name="label">gtk-edit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.edit</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_delete">
|
|
|
|
<property name="label">gtk-delete</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="resize_mode">immediate</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.delete</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</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>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="right_vbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="right_scrolledwindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">2</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="treeview_objects">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="model">liststore_objects</property>
|
|
|
|
<signal name="cursor-changed" handler="laview_desktop_main_window_objects_cursor_changed" swapped="no"/>
|
2016-02-26 16:09:09 +03:00
|
|
|
<signal name="row-activated" handler="laview_desktop_main_window_objects_activated" swapped="no"/>
|
2015-12-27 19:06:08 +03:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection_objects"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
|
|
|
|
<property name="title" translatable="yes">Document Objects</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="right_button_hbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">3</property>
|
|
|
|
<property name="margin_right">3</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_prepare">
|
|
|
|
<property name="label">gtk-properties</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.compose</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">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="button_print">
|
|
|
|
<property name="label">gtk-print</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.print</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_edit_result">
|
|
|
|
<property name="label">gtk-edit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.edit_result</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-01-24 02:59:06 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_saveas">
|
|
|
|
<property name="label">gtk-save</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2017-07-06 20:55:02 +03:00
|
|
|
<property name="action_name">app.saveas</property>
|
2016-01-24 02:59:06 +03:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStatusbar" id="statusbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-04-30 17:35:09 +03:00
|
|
|
<child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="subprocess_dialog">
|
|
|
|
<property name="width_request">640</property>
|
|
|
|
<property name="height_request">480</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-04-30 17:35:09 +03:00
|
|
|
<property name="title" translatable="yes">Document preparing process</property>
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="dialog-vbox2">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="dialog-action_area2">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button_cancel">
|
|
|
|
<property name="label">gtk-stop</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<signal name="clicked" handler="laview_desktop_subprocess_dialog_button_stop_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</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>
|
|
|
|
<child>
|
2016-05-07 20:33:04 +03:00
|
|
|
<object class="GtkScrolledWindow" id="subprocess_scroll">
|
2015-12-27 19:06:08 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="textview_stderrout">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="editable">False</property>
|
|
|
|
<property name="cursor_visible">False</property>
|
|
|
|
<property name="accepts_tab">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-04-26 15:16:53 +03:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2015-12-27 19:06:08 +03:00
|
|
|
</object>
|
|
|
|
</interface>
|