File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<gresources >
33 <gresource prefix =" /xyz/iinuwa/credentialsd/CredentialsUi/" >
4- <!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources -->
5- <file compressed =" true" preprocess =" xml-stripblanks" alias =" gtk/help-overlay.ui" >ui/shortcuts.ui</file >
64 <file compressed =" true" preprocess =" xml-stripblanks" >ui/window.ui</file >
75 <file compressed =" true" >style.css</file >
86 </gresource >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11using Gtk 4.0;
22
3- menu primary_menu {
4- section {
5- item {
6- label: _("_Preferences");
7- action: "app.preferences";
8- }
9-
10- item {
11- label: _("_Keyboard Shortcuts");
12- action: "win.show-help-overlay";
13- }
14- }
15- }
16-
173template $CredentialsUiWindow: ApplicationWindow {
184 [titlebar]
195 HeaderBar headerbar {}
Original file line number Diff line number Diff line change 11data/xyz.iinuwa.credentialsd.CredentialsUi.desktop.in.in
22data/xyz.iinuwa.credentialsd.CredentialsUi.gschema.xml.in
33data/xyz.iinuwa.credentialsd.CredentialsUi.metainfo.xml.in.in
4- data/resources/ui/shortcuts.ui
54data/resources/ui/window.blp
65src/gui/view_model/gtk/mod.rs
76src/gui/view_model/gtk/device.rs
You can’t perform that action at this time.
0 commit comments