1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00
Commit graph

85 commits

Author SHA1 Message Date
Martin Oberhuber
8c35ec2b5c [216252] canceled --> cancelled in comments 2008-04-12 00:12:51 +00:00
Martin Oberhuber
2198e60bb9 [216252] Revert CANCELED -> CANCELLED to restore 2.0.x compatibility 2008-04-11 23:39:56 +00:00
Martin Oberhuber
a7c5de4b79 [cleanup] Add API Analysis Nature to all projects 2008-04-03 08:59:04 +00:00
Martin Oberhuber
69c14379e8 [224799] Fix JSch encoding problems with arabic UTF-8 file names 2008-04-02 21:00:03 +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
aefa292547 [218880] Apply patch from Johnson Ma: UI for SSH keepalives 2008-03-12 12:07:48 +00:00
David McKnight
95d57f627a [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared 2008-02-28 22:12:39 +00:00
Martin Oberhuber
a90b60fc1c Update bundle version numbers as appropriate due to recent changes 2008-02-26 01:34:10 +00:00
David McKnight
a1ae13b84a [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible 2008-02-21 17:59:14 +00:00
David McKnight
da6667f889 [216252] CANCELLED -> CANCELED 2008-02-21 15:29:07 +00:00
David McKnight
b11a865805 [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
-this is phase 1...still need to get rid of duplicate messages
2008-02-20 21:25:04 +00:00
Martin Oberhuber
ea73d1cd2e [217891][cleanup] Avoid Javadoc warnings due to missing reference visibility 2008-02-05 19:46:59 +00:00
Martin Oberhuber
57506f1f0c Manifest: migrate Eclipse-LazyStart to Bundle-ActivationPolicy 2008-02-01 13:16:09 +00:00
Martin Oberhuber
83e30659ef [155026] Add hardcoded keepalives for SSH 2008-01-25 12:43:40 +00:00
Martin Oberhuber
1e46f2b6cd Rev up plugin and feature versions towards TM 3.0 2007-10-31 18:13:23 +00:00
Martin Oberhuber
a46672968f [203500] Support encodings for SSH Sftp and FTP paths 2007-09-26 22:50:53 +00:00
Martin Oberhuber
80c67c5af6 [198790] make SSH createSession() protected 2007-08-03 10:37:46 +00:00
Martin Oberhuber
a98b1c2a0c [186761] make the port setting configurable for Telnet and SSH 2007-07-04 16:21:48 +00:00
Martin Oberhuber
73bd0b6c03 [168291] Require jsch-0.1.31 2007-06-06 16:36:32 +00:00
Martin Oberhuber
78b99118e0 [189269] Add version range specifiers with all plugin dependencies. Make features require plugins. Avoid Discovery require RSE. 2007-06-06 13:06:29 +00:00
Martin Oberhuber
a924ffced5 Update about.html date for Europa 2007-05-29 20:30:45 +00:00
Martin Oberhuber
f687d1e8e4 Update Copyright Dates 2007-05-24 14:53:28 +00:00
Martin Oberhuber
10d919453e [168870] refactor org.eclipse.rse.core package of the UI plugin 2007-05-15 23:55:07 +00:00
Martin Oberhuber
5ba7489961 [186773][api] split ISystemRegistryUI from ISystemRegistry 2007-05-14 13:05:23 +00:00
Martin Oberhuber
2848dc80ff [175328] NPE on SSH Disconnect 2007-05-11 11:40:52 +00:00
Martin Oberhuber
e8dc372b54 [168975] Move RSE Events API to Core 2007-04-23 13:42:16 +00:00
Martin Oberhuber
5c4fec2dca Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 12:02:44 +00:00
Martin Oberhuber
69e3611f4f [175686] Get rid of Platform CVS Dependency: Configure SSH through new IJschService and Prefs 2007-04-05 15:14:15 +00:00
David Dykstal
6fcfbbd46e [168977][api][refactor] - stage 3.6
- renamed AbstractConnectorService to StandardConnectorService
- renamed SuperAbstractConnectorService to AbstractConnectorService

This completes the refactoring. Javadoc must now be written.
2007-03-28 15:43:42 +00:00
David Dykstal
afa5e999a1 [168977][api][refactor] - stage 3.4
- introduced AuthenticatingConnectorService as a superclass of AbstractConnectorService
- moved almost all methods from AbstractConnectorService to AuthenticatingConnectorService. AbstractConnectorService now handled the creation of the StandardCredentialsProvider for all subclasses.
- moved AbstractConnectorService back to UI with the intention of renaming it StandardConnectorService
- moved requiresPassword, supportsPassword, requiresUserId, and supportsUserId back to IConnectorService from ICredentialsProvider.
- removed SshCredentialsProvider and DStoreCredentialsProvider, their connector services can now use the StandardCredentialsProvider
2007-03-28 14:10:53 +00:00
David Dykstal
91db5014c0 [168977][api][refactor] - stage 2.5
- moved function from AbstractConnectorService into the StandardCredentialsProvider. All dialogs are now handled in the StandardCredentialsProvider.
- updated ICredentialsProvider, ICredentials, and IConnectorService
2007-03-27 18:10:52 +00:00
David Dykstal
52f4211900 [168977][api][refactor] - stage 2.3
- Introduced ICredentialsProvider implementations
- Refactored some AbstractConnectorService methods into the credentials providers
- Further simplified the concrete connector services
- made more methods final and explicitly indicated where overrides are allowed, required.
2007-03-16 16:00:22 +00:00
David Dykstal
927be1022e [168977][api][refactor] - stage 2.1
1) remove convenience methods from IConnectorService, propagate change to callers
2) remove the "cache" terminology as it is not meaningful
2007-03-08 17:20:51 +00:00
David Dykstal
c2580e2844 [168977][api][refactor] - stage 1
1) Create new ICredentials, ICredentialsProvider, and SuperAbstractConnectorService (temporary)
2) Move most non-password methods to SuperAbstractConnectorService.
3) Rationalize the user of ServerLaunchers.
4) make internalConnect and internalDisconnect abstract.
2007-03-07 21:44:36 +00:00
Uwe Stieber
d9e08a3526 [fix] [174966] IRSESystemType should have a getLabel() method for translatable label 2007-02-26 16:38:21 +00:00
Martin Oberhuber
8966310924 Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point) 2007-02-21 22:19:32 +00:00
David McKnight
484a619cbf [172468] making rse.ui view stuff internal 2007-02-16 16:29:48 +00:00
Martin Oberhuber
31c4b30bcb [cleanup] update copyright year 2007 2007-02-15 10:28:32 +00:00
Martin Oberhuber
f6f19182d7 [cleanup] update copyright year 2007 2007-02-15 10:01:26 +00:00
Martin Oberhuber
a47182cf82 [174263][api] make org.eclipse.rse.services.ssh internal 2007-02-15 09:36:54 +00:00
Martin Oberhuber
a8f117a9eb [174263][api] make org.eclipse.rse.connectorservice.ssh internal 2007-02-15 09:19:38 +00:00
Martin Oberhuber
76410247f4 [173619][api] Make RemoteUtil.createSocket() public available 2007-02-09 11:00:47 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
6f772365db [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:43:02 +00:00
David Dykstal
8383bc4c1d [171860] fixing CHKPII errors in translatable files 2007-01-26 20:43:13 +00:00
David Dykstal
efd4b990c9 [169370] add translation directives to property resource bundles 2007-01-02 22:14:24 +00:00
Martin Oberhuber
86a3c819ff Copy keylock image from cvs 2006-12-07 17:36:46 +00:00
Martin Oberhuber
f7e9a85365 Get rid of dependency to team.cvs, re-using Preferences directly by Strings 2006-12-07 17:16:35 +00:00
Martin Oberhuber
acf72cf5d3 Get rid of dependency to team.cvs, re-using Preferences directly by Strings 2006-12-07 17:14:44 +00:00
Martin Oberhuber
2439196220 Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed 2006-11-28 18:05:08 +00:00