[gnome-shell] docDisplay: Remove "Recent Items" search provider
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] docDisplay: Remove "Recent Items" search provider
- Date: Tue, 21 Feb 2012 22:02:14 +0000 (UTC)
commit ac78a1e1c06251969cb3e9a32a92058c68782d54
Author: Florian MÃllner <fmuellner gnome org>
Date: Wed Feb 15 17:59:50 2012 +0100
docDisplay: Remove "Recent Items" search provider
Although not all "Finding and reminding" applications are ready
yet, the integration with gnome-documents' search results overlaps
enough with the "Recent Items" provider to justify its removal.
https://bugzilla.gnome.org/show_bug.cgi?id=670150
js/Makefile.am | 2 -
js/misc/docInfo.js | 136 ------------------
js/ui/docDisplay.js | 49 -------
js/ui/overview.js | 2 -
src/Makefile.am | 2 -
src/shell-doc-system.c | 368 ------------------------------------------------
src/shell-doc-system.h | 47 ------
7 files changed, 0 insertions(+), 606 deletions(-)
---
diff --git a/js/Makefile.am b/js/Makefile.am
index 6780617..7850460 100644
--- a/js/Makefile.am
+++ b/js/Makefile.am
@@ -24,7 +24,6 @@ nobase_dist_js_DATA = \
gdm/systemd.js \
extensionPrefs/main.js \
misc/config.js \
- misc/docInfo.js \
misc/extensionUtils.js \
misc/fileUtils.js \
misc/format.js \
@@ -49,7 +48,6 @@ nobase_dist_js_DATA = \
ui/dash.js \
ui/dateMenu.js \
ui/dnd.js \
- ui/docDisplay.js \
ui/endSessionDialog.js \
ui/environment.js \
ui/extensionSystem.js \
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 9db4c3d..b274a8c 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -14,7 +14,6 @@ const AppDisplay = imports.ui.appDisplay;
const ContactDisplay = imports.ui.contactDisplay;
const Dash = imports.ui.dash;
const DND = imports.ui.dnd;
-const DocDisplay = imports.ui.docDisplay;
const Lightbox = imports.ui.lightbox;
const Main = imports.ui.main;
const MessageTray = imports.ui.messageTray;
@@ -208,7 +207,6 @@ const Overview = new Lang.Class({
this.addSearchProvider(new AppDisplay.AppSearchProvider());
this.addSearchProvider(new AppDisplay.SettingsSearchProvider());
this.addSearchProvider(new PlaceDisplay.PlaceSearchProvider());
- this.addSearchProvider(new DocDisplay.DocSearchProvider());
this.addSearchProvider(new ContactDisplay.ContactSearchProvider());
// Load remote search providers provided by applications
diff --git a/src/Makefile.am b/src/Makefile.am
index b512b41..d67f4fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -105,7 +105,6 @@ shell_public_headers_h = \
shell-app-system.h \
shell-app-usage.h \
shell-contact-system.h \
- shell-doc-system.h \
shell-embedded-window.h \
shell-generic-container.h \
shell-gtk-embed.h \
@@ -152,7 +151,6 @@ libgnome_shell_la_SOURCES = \
shell-app-system.c \
shell-app-usage.c \
shell-contact-system.c \
- shell-doc-system.c \
shell-embedded-window.c \
shell-generic-container.c \
shell-gtk-embed.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]