1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00
Commit graph

306 commits

Author SHA1 Message Date
Martin Oberhuber
d25bcd82cc [cleanup] Update copyright year 2008 2008-05-29 21:58:39 +00:00
Martin Oberhuber
83bd97bcdf [231959][terminal][telnet] NPE in TelnetConnector.java (applied patch from Sean Adams) 2008-05-20 18:51:02 +00:00
Martin Oberhuber
972cf916ba [168186] Add Terminal User Docs 2008-05-07 14:48:03 +00:00
Martin Oberhuber
36d6d34a1a [221184] Redesign Serial Terminal Ownership Handling 2008-05-07 10:58:39 +00:00
Martin Oberhuber
386321b71b [227537] moved actions from terminal.view to terminal plugin (apply Patch from Anna Dushistova) 2008-04-25 20:20:45 +00:00
Martin Oberhuber
bbc8c41279 [227537] moved actions from terminal.view to terminal plugin (apply Patch from Anna Dushistova) 2008-04-25 20:14:53 +00:00
Martin Oberhuber
c5e8c11303 [cleanup] Fix Copyright Year 2008-04-17 10:13:57 +00:00
Michael Scharf
c18cb2eaa9 NEW - bug 224989: Support contributed services over Terminal connections
https://bugs.eclipse.org/bugs/show_bug.cgi?id=224989
2008-04-15 20:19:09 +00:00
Martin Oberhuber
8ecbc2063e [216252] canceled --> cancelled in comments 2008-04-12 00:21:08 +00:00
Martin Oberhuber
6bac5c3e7f [168197][terminal] Replace JFace MessagDialog by SWT MessageBox 2008-04-11 20:38:06 +00:00
Martin Oberhuber
316e8a1270 [168197] Fix Terminal for eRCP 2008-04-11 19:51:41 +00:00
Martin Oberhuber
2cfc3a2a1a [168197] Fix Terminal for CDC-1.1/Foundation-1.1 2008-04-11 19:50:19 +00:00
Martin Oberhuber
599d9de79c cvsignore bin in terminal.test 2008-04-11 19:33:00 +00:00
Martin Oberhuber
125a6d12b1 [226738] Create team-shared Launches for Terminal Tests 2008-04-11 19:30:24 +00:00
Martin Oberhuber
734d3e6b8e [226738] Create team-shared Launches for Terminal Tests 2008-04-11 19:25:10 +00:00
Martin Oberhuber
1941a62e16 [168197] Fix Terminal for CDC-1.1/Foundation-1.1 2008-04-11 18:57:46 +00:00
Martin Oberhuber
400e0612fa [168197] Fix Terminal for CDC-1.1/Foundation-1.1 2008-04-11 17:37:14 +00:00
Martin Oberhuber
a05bf8c8f8 [206884] Update Terminal Ownership ID to "org.eclipse.tm.terminal.serial" 2008-04-09 21:59:37 +00:00
Martin Oberhuber
ffd50c0b55 [cleanup] organize manifests 2008-04-09 19:55:57 +00:00
Michael Scharf
7085803193 bug 225853: [terminal][api][breaking] Abstract base class TerminalConnectorImpl should provide more default functionality
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225853

Applied patch by Martin Oberhuber
2008-04-05 00:24:14 +00:00
Martin Oberhuber
4fd8ea2b77 [225792][api][breaking] Rename SshConnector.getTelnetSettings() to getSshSettings() 2008-04-04 17:38:42 +00:00
Martin Oberhuber
5b0837cf7f [cleanup] Update Javadocs 2008-04-04 17:07:49 +00:00
Martin Oberhuber
8292c6761b [cleanup] Update Javadocs 2008-04-04 17:07:27 +00:00
Martin Oberhuber
76e2d6090d [cleanup] Fix copyright dates 2008-04-04 16:31:46 +00:00
Martin Oberhuber
3f754c0fc3 [cleanup] Fix Copyright 2008-04-04 16:22:14 +00:00
Martin Oberhuber
dc360b86c0 [200541] Update Javadocs 2008-04-04 16:09:43 +00:00
Martin Oberhuber
ebc6ee7a2c [200541] Update Javadocs 2008-04-04 16:04:44 +00:00
Martin Oberhuber
3edd78c8c8 [200541] Update Javadocs 2008-04-04 15:57:20 +00:00
Martin Oberhuber
f432d8aebd [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:36:12 +00:00
Martin Oberhuber
d25a0c1780 [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:26:40 +00:00
Martin Oberhuber
6e7c3f740e [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:25:53 +00:00
Martin Oberhuber
1692d941ab [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:23:10 +00:00
Martin Oberhuber
7cd42a7466 [cleanup] Fix typos 2008-04-04 14:58:14 +00:00
Michael Scharf
c91dfb4717 bug 200541: [terminal][api] TerminalConnectorProxy class should be removed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=200541
The attached patch contains the following changes:
- ITerminalConnectorInfo is gone
- ITerminalConnector is now the client interface
- the implmentation is in org.eclipse.tm.internal.terminal.connector.TerminalConnector
  (was TerminalConnectorExtension.TerminalConnectorProxy)
- TerminalConnector is adaptable and can be adapted to the TerminalConnectorImpl
- the terminalConnector extension now requires extensions to implement TerminalConnectorImpl
  (was ITerminalConnector before)
- a test added for TerminalConnector
2008-04-04 13:52:27 +00:00
Martin Oberhuber
875965c5f3 [cleanup] Disable API Tooling again for terminal test plugin 2008-04-03 08:01:23 +00:00
Martin Oberhuber
14af215d50 [cleanup] Add @noimplement and similar API Tools Javadoc Markup 2008-03-28 14:27:50 +00:00
Martin Oberhuber
ee32242b1a [cleanup] Fix plugin sizes in feature.xml 2008-03-28 13:54:17 +00:00
Martin Oberhuber
57e9f05d8b [cleanup] add compiler warning for missing parameter of standard javadoc tags 2008-03-28 13:24:14 +00:00
Martin Oberhuber
24ba529260 [cleanup] Switch on API Tooling checks for terminal and discovery 2008-03-16 20:19:58 +00:00
Martin Oberhuber
3ea93ca975 [cleanup] switch off unnecessary compiler warnings in terminal.tests project 2008-03-16 20:16:27 +00:00
Martin Oberhuber
cc6344612f [cleanup] Remove unused LIMITOUTPUT NLS String from Terminal 2008-03-16 20:15:07 +00:00
Martin Oberhuber
aefa292547 [218880] Apply patch from Johnson Ma: UI for SSH keepalives 2008-03-12 12:07:48 +00:00
Martin Oberhuber
7b9e0976b0 [196447] The optional terminal input line should be resizeable 2008-02-29 16:48:59 +00:00
Martin Oberhuber
8e6c6280f1 [cleanup] Remove tmMilestoneSiteName in features 2008-02-29 11:24:47 +00:00
Martin Oberhuber
f5147e4140 [cleanup] fix some comments and copyright dates 2008-02-26 02:54:00 +00:00
Martin Oberhuber
87e329df34 [cleanup] fix some comments and copyright dates 2008-02-26 02:43:54 +00:00
Martin Oberhuber
a48a60c97c Add ant dependency for test feature 2008-02-13 18:53:14 +00:00
Martin Oberhuber
e86b9f140f Dont unpack terminal test plugin 2008-02-13 18:45:22 +00:00
Martin Oberhuber
f838ddaca2 Add terminal test suites for automatic execution 2008-02-13 18:03:44 +00:00
Martin Oberhuber
ff1ad7c1ef Fix tm.terminal.test-feature id 2008-02-13 17:35:59 +00:00