1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 22:05:44 +02:00
Commit graph

81 commits

Author SHA1 Message Date
Martin Oberhuber
4892a31c45 Change display name of ftpListingParsers -> FTP Directory Listing Parsers 2007-05-18 10:27:17 +00:00
Martin Oberhuber
bb59761f3c Add display name for ftpListingParsers extension point 2007-05-17 06:21:57 +00:00
Javier Montalvo Orus
7e72d65a8c renamed ftpFileEntryParsers to ftpListingParsers 2007-05-16 19:43:37 +00:00
Javier Montalvo Orus
f704975e20 listCommandModifiers available through parser autodetection.
FTPClientConfigFactory.getClientConfig returns an instance of FTPClientConfigProxy, encapsulating the FTPClientConfig
2007-05-16 11:02:49 +00:00
Martin Oberhuber
95eb3ec719 Rename extension point to ftpFileEntryParsers and add to ISV Docs 2007-05-16 09:09:14 +00:00
Javier Montalvo Orus
8d0d5ea796 added FTPClientConfigProxy, parsers listed by ID and custom LIST parameter 2007-05-15 21:52:24 +00:00
Javier Montalvo Orus
ddf02094dd improved autodetection of FTPListingParser 2007-05-14 17:36:48 +00:00
Martin Oberhuber
655da9c585 [186523][api] Move subsystemConfigurations extension point from UI to core 2007-05-12 01:40:42 +00:00
Martin Oberhuber
330e563896 Make FTPParser Labels translatable in plugin.properties 2007-05-10 16:08:10 +00:00
Javier Montalvo Orus
cf475049f2 [176216] added translatable label 2007-05-10 14:27:40 +00:00
Martin Oberhuber
7af0ea93c0 [177523][api] Unify singleton getter methods to use getInstance() 2007-05-10 12:40:20 +00:00
Javier Montalvo Orus
56c2add9e5 [176216] parsers dynamically loaded when needed 2007-05-10 10:40:43 +00:00
Javier Montalvo Orus
4c1cb55a12 [176216] FTP sould provide API to allow clients register their own FTPListingParser 2007-05-04 12:48:38 +00:00
Martin Oberhuber
5cfd747882 Unify Source Builds: about.html in all source builds, schema only in source builds 2007-04-27 15:15:45 +00:00
Martin Oberhuber
ee7334cc01 Reexport commons.net from services.files.ftp, since it is part of the extension point API 2007-04-25 21:31:07 +00:00
Javier Montalvo Orus
5117d0c6d4 [176216] FTP sould provide API to allow clients register their own FTPListingParser 2007-04-25 12:57:29 +00:00
Javier Montalvo Orus
5003230df0 [177530] [ftp] passive mode control is missing in wizard 2007-04-04 16:42:19 +00:00
Martin Oberhuber
08c6648552 [180519][api] declaratively register adapter factories 2007-04-04 12:14:23 +00:00
Martin Oberhuber
91d1ccf64a [180519] declaratively register rse.files.ui. adapter factories. Remove unnecessary dependencies. 2007-04-04 10:20:14 +00:00
Kushal Munir
814a8b283e [180485] [api] "Show Hidden" should be a view-only Preference and not on API level. 2007-04-04 02:49:28 +00:00
Martin Oberhuber
53975439f6 [cleanup] Copyright: WindRiver -> Wind River 2007-04-03 07:46:34 +00:00
Martin Oberhuber
615e181bec [cleanup] move FTPSubsystemResources out of core 2007-04-02 17:03:08 +00:00
Kushal Munir
5fbcefaad7 [170916][api][efs] Remove checking for the SHOWHIDDEN preference in the host file to remote file adapters and instead pass it in as a flag to the adapters. EFS can then make use of it to convert all files. 2007-03-30 22:26:17 +00:00
Javier Montalvo Orus
a0ce5e63f6 [170911] [plan] Improve Discovery and Autodetect in RSE 2007-03-30 10:42:24 +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
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
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
Uwe Stieber
d9e08a3526 [fix] [174966] IRSESystemType should have a getLabel() method for translatable label 2007-02-26 16:38:21 +00:00
Javier Montalvo Orus
1a72c27d20 [169680] [ftp] FTP files subsystem and service should use passive mode 2007-02-23 20:48:15 +00:00
Martin Oberhuber
a3b7c18be9 [cleanup] fix copyright year 2007 2007-02-22 15:15:28 +00:00
Martin Oberhuber
5a1dd81bc3 [174271][174263][174626] make SubSystemConfiguration implementations API again for customization 2007-02-21 15:21:37 +00:00
Martin Oberhuber
e2b6a34c6f [cleanup] allow org.eclipse.rse.tests access to all RSE internal packages 2007-02-21 12:04:47 +00:00
Martin Oberhuber
c7234c5db7 [cleanup] fix classpath warnings due to internal packages in tests 2007-02-19 09:47:48 +00:00
Javier Montalvo Orus
80372c7110 [cleanup] update copyright year 2007 2007-02-15 17:56:28 +00:00
Javier Montalvo Orus
1ba120c026 [174271] [api] ftp implementation should be internal 2007-02-15 17:51:20 +00:00
Javier Montalvo Orus
ef5ae9d77e [169680] [ftp] FTP files subsystem and service should use passive mode 2007-02-15 15:29:00 +00:00
Martin Oberhuber
ab3919c38a [162081] Get rid of subsystemConfigurations attribute "supportsAllSystemTypes". Fix Discovery usage of systemTypeIds. 2007-02-12 12:01:36 +00:00
Uwe Stieber
55e4312233 [162081] deprecated "systemTypes" attribute of subsystemConfigurations extension point has been removed 2007-02-10 17:17:29 +00:00
Uwe Stieber
523eabbdf3 [162081] "systemTypes" attribute of subsystemConfigurations extension point marked deprecated 2007-02-09 14:16:47 +00:00
David McKnight
6ca970701b refactored RemoteOutput, RemoteError and ILanguageUtilityFactory 2007-01-30 22:15:10 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
6f772365db [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:43:02 +00:00
David Dykstal
8383bc4c1d [171860] fixing CHKPII errors in translatable files 2007-01-26 20:43:13 +00:00
Martin Oberhuber
508dc85ac4 Rev up version numbers to 2.0 where needed 2007-01-16 15:57:10 +00:00
David McKnight
1579f9911b [149150] preference page for indication of whether to copy timestamps or not plus some minor refactoring of constants 2007-01-09 20:44:52 +00:00
Martin Oberhuber
2439196220 Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed 2006-11-28 18:05:08 +00:00
Martin Oberhuber
a0dab58c44 Force J2SE-1.4 compatibility on all plugins by
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
Martin Oberhuber
1dda85ab0d Apply patch for bug 162177 - Rename ISystem -> IConnectorService in comments 2006-11-08 16:27:59 +00:00