Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince-ui.xml
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-05-01 04:51:37 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-05-01 04:51:37 (GMT)
commit2df8e54f39de7e26c981bbc5cae892230c65f3bd (patch)
tree33505438e735f9e1518e01b0f231dc4c94b011e8 /data/evince-ui.xml
parentbaece60ad5ed1ad3c89dfe67246caa4891e174cf (diff)
Change the preview cache back to 1. Don't know when it got set to 0.
Sun May 1 00:46:47 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the preview cache back to 1. Don't know when it got set to 0. * shell/ev-view.c: (compute_border), (ev_view_realize), (draw_one_page), (ev_view_set_property), (ev_view_get_property), (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen), (ev_view_get_fullscreen), (ev_view_set_presentation), (ev_view_get_presentation), (ev_view_set_sizing_mode), (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size): * shell/ev-view.h: * shell/ev-window.c: (update_chrome_visibility), (ev_window_cmd_continuous), (ev_window_cmd_dual), (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width), (update_document_mode), (ev_window_update_fullscreen_action), (ev_window_fullscreen), (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen), (ev_window_update_presentation_action), (ev_window_run_presentation), (ev_window_stop_presentation), (ev_window_cmd_view_presentation), (ev_window_state_event), (ev_window_focus_in_event), (ev_window_focus_out_event), (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb): * data/evince-ui.xml: Initial presentation mode. We should probably hide this until it's done, as it's quite rough. Also, change full-screen to fullscreen and add two getters to EvView.
Diffstat (limited to 'data/evince-ui.xml')
-rw-r--r--data/evince-ui.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/evince-ui.xml b/data/evince-ui.xml
index dc11630..d620511 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -25,6 +25,7 @@
<menuitem name="ViewSidebarMenu" action="ViewSidebar"/>
<separator/>
<menuitem name="ViewFullscreenMenu" action="ViewFullscreen"/>
+ <menuitem name="ViewPresentationMenu" action="ViewPresentation"/>
<separator/>
<menuitem name="ViewContinuousMenu" action="ViewContinuous"/>
<menuitem name="ViewDualMenu" action="ViewDual"/>