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

108 commits

Author SHA1 Message Date
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
aca3ef566f [168977][api][refactor] - stage 3.2
- introduced the AbstractCredentialsProvider into the CredentialsProvider hierarchy.
2007-03-27 19:59:47 +00:00
Martin Oberhuber
a9f122b7ad [cleanup] organize Manifests: remove obsolete property keys 2007-03-22 10:49:56 +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
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
f529020974 Fix feature dependency pattern matching., and names of inferior features 2007-02-23 12:08:08 +00:00
Martin Oberhuber
e69ec9a67a [175245] spell out feature neames for Europa site 2007-02-23 11:14:24 +00:00
Martin Oberhuber
8f9eba4858 [175241] Reference Milestone Update Site in all features 2007-02-23 10:15:34 +00:00
Martin Oberhuber
a6a0d166e8 [cleanup] fix copyright year 2007 2007-02-22 22:17:35 +00:00
David Dykstal
026349d699 [174770][doc] removing  , adding missing closing tags, fixing nesting and ids. 2007-02-22 21:15:24 +00:00
Martin Oberhuber
48a0171523 [175108] fix feature dependencies for Europa "Select Required" (workaround UM bug 175004) 2007-02-22 14:15:27 +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
Martin Oberhuber
a964b0333d [cleanup] organize imports 2007-02-19 09:18:45 +00:00
Martin Oberhuber
6ed4f11856 [172468] move SubSystemConfigurationAdapter back into API since it is used by examples, and having an abstract base class for ISubSystemConfigurationAdapter makes us more flexible. 2007-02-19 09:06:28 +00:00
David McKnight
81d2c5fae0 [170627] use IContextObject for hasChildren 2007-02-16 20:48:28 +00:00
David McKnight
484a619cbf [172468] making rse.ui view stuff internal 2007-02-16 16:29:48 +00:00
David McKnight
37897c0bdd [170627] changed views to use IContextObject during queries 2007-02-15 17:32:02 +00:00
Martin Oberhuber
ab3919c38a [162081] Get rid of subsystemConfigurations attribute "supportsAllSystemTypes". Fix Discovery usage of systemTypeIds. 2007-02-12 12:01:36 +00:00
Uwe Stieber
55e4312233 [162081] deprecated "systemTypes" attribute of subsystemConfigurations extension point has been removed 2007-02-10 17:17:29 +00:00
Uwe Stieber
523eabbdf3 [162081] "systemTypes" attribute of subsystemConfigurations extension point marked deprecated 2007-02-09 14:16:47 +00:00
David McKnight
6191ec4a50 [173143] removing remote property page and remote popup menu extension points 2007-02-06 19:13:50 +00:00
David Dykstal
3a0efdabdc [api][171530] Add a setEditable to the SystemFilterStringEditPane hierarchy. 2007-02-06 04:12:17 +00:00
Martin Oberhuber
dd3254b0fd [cleanup] Fix RSE internal package access 2007-01-30 21:43:52 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
39d251f697 [cleanup] define access rules for marking internal package access discouraged 2007-01-30 21:19:45 +00:00
Martin Oberhuber
c0aba974ab [cleanup] avoid Platform internal access 2007-01-30 20:48:57 +00:00
Martin Oberhuber
6f772365db [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:43:02 +00:00
Martin Oberhuber
04a6a8827b Compiler warnings: error for discouraged references 2007-01-30 18:55:55 +00:00
David Dykstal
efd4b990c9 [169370] add translation directives to property resource bundles 2007-01-02 22:14:24 +00:00
David Dykstal
80b81746e1 [cleanup] remove warnings from tutorial 2006-12-21 17:30:24 +00:00
Martin Oberhuber
9f53307364 Fix branding plugin bundle name vs. feature name (workaround platform bug [168188]) 2006-12-15 10:40:07 +00:00
Martin Oberhuber
65622aa27e [158784] Apply patch for specifying gdbserver name, port and debugger options. 2006-12-12 14:54: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
Martin Oberhuber
a0dab58c44 Force J2SE-1.4 compatibility on all plugins by
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
Martin Oberhuber
4894b3e8a6 [cleanup] compiler warnings 2006-11-28 13:43:46 +00:00
Martin Oberhuber
2d7ba36e38 Bug 161777: Rename HostShellAdapter -> HostShellProcessAdapter 2006-11-16 10:07:44 +00:00
Martin Oberhuber
b6eff0b6ac Bug 161777 - move HostShellAdapter, HostShellOutputStream to org.eclipse.rse.services.shells 2006-11-16 10:05:11 +00:00
Martin Oberhuber
087fc65285 Apply patch for bug 161777: Javadoc for HostShellAdapter, HostShellOutputStream 2006-11-16 09:39:07 +00:00
Martin Oberhuber
8215dbe474 Fix problem displaying remotecdt help in embedded internet explorer control 2006-11-11 00:24:20 +00:00
Martin Oberhuber
a111191e75 Add context help for remotecdt launch 2006-11-10 22:31:17 +00:00
Martin Oberhuber
4f8e836a47 Fix 158529: Migrate remotecdt docs to HTML / TOC format 2006-11-10 21:08:48 +00:00
Martin Oberhuber
58fb2ec9ce bug 162177 - Rename additional occurrences of ISystem -> IConnectorService 2006-11-08 16:43:12 +00:00
Martin Oberhuber
1b56b5d133 Redo providerName="Eclipse.org" as suggested by Bjorn 2006-10-31 11:11:19 +00:00
Martin Oberhuber
5aa266c4ce Add sample code for running invisible commands 2006-10-27 02:10:27 +00:00
Martin Oberhuber
43613a11b6 New code for running command invisibly 2006-10-26 23:49:22 +00:00
Martin Oberhuber
7a194919a8 adapt to IHostOutput API (bug 161773, 158312) 2006-10-26 21:07:11 +00:00
Martin Oberhuber
6830fded46 about.properties: Eclipse Contributors --> IBM Corporation and others 2006-10-25 13:28:21 +00:00
Martin Oberhuber
89d85fcec8 Externalize vendor="%providerName" in plugin.xml 2006-10-25 13:16:53 +00:00
Martin Oberhuber
51a24341d1 Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion 2006-10-25 11:57:54 +00:00