[gnome-shell] Remove wanda
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Remove wanda
- Date: Tue, 29 Oct 2013 19:47:11 +0000 (UTC)
commit c0b45c9fc4cc0c1d4d1e0b952033df1cf73043bf
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Oct 29 15:44:52 2013 -0400
Remove wanda
It's been broken for quite a bit since we removed Panel.Animation,
and hasn't really ever worked with our new search results. It's also
the only non-remote provider left.
Maybe we'll add it back as a remote provider later, but for now, just
ditch it.
data/Makefile.am | 3 -
data/wanda.png | Bin 13683 -> 0 bytes
js/Makefile.am | 1 -
js/ui/viewSelector.js | 3 -
js/ui/wanda.js | 160 -------------------------------------------------
po/POTFILES.in | 1 -
6 files changed, 0 insertions(+), 168 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 13df74e..4f91709 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,3 @@
-wandadir = $(pkgdatadir)
-dist_wanda_DATA = wanda.png
-
desktopdir=$(datadir)/applications
desktop_DATA = gnome-shell.desktop gnome-shell-extension-prefs.desktop
if HAVE_MUTTER_WAYLAND
diff --git a/js/Makefile.am b/js/Makefile.am
index d614f4f..4fdbae8 100644
--- a/js/Makefile.am
+++ b/js/Makefile.am
@@ -107,7 +107,6 @@ nobase_dist_js_DATA = \
ui/unlockDialog.js \
ui/userWidget.js \
ui/viewSelector.js \
- ui/wanda.js \
ui/windowAttentionHandler.js \
ui/windowManager.js \
ui/workspace.js \
diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js
index 3cfa5cd..9e86288 100644
--- a/js/ui/viewSelector.js
+++ b/js/ui/viewSelector.js
@@ -19,7 +19,6 @@ const Search = imports.ui.search;
const SearchDisplay = imports.ui.searchDisplay;
const ShellEntry = imports.ui.shellEntry;
const Tweener = imports.ui.tweener;
-const Wanda = imports.ui.wanda;
const WorkspacesView = imports.ui.workspacesView;
const SHELL_KEYBINDINGS_SCHEMA = 'org.gnome.shell.keybindings';
@@ -114,8 +113,6 @@ const ViewSelector = new Lang.Class({
this._searchSettings.connect('changed::sort-order', Lang.bind(this, this._reloadRemoteProviders));
// Default search providers
- // Wanda comes obviously first
- this.addSearchProvider(new Wanda.WandaSearchProvider());
this.addSearchProvider(new AppDisplay.AppSearchProvider());
// Load remote search providers provided by applications
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c8fe2fd..6ec28e7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -52,7 +52,6 @@ js/ui/status/system.js
js/ui/status/volume.js
js/ui/unlockDialog.js
js/ui/viewSelector.js
-js/ui/wanda.js
js/ui/windowAttentionHandler.js
js/ui/windowManager.js
src/calendar-server/evolution-calendar.desktop.in.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]