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
64282f800a
[168977][api][refactor] - stage 3.3
...
- moved Host from org.eclipse.rse.model to org.eclipse.rse.core.model and from the UI plugin to the core plugin.
2007-03-27 20:10:10 +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
3fdff2f490
[168977][api][refactor] - stage 3.1
...
- moved AbstractConnectorService, AbstractDelegatingConnectorService, AbstractResource, AbstractConnectorServiceManager, and DummyHost from UI plugin to the core plugin.
- moved DummyHost from org.eclipse.rse.model to org.eclipse.rse.internal.model
2007-03-27 19:17:54 +00:00
David Dykstal
9c0c8ae2e6
[168977][api][refactor] - stage 2.7
...
- moved ISystemRegistryUI.updateHost to ISystemRegistry.
2007-03-27 18:42:44 +00:00
David Dykstal
f4e0d37785
[168977][api][refactor] - stage 2.6
...
- dropped Shell parameter from ISystemRegistryUI.updateHost. This will allow updateHost to be moved to ISystemRegistry.
2007-03-27 18:31:10 +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
Uwe Stieber
d3ba9e3301
[fix] [preferences] Default system type combo does show ids instead of UI labels
2007-03-27 13:30:21 +00:00
David McKnight
41591dc0dc
[174299] changes to use findItems() where possible instead of recursive methods.
2007-03-26 20:32:15 +00:00
David McKnight
5c0f8d20e5
[174299] phase one - comparator and set to use hashmap. Still need to change system view to avoid recursiveFind methods.
2007-03-26 17:36:53 +00:00
David McKnight
f9da65fbf0
[174299] serivce subsystems need to be identified by the service type, not the service name. In order to retrieve the correct subsystem model object via hashmap, the absolute name of the subsystem must be the same regardless of service implemnetation.
2007-03-26 17:32:53 +00:00
Uwe Stieber
986ebc1673
[179181] [api] Dynamic system type provider need a hook to add dynamic system type specific toolbar groups
2007-03-25 10:49:30 +00:00
Uwe Stieber
3c59fa5265
[fix] ClassNotFoundException: org.eclipse.rse.core.RemoteSystemsProject
2007-03-24 12:25:57 +00:00
Martin Oberhuber
a9f122b7ad
[cleanup] organize Manifests: remove obsolete property keys
2007-03-22 10:49:56 +00:00
David McKnight
0d394bfe0d
[178599] core.internal -> internal.core
2007-03-21 17:04:01 +00:00
David McKnight
eb5e8d9e67
[178599] simple refactorings
2007-03-21 16:59:10 +00:00
David McKnight
b7e888a529
[177155] some cleanup/refactorings that prevent startup exception with getting remote systems project
2007-03-21 16:35:00 +00:00
David McKnight
eecef5a622
[178490] added:
...
ImageDescriptor getSystemFilterPoolImage(ISystemFilterPoolReference fpRef);
ImageDescriptor getSystemFilterImage(ISystemFilterReference fRef);
Original implementations kept so that original behaviour can be maintained.
2007-03-21 15:27:27 +00:00
David McKnight
c81f8accff
[177155] rse initialization in job
2007-03-21 15:24:46 +00:00
David McKnight
51cad71182
[153652] allowing for drag and drop stuff that for some reason didn't get committed last week
2007-03-21 15:19:54 +00:00
David McKnight
d8fff26c00
null check that for some reason didn't get committed when I made the change a week ago
2007-03-21 15:19:11 +00:00
Uwe Stieber
19820790fc
[178548] Contributed actions should be added last in fillContextMenu()
2007-03-21 14:55:27 +00:00
Uwe Stieber
05571eb87d
[178540] RSEMainNewConnectionWizard does not compile against I20070320-0010
2007-03-21 14:26:26 +00:00
David Dykstal
0478fb95fa
[168977] - updating package documentation
2007-03-20 16:36:53 +00:00
David Dykstal
178f374a52
[168977][api][refactor] - stage 2.4
...
- introduce "credentials" terminology to methods that needed it
- began moving "requiresUserId" and "requiresPassword" from connector service API to credentials providers
2007-03-20 15:09:08 +00:00
Uwe Stieber
684e3b0a7e
[178020] [178021] [178023] IActionFilter related API changes
2007-03-19 11:02:20 +00:00
Uwe Stieber
4ec2eb27a9
[177930] [api] Remove unnecessary and unused convienence getXXXAdapter() methods from SystemViewAdapterFactory
2007-03-18 13:00:06 +00:00
David Dykstal
cfabc043fe
[177731][refactor]Connection names and filter pool names were restricted to being folder names by their validators. Filter names were restricted to being file names by the filter name validator. These have been refactored so that they now only require unique strings within their container.
2007-03-16 16:47:24 +00:00
Uwe Stieber
a9d61fdbac
[fix] [api] Unify action contribution methods in ISubSystemConfigurationAdapter
2007-03-16 16:12:37 +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
Uwe Stieber
d2af81b435
[fix] additions menu group contribution to new sub menu used wrong base menu group id
2007-03-15 16:40:52 +00:00
Uwe Stieber
734ad54b12
[fix] Menu group marker "additions" not consistently added to new sub menu
2007-03-15 15:30:59 +00:00
Uwe Stieber
1071df698c
[177537] [api] Dynamic system type provider need a hook to add dynamic system type specific menu groups
2007-03-15 15:06:36 +00:00
David Dykstal
82e6b26c11
[cleanup] fix misspelling in message
2007-03-15 00:25:03 +00:00
Uwe Stieber
0fadb43989
[cleanup] Remove obsolete ISystemShellProvider interface (replaced by Eclipse IShellProvider)
2007-03-14 10:04:38 +00:00
Uwe Stieber
6f56ef8409
[cleanup] remove unused interface IRSEUIRegistry + related methods + related implementation
2007-03-13 16:53:39 +00:00
Martin Oberhuber
5fc954d25e
[cleanup][174945] Remove IBM_logo*, system390*, system400*, systemaix* icons
2007-03-13 14:40:31 +00:00
Uwe Stieber
511bae1cb6
[fix] Set global action definition ids to enable keyboard shortcuts for common actions
2007-03-13 09:26:35 +00:00
David McKnight
d2b750e0fd
[163392] prevent duplicates from being added to tree in add events
2007-03-12 18:10:29 +00:00
David McKnight
0bb3fc01d8
[153652] allowing for drag and drop from windows explorer
2007-03-12 16:53:40 +00:00
David McKnight
100ee92f16
[153652] allowing for drag and drop to project explorer.
2007-03-12 16:40:12 +00:00
David McKnight
eb95878b72
[153652] allowing for drag and drop to project explorer.
2007-03-12 16:25:57 +00:00
David McKnight
788bc12703
[153652] allowing for drag and drop to project explorer.
2007-03-12 16:20:10 +00:00
Uwe Stieber
76fe278b7b
[fix] [163392] First connection created is shown duplicate in tree
2007-03-12 15:57:43 +00:00
Martin Oberhuber
1d0c7d6434
[fix] broken N-build: add missing methods to AbstractDelegatingConnectorService after refactoring
2007-03-12 10:55:15 +00:00
Uwe Stieber
051ba6c466
[fix] System type is not disabled if no subsystems are registered for the specific system type
2007-03-11 15:20:32 +00:00
David Dykstal
f408d0f68c
[168977][api][refactor] - stage 2.2
...
- Completing server launching protocol in the IConnectorService
- Completing new javadoc in IConnectorService
- Removing notify methods from IConnectorService - not API - making protected in the implementation
- made non-overridable methods final in SuperAbstractConnectorService.
2007-03-08 20:55:57 +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
Uwe Stieber
1452a4c0bf
[fix] [155773] New connection also show systemTypes without registered subsystem
2007-03-08 12:51:42 +00:00