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

26 commits

Author SHA1 Message Date
Martin Oberhuber
de734b6298 [cleanup] Update Copyrights 2007-06-05 10:56:52 +00:00
Martin Oberhuber
daddc54dae [186128][refactoring] Move IProgressMonitor last in public base classes 2007-05-14 09:44:39 +00:00
Martin Oberhuber
9244d48204 [186748][api] Move ISubSystemConfigurationAdapter from org.eclipse.rse.ui/subsystems/org.eclipse.rse.core.subsystems.util to org.eclipse.rse.ui.subsystems 2007-05-14 08:10:07 +00:00
Martin Oberhuber
7af0ea93c0 [177523][api] Unify singleton getter methods to use getInstance() 2007-05-10 12:40:20 +00:00
Martin Oberhuber
d31ac6c82c [182454] improve getAbsoluteName() documentation 2007-04-25 11:32:53 +00:00
Martin Oberhuber
e8dc372b54 [168975] Move RSE Events API to Core 2007-04-23 13:42:16 +00:00
Martin Oberhuber
a10fb47542 [cleanup] Remove unnecessary implementations 2007-04-03 17:00:55 +00:00
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
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
484a619cbf [172468] making rse.ui view stuff internal 2007-02-16 16:29:48 +00:00
David Dykstal
3a0efdabdc [api][171530] Add a setEditable to the SystemFilterStringEditPane hierarchy. 2007-02-06 04:12:17 +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
51093e5a56 Add Copyright Attribution for Wind River Patch 2006-10-24 13:54:21 +00:00
David McKnight
35604e44a8 rse.ui to rse.core refactoring 2006-08-31 17:37:25 +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 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
Martin Oberhuber
79ed051718 Add Examples.tutorial project 2006-07-13 08:27:43 +00:00