diff options
| author | Joe Carstairs <me@joeac.net> | 2025-02-23 15:45:10 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-02-23 15:45:10 +0000 |
| commit | bfa9ba1f680bb9a7c2c9555d89e57a76c02f47b8 (patch) | |
| tree | 8e0e23b9ee597c1462bdf4a35041ec0c10b948cf /schist_gtk4_gui/resources | |
| parent | 10759bb88331141b1586c9e6fa6cf6ce1683b964 (diff) | |
Remove gtk-rs front end
Diffstat (limited to 'schist_gtk4_gui/resources')
| -rw-r--r-- | schist_gtk4_gui/resources/css/styles.css | 1 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/css/window.css | 4 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/resources.gresource.xml | 13 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/ui/balances_histogram.ui | 28 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/ui/balances_view.ui | 28 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/ui/categories_view.ui | 10 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/ui/category_transfers_view.ui | 10 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/ui/transactions_view.ui | 10 | ||||
| -rw-r--r-- | schist_gtk4_gui/resources/ui/window.ui | 73 |
9 files changed, 0 insertions, 177 deletions
diff --git a/schist_gtk4_gui/resources/css/styles.css b/schist_gtk4_gui/resources/css/styles.css deleted file mode 100644 index b42e2df..0000000 --- a/schist_gtk4_gui/resources/css/styles.css +++ /dev/null @@ -1 +0,0 @@ -@import 'window.css'; diff --git a/schist_gtk4_gui/resources/css/window.css b/schist_gtk4_gui/resources/css/window.css deleted file mode 100644 index c07e199..0000000 --- a/schist_gtk4_gui/resources/css/window.css +++ /dev/null @@ -1,4 +0,0 @@ -.window { - background-color: #011120; - color: #e1f9ff; -} diff --git a/schist_gtk4_gui/resources/resources.gresource.xml b/schist_gtk4_gui/resources/resources.gresource.xml deleted file mode 100644 index c4b9e10..0000000 --- a/schist_gtk4_gui/resources/resources.gresource.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<gresources> - <gresource prefix="/net/joeac/schist/"> - <file compressed="true" preprocess="xml-stripblanks">ui/balances_histogram.ui</file> - <file compressed="true" preprocess="xml-stripblanks">ui/balances_view.ui</file> - <file compressed="true" preprocess="xml-stripblanks">ui/categories_view.ui</file> - <file compressed="true" preprocess="xml-stripblanks">ui/category_transfers_view.ui</file> - <file compressed="true" preprocess="xml-stripblanks">ui/transactions_view.ui</file> - <file compressed="true" preprocess="xml-stripblanks">ui/window.ui</file> - <file compressed="true">css/styles.css</file> - <file compressed="true">css/window.css</file> - </gresource> -</gresources> diff --git a/schist_gtk4_gui/resources/ui/balances_histogram.ui b/schist_gtk4_gui/resources/ui/balances_histogram.ui deleted file mode 100644 index b6306b9..0000000 --- a/schist_gtk4_gui/resources/ui/balances_histogram.ui +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<interface> - <template class="SchistBalancesHistogram" parent="GtkBox"> - <child> - <object class="GtkListBox" id="balances_list"> - <child> - <object class="GtkListBoxRow"> - <child> - <object class="GtkLabel"> - <property name="label">I am a balance</property> - </object> - </child> - </object> - </child> - - <child> - <object class="GtkListBoxRow"> - <child> - <object class="GtkLabel"> - <property name="label">I am another balance</property> - </object> - </child> - </object> - </child> - </object> - </child> - </template> -</interface> diff --git a/schist_gtk4_gui/resources/ui/balances_view.ui b/schist_gtk4_gui/resources/ui/balances_view.ui deleted file mode 100644 index a8f7d7e..0000000 --- a/schist_gtk4_gui/resources/ui/balances_view.ui +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<interface> - <template class="SchistBalancesView" parent="GtkBox"> - <child type="sidebar"> - <object class="GtkStackSidebar"> - <child> - <object class="GtkStackSwitcher"> - <property name="stack">balances_stack</property> - </object> - </child> - </object> - </child> - - <child> - <object class="GtkStack" id="balances_stack"> - <child> - <object class="GtkStackPage"> - <property name="name">overview</property> - <property name="title">Overview</property> - <property name="child"> - <object class="SchistBalancesHistogram" id="balances_histogram" /> - </property> - </object> - </child> - </object> - </child> - </template> -</interface> diff --git a/schist_gtk4_gui/resources/ui/categories_view.ui b/schist_gtk4_gui/resources/ui/categories_view.ui deleted file mode 100644 index 197fcb3..0000000 --- a/schist_gtk4_gui/resources/ui/categories_view.ui +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <template class="SchistCategoriesView" parent="GtkBox"> - <child> - <object class="GtkLabel"> - <property name="label">Hello, categories!</property> - </object> - </child> - </template> -</interface> diff --git a/schist_gtk4_gui/resources/ui/category_transfers_view.ui b/schist_gtk4_gui/resources/ui/category_transfers_view.ui deleted file mode 100644 index 5a31335..0000000 --- a/schist_gtk4_gui/resources/ui/category_transfers_view.ui +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <template class="SchistCategoryTransfersView" parent="GtkBox"> - <child> - <object class="GtkLabel"> - <property name="label">Hello, category transfers!</property> - </object> - </child> - </template> -</interface> diff --git a/schist_gtk4_gui/resources/ui/transactions_view.ui b/schist_gtk4_gui/resources/ui/transactions_view.ui deleted file mode 100644 index ca864f2..0000000 --- a/schist_gtk4_gui/resources/ui/transactions_view.ui +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <template class="SchistTransactionsView" parent="GtkBox"> - <child> - <object class="GtkLabel"> - <property name="label">Hello, transactions!</property> - </object> - </child> - </template> -</interface> diff --git a/schist_gtk4_gui/resources/ui/window.ui b/schist_gtk4_gui/resources/ui/window.ui deleted file mode 100644 index 54ce2a5..0000000 --- a/schist_gtk4_gui/resources/ui/window.ui +++ /dev/null @@ -1,73 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<interface> - <template class="SchistWindow" parent="GtkApplicationWindow"> - <property name="title">schist</property> - <property name="default-height">560</property> - <property name="default-width">1080</property> - <child type="titlebar"> - <object class="GtkHeaderBar" id="header_bar"> - <property name="title-widget"> - <object class="GtkStackSwitcher"> - <property name="stack">view_stack</property> - </object> - </property> - </object> - </child> - - <child> - <object class="GtkStack" id="view_stack"> - <child> - <object class="GtkStackPage"> - <property name="name">categories</property> - <property name="title">Categories</property> - <property name="child"> - <object - class="SchistCategoriesView" - id="categories_view" - /> - </property> - </object> - </child> - - <child> - <object class="GtkStackPage"> - <property name="name">balances</property> - <property name="title">Balances</property> - <property name="child"> - <object - class="SchistBalancesView" - id="balances_view" - /> - </property> - </object> - </child> - - <child> - <object class="GtkStackPage"> - <property name="name">transactions</property> - <property name="title">Transactions</property> - <property name="child"> - <object - class="SchistTransactionsView" - id="transactions_view" - /> - </property> - </object> - </child> - - <child> - <object class="GtkStackPage"> - <property name="name">category_transfers</property> - <property name="title">Category Transfers</property> - <property name="child"> - <object - class="SchistCategoryTransfersView" - id="category_transfers_view" - /> - </property> - </object> - </child> - </object> - </child> - </template> -</interface> |
