[gnome-shell] Revert "wobbly"



commit 5faef316b8de441ef4918470ec330828df00978c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Sep 5 14:51:01 2014 -0700

    Revert "wobbly"
    
    This reverts commit 6751ca4c18971a9f34accde8587f7bee0f78ef8a.
    
    As fun as it is, I don't think we want this by default.

 js/js-resources.gresource.xml |    1 -
 js/ui/windowManager.js        |    3 -
 js/ui/wobbly.js               |  130 -------------------------
 src/Makefile.am               |    2 -
 src/shell-wobbly-effect.c     |  216 -----------------------------------------
 src/shell-wobbly-effect.h     |   55 -----------
 6 files changed, 0 insertions(+), 407 deletions(-)
---
diff --git a/js/js-resources.gresource.xml b/js/js-resources.gresource.xml
index 4206f4c..c99189c 100644
--- a/js/js-resources.gresource.xml
+++ b/js/js-resources.gresource.xml
@@ -90,7 +90,6 @@
     <file>ui/windowAttentionHandler.js</file>
     <file>ui/windowMenu.js</file>
     <file>ui/windowManager.js</file>
-    <file>ui/wobbly.js</file>
     <file>ui/workspace.js</file>
     <file>ui/workspaceSwitcherPopup.js</file>
     <file>ui/workspaceThumbnail.js</file>
diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
index 397af89..101f9a8 100644
--- a/js/ui/windowManager.js
+++ b/js/ui/windowManager.js
@@ -17,7 +17,6 @@ const Main = imports.ui.main;
 const ModalDialog = imports.ui.modalDialog;
 const Tweener = imports.ui.tweener;
 const WindowMenu = imports.ui.windowMenu;
-const Wobbly = imports.ui.wobbly;
 
 const SHELL_KEYBINDINGS_SCHEMA = 'org.gnome.shell.keybindings';
 const MAXIMIZE_WINDOW_ANIMATION_TIME = 0.15;
@@ -812,8 +811,6 @@ const WindowManager = new Lang.Class({
         gesture = new AppSwitchAction();
         gesture.connect('activated', Lang.bind(this, this._switchApp));
         global.stage.add_action(gesture);
-
-        this._wobblyWindows = new Wobbly.WobblyWindowManager();
     },
 
     _lookupIndex: function (windows, metaWindow) {
diff --git a/src/Makefile.am b/src/Makefile.am
index 98ec9d5..a73eaae 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -102,7 +102,6 @@ shell_public_headers_h =            \
        shell-util.h                    \
        shell-window-tracker.h          \
        shell-wm.h                      \
-       shell-wobbly-effect.h           \
        $(NULL)
 
 if HAVE_NETWORKMANAGER
@@ -168,7 +167,6 @@ libgnome_shell_sources =            \
        shell-util.c                    \
        shell-window-tracker.c          \
        shell-wm.c                      \
-       shell-wobbly-effect.c           \
        $(NULL)
 
 libgnome_shell_built_sources =         \


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