|
|
@ -2,43 +2,178 @@
|
|
|
|
<interface>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk" version="4.0"/>
|
|
|
|
<requires lib="gtk" version="4.0"/>
|
|
|
|
<template class="JadeGuiWindow" parent="GtkApplicationWindow">
|
|
|
|
<template class="JadeGuiWindow" parent="GtkApplicationWindow">
|
|
|
|
|
|
|
|
<property name="title">Jade</property>
|
|
|
|
<property name="default-width">600</property>
|
|
|
|
<property name="default-width">600</property>
|
|
|
|
<property name="default-height">300</property>
|
|
|
|
<property name="default-height">600</property>
|
|
|
|
|
|
|
|
<property name="resizable">false</property>
|
|
|
|
<child type="titlebar">
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="header_bar">
|
|
|
|
<object class="AdwHeaderBar" id="header_bar">
|
|
|
|
<child type="end">
|
|
|
|
<property name="title-widget">
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="icon-name">open-menu-symbolic</property>
|
|
|
|
<child>
|
|
|
|
<property name="menu-model">primary_menu</property>
|
|
|
|
<object class="GtkImage">
|
|
|
|
|
|
|
|
<property name="resource">/al/getcyrst/jadegui/crystal-logo-minimal.png</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="margin-start">2</property>
|
|
|
|
|
|
|
|
<property name="label"><span font_weight='bold'>Jade</span></property>
|
|
|
|
|
|
|
|
<property name="use-markup">true</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
<class name="flat"/>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="label">Hello, World!</property>
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<attributes>
|
|
|
|
<property name="vexpand">true</property>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<property name="hexpand">true</property>
|
|
|
|
<attribute name="scale" value="2"/>
|
|
|
|
<child>
|
|
|
|
</attributes>
|
|
|
|
<object class="AdwCarouselIndicatorDots">
|
|
|
|
|
|
|
|
<property name="carousel">carousel</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="AdwCarousel" id="carousel">
|
|
|
|
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
|
|
|
|
<property name="vexpand">true</property>
|
|
|
|
|
|
|
|
<property name="hexpand">true</property>
|
|
|
|
|
|
|
|
<property name="allow-mouse-drag">true</property>
|
|
|
|
|
|
|
|
<property name="allow-scroll-wheel">true</property>
|
|
|
|
|
|
|
|
<property name="allow-long-swipes">true</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="vexpand">true</property>
|
|
|
|
|
|
|
|
<property name="hexpand">true</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkImage" id="crystal-logo">
|
|
|
|
|
|
|
|
<property name="resource">/al/getcyrst/jadegui/crystal-logo-minimal.png</property>
|
|
|
|
|
|
|
|
<property name="pixel-size">200</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">25</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="welcome">
|
|
|
|
|
|
|
|
<property name="label"><span font_weight='bold' font_size='20pt'>Welcome to jade</span></property>
|
|
|
|
|
|
|
|
<property name="use-markup">true</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="letsstart">
|
|
|
|
|
|
|
|
<property name="label">Ready to make your Crystal installation... ready?</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">25</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="vexpand">true</property>
|
|
|
|
|
|
|
|
<property name="hexpand">true</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkButton" id="quit_button">
|
|
|
|
|
|
|
|
<property name="label">No...</property>
|
|
|
|
|
|
|
|
<property name="margin-end">12</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkButton" id="next_button">
|
|
|
|
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
|
|
|
|
<property name="label">YEAH!</property>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="AdwStatusPage" id="timezone_page">
|
|
|
|
|
|
|
|
<property name="title">Let's get started, shall we?</property>
|
|
|
|
|
|
|
|
<property name="description">What's your current timezone?</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSearchBar" id="timezoneSearch">
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSearchEntry" id="entry_search">
|
|
|
|
|
|
|
|
<property name="placeholder-text">Search for a timezone...</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkListBox" id="list_timezones">
|
|
|
|
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
<class name="boxed-list"/>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
|
|
|
<property name="label">test</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
|
|
|
<property name="label">test</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
|
|
|
<property name="label">test</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
|
|
|
<property name="label">test</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
|
|
|
<property name="label">test</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<menu id="primary_menu">
|
|
|
|
|
|
|
|
<section>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<attribute name="label" translatable="yes">_Preferences</attribute>
|
|
|
|
|
|
|
|
<attribute name="action">app.preferences</attribute>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
|
|
|
|
|
|
|
|
<attribute name="action">win.show-help-overlay</attribute>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<attribute name="label" translatable="yes">_About jade_gui</attribute>
|
|
|
|
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
</interface>
|
|
|
|