1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-04 16:48:55 +00:00
evince/shell/evince.gresource.xml
Pablo Correa Gómez fcded848ec ev-sidebar-annotations: Use composite template
This simplifies the GTK4 move. Now, instead of recreating the
models when the document changes from having to not having annotations,
simply store those models and change between them.

Coauthored-by: default avatarQiu Wenbo <qiuwenbo@kylinos.com.cn>
2023-03-22 14:59:10 +00:00

36 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2012 Christian Persch
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope conf it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<gresources>
<gresource prefix="/org/gnome/evince">
<file alias="gtk/help-overlay.ui" preprocess="xml-stripblanks">help-overlay.ui</file>
<file alias="ui/evince.css" compressed="true">evince.css</file>
<file alias="ui/thumbnail-frame.png" compressed="true">thumbnail-frame.png</file>
<file alias="gtk/menus.ui" compressed="true" preprocess="xml-stripblanks">evince-menus.ui</file>
<file alias="ui/message-area.ui" compressed="true" preprocess="xml-stripblanks">evince-message-area.ui</file>
<file alias="ui/password-view.ui" compressed="true" preprocess="xml-stripblanks">evince-password-view.ui</file>
<file alias="ui/progress-message-area.ui" compressed="true" preprocess="xml-stripblanks">evince-progress-message-area.ui</file>
<file alias="ui/properties-fonts.ui" compressed="true" preprocess="xml-stripblanks">evince-properties-fonts.ui</file>
<file alias="ui/recent-view.ui" compressed="true" preprocess="xml-stripblanks">evince-recent-view.ui</file>
<file alias="ui/sidebar.ui" compressed="true" preprocess="xml-stripblanks">evince-sidebar.ui</file>
<file alias="ui/sidebar-annotations.ui" compressed="true" preprocess="xml-stripblanks">evince-sidebar-annotations.ui</file>
<file alias="ui/sidebar-bookmarks.ui" compressed="true" preprocess="xml-stripblanks">evince-sidebar-bookmarks.ui</file>
<file alias="ui/ev-toolbar.ui" compressed="true" preprocess="xml-stripblanks">evince-toolbar.ui</file>
<file alias="ui/zoom-action.ui" compressed="true" preprocess="xml-stripblanks">evince-zoom-action.ui</file>
</gresource>
</gresources>