[evince/wip/gpoo/print-preview-ui] misc: Remove EvPageAction widget



commit 3ccf90c2bdb5a173f6e468985e59760c8be908ac
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Nov 8 13:18:44 2018 -0300

    misc: Remove EvPageAction widget
    
    EvPageAction widget was the old widget for selecting a page,
    which used to be shared between the main application and the
    print previewer. It was superseded by EvPageActionWidget,
    but the previewer was pending to use it, until now. We do not
    need EvPageAction anymore.

 help/reference/shell/evince-sections.txt |  19 ---
 help/reference/shell/evince.types        |   1 -
 libmisc/Makefile.am                      |   2 -
 libmisc/ev-page-action.c                 | 240 -------------------------------
 libmisc/ev-page-action.h                 |  68 ---------
 libmisc/meson.build                      |   1 -
 po/POTFILES.in                           |   3 +-
 7 files changed, 1 insertion(+), 333 deletions(-)
---
diff --git a/help/reference/shell/evince-sections.txt b/help/reference/shell/evince-sections.txt
index 8036c1ec..cfbe15ae 100644
--- a/help/reference/shell/evince-sections.txt
+++ b/help/reference/shell/evince-sections.txt
@@ -343,25 +343,6 @@ EV_IS_FILE_MONITOR_CLASS
 EV_FILE_MONITOR_GET_CLASS
 </SECTION>
 
-<SECTION>
-<FILE>ev-page-action</FILE>
-<TITLE>EvPageAction</TITLE>
-EvPageAction
-EvPageActionPrivate
-EvPageActionClass
-ev_page_action_set_model
-ev_page_action_set_links_model
-ev_page_action_grab_focus
-<SUBSECTION Standard>
-EV_PAGE_ACTION
-EV_IS_PAGE_ACTION
-EV_TYPE_PAGE_ACTION
-ev_page_action_get_type
-EV_PAGE_ACTION_CLASS
-EV_IS_PAGE_ACTION_CLASS
-EV_PAGE_ACTION_GET_CLASS
-</SECTION>
-
 <SECTION>
 <FILE>ev-window-title</FILE>
 EvWindowTitle
diff --git a/help/reference/shell/evince.types b/help/reference/shell/evince.types
index cff3f100..d4e2bf9d 100644
--- a/help/reference/shell/evince.types
+++ b/help/reference/shell/evince.types
@@ -4,7 +4,6 @@ ev_history_get_type
 ev_media_player_keys_get_type
 ev_message_area_get_type
 ev_metadata_get_type
-ev_page_action_get_type
 ev_page_action_widget_get_type
 ev_password_view_get_type
 ev_progress_message_area_get_type
diff --git a/libmisc/Makefile.am b/libmisc/Makefile.am
index 498c7d53..b5522d47 100644
--- a/libmisc/Makefile.am
+++ b/libmisc/Makefile.am
@@ -1,8 +1,6 @@
 noinst_LTLIBRARIES = libevmisc.la
 
 libevmisc_la_SOURCES = \
-       ev-page-action.c        \
-       ev-page-action.h        \
        ev-page-action-widget.c \
        ev-page-action-widget.h \
        ev-search-box.c         \
diff --git a/libmisc/meson.build b/libmisc/meson.build
index 0ca909e8..b95af667 100644
--- a/libmisc/meson.build
+++ b/libmisc/meson.build
@@ -1,5 +1,4 @@
 sources = files(
-  'ev-page-action.c',
   'ev-page-action-widget.c',
   'ev-search-box.c',
 )
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3b606a3d..5f7b8abd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -26,7 +26,6 @@ data/org.gnome.Evince-previewer.desktop.in.in
 libdocument/ev-attachment.c
 libdocument/ev-document-factory.c
 libdocument/ev-file-helpers.c
-libmisc/ev-page-action.c
 libmisc/ev-page-action-widget.c
 libmisc/ev-search-box.c
 libview/ev-jobs.c
@@ -63,4 +62,4 @@ shell/ev-window.c
 shell/ev-window-title.c
 shell/ev-zoom-action.c
 shell/help-overlay.ui
-shell/main.c
+shell/main.c
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]