2008-04-03 Johannes Schmid <jhs@gnome.org>
commit2050a06542b043b51372335061dbbb420bfce102
authorjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Thu, 3 Apr 2008 20:49:08 +0000 (3 20:49 +0000)
committerjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Thu, 3 Apr 2008 20:49:08 +0000 (3 20:49 +0000)
tree818ca9a4ce56caabea20948c910ac629ac9250f2
parent4c313ec73875a294147649acf3cdb6e730c7d910
2008-04-03  Johannes Schmid  <jhs@gnome.org>

* Makefile.am:
* configure.in:
* libegg/.cvsignore:
* libegg/Makefile.am:
* libegg/egg-cell-renderer-text.c:
* libegg/egg-combo-action.c:
* libegg/egg-entry-action.c:
* libegg/egg-recent-action.c:
* libegg/egg-recent-files-module.c:
* libegg/egg-recent-item.c:
* libegg/egg-recent-model.c:
* libegg/egg-recent-util.c:
* libegg/egg-recent-view-gtk.c:
* libegg/egg-recent-view.c:
* libegg/egg-submenu-action.c:
* libegg/eggcellrendererpopup.c:
* libegg/eggcomboselect.c:
* libegg/eggmarshalers.list:
* libegg/eggtreemodelfilter.c:
* libegg/eggtreemodelunion.c:
* libegg/eggtreemultidnd.c:
* libegg/gtkcellview.h:
* libegg/layout.glade:
* libegg/menu/.cvsignore:
* libegg/menu/Makefile.am:
* libegg/menu/egg-combo-action.h:
* libegg/menu/egg-entry-action.h:
* libegg/menu/egg-recent-action.h:
* libegg/menu/egg-submenu-action.h:
* libegg/menu/eggcomboselect.h:
* libegg/recent-files/.cvsignore:
* libegg/recent-files/Makefile.am:
* libegg/recent-files/egg-recent-item.h:
* libegg/recent-files/egg-recent-model.h:
* libegg/recent-files/egg-recent-util.h:
* libegg/recent-files/egg-recent-view-gtk.h:
* libegg/recent-files/egg-recent-view.h:
* libegg/recent-files/egg-recent.h:
* libegg/test-actions.c:
* libegg/test-multi-drag.c:
* libegg/test-union.c:
* libegg/treeviewutils/.cvsignore:
* libegg/treeviewutils/Makefile.am:
* libegg/treeviewutils/egg-cell-renderer-text.h:
* libegg/treeviewutils/eggcellrendererpopup.h:
* libegg/treeviewutils/eggtreemodelfilter.h:
* libegg/treeviewutils/eggtreemodelunion.h:
* libegg/treeviewutils/eggtreemultidnd.h:
* libegg/util/.cvsignore:
* libegg/util/Makefile.am:
* libegg/util/egg-macros.h:
* libegg/util/eggintl.h:

