1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-17 14:05:23 +02:00
Commit graph

1111 commits

Author SHA1 Message Date
David McKnight
f3ad795632 [176603] new connect(IProgressMonitor) api for ISubsystem 2007-04-02 17:13:12 +00:00
David McKnight
0925b3dbd9 [178599] fix bundle name 2007-04-02 15:35:12 +00:00
David McKnight
ece34284eb [178599] public interfaces can't import private interfaces 2007-04-02 15:03:43 +00:00
David Dykstal
895374834f [170920] moved packages and data from org.eclipse.rse.logging plugin to org.eclipse.rse.core and org.eclipse.rse.ui. 2007-03-30 21:32:36 +00:00
David Dykstal
4c5a65137c [180274] Moving types from org.eclipse.rse.filters to org.eclipse.rse.core.filters 2007-03-30 19:14:36 +00:00
David Dykstal
fa9cfcc53c [180270] do not allow clearing the credentials while acquiring them 2007-03-30 18:44:48 +00:00
David Dykstal
1af52ca7e7 [cleanup] organize imports 2007-03-30 13:37:08 +00:00
David Dykstal
31aa7c0abf [180091] StandardCredentialsProvider should not get its shell from the workbench. 2007-03-30 13:33:55 +00:00
David McKnight
71205e11f4 [178599] refactorings 2007-03-30 13:17:33 +00:00
Martin Oberhuber
6f881aa488 Fix broken N-build after moving filters to core 2007-03-30 12:10:11 +00:00
Javier Montalvo Orus
a0ce5e63f6 [170911] [plan] Improve Discovery and Autodetect in RSE 2007-03-30 10:42:24 +00:00
David McKnight
e2f8aa16b5 [178599] filter dialog refactorings 2007-03-29 20:41:09 +00:00
David Dykstal
32d22fb8a7 [168973] Stage 3 - move filter packages to core plugin 2007-03-29 20:40:40 +00:00
David McKnight
d37f321044 [178599] rse.ui dialogs to internal 2007-03-29 20:12:21 +00:00
David Dykstal
52f45406a8 [168973] Stage 2 - remove UI dependencies 2007-03-29 20:05:48 +00:00
David McKnight
ff1ae16007 [178599] more refactorings 2007-03-29 18:56:15 +00:00
David McKnight
99e2faec17 [178599] access to print table action 2007-03-29 17:54:18 +00:00
Martin Oberhuber
cf9a016317 Organize Manifests: Export internal packages with x-internal 2007-03-29 11:45:59 +00:00
David Dykstal
1f20507aa2 Stage 1
move CURRENT_RELEASE and CURRENT_RELEASE_NAME from SystemResources to RSECorePlugin. These aren't resources and should be in core. Needed prior to moving filters.

Reference the core persistence manager accessor in the filter code instead of the ui persistence manager accessor. Its the same persistence manager.
2007-03-29 02:59:34 +00:00
David Dykstal
4c6f499e88 [cleanup] getSystemViewAdapterFactory should be static 2007-03-29 02:57:47 +00:00
David McKnight
f0b9083924 [178599] more refactorings, moving actions internal 2007-03-28 21:17:22 +00:00
David Dykstal
fa91e7e156 [168977][api][refactor] - stage 3.7
javadoc and minor cleanup
2007-03-28 20:28:19 +00:00
David McKnight
1eab23dc9c [178599] more refactorings, moving actions internal 2007-03-28 19:50:16 +00:00
David McKnight
68c9d976d3 [178599] more refactorings 2007-03-28 19:28:05 +00:00
David McKnight
58f046c8b2 [178599] more refactorings 2007-03-28 18:19:48 +00:00
David McKnight
ae2920b442 [178599] more refactorings 2007-03-28 17:37:33 +00:00
David McKnight
0fb1c30dab [174299] null check for strange startup case that I incountered once 2007-03-28 17:26:18 +00:00
David Dykstal
7829f4e71a [javadoc] for ICrendentialsProvider, AbstractCredentialsProvider, and StandardCredentialsProvider 2007-03-28 16:57:46 +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
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