[evolution/webkit-composer: 179/185] Remove EEditorWindow.



commit 171259a27ff690fa47103e5fd9cedd896c99a6a4
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Feb 8 17:59:07 2013 -0500

    Remove EEditorWindow.
    
    EEditorWindow assumes too much about the packing arrangement of its
    widgets, which just makes life difficult for subclasses.

 doc/reference/libeutil/libeutil-docs.sgml    |   1 -
 doc/reference/libeutil/libeutil-sections.txt |  22 ---
 doc/reference/libeutil/libeutil.types        |   1 -
 e-util/Makefile.am                           |   2 -
 e-util/e-editor-window.c                     | 231 ---------------------------
 e-util/e-editor-window.h                     |  77 ---------
 e-util/e-util.h                              |   1 -
 7 files changed, 335 deletions(-)
---
diff --git a/doc/reference/libeutil/libeutil-docs.sgml b/doc/reference/libeutil/libeutil-docs.sgml
index 278c298..5df60e8 100644
--- a/doc/reference/libeutil/libeutil-docs.sgml
+++ b/doc/reference/libeutil/libeutil-docs.sgml
@@ -102,7 +102,6 @@
     <xi:include href="xml/e-editor.xml"/>
     <xi:include href="xml/e-editor-selection.xml"/>
     <xi:include href="xml/e-editor-widget.xml"/>
-    <xi:include href="xml/e-editor-window.xml"/>
     <xi:include href="xml/e-editor-dialog.xml"/>
     <xi:include href="xml/e-editor-cell-dialog.xml"/>
     <xi:include href="xml/e-editor-find-dialog.xml"/>
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt
index b855ab9..7764cec 100644
--- a/doc/reference/libeutil/libeutil-sections.txt
+++ b/doc/reference/libeutil/libeutil-sections.txt
@@ -1904,28 +1904,6 @@ EEditorWidgetPrivate
 </SECTION>
 
 <SECTION>
-<FILE>e-editor-window</FILE>
-<TITLE>EEditorWindow</TITLE>
-EEditorWindow
-e_editor_window_new
-e_editor_window_get_editor
-e_editor_window_pack_above
-e_editor_window_pack_inside
-e_editor_window_pack_below
-<SUBSECTION Standard>
-E_EDITOR_WINDOW
-E_IS_EDITOR_WINDOW
-E_TYPE_EDITOR_WINDOW
-E_EDITOR_WINDOW_CLASS
-E_IS_EDITOR_WINDOW_CLASS
-E_EDITOR_WINDOW_GET_CLASS
-EEditorWindowClass
-e_editor_window_get_type
-<SUBSECTION Private>
-EEditorWindowPrivate
-</SECTION>
-
-<SECTION>
 <FILE>e-emoticon</FILE>
 <TITLE>EEmoticon</TITLE>
 EEmoticon
diff --git a/doc/reference/libeutil/libeutil.types b/doc/reference/libeutil/libeutil.types
index 5ff0a85..b8da467 100644
--- a/doc/reference/libeutil/libeutil.types
+++ b/doc/reference/libeutil/libeutil.types
@@ -78,7 +78,6 @@ e_editor_spell_check_dialog_get_type
 e_editor_table_dialog_get_type
 e_editor_text_dialog_get_type
 e_editor_widget_get_type
-e_editor_window_get_type
 e_emoticon_action_get_type
 e_emoticon_chooser_get_type
 e_emoticon_chooser_menu_get_type
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 9341d66..a30bf6b 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -193,7 +193,6 @@ eutilinclude_HEADERS =  \
        e-editor-text-dialog.h \
        e-editor-utils.h \
        e-editor-widget.h \
-       e-editor-window.h \
        e-editor.h \
        e-emoticon-action.h \
        e-emoticon-chooser-menu.h \
@@ -468,7 +467,6 @@ libeutil_la_SOURCES = \
        e-editor-text-dialog.c \
        e-editor-utils.c \
        e-editor-widget.c \
-       e-editor-window.c \
        e-editor.c \
        e-emoticon-action.c \
        e-emoticon-chooser-menu.c \
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 7ce1132..1f6c509 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -108,7 +108,6 @@
 #include <e-util/e-editor-text-dialog.h>
 #include <e-util/e-editor-utils.h>
 #include <e-util/e-editor-widget.h>
-#include <e-util/e-editor-window.h>
 #include <e-util/e-editor.h>
 #include <e-util/e-emoticon-action.h>
 #include <e-util/e-emoticon-chooser-menu.h>


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