Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince.schemas.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-07 14:02:30 (GMT)
committer Christian Persch <chpe@src.gnome.org>2005-02-07 14:02:30 (GMT)
commit6e530c3c7a48620af6e24c1a41963930c5c868cb (patch)
treec211ac0a3d0ea1d44c06b45d78b1d39addab9936 /data/evince.schemas.in
parentb7616057500ca0186274364befbdb72b06dfe7fb (diff)
A data/evince.schemas.in:
2005-02-07 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: * data/.cvsignore: * data/Makefile.am: * data/evince-ui.xml: A data/evince.schemas.in: * po/POTFILES.in: * shell/ev-stock-icons.c: (ev_stock_icons_init): * shell/ev-stock-icons.h: * shell/ev-window.c: (update_chrome_visibility), (update_chrome_flag), (ev_window_cmd_edit_find), (ev_window_update_fullscreen_popup), (ev_window_fullscreen), (ev_window_unfullscreen), (ev_window_focus_in_event), (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen), (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb), (ev_window_view_sidebar_cb), (find_bar_close_cb), (ev_window_dispose), (ev_window_class_init), (set_action_properties), (set_chrome_actions), (load_chrome), (ev_window_init): Implement fullscreen mode changes from bug #164776. Also implement persistent chrome toggles.
Diffstat (limited to 'data/evince.schemas.in')
-rw-r--r--data/evince.schemas.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/evince.schemas.in b/data/evince.schemas.in
new file mode 100644
index 0000000..e02f543
--- /dev/null
+++ b/data/evince.schemas.in
@@ -0,0 +1,37 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/evince/show_toolbar</key>
+ <applyto>/apps/evince/show_toolbar/applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show toolbar by default</short>
+ <long>Show toolbar by default.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/evince/show_sidebar</key>
+ <applyto>/apps/evince/show_sidebar/applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show sidebar by default</short>
+ <long>Show sidebar by default.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/evince/show_statusbar</key>
+ <applyto>/apps/evince/show_statusbar/applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show statusbar by default</short>
+ <long>Show statusbar by default.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>