diff --git a/README.md b/README.md index 811580b..e8d77d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gnomeframe +# Void Manifest This is a companion-app for Warframe players on Linux, written in phython and GTK4/ADW with the help of [GNOME Builder](https://apps.gnome.org/Builder/) and [PyGObject](https://pygobject.gnome.org/). @@ -18,7 +18,7 @@ This is a companion-app for Warframe players on Linux, written in phython and GT Ideally, cloning the repo and opening with GNOME Builder will have the best results since that is the development environment I am using. ``` - $ git clone https://git.valhrafnaz.gay/valhrafnaz/Gnomeframe.git + $ git clone https://git.valhrafnaz.gay/valhrafnaz/VoidManifest.git ``` Alternatively, you can run ninja yourself. diff --git a/data/gay.valhrafnaz.Gnomeframe.desktop.in b/data/gay.valhrafnaz.Voidmanifest.desktop.in similarity index 73% rename from data/gay.valhrafnaz.Gnomeframe.desktop.in rename to data/gay.valhrafnaz.Voidmanifest.desktop.in index 89ee219..37b5153 100644 --- a/data/gay.valhrafnaz.Gnomeframe.desktop.in +++ b/data/gay.valhrafnaz.Voidmanifest.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] -Name=Gnomeframe +Name=VoidManifest Exec=gnomeframe -Icon=gay.valhrafnaz.Gnomeframe +Icon=gay.valhrafnaz.Voidmanifest Terminal=false Type=Application Categories=Utility; diff --git a/data/gay.valhrafnaz.Gnomeframe.gschema.xml b/data/gay.valhrafnaz.Voidmanifest.gschema.xml similarity index 70% rename from data/gay.valhrafnaz.Gnomeframe.gschema.xml rename to data/gay.valhrafnaz.Voidmanifest.gschema.xml index e5eab27..55cbbb2 100644 --- a/data/gay.valhrafnaz.Gnomeframe.gschema.xml +++ b/data/gay.valhrafnaz.Voidmanifest.gschema.xml @@ -1,6 +1,6 @@ - - + + 800 diff --git a/data/gay.valhrafnaz.Gnomeframe.metainfo.xml.in b/data/gay.valhrafnaz.Voidmanifest.metainfo.xml.in similarity index 88% rename from data/gay.valhrafnaz.Gnomeframe.metainfo.xml.in rename to data/gay.valhrafnaz.Voidmanifest.metainfo.xml.in index 4aeaae9..17730e2 100644 --- a/data/gay.valhrafnaz.Gnomeframe.metainfo.xml.in +++ b/data/gay.valhrafnaz.Voidmanifest.metainfo.xml.in @@ -1,10 +1,10 @@ - gay.valhrafnaz.Gnomeframe + gay.valhrafnaz.VoidManifest CC0-1.0 AGPL-3.0-or-later - Gnomeframe + VoidManifest A Warframe Companion

This is a companion-app for Warframe players on Linux, written in phython and GTK4/ADW with the help of GNOME Builder and PyGObject.

