1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00
Commit graph

34 commits

Author SHA1 Message Date
David McKnight
33c837d99f [180575] applying patch + imples 2007-04-03 15:07:54 +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
aca3ef566f [168977][api][refactor] - stage 3.2
- introduced the AbstractCredentialsProvider into the CredentialsProvider hierarchy.
2007-03-27 19:59:47 +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
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
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
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
58fb2ec9ce bug 162177 - Rename additional occurrences of ISystem -> IConnectorService 2006-11-08 16:43:12 +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
51093e5a56 Add Copyright Attribution for Wind River Patch 2006-10-24 13:54:21 +00:00
David McKnight
38db57e05c Bug 160777 - use progress monitor for queries 2006-10-20 20:24:48 +00:00
David McKnight
35604e44a8 rse.ui to rse.core refactoring 2006-08-31 17:37:25 +00:00
David McKnight
400065dc6a fixes for 154302 - relaying exceptions back from fetch operations 2006-08-25 13:49:00 +00:00
David Dykstal
f13adf6055 bug 142471 - moved password/userid configuration from ISubSystemConfiguration to IConnectorService.
Updated all subsystem configurations and connector services.
Rewrote login dialog to make password or user id optional.
Rewrote AbstractConnectorService.promptForPassword to take advantage of new configuration parameters.
2006-08-15 22:07:27 +00:00
Martin Oberhuber
d94d5ac9f3 [cleanup] Rename Subsystem -> SubSystem in all method and class names 2006-08-10 12:52:38 +00:00
Martin Oberhuber
8adfb164bb [cleanup] Fix javadoc warnings 2006-08-10 12:32:22 +00:00
David Dykstal
25deb8be8d bug 149331 - Change some internal classes from public to private so they don't show up in the API reference. Modified tutorial and example to use ISystemFilter instead of SystemFilter. 2006-08-07 19:28:45 +00:00
David Dykstal
96842affa0 bug 150904 - getIconPath was changed back to providing the trailing "/".
All code using getIconPath (including samples and tutorials) was checked to ensure this was taken into account.
2006-08-07 15:45:56 +00:00
David Dykstal
836e33b3fe bug 149331 - moving AbstractResource to an API package from an internal package so that it appears as part of the API. 2006-08-01 16:36:47 +00:00
Martin Oberhuber
12e47b831d Fix bug 150490 - run remote command in a visible shell 2006-07-31 16:43:47 +00:00
David McKnight
27746a536e SubSystemFactory -> SubSystemConfiguration
Fix for Defect 150496
2006-07-31 16:21:36 +00:00
Martin Oberhuber
f355260209 Apply patch for bug 150929: handle supportsUserId() properly 2006-07-18 11:48:56 +00:00
David McKnight
e941ef943d getting rid of ibm strings 2006-07-14 18:16:03 +00:00
Martin Oberhuber
1642abfdd1 Add tutorials #1 and #2 2006-07-13 10:02:52 +00:00
Martin Oberhuber
79ed051718 Add Examples.tutorial project 2006-07-13 08:27:43 +00:00