You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
327 lines
14 KiB
327 lines
14 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!-- Generated with glade 3.36.0 --> |
|
<interface> |
|
<requires lib="gtk+" version="3.18"/> |
|
<object class="GtkDialog" id="aboutDialog"> |
|
<property name="name">aboutDialog</property> |
|
<property name="width_request">320</property> |
|
<property name="can_focus">False</property> |
|
<property name="title" translatable="yes">About Xournal++</property> |
|
<property name="resizable">False</property> |
|
<property name="window_position">center</property> |
|
<property name="destroy_with_parent">True</property> |
|
<property name="icon_name">dialog-information</property> |
|
<property name="type_hint">dialog</property> |
|
<child> |
|
<placeholder/> |
|
</child> |
|
<child internal-child="vbox"> |
|
<object class="GtkBox" id="dialog-vbox2"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="orientation">vertical</property> |
|
<child internal-child="action_area"> |
|
<object class="GtkButtonBox" id="dialog-action_area2"> |
|
<property name="name">dialog-action_area2</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="layout_style">end</property> |
|
<child> |
|
<object class="GtkButton" id="closebutton1"> |
|
<property name="label">gtk-close</property> |
|
<property name="use_action_appearance">False</property> |
|
<property name="name">closebutton1</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">True</property> |
|
<property name="can_default">True</property> |
|
<property name="receives_default">False</property> |
|
<property name="use_stock">True</property> |
|
</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="pack_type">end</property> |
|
<property name="position">0</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkImage" id="XournalIcon"> |
|
<property name="name">XournalIcon</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="pixbuf">pixmaps/com.github.xournalpp.xournalpp.svg</property> |
|
</object> |
|
<packing> |
|
<property name="expand">True</property> |
|
<property name="fill">True</property> |
|
<property name="padding">12</property> |
|
<property name="position">2</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="labelTitle"> |
|
<property name="name">labelTitle</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes"><span size="xx-large" weight="bold">Xournal++</span> |
|
<i>The next generation</i></property> |
|
<property name="use_markup">True</property> |
|
<property name="justify">center</property> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">False</property> |
|
<property name="padding">9</property> |
|
<property name="position">3</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkBox" id="vbox1"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<object class="GtkGrid" id="versionInfoGrid"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="halign">center</property> |
|
<property name="column_spacing">10</property> |
|
<property name="row_homogeneous">True</property> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes">Version</property> |
|
<attributes> |
|
<attribute name="weight" value="bold"/> |
|
</attributes> |
|
</object> |
|
<packing> |
|
<property name="left_attach">0</property> |
|
<property name="top_attach">0</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbVersion"> |
|
<property name="name">lbVersion</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label">X.X.X</property> |
|
</object> |
|
<packing> |
|
<property name="left_attach">1</property> |
|
<property name="top_attach">0</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes">Built on</property> |
|
<attributes> |
|
<attribute name="weight" value="bold"/> |
|
</attributes> |
|
</object> |
|
<packing> |
|
<property name="left_attach">0</property> |
|
<property name="top_attach">2</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbBuildDate"> |
|
<property name="name">lbBuildDate</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label">DATE TIME</property> |
|
</object> |
|
<packing> |
|
<property name="left_attach">1</property> |
|
<property name="top_attach">2</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes">Git commit</property> |
|
<attributes> |
|
<attribute name="weight" value="bold"/> |
|
</attributes> |
|
</object> |
|
<packing> |
|
<property name="left_attach">0</property> |
|
<property name="top_attach">1</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbRevId"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes">RELEASE_IDENTIFIER</property> |
|
</object> |
|
<packing> |
|
<property name="left_attach">1</property> |
|
<property name="top_attach">1</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes">with libgtk</property> |
|
<attributes> |
|
<attribute name="weight" value="bold"/> |
|
</attributes> |
|
</object> |
|
<packing> |
|
<property name="left_attach">0</property> |
|
<property name="top_attach">3</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbGtkVersion"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes">X.X.X</property> |
|
</object> |
|
<packing> |
|
<property name="left_attach">1</property> |
|
<property name="top_attach">3</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="GtkLabel" id="label1"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="margin_top">10</property> |
|
<property name="label" translatable="yes">Authors:</property> |
|
<property name="justify">center</property> |
|
<attributes> |
|
<attribute name="weight" value="bold"/> |
|
</attributes> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="position">4</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbAuthors"> |
|
<property name="name">lbAuthors</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="margin_top">5</property> |
|
<property name="label">Andreas Butti, 2010 - 2019 |
|
Wilson Brenna, 2012 - 2015 |
|
Marek Pikuła, 2015 - 2018 |
|
Moreno Razzoli, 2018 - 2019 |
|
Luca Errani, 2018 - 2019 |
|
Ulrich Huber, 2019 |
|
Justin Jones, 2019 |
|
Bryan Tan, 2019 |
|
Justus Rossmeier, 2019 |
|
Fabian Keßler, 2019 |
|
lehmanju, 2019 |
|
Roland Lötscher, 2020</property> |
|
<property name="use_markup">True</property> |
|
<property name="justify">center</property> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="position">5</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbComunity"> |
|
<property name="name">lbComunity</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="margin_top">10</property> |
|
<property name="margin_bottom">10</property> |
|
<property name="label" translatable="yes">With help from the community</property> |
|
<property name="use_markup">True</property> |
|
<property name="justify">center</property> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="position">6</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbXournal"> |
|
<property name="name">lbXournal</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="label" translatable="yes">Partially based on Xournal |
|
by Denis Auroux</property> |
|
<property name="use_markup">True</property> |
|
<property name="justify">center</property> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="position">7</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="lbLicense"> |
|
<property name="name">lbLicense</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="margin_top">10</property> |
|
<property name="margin_bottom">10</property> |
|
<property name="label" translatable="yes">License</property> |
|
<attributes> |
|
<attribute name="weight" value="bold"/> |
|
</attributes> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="position">8</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="label2"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="margin_bottom">10</property> |
|
<property name="label" translatable="yes">GNU GPLv2 or later</property> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="position">9</property> |
|
</packing> |
|
</child> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="position">3</property> |
|
</packing> |
|
</child> |
|
</object> |
|
</child> |
|
<action-widgets> |
|
<action-widget response="-7">closebutton1</action-widget> |
|
</action-widgets> |
|
</object> |
|
</interface>
|
|
|