[brasero] Removed the search widget as search (included with tracker) is integrated with GtkFileChooser
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Removed the search widget as search (included with tracker) is integrated with GtkFileChooser
- Date: Mon, 10 Jan 2011 17:36:35 +0000 (UTC)
commit 3a987c5d525d7bdc0b72da72d55221250a3c84d2
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Jan 10 18:35:14 2011 +0100
Removed the search widget as search (included with tracker) is integrated with GtkFileChooser
po/POTFILES.in | 3 -
src/Makefile.am | 11 -
src/brasero-mime-filter.c | 325 ------------
src/brasero-mime-filter.h | 78 ---
src/brasero-project-manager.c | 25 -
src/brasero-search-entry.c | 667 ------------------------
src/brasero-search-entry.h | 77 ---
src/brasero-search.c | 1146 -----------------------------------------
src/brasero-search.h | 64 ---
9 files changed, 0 insertions(+), 2396 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 47d52c9..3e66818 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,6 @@
# List of source files containing translatable strings.
[encoding: UTF-8]
-src/brasero-search.c
src/brasero-cli.c
libbrasero-burn/burn-plugin.c
plugins/cdrtools/burn-cdda2wav.c
@@ -64,11 +63,9 @@ data/org.gnome.brasero.gschema.xml.in
data/mime/brasero.xml.in
src/brasero-audio-disc.c
libbrasero-burn/brasero-blank-dialog.c
-src/brasero-mime-filter.c
src/brasero-playlist.c
src/brasero-plugin-manager-ui.c
src/brasero-plugin-option.c
-src/brasero-search-entry.c
src/brasero-search-beagle.c
src/brasero-song-properties.c
src/brasero-song-control.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f91e6a..c9ede7f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -143,17 +143,6 @@ brasero_SOURCES += \
brasero-search-beagle.c
endif
-if BUILD_SEARCH
-
-brasero_SOURCES += \
- brasero-mime-filter.c \
- brasero-mime-filter.h \
- brasero-search-entry.c \
- brasero-search-entry.h \
- brasero-search.h \
- brasero-search.c
-endif
-
brasero_LDADD = \
$(top_builddir)/libbrasero-media/libbrasero-media BRASERO_LIBRARY_SUFFIX@.la \
$(top_builddir)/libbrasero-burn/libbrasero-burn BRASERO_LIBRARY_SUFFIX@.la \
diff --git a/src/brasero-project-manager.c b/src/brasero-project-manager.c
index deb9f24..d1855cb 100644
--- a/src/brasero-project-manager.c
+++ b/src/brasero-project-manager.c
@@ -52,10 +52,6 @@
#include "brasero-uri-container.h"
#include "brasero-project-type-chooser.h"
-#ifdef BUILD_SEARCH
-#include "brasero-search.h"
-#endif
-
#ifdef BUILD_PLAYLIST
#include "brasero-playlist.h"
#endif
@@ -899,27 +895,6 @@ brasero_project_manager_init (BraseroProjectManager *obj)
obj->priv->project);
gtk_widget_show (obj->priv->project);
-#ifdef BUILD_SEARCH
- GtkWidget *search;
-
- search = brasero_search_new ();
- BRASERO_PROJECT_MANAGER_CONNECT_CHANGED (obj, search);
-
- gtk_widget_show_all (search);
- brasero_layout_add_source (BRASERO_LAYOUT (obj->priv->layout),
- search,
- "Search",
- _("Search files using keywords"),
- GTK_STOCK_FIND,
- BRASERO_LAYOUT_AUDIO|BRASERO_LAYOUT_DATA|BRASERO_LAYOUT_VIDEO);
-
-#ifdef BUILD_PREVIEW
- brasero_preview_add_source (BRASERO_PREVIEW (preview),
- BRASERO_URI_CONTAINER (search));
-#endif
-
-#endif /* BUILD_SEARCH */
-
#ifdef BUILD_PLAYLIST
GtkWidget *playlist;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]