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

1957 commits

Author SHA1 Message Date
Martin Oberhuber
2d45b980a7 Release [179181][api] Dynamic system type provider hook for dynamic toolbar groups; [174299] identify serivce subsystems by service type; [174299] SystemView: findItems() instead of recursive methods; [168977] Refactor AbstractConnectorService; [fix] [preferences] Default system type combo; [178599] moving to internal: files.ui, processes.ui, shells.ui, subsystems.shells.core, subsystems.files.dstore, and lots of UI; [142979] sysInfo node not found; [170920] rse.logging refactoring; [179910] [api] Remove unneccesary download and upload; Switch to M6 basebuilder; make remotecdt internal 2007-03-29 13:39:08 +00:00
Martin Oberhuber
f8012111a3 [refactor] Make remotecdt "internal" and export it as x-internal 2007-03-29 12:01:16 +00:00
Martin Oberhuber
cf9a016317 Organize Manifests: Export internal packages with x-internal 2007-03-29 11:45:59 +00:00
Martin Oberhuber
de492d845b Fix copyright 2007-03-29 11:15:51 +00:00
Martin Oberhuber
0e61672910 Improve setup.sh symlink handling 2007-03-29 11:11:35 +00:00
Martin Oberhuber
372a6b7978 Update builder to Platform 3.3M6 2007-03-29 11:01:11 +00:00
Martin Oberhuber
dab1f1398e Add Links to Platform M6 into build notes 2007-03-29 10:46:14 +00:00
Kushal Munir
d52ea9ba57 [179910] [api] Remove unneccesary download and upload methods from IRemoteFileSubSystem, and also from the subclass RemoteFileSubSystem. 2007-03-29 10:33:58 +00:00
Kushal Munir
97b3538695 [179910] [api] Remove unneccesary download and upload methods from IRemoteFileSubSystem, and also from the subclass RemoteFileSubSystem. 2007-03-29 05:14:36 +00:00
David Dykstal
1580cddb1d [api][refactor][170920]
Removed PerformanceLogger per previous discussions
Renamed RemoteSystemLogListener to LogListener and made internal
Removed IRemoteSystemsLogging constants interface - moved constants to Logger,
they were only referenced from the Logger anyway
Removed LabelUtil from its internal package - used hardcoded & for mnemonics
instead
Removed usage of LabelUtil from LoggingPreferencePage
Removed all the resource bundle code from RemoteSystemsLoggingPlugin - it was
obsolete
2007-03-29 03:10:04 +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
Kushal Munir
f417924571 [179850] [api] Introduce methods to get input stream and output stream in IRemoteFileSubSystem 2007-03-28 20:59:38 +00:00
David Dykstal
fa91e7e156 [168977][api][refactor] - stage 3.7
javadoc and minor cleanup
2007-03-28 20:28:19 +00:00
Kushal Munir
bd0dd14640 [162954][api] Provide an InputStream and OutputStream from IFileService 2007-03-28 20:22:18 +00:00
David McKnight
1eab23dc9c [178599] more refactorings, moving actions internal 2007-03-28 19:50:16 +00:00
David McKnight
12933e1b89 [178599] more refactorings 2007-03-28 19:35:23 +00:00
David McKnight
68c9d976d3 [178599] more refactorings 2007-03-28 19:28:05 +00:00
David McKnight
806455e031 [178599] more refactorings 2007-03-28 18:55:19 +00:00
David McKnight
ec41d48c18 [178599] more refactorings 2007-03-28 18:38:30 +00:00
David McKnight
91a6edda68 [178599] more refactorings 2007-03-28 18:30:13 +00:00
David McKnight
58f046c8b2 [178599] more refactorings 2007-03-28 18:19:48 +00:00
David McKnight
5f85dc9a29 commenting out annoying and unhelpful log message 2007-03-28 18:18:18 +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 McKnight
f0a3e7a719 [178599] files ui stuff moved to internal 2007-03-28 17:15:52 +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
2c58566c69 [168977][api][refactor] - stage 3.5
- changed BasicConnectorService to extend SuperAbstractConnectorService instead of AuthenticatingConnectorService since its role is to NOT provide authentication.
- removed BasicCredentialsProvider since it is no longer needed

No impact over M5.
2007-03-28 15:10:53 +00:00
David Dykstal
0b82ae4e9c [cleanup] cleanup javadoc references to AbstractConnectorService prior to rename 2007-03-28 14:46:59 +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
d20859262f [cleanup] organized imports 2007-03-27 20:08:29 +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
21ae98e8ec [fix] Return something useful and human readable from toString() 2007-03-27 16:21: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
b8dad95d06 [fix] NPE on shutdown 2007-03-24 18:08:21 +00:00
Uwe Stieber
3c59fa5265 [fix] ClassNotFoundException: org.eclipse.rse.core.RemoteSystemsProject 2007-03-24 12:25:57 +00:00
David Dykstal
4ea4f6ba77 fixing copyright 2007-03-22 17:50:58 +00:00
Martin Oberhuber
b150f98526 Set EE J2SE-1.4, add .qualifier, externalize providerName, fix about.html and build.properties 2007-03-22 15:50:57 +00:00
David Dykstal
ad637dc83e capturing differences from workspace 2007-03-22 15:09:42 +00:00