feat: app list is displayed and updated

This commit is contained in:
Ashley Wulber 2022-12-12 19:48:31 -05:00 committed by Ashley Wulber
parent ceff811072
commit 8223c76361
17 changed files with 4317 additions and 1256 deletions

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema path="/com/System76/CosmicAppList/" id="com.System76.CosmicAppList">
<key name="window-width" type="i">
<default>600</default>
<summary>Default window width</summary>
<description>Default window width</description>
</key>
<key name="window-height" type="i">
<default>400</default>
<summary>Default window height</summary>
<description>Default window height</description>
</key>
<key name="is-maximized" type="b">
<default>false</default>
<summary>Default window maximized behaviour</summary>
<description></description>
</key>
</schema>
</schemalist>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/System76/CosmicAppList/">
<!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources -->
</gresource>
</gresources>