@@ -17,26 +17,26 @@ https://valhrafnaz.gay/gnomeframe - https://git.valhrafnaz.gay/valhrafnaz/Gnomeframe + https://git.valhrafnaz.gay/valhrafnaz/VoidManifest - https://git.valhrafnaz.gay/valhrafnaz/Gnomeframe/issues + https://git.valhrafnaz.gay/valhrafnaz/VoidManifest/issues https://valhrafnaz.gay/gnomeframe/translate https://valhrafnaz.gay/gnomeframe/faq - https://git.valhrafnaz.gay/valhrafnaz/Gnomeframe/wiki + https://git.valhrafnaz.gay/valhrafnaz/VoidManifest/wiki https://valhrafnaz.gay/donate https://valhrafnaz.gay/gnomeframe - https://git.valhrafnaz.gay/valhrafnaz/Gnomeframe + https://git.valhrafnaz.gay/valhrafnaz/VoidManifest gnomeframe - gay.valhrafnaz.Gnomeframe.desktop + gay.valhrafnaz.VoidManifest.desktop diff --git a/data/gay.valhrafnaz.Gnomeframe.service.in b/data/gay.valhrafnaz.Voidmanifest.service.in similarity index 65% rename from data/gay.valhrafnaz.Gnomeframe.service.in rename to data/gay.valhrafnaz.Voidmanifest.service.in index 3c3e98b..7234fce 100644 --- a/data/gay.valhrafnaz.Gnomeframe.service.in +++ b/data/gay.valhrafnaz.Voidmanifest.service.in @@ -1,3 +1,3 @@ [D-BUS Service] -Name=gay.valhrafnaz.Gnomeframe +Name=gay.valhrafnaz.VoidManifest Exec=@bindir@/gnomeframe --gapplication-service diff --git a/data/meson.build b/data/meson.build index 56ae044..81bbbb5 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,6 +1,6 @@ desktop_file = i18n.merge_file( - input: 'gay.valhrafnaz.Gnomeframe.desktop.in', - output: 'gay.valhrafnaz.Gnomeframe.desktop', + input: 'gay.valhrafnaz.VoidManifest.desktop.in', + output: 'gay.valhrafnaz.VoidManifest.desktop', type: 'desktop', po_dir: '../po', install: true, @@ -13,8 +13,8 @@ if desktop_utils.found() endif appstream_file = i18n.merge_file( - input: 'gay.valhrafnaz.Gnomeframe.metainfo.xml.in', - output: 'gay.valhrafnaz.Gnomeframe.metainfo.xml', + input: 'gay.valhrafnaz.VoidManifest.metainfo.xml.in', + output: 'gay.valhrafnaz.VoidManifest.metainfo.xml', po_dir: '../po', install: true, install_dir: get_option('datadir') / 'metainfo' @@ -24,7 +24,7 @@ appstreamcli = find_program('appstreamcli', required: false, disabler: true) test('Validate appstream file', appstreamcli, args: ['validate', '--no-net', '--explain', appstream_file]) -install_data('gay.valhrafnaz.Gnomeframe.gschema.xml', +install_data('gay.valhrafnaz.VoidManifest.gschema.xml', install_dir: get_option('datadir') / 'glib-2.0' / 'schemas' ) @@ -37,8 +37,8 @@ test('Validate schema file', service_conf = configuration_data() service_conf.set('bindir', get_option('prefix') / get_option('bindir')) configure_file( - input: 'gay.valhrafnaz.Gnomeframe.service.in', - output: 'gay.valhrafnaz.Gnomeframe.service', + input: 'gay.valhrafnaz.VoidManifest.service.in', + output: 'gay.valhrafnaz.VoidManifest.service', configuration: service_conf, install_dir: get_option('datadir') / 'dbus-1' / 'services' ) diff --git a/data/resources/gnomeframe.gresource.xml b/data/resources/gnomeframe.gresource.xml index c47bb82..2371e56 100644 --- a/data/resources/gnomeframe.gresource.xml +++ b/data/resources/gnomeframe.gresource.xml @@ -1,6 +1,6 @@ - + style.css ui/window.ui ui/shortcuts-dialog.ui @@ -9,7 +9,7 @@ ui/settings.ui ui/welcome.ui - + icons/hicolor/symbolic/actions/floppy-symbolic.svg icons/hicolor/symbolic/actions/check-round-outline2-symbolic.svg icons/hicolor/symbolic/actions/compass2-symbolic.svg diff --git a/data/resources/icons/meson.build b/data/resources/icons/meson.build index 620324d..c319999 100644 --- a/data/resources/icons/meson.build +++ b/data/resources/icons/meson.build @@ -1,4 +1,4 @@ -application_id = 'gay.valhrafnaz.Gnomeframe' +application_id = 'gay.valhrafnaz.VoidManifest' scalable_dir = 'hicolor' / 'scalable' / 'apps' install_data( diff --git a/data/resources/ui/checklist.blp b/data/resources/ui/checklist.blp index fd8560f..7c3f341 100644 --- a/data/resources/ui/checklist.blp +++ b/data/resources/ui/checklist.blp @@ -24,7 +24,7 @@ template $ChecklistPage: Box { } Label { - label: _("List of all Warframes available as of Nov '25"); + label: _("List of all Warframes available as of Dec 10 '25"); margin-bottom: 12; styles [ @@ -62,7 +62,13 @@ template $ChecklistPage: Box { ] } Label { - label: "/62"; + label: "/"; + margin-bottom: 12; + styles [ + "dimmed", + ] + } + Label basic_max { margin-bottom: 12; styles [ "dimmed", @@ -514,7 +520,14 @@ template $ChecklistPage: Box { ] } Label { - label: "/49"; + label: "/"; + margin-bottom: 12; + styles [ + "dimmed", + ] + } + Label prime_max { + label: ""; margin-bottom: 12; styles [ "dimmed", diff --git a/data/resources/ui/checklist.ui b/data/resources/ui/checklist.ui index d2e699a..277f00f 100644 --- a/data/resources/ui/checklist.ui +++ b/data/resources/ui/checklist.ui @@ -32,7 +32,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler. - List of all Warframes available as of Nov '25 + List of all Warframes available as of Dec 10 '25 12 + + + + 12 + + + + + 12