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

143 commits

Author SHA1 Message Date
Martin Oberhuber
76ae94228d Move from Milestone Update Site to Real Update Site 2007-06-10 22:13:27 +00:00
Martin Oberhuber
78b99118e0 [189269] Add version range specifiers with all plugin dependencies. Make features require plugins. Avoid Discovery require RSE. 2007-06-06 13:06:29 +00:00
Martin Oberhuber
6c8f8258d5 [189269] Add version range specifiers with all plugin dependencies. Make features require plugins. Avoid Discovery require RSE. 2007-06-05 19:46:41 +00:00
Martin Oberhuber
9988220bab [IPBug:1565] Update epl-v10.html to cleaned-up simplified version 2007-06-05 13:23:27 +00:00
Martin Oberhuber
de734b6298 [cleanup] Update Copyrights 2007-06-05 10:56:52 +00:00
Martin Oberhuber
d03243be99 Restore apostrophe instead of ’ in license.html in order to be the verbatim notice.html 2007-06-04 16:09:55 +00:00
Martin Oberhuber
1b80c1f839 [189543] Fix feature licensing for Europa 2007-06-01 12:58:47 +00:00
Martin Oberhuber
a924ffced5 Update about.html date for Europa 2007-05-29 20:30:45 +00:00
Martin Oberhuber
f687d1e8e4 Update Copyright Dates 2007-05-24 14:53:28 +00:00
Martin Oberhuber
51366b66f2 [182698] Register TM Update Site as Discovery Site 2007-05-18 12:09:30 +00:00
Martin Oberhuber
10d919453e [168870] refactor org.eclipse.rse.core package of the UI plugin 2007-05-15 23:55:07 +00:00
Martin Oberhuber
5ba7489961 [186773][api] split ISystemRegistryUI from ISystemRegistry 2007-05-14 13:05:23 +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
655da9c585 [186523][api] Move subsystemConfigurations extension point from UI to core 2007-05-12 01:40:42 +00:00
Martin Oberhuber
9af75140de [186128][api] Move IProgressMonitor last in all API 2007-05-10 14:11:48 +00:00
Martin Oberhuber
7af0ea93c0 [177523][api] Unify singleton getter methods to use getInstance() 2007-05-10 12:40:20 +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
7fc7c243b4 [182454] improve getAbsoluteName() documentation 2007-04-25 11:41:25 +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
David McKnight
01a09936d5 [181105] daytime subsystem needs to implement IServiceSubsystem 2007-04-12 20:06:08 +00:00
Martin Oberhuber
875e32a5cc [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
Martin Oberhuber
dcf70fe0b8 [cleanup] Remove unnecessary implementations 2007-04-03 17:18:39 +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
Martin Oberhuber
407435a206 Rev up remotecdt version to 2.0.0.qualifier 2007-04-03 07:57:29 +00:00
Martin Oberhuber
73a42a4902 [158783][contributed] browse button for cdt remote path 2007-04-03 07:48:11 +00:00
Martin Oberhuber
45c9d7e84a [180532] RemoteGDBDebuggerPage not found 2007-04-02 18:40:35 +00:00
Javier Montalvo Orus
6634af6bbe [170911] [plan] Improve Discovery and Autodetect in RSE 2007-03-30 17:04:53 +00:00
David McKnight
e2f8aa16b5 [178599] filter dialog refactorings 2007-03-29 20:41:09 +00:00
David McKnight
ff1ae16007 [178599] more refactorings 2007-03-29 18:56:15 +00:00
Martin Oberhuber
1ad8a9f0f7 [178832] remove unnecessary CDT "internal" dependency 2007-03-29 13:56:34 +00:00
Martin Oberhuber
f8012111a3 [refactor] Make remotecdt "internal" and export it as x-internal 2007-03-29 12:01:16 +00:00
David McKnight
f0b9083924 [178599] more refactorings, moving actions internal 2007-03-28 21:17:22 +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
Martin Oberhuber
a9f122b7ad [cleanup] organize Manifests: remove obsolete property keys 2007-03-22 10:49:56 +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
Martin Oberhuber
f529020974 Fix feature dependency pattern matching., and names of inferior features 2007-02-23 12:08:08 +00:00
Martin Oberhuber
e69ec9a67a [175245] spell out feature neames for Europa site 2007-02-23 11:14:24 +00:00
Martin Oberhuber
8f9eba4858 [175241] Reference Milestone Update Site in all features 2007-02-23 10:15:34 +00:00
Martin Oberhuber
a6a0d166e8 [cleanup] fix copyright year 2007 2007-02-22 22:17:35 +00:00
David Dykstal
026349d699 [174770][doc] removing  , adding missing closing tags, fixing nesting and ids. 2007-02-22 21:15:24 +00:00
Martin Oberhuber
48a0171523 [175108] fix feature dependencies for Europa "Select Required" (workaround UM bug 175004) 2007-02-22 14:15:27 +00:00
Martin Oberhuber
8966310924 Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point) 2007-02-21 22:19:32 +00:00
Martin Oberhuber
a964b0333d [cleanup] organize imports 2007-02-19 09:18:45 +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