[epiphany] Remove unused widgets



commit bd6dd7cf2b27c4196f40ef1e3365cc7a1c8113cd
Author: William Jon McCann <william jon mccann gmail com>
Date:   Fri Jan 3 12:51:21 2014 -0500

    Remove unused widgets
    
    After redesign of history dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721415

 data/org.gnome.epiphany.gschema.xml |   16 ---
 lib/ephy-prefs.h                    |   14 --
 lib/widgets/Makefile.am             |   10 --
 lib/widgets/ephy-history-view.c     |  200 ----------------------------
 lib/widgets/ephy-history-view.h     |   61 ---------
 lib/widgets/ephy-hosts-store.c      |  248 -----------------------------------
 lib/widgets/ephy-hosts-store.h      |   71 ----------
 lib/widgets/ephy-hosts-view.c       |  115 ----------------
 lib/widgets/ephy-hosts-view.h       |   59 --------
 lib/widgets/ephy-urls-store.c       |   95 -------------
 lib/widgets/ephy-urls-store.h       |   66 ---------
 lib/widgets/ephy-urls-view.c        |   96 --------------
 lib/widgets/ephy-urls-view.h        |   56 --------
 po/POTFILES.in                      |    2 -
 14 files changed, 0 insertions(+), 1109 deletions(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index af140a7..3df5eea 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -219,22 +219,6 @@
                <key type="as" name="recent-encodings">
                        <default>['' ]</default>
                </key>
-               <key type="i" name="history-date-filter">
-                       <default>5</default>
-                       <summary>History pages time range</summary>
-               </key>
-               <key type="b" name="history-view-title">
-                       <default>true</default>
-                       <summary>Whether to show the title column in the history window.</summary>
-               </key>
-               <key type="b" name="history-view-address">
-                       <default>true</default>
-                       <summary>Whether to show the address column in the history window.</summary>
-               </key>
-               <key type="b" name="history-view-date">
-                       <default>false</default>
-                       <summary>Whether to show the date-time column in the history window.</summary>
-               </key>
                <key type="b" name="bookmarks-view-title">
                        <default>true</default>
                        <summary>Whether to show the title column in the bookmarks window.</summary>
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index cf39c1b..1189be7 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -59,16 +59,6 @@ typedef enum
 
 typedef enum
 {
-  EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_HALF_HOUR,
-  EPHY_PREFS_STATE_HISTORY_DATE_FILTER_TODAY,
-  EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_TWO_DAYS,
-  EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_THREE_DAYS,
-  EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_TEN_DAYS,
-  EPHY_PREFS_STATE_HISTORY_DATE_FILTER_EVER,
-} EphyPrefsStateHistoryDateFilter;
-
-typedef enum
-{
   EPHY_PREFS_PROCESS_MODEL_SHARED_SECONDARY_PROCESS,
   EPHY_PREFS_PROCESS_MODEL_ONE_SECONDARY_PROCESS_PER_WEB_VIEW
 } EphyPrefsProcessModel;
@@ -88,10 +78,6 @@ typedef enum
 #define EPHY_PREFS_STATE_RECENT_ENCODINGS       "recent-encodings"
 #define EPHY_PREFS_STATE_BOOKMARKS_VIEW_TITLE   "bookmarks-view-title"
 #define EPHY_PREFS_STATE_BOOKMARKS_VIEW_ADDRESS "bookmarks-view-address"
-#define EPHY_PREFS_STATE_HISTORY_VIEW_TITLE     "history-view-title"
-#define EPHY_PREFS_STATE_HISTORY_VIEW_ADDRESS   "history-view-address"
-#define EPHY_PREFS_STATE_HISTORY_VIEW_DATE      "history-view-date"
-#define EPHY_PREFS_STATE_HISTORY_DATE_FILTER    "history-date-filter"
 
 #define EPHY_PREFS_WEB_SCHEMA                "org.gnome.Epiphany.web"
 #define EPHY_PREFS_WEB_FONT_MIN_SIZE         "min-font-size"
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index 819717d..325561a 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -70,12 +70,6 @@ libephywidgets_la_SOURCES = \
        ephy-download-widget.h                  \
        ephy-frecent-store.c                    \
        ephy-frecent-store.h                    \
-       ephy-history-view.c                     \
-       ephy-history-view.h                     \
-       ephy-hosts-store.c                      \
-       ephy-hosts-store.h                      \
-       ephy-hosts-view.c                       \
-       ephy-hosts-view.h                       \
        ephy-location-entry.c                   \
        ephy-location-entry.h                   \
        ephy-middle-clickable-button.c          \
@@ -90,10 +84,6 @@ libephywidgets_la_SOURCES = \
        ephy-tree-model-node.h                  \
        ephy-tree-model-sort.c                  \
        ephy-tree-model-sort.h                  \
-       ephy-urls-store.c                       \
-       ephy-urls-store.h                       \
-       ephy-urls-view.c                        \
-       ephy-urls-view.h                        \
        ephy-zoom-action.h                      \
        ephy-zoom-action.c                      \
        gd-main-icon-view.c                     \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ea29e32..eac0e39 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -28,8 +28,6 @@ lib/ephy-zoom.h
 lib/history/ephy-history-service-hosts-table.c
 lib/widgets/ephy-certificate-dialog.c
 lib/widgets/ephy-download-widget.c
-lib/widgets/ephy-hosts-store.c
-lib/widgets/ephy-hosts-view.c
 lib/widgets/ephy-location-entry.c
 lib/widgets/ephy-urls-view.c
 src/bookmarks/ephy-bookmark-action.c


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