1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

2270 commits

Author SHA1 Message Date
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
David Dykstal
2f0f316cfb initial population 2007-03-22 14:52:36 +00:00
Martin Oberhuber
485678d02c Re-add methods lost during move from rse.ui as part of bug [177155] 2007-03-22 12:42:54 +00:00
Martin Oberhuber
1c18b59ad7 Re-enable signedUpdates 2007-03-22 12:26:06 +00:00
Martin Oberhuber
b42f49471d Upgrade to basebuilder v20070321 2007-03-22 12:23:05 +00:00
Martin Oberhuber
80c3548212 Disable change to signedUpdates 2007-03-22 10:58:51 +00:00
Martin Oberhuber
2be9af05c5 [cleanup] organize Manifests: add internal exports 2007-03-22 10:57:50 +00:00
Martin Oberhuber
a9f122b7ad [cleanup] organize Manifests: remove obsolete property keys 2007-03-22 10:49:56 +00:00
Martin Oberhuber
2e9682aefa [cleanup] organize Manifests: remove obsolete property keys 2007-03-22 10:39:58 +00:00
Martin Oberhuber
77f6828769 [cleanup] organize Manifests: add internal exports 2007-03-22 10:34:16 +00:00
Martin Oberhuber
b819d7e6a3 Release [168977] credentials refactoring stage 2.4; [178540] compile error against 3.3m6; [178548] Contributed actions added last; [153652] download-on-copy, drag and drop; [177155] rse initialization in job; [178490] context for getting filter images; [176485] background in prefs; [178599] simple refactorings for making internal 2007-03-22 10:09:56 +00:00
David McKnight
cc3d896947 [178599] core.internal -> internal.core 2007-03-21 17:32:36 +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
5a7b3419b5 [176485] problem is fixed by explicitly setting the background of the text field to the composite background. 2007-03-21 15:47:08 +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
Martin Oberhuber
41c71f3360 Release [175160] unittest fix; Terminalview ':' after title; [177537] dynamic system type action groups; [163820] resources for encoding tests; [168977] UI/Non-UI ICredentialsProvider; [api] Unify action contribution in ISubSystemConfigurationAdapter; [177731] validator for Connection names; [177930] [api] Remove SystemViewAdapterFactory.getXXXAdapter(); [178020] [178021] [178023] IActionFilter related API changes 2007-03-19 13:08:58 +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
Uwe Stieber
bec5ef86c8 [fix] [api] Unify action contribution methods in ISubSystemConfigurationAdapter 2007-03-16 16:07:35 +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
123cfd3fbc [add] Added test to create connections with special characters 2007-03-16 13:17:36 +00:00
Kushal Munir
3cde4bc29a [163820] Resources for testing encoding support 2007-03-15 19:06:42 +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
Michael Scharf
6178ce1f28 put a ':' after the titel only if the status is not empty 2007-03-15 14:20:56 +00:00
Michael Scharf
9da0e88f19 put a ':' after the title 2007-03-15 14:13:37 +00:00