[gnome-shell] genericDisplay: Remove unused module
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] genericDisplay: Remove unused module
- Date: Fri, 14 Jan 2011 21:31:44 +0000 (UTC)
commit 56f6c9c5f64e3907159ec8dcb0a48b752f227cf9
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Jan 14 22:15:53 2011 +0100
genericDisplay: Remove unused module
GenericDisplay used to provide a common base class for places and
recent items, none of which exists anymore. As of current mockups,
display items in "Finding and Reminding" should be based on
BaseIcon / IconGrid instead.
data/theme/gnome-shell.css | 36 ---
js/Makefile.am | 1 -
js/misc/docInfo.js | 3 +-
js/ui/genericDisplay.js | 693 --------------------------------------------
js/ui/overview.js | 1 -
5 files changed, 1 insertions(+), 733 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 58e1c73..05c9ce2 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -441,42 +441,6 @@ StTooltip StLabel {
spacing: 4px;
}
-/* GenericDisplay */
-
-.generic-display-container {
- spacing: 4px;
-}
-
-.generic-display-item {
- height: 50px;
- border-radius: 4px;
- color: #ffffff;
- font-size: 14px;
- spacing: 4px;
-}
-
-.generic-display-item:selected {
- background-color: rgba(79,111,173,0.66);
-}
-
-.generic-display-item-text {
- spacing: 4px;
-}
-
-.generic-display-item-description {
- font-size: 12px;
- color: #bababa;
-}
-
-.generic-display-details {
- font-size: 14px;
- color: #ffffff;
-}
-
-.generic-display-details-name {
- font-weight: bold;
-}
-
/* Apps */
.icon-grid {
diff --git a/js/Makefile.am b/js/Makefile.am
index 1b02f49..3a7a2da 100644
--- a/js/Makefile.am
+++ b/js/Makefile.am
@@ -24,7 +24,6 @@ nobase_dist_js_DATA = \
ui/endSessionDialog.js \
ui/environment.js \
ui/extensionSystem.js \
- ui/genericDisplay.js \
ui/iconGrid.js \
ui/lightbox.js \
ui/link.js \
diff --git a/js/misc/docInfo.js b/js/misc/docInfo.js
index 6888ced..a9332d9 100644
--- a/js/misc/docInfo.js
+++ b/js/misc/docInfo.js
@@ -60,8 +60,7 @@ function getDocManager() {
}
/**
- * DocManager wraps the DocSystem, primarily to expose DocInfo objects
- * which conform to the GenericDisplay item API.
+ * DocManager wraps the DocSystem, primarily to expose DocInfo objects.
*/
function DocManager() {
this._init();
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 08641ae..353d769 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -15,7 +15,6 @@ const AppDisplay = imports.ui.appDisplay;
const Dash = imports.ui.dash;
const DND = imports.ui.dnd;
const DocDisplay = imports.ui.docDisplay;
-const GenericDisplay = imports.ui.genericDisplay;
const Lightbox = imports.ui.lightbox;
const Main = imports.ui.main;
const MessageTray = imports.ui.messageTray;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]