[gnome-shell] Delete Tidy
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Delete Tidy
- Date: Thu, 27 Aug 2009 06:00:32 +0000 (UTC)
commit 003807334ba82f7236b585a47cf7a8fbd72b07e1
Author: Colin Walters <walters verbum org>
Date: Wed Aug 19 19:35:02 2009 -0400
Delete Tidy
It wasn't used any more.
js/ui/altTab.js | 6 +-
js/ui/appDisplay.js | 1 -
js/ui/genericDisplay.js | 1 -
src/Makefile-tidy.am | 89 ----
src/Makefile.am | 22 +-
src/tidy/tidy-enum-types.c.in | 30 --
src/tidy/tidy-enum-types.h.in | 25 -
src/tidy/tidy-grid.c | 1044 -----------------------------------------
src/tidy/tidy-grid.h | 99 ----
src/tidy/tidy-marshal.list | 8 -
10 files changed, 3 insertions(+), 1322 deletions(-)
---
diff --git a/js/ui/altTab.js b/js/ui/altTab.js
index d2a2711..745d0dc 100644
--- a/js/ui/altTab.js
+++ b/js/ui/altTab.js
@@ -44,10 +44,8 @@ AltTabPopup.prototype = {
spacing: POPUP_GRID_SPACING,
orientation: Big.BoxOrientation.VERTICAL });
- // Icon grid. It would be nice to use Tidy.Grid for the this,
- // but Tidy.Grid is lame in various ways. (Eg, it seems to
- // have a minimum size of 200x200.) So we create a vertical
- // Big.Box containing multiple horizontal Big.Boxes.
+ // Icon grid. TODO: Investigate Nbtk.Grid once that lands. Currently
+ // just implemented using a chain of Big.Box.
this._grid = new Big.Box({ spacing: POPUP_GRID_SPACING,
orientation: Big.BoxOrientation.VERTICAL });
let gcenterbox = new Big.Box({ orientation: Big.BoxOrientation.HORIZONTAL,
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 8af912b..b313605 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -6,7 +6,6 @@ const Pango = imports.gi.Pango;
const GLib = imports.gi.GLib;
const Gio = imports.gi.Gio;
const Gtk = imports.gi.Gtk;
-const Tidy = imports.gi.Tidy;
const Shell = imports.gi.Shell;
const Lang = imports.lang;
const Signals = imports.signals;
diff --git a/js/ui/genericDisplay.js b/js/ui/genericDisplay.js
index 6099118..2679c57 100644
--- a/js/ui/genericDisplay.js
+++ b/js/ui/genericDisplay.js
@@ -10,7 +10,6 @@ const Mainloop = imports.mainloop;
const Pango = imports.gi.Pango;
const Signals = imports.signals;
const Shell = imports.gi.Shell;
-const Tidy = imports.gi.Tidy;
const Button = imports.ui.button;
const DND = imports.ui.dnd;
diff --git a/src/Makefile.am b/src/Makefile.am
index c57594b..d5fa188 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,7 +19,6 @@ gnome-shell: gnome-shell.in
CLEANFILES += gnome-shell
EXTRA_DIST += gnome-shell.in
-include Makefile-tidy.am
include Makefile-big.am
include Makefile-gdmuser.am
include Makefile-tray.am
@@ -152,7 +151,7 @@ libgnome_shell_la_LIBADD = \
libgnome_shell_la_CPPFLAGS = $(gnome_shell_cflags)
typelibdir = $(pkglibdir)
-typelib_DATA = Shell-0.1.typelib Tidy-1.0.typelib Big-1.0.typelib
+typelib_DATA = Shell-0.1.typelib Big-1.0.typelib
Shell-0.1.gir: $(mutter) $(G_IR_SCANNER) Big-1.0.gir libgnome-shell.la Makefile
$(AM_V_GEN) $(G_IR_SCANNER) \
@@ -180,25 +179,6 @@ Shell-0.1.typelib: libgnome-shell.la Shell-0.1.gir Big-1.0.gir
Shell-0.1.gir -o $@
CLEANFILES += Shell-0.1.typelib
-Tidy-1.0.gir: $(mutter) $(G_IR_SCANNER) libgnome-shell.la libtidy-1.0.la Makefile
- $(AM_V_GEN) $(G_IR_SCANNER) \
- --namespace=Tidy \
- --nsversion=1.0 \
- --include=Clutter-1.0 \
- --program=mutter \
- --program-arg=--mutter-plugins=$$(pwd)/libgnome-shell.la \
- $(addprefix $(srcdir)/,$(tidy_source_h)) \
- $(addprefix $(srcdir)/,$(tidy_source_c)) \
- $(srcdir)/tidy-enum-types.h \
- $(tidy_cflags) \
- -o $@
-CLEANFILES += Tidy-1.0.gir
-
-Tidy-1.0.typelib: libtidy-1.0.la Tidy-1.0.gir
- $(AM_V_GEN) LD_LIBRARY_PATH=.$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH} \
- $(G_IR_COMPILER) Tidy-1.0.gir -o $@
-CLEANFILES += Tidy-1.0.typelib
-
Big-1.0.gir: $(mutter) $(G_IR_SCANNER) libgnome-shell.la libbig-1.0.la Makefile
$(AM_V_GEN) $(G_IR_SCANNER) \
--namespace=Big \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]