Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Scholz2015-05-11 08:57:00 +0000
committerLars Vogel2015-05-11 09:13:53 +0000
commit84a6ff7fda669eeb3ee68d9ca064fc240942fae0 (patch)
tree132611f6574af4dcbff5ecead24c6cd0d752305a
parent5be223290cb525849bfe9a422ee736fe76e2b0ef (diff)
downloadeclipse.platform.ui-84a6ff7fda669eeb3ee68d9ca064fc240942fae0.tar.gz
eclipse.platform.ui-84a6ff7fda669eeb3ee68d9ca064fc240942fae0.tar.xz
eclipse.platform.ui-84a6ff7fda669eeb3ee68d9ca064fc240942fae0.zip
Bug 466080 - Remove "Presentation" theme as it overwrites other settings
without a way to restore Change-Id: Iffd3b0208e6bdd374cd068f38a51097abd9cedce Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.themes/css/e4_presentation_gtk.css21
-rw-r--r--bundles/org.eclipse.ui.themes/css/e4_presentation_mac.css21
-rw-r--r--bundles/org.eclipse.ui.themes/css/e4_presentation_win.css21
-rw-r--r--bundles/org.eclipse.ui.themes/plugin.properties1
-rw-r--r--bundles/org.eclipse.ui.themes/plugin.xml18
5 files changed, 0 insertions, 82 deletions
diff --git a/bundles/org.eclipse.ui.themes/css/e4_presentation_gtk.css b/bundles/org.eclipse.ui.themes/css/e4_presentation_gtk.css
deleted file mode 100644
index 9f7d5702064..00000000000
--- a/bundles/org.eclipse.ui.themes/css/e4_presentation_gtk.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2015 vogella GmbH and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Simon Scholz <simon.scholz@vogella.com> - initial API and implementation
- *******************************************************************************/
-
-@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_default_gtk.css");
-
-IEclipsePreferences#org-eclipse-ui-workbench {
- preferences: 'org.eclipse.jface.textfont=1|Monospace|16.0|0|GTK|1|';
-}
-
-IEclipsePreferences#org-eclipse-jdt-ui {
- preferences: 'org.eclipse.jface.textfont=1|Monospace|16.0|0|GTK|1|';
-}
-
diff --git a/bundles/org.eclipse.ui.themes/css/e4_presentation_mac.css b/bundles/org.eclipse.ui.themes/css/e4_presentation_mac.css
deleted file mode 100644
index 02c178d7e05..00000000000
--- a/bundles/org.eclipse.ui.themes/css/e4_presentation_mac.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2015 vogella GmbH and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Simon Scholz <simon.scholz@vogella.com> - initial API and implementation
- *******************************************************************************/
-
-@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_default_mac.css");
-
-IEclipsePreferences#org-eclipse-ui-workbench {
- preferences: 'org.eclipse.jface.textfont=1|Monaco|16.0|0|COCOA|1|Monaco';
-}
-
-IEclipsePreferences#org-eclipse-jdt-ui {
- preferences: 'org.eclipse.jface.textfont=1|Monaco|16.0|0|COCOA|1|Monaco';
-}
-
diff --git a/bundles/org.eclipse.ui.themes/css/e4_presentation_win.css b/bundles/org.eclipse.ui.themes/css/e4_presentation_win.css
deleted file mode 100644
index 568ea24fd34..00000000000
--- a/bundles/org.eclipse.ui.themes/css/e4_presentation_win.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2015 vogella GmbH and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Simon Scholz <simon.scholz@vogella.com> - initial API and implementation
- *******************************************************************************/
-
-@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_default_win7.css");
-
-IEclipsePreferences#org-eclipse-ui-workbench {
- preferences: 'org.eclipse.jface.textfont=1|Consolas|15.75|0|WINDOWS|1|-21|0|0|0|400|0|0|0|0|3|2|1|49|Consolas';
-}
-
-IEclipsePreferences#org-eclipse-jdt-ui {
- preferences: 'org.eclipse.jface.textfont=1|Consolas|15.75|0|WINDOWS|1|-21|0|0|0|400|0|0|0|0|3|2|1|49|Consolas';
-}
-
diff --git a/bundles/org.eclipse.ui.themes/plugin.properties b/bundles/org.eclipse.ui.themes/plugin.properties
index d2b1de7d7da..e9fe2032734 100644
--- a/bundles/org.eclipse.ui.themes/plugin.properties
+++ b/bundles/org.eclipse.ui.themes/plugin.properties
@@ -24,7 +24,6 @@ theme.solaris = Solaris
theme.aix = AIX
theme.hpux = HPUX
theme.high-contrast = High Contrast
-theme.presentation= Presentation (text font size of 16px)
#New theme element definitions
INACTIVE_UNSELECTED_TABS_COLOR_START=Inactive, unselected part color begin
diff --git a/bundles/org.eclipse.ui.themes/plugin.xml b/bundles/org.eclipse.ui.themes/plugin.xml
index d00b0201021..fca184a41b5 100644
--- a/bundles/org.eclipse.ui.themes/plugin.xml
+++ b/bundles/org.eclipse.ui.themes/plugin.xml
@@ -89,24 +89,6 @@
id="org.eclipse.e4.ui.css.theme.high-contrast"
label="%theme.high-contrast">
</theme>
- <theme
- basestylesheeturi="css/e4_presentation_gtk.css"
- id="org.eclipse.e4.ui.css.theme.e4_presentation"
- label="%theme.presentation"
- os="linux">
- </theme>
- <theme
- basestylesheeturi="css/e4_presentation_win.css"
- id="org.eclipse.e4.ui.css.theme.e4_presentation"
- label="%theme.presentation"
- os="win32">
- </theme>
- <theme
- basestylesheeturi="css/e4_presentation_mac.css"
- id="org.eclipse.e4.ui.css.theme.e4_presentation"
- label="%theme.presentation"
- os="macosx">
- </theme>
<themeAssociation
themeId="org.eclipse.e4.ui.css.theme.e4_classic"

Back to the top