Killed libegg (#349279)

* plugins/document-manager/Makefile.am:
* plugins/document-manager/action-callbacks.c:
* plugins/document-manager/plugin.c:
* plugins/editor/plugin.c:
(on_open_recent_file), (sort_recent_menu),
(setup_recent_chooser_menu), (activate_plugin), (dispose),
(anjuta_file_loader_plugin_instance_init):
* plugins/file-loader/plugin.h:
* plugins/search/Makefile.am:
* plugins/search/plugin.c:
* plugins/search/search-replace.c:

Removed dead code and libegg from Makefiles

* plugins/symbol-browser/Makefile.am:
* plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
* plugins/symbol-browser/plugin.c (on_editor_saved),
(update_editor_symbol_model), (iter_matches),
(value_removed_current_editor), (activate_plugin):
Removed symbol-browser toolbar which used libegg and was
buggy (#451588)

Patch from Ignacio Casal Quinteiro with lots of changes:
* plugins/file-loader/Makefile.am:
* plugins/file-loader/anjuta-loader-plugin.ui:
* plugins/file-loader/plugin.c (set_recent_file), (open_file),
Port FileLoader to GtkRecent (#398984)

git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@3814 1dbfb86a-d425-0410-a06b-cb591aac69f6
71 files changed:
ChangeLog
Makefile.am
configure.in
libegg/.cvsignore [deleted file]
libegg/Makefile.am [deleted file]
libegg/egg-cell-renderer-text.c [deleted file]
libegg/egg-combo-action.c [deleted file]
libegg/egg-entry-action.c [deleted file]
libegg/egg-recent-action.c [deleted file]
libegg/egg-recent-files-module.c [deleted file]
libegg/egg-recent-item.c [deleted file]
libegg/egg-recent-model.c [deleted file]
libegg/egg-recent-util.c [deleted file]
libegg/egg-recent-view-gtk.c [deleted file]
libegg/egg-recent-view.c [deleted file]
libegg/egg-submenu-action.c [deleted file]
libegg/eggcellrendererpopup.c [deleted file]
libegg/eggcomboselect.c [deleted file]
libegg/eggmarshalers.list [deleted file]
libegg/eggtreemodelfilter.c [deleted file]
libegg/eggtreemodelunion.c [deleted file]
libegg/eggtreemultidnd.c [deleted file]
libegg/gtkcellview.h [deleted file]
libegg/layout.glade [deleted file]
libegg/menu/.cvsignore [deleted file]
libegg/menu/ChangeLog [deleted file]
libegg/menu/Makefile.am [deleted file]
libegg/menu/egg-combo-action.h [deleted file]
libegg/menu/egg-entry-action.h [deleted file]
libegg/menu/egg-recent-action.h [deleted file]
libegg/menu/egg-submenu-action.h [deleted file]
libegg/menu/eggcomboselect.h [deleted file]
libegg/recent-files/.cvsignore [deleted file]
libegg/recent-files/Makefile.am [deleted file]
libegg/recent-files/egg-recent-item.h [deleted file]
libegg/recent-files/egg-recent-model.h [deleted file]
libegg/recent-files/egg-recent-util.h [deleted file]
libegg/recent-files/egg-recent-view-gtk.h [deleted file]
libegg/recent-files/egg-recent-view.h [deleted file]
libegg/recent-files/egg-recent.h [deleted file]
libegg/test-actions.c [deleted file]
libegg/test-multi-drag.c [deleted file]
libegg/test-union.c [deleted file]
libegg/treeviewutils/.cvsignore [deleted file]
libegg/treeviewutils/Makefile.am [deleted file]
libegg/treeviewutils/egg-cell-renderer-text.h [deleted file]
libegg/treeviewutils/eggcellrendererpopup.h [deleted file]
libegg/treeviewutils/eggtreemodelfilter.h [deleted file]
libegg/treeviewutils/eggtreemodelunion.h [deleted file]
libegg/treeviewutils/eggtreemultidnd.h [deleted file]
libegg/util/.cvsignore [deleted file]
libegg/util/Makefile.am [deleted file]
libegg/util/egg-macros.h [deleted file]
libegg/util/eggintl.h [deleted file]
plugins/document-manager/Makefile.am
plugins/document-manager/action-callbacks.c
plugins/document-manager/plugin.c
plugins/editor/plugin.c
plugins/file-loader/Makefile.am
plugins/file-loader/anjuta-loader-plugin.ui
plugins/file-loader/plugin.c
plugins/file-loader/plugin.h
plugins/search/Makefile.am
plugins/search/plugin.c
plugins/search/search-replace.c
plugins/symbol-browser/Makefile.am
plugins/symbol-browser/anjuta-symbol-browser-plugin.ui
plugins/symbol-browser/plugin.c
plugins/symbol-db/plugin.c
plugins/symbol-db/symbol-db-engine-iterator-node.c
plugins/symbol-db/symbol-db-view-locals.c