### Eclipse Workspace Patch 1.0 #P org.eclipse.tm.terminal.view Index: src/org/eclipse/tm/internal/terminal/view/ViewMessages.properties =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/ViewMessages.properties,v retrieving revision 1.10 diff -u -r1.10 ViewMessages.properties --- src/org/eclipse/tm/internal/terminal/view/ViewMessages.properties 15 Jul 2008 22:40:43 -0000 1.10 +++ src/org/eclipse/tm/internal/terminal/view/ViewMessages.properties 1 Feb 2009 12:37:50 -0000 @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2008 Wind River Systems, Inc. and others. +# Copyright (c) 2003, 2009 Wind River Systems, Inc. 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 @@ -15,6 +15,7 @@ # Martin Oberhuber (Wind River) - fixed copyright headers and beautified # Michael Scharf (Wind River) - [240023] Get rid of the terminal's "Pin" button # Martin Oberhuber (Wind River) - [206917] Add validation for Terminal Settings +# Martin Oberhuber (Wind River) - [262996] get rid of TerminalState.OPENED ############################################################################### NO_CONNECTION_SELECTED = No Connection Selected PROP_TITLE = Terminal @@ -35,7 +36,6 @@ STATE_CONNECTED = CONNECTED STATE_CONNECTING = CONNECTING... -STATE_OPENED = OPENED STATE_CLOSED = CLOSED CANNOT_INITIALIZE = Cannot initialize {0}:\n{1} Index: src/org/eclipse/tm/internal/terminal/view/ViewMessages.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/ViewMessages.java,v retrieving revision 1.10 diff -u -r1.10 ViewMessages.java --- src/org/eclipse/tm/internal/terminal/view/ViewMessages.java 15 Jul 2008 22:40:43 -0000 1.10 +++ src/org/eclipse/tm/internal/terminal/view/ViewMessages.java 1 Feb 2009 12:37:50 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2008 Wind River Systems, Inc. and others. + * Copyright (c) 2003, 2009 Wind River Systems, Inc. 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 @@ -15,6 +15,7 @@ * Martin Oberhuber (Wind River) - fixed copyright headers and beautified * Michael Scharf (Wind River) - [240023] Get rid of the terminal's "Pin" button * Martin Oberhuber (Wind River) - [206917] Add validation for Terminal Settings + * Martin Oberhuber (Wind River) - [262996] get rid of TerminalState.OPENED *******************************************************************************/ package org.eclipse.tm.internal.terminal.view; @@ -43,7 +44,6 @@ public static String STATE_CONNECTED; public static String STATE_CONNECTING; - public static String STATE_OPENED; public static String STATE_CLOSED; public static String CANNOT_INITIALIZE; Index: src/org/eclipse/tm/internal/terminal/view/TerminalView.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalView.java,v retrieving revision 1.34 diff -u -r1.34 TerminalView.java --- src/org/eclipse/tm/internal/terminal/view/TerminalView.java 30 Jan 2009 04:43:46 -0000 1.34 +++ src/org/eclipse/tm/internal/terminal/view/TerminalView.java 1 Feb 2009 12:37:50 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2008 Wind River Systems, Inc. and others. + * Copyright (c) 2003, 2009 Wind River Systems, Inc. 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 @@ -23,6 +23,7 @@ * Michael Scharf (Wind River) - [240023] Get rid of the terminal's "Pin" button * Michael Scharf (Wind River) - [196454] Initial connection settings dialog should not be blank * Michael Scharf (Wind River) - [241096] Secondary terminals in same view do not observe the "invert colors" Preference + * Michael Scharf (Wind River) - [262996] get rid of TerminalState.OPENED *******************************************************************************/ package org.eclipse.tm.internal.terminal.view; Index: src/org/eclipse/tm/internal/terminal/view/TerminalViewConnection.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalViewConnection.java,v retrieving revision 1.4 diff -u -r1.4 TerminalViewConnection.java --- src/org/eclipse/tm/internal/terminal/view/TerminalViewConnection.java 30 Jan 2009 04:43:46 -0000 1.4 +++ src/org/eclipse/tm/internal/terminal/view/TerminalViewConnection.java 1 Feb 2009 12:37:50 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008 Wind River Systems, Inc. and others. + * Copyright (c) 2008, 2009 Wind River Systems, Inc. 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 @@ -8,6 +8,7 @@ * Contributors: * Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - [240097] Allow paste with the middle mouse button + * Michael Scharf (Wind River) - [262996] get rid of TerminalState.OPENED *******************************************************************************/ /** * #P org.eclipse.tm.terminal.serial Index: src/org/eclipse/tm/internal/terminal/serial/SerialConnectWorker.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/src/org/eclipse/tm/internal/terminal/serial/SerialConnectWorker.java,v retrieving revision 1.10 diff -u -r1.10 SerialConnectWorker.java --- src/org/eclipse/tm/internal/terminal/serial/SerialConnectWorker.java 30 Jan 2009 04:43:50 -0000 1.10 +++ src/org/eclipse/tm/internal/terminal/serial/SerialConnectWorker.java 1 Feb 2009 12:37:52 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2008 Wind River Systems, Inc. and others. + * Copyright (c) 2003, 2009 Wind River Systems, Inc. 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 @@ -17,6 +17,7 @@ * Martin Oberhuber (Wind River) - [208029] COM port not released after quick disconnect/reconnect * Martin Oberhuber (Wind River) - [206884] Update Terminal Ownership ID to "org.eclipse.tm.terminal.serial" * Martin Oberhuber (Wind River) - [221184] Redesign Serial Terminal Ownership Handling + * Michael Scharf (Wind River) - [262996] get rid of TerminalState.OPENED *******************************************************************************/ package org.eclipse.tm.internal.terminal.serial; #P org.eclipse.tm.terminal Index: src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java,v retrieving revision 1.12 diff -u -r1.12 VT100Emulator.java --- src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java 30 Jan 2009 04:43:54 -0000 1.12 +++ src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java 1 Feb 2009 12:37:55 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2008 Wind River Systems, Inc. and others. + * Copyright (c) 2003, 2009 Wind River Systems, Inc. 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 @@ -15,6 +15,7 @@ * Martin Oberhuber (Wind River) - fixed copyright headers and beautified * Michael Scharf (Wind River) - [209746] There are cases where some colors not displayed correctly * Martin Oberhuber (Wind River) - [168197] Fix Terminal for CDC-1.1/Foundation-1.1 + * Michael Scharf (Wind River) - [262996] get rid of TerminalState.OPENED *******************************************************************************/ package org.eclipse.tm.internal.terminal.emulator; Index: src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java,v retrieving revision 1.4 diff -u -r1.4 TerminalState.java --- src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java 30 Jan 2009 04:43:55 -0000 1.4 +++ src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java 1 Feb 2009 12:37:55 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. + * Copyright (c) 2006, 2009 Wind River Systems, Inc. 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 @@ -8,6 +8,7 @@ * Contributors: * Michael Scharf (Wind River) - initial API and implementation * Martin Oberhuber (Wind River) - fixed copyright headers and beautified + * Michael Scharf (Wind River) - [262996] get rid of TerminalState.OPENED *******************************************************************************/ package org.eclipse.tm.internal.terminal.provisional.api;