[gnome-shell/wip/fmuellner/notification-redux: 53/88] st: Remove StTable
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux: 53/88] st: Remove StTable
- Date: Sun, 15 Feb 2015 17:35:14 +0000 (UTC)
commit 927f1922b627177eb39b55cb8af05a9e95e5eaf1
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jul 9 03:31:58 2013 +0200
st: Remove StTable
With all users moved over to ClutterTableLayout, we can now remove
our copy of the widget.
https://bugzilla.gnome.org/show_bug.cgi?id=703833
docs/reference/st/st-docs.sgml.in | 1 -
js/ui/environment.js | 1 -
src/Makefile-st.am | 5 -
src/st/st-table-child.c | 767 --------------------------
src/st/st-table-child.h | 124 -----
src/st/st-table-private.h | 34 --
src/st/st-table.c | 1064 -------------------------------------
src/st/st-table.h | 90 ----
tests/Makefile.am | 1 -
tests/interactive/table.js | 57 --
10 files changed, 0 insertions(+), 2144 deletions(-)
---
diff --git a/docs/reference/st/st-docs.sgml.in b/docs/reference/st/st-docs.sgml.in
index 22d1db4..f5df261 100644
--- a/docs/reference/st/st-docs.sgml.in
+++ b/docs/reference/st/st-docs.sgml.in
@@ -35,7 +35,6 @@
<xi:include href="xml/st-bin.xml"/>
<xi:include href="xml/st-box-layout.xml"/>
<xi:include href="xml/st-scroll-view.xml"/>
- <xi:include href="xml/st-table.xml"/>
</chapter>
<chapter id="styling">
diff --git a/js/ui/environment.js b/js/ui/environment.js
index a35c626..6fb23e3 100644
--- a/js/ui/environment.js
+++ b/js/ui/environment.js
@@ -81,7 +81,6 @@ function init() {
// Miscellaneous monkeypatching
_patchContainerClass(St.BoxLayout);
- _patchContainerClass(St.Table);
_patchLayoutClass(Clutter.TableLayout, { row_spacing: 'spacing-rows',
column_spacing: 'spacing-columns' });
diff --git a/src/Makefile-st.am b/src/Makefile-st.am
index db6cd8f..f44598e 100644
--- a/src/Makefile-st.am
+++ b/src/Makefile-st.am
@@ -64,8 +64,6 @@ st_source_h = \
st/st-scroll-bar.h \
st/st-scroll-view.h \
st/st-shadow.h \
- st/st-table.h \
- st/st-table-child.h \
st/st-texture-cache.h \
st/st-theme.h \
st/st-theme-context.h \
@@ -106,7 +104,6 @@ EXTRA_DIST += \
st_source_private_h = \
st/st-private.h \
- st/st-table-private.h \
st/st-theme-private.h \
st/st-theme-node-private.h \
st/st-theme-node-transition.h
@@ -133,8 +130,6 @@ st_source_c = \
st/st-scroll-bar.c \
st/st-scroll-view.c \
st/st-shadow.c \
- st/st-table.c \
- st/st-table-child.c \
st/st-texture-cache.c \
st/st-theme.c \
st/st-theme-context.c \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 74567f4..beecb46 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,6 @@ TEST_JS = \
interactive/inline-style.js \
interactive/scrolling.js \
interactive/scroll-view-sizing.js \
- interactive/table.js \
interactive/test-title.js \
interactive/transitions.js \
testcommon/100-200.svg \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]