mirror of
https://github.com/libratbag/piper.git
synced 2026-04-24 00:09:08 -04:00
This commits adds the necessary bits in the UI to switch between popovers. Following commits will propagate profile changes through the rest of Piper so that all control widgets update corresponding to profile changes.
20 lines
982 B
XML
20 lines
982 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/freedesktop/Piper">
|
|
<file>404.svg</file>
|
|
<file>enter-keyboard-shortcut.svg</file>
|
|
|
|
<file preprocess="xml-stripblanks">AboutDialog.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ButtonDialog.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ButtonRow.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/LedDialog.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/OptionButton.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ProfileRow.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ResolutionRow.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ResolutionsPage.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/Window.ui</file>
|
|
<!-- Using this alias, GtkApplication will automatically pick it up for us. -->
|
|
<file alias="gtk/menus.ui" preprocess="xml-stripblanks">ui/Menus.ui</file>
|
|
</gresource>
|
|
</gresources>
|