Skip to content

Commit

Permalink
Add navigation history buttons to the toolbar
Browse files Browse the repository at this point in the history
Rework EvHistory to use back and forward lists instead of a single
history list and add back/forward buttons to the toolbar to navigate the
history of visited links.

https://bugzilla.gnome.org/show_bug.cgi?id=169903
  • Loading branch information
Carlos Garcia Campos committed Feb 17, 2013
1 parent b3eebd0 commit 67dc2d3
Show file tree
Hide file tree
Showing 17 changed files with 1,010 additions and 789 deletions.
2 changes: 0 additions & 2 deletions help/reference/shell/evince-docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@
<xi:include href="xml/ev-password-view.xml"/>
<xi:include href="xml/eggfindbar.xml"/>
<xi:include href="xml/ev-media-player-keys.xml"/>
<xi:include href="xml/ev-navigation-action.xml"/>
<xi:include href="xml/ev-file-monitor.xml"/>
<xi:include href="xml/ev-page-action.xml"/>
<xi:include href="xml/ev-window-title.xml"/>
<xi:include href="xml/ev-navigation-action-widget.xml"/>
<xi:include href="xml/ev-keyring.xml"/>
<xi:include href="xml/ev-utils.xml"/>
<xi:include href="xml/ev-page-action-widget.xml"/>
Expand Down
28 changes: 0 additions & 28 deletions help/reference/shell/evince-sections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,23 +365,6 @@ EV_IS_MEDIA_PLAYER_KEYS_CLASS
EV_MEDIA_PLAYER_KEYS_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-navigation-action</FILE>
<TITLE>EvNavigationAction</TITLE>
EvNavigationAction
EvNavigationActionPrivate
EvNavigationActionClass
ev_navigation_action_set_history
<SUBSECTION Standard>
EV_NAVIGATION_ACTION
EV_IS_NAVIGATION_ACTION
EV_TYPE_NAVIGATION_ACTION
ev_navigation_action_get_type
EV_NAVIGATION_ACTION_CLASS
EV_IS_NAVIGATION_ACTION_CLASS
EV_NAVIGATION_ACTION_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-file-monitor</FILE>
<TITLE>EvFileMonitor</TITLE>
Expand Down Expand Up @@ -429,17 +412,6 @@ ev_window_title_set_uri
ev_window_title_free
</SECTION>

<SECTION>
<FILE>ev-navigation-action-widget</FILE>
<TITLE>EvNavigationActionWidget</TITLE>
EV_TYPE_NAVIGATION_ACTION_WIDGET
EV_NAVIGATION_ACTION_WIDGET
EvNavigationActionWidget
EvNavigationActionWidgetClass
ev_navigation_action_widget_get_type
ev_navigation_action_widget_set_menu
</SECTION>

<SECTION>
<FILE>ev-keyring</FILE>
ev_keyring_is_available
Expand Down
2 changes: 0 additions & 2 deletions help/reference/shell/evince.types
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ ev_history_get_type
ev_media_player_keys_get_type
ev_message_area_get_type
ev_metadata_get_type
ev_navigation_action_get_type
ev_navigation_action_widget_get_type
ev_open_recent_action_get_type
ev_page_action_get_type
ev_page_action_widget_get_type
Expand Down
3 changes: 1 addition & 2 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ shell/eggfindbar.c
shell/ev-annotation-properties-dialog.c
shell/ev-application.c
shell/ev-history.c
shell/ev-history-action-widget.c
shell/ev-keyring.c
shell/ev-loading-message.c
shell/ev-navigation-action.c
shell/ev-navigation-action-widget.c
shell/ev-open-recent-action.c
shell/ev-password-view.c
shell/ev-properties-dialog.c
Expand Down
8 changes: 4 additions & 4 deletions shell/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ evince_SOURCES= \
ev-file-monitor.c \
ev-history.c \
ev-history.h \
ev-history-action.c \
ev-history-action.h \
ev-history-action-widget.c \
ev-history-action-widget.h \
ev-keyring.h \
ev-keyring.c \
ev-loading-message.c \
Expand All @@ -47,10 +51,6 @@ evince_SOURCES= \
ev-message-area.h \
ev-metadata.c \
ev-metadata.h \
ev-navigation-action.c \
ev-navigation-action.h \
ev-navigation-action-widget.c \
ev-navigation-action-widget.h \
ev-password-view.h \
ev-password-view.c \
ev-progress-message-area.h \
Expand Down
Loading

0 comments on commit 67dc2d3

Please sign in to comment.