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

1879 commits

Author SHA1 Message Date
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
Uwe Stieber
7cdfc7d034 [fix] [175160] RSE unit tests fail 2007-03-15 12:30:14 +00:00
Martin Oberhuber
d4591a292f Add info on missing final digit of qualifiers 2007-03-15 10:42:37 +00:00
Martin Oberhuber
4c7e5a75b1 Add info on commons.net single-jar bundle 2007-03-15 10:39:46 +00:00
David Dykstal
82e6b26c11 [cleanup] fix misspelling in message 2007-03-15 00:25:03 +00:00
Martin Oberhuber
4e820d138f Release commons.net as single-jar Orbit bundle; various cleanups 2007-03-15 00:24:19 +00:00
Martin Oberhuber
c4cbb2802b Reorganize commons.net as single-jar Orbit bundle 2007-03-15 00:11:31 +00:00
Martin Oberhuber
0e9a17e78b Reorganize commons.net as single-jar Orbit bundle: Get rid of separate features 2007-03-14 21:59:28 +00:00
Martin Oberhuber
5a732189cf Reorganize commons.net as single-jar Orbit bundle 2007-03-14 21:45:09 +00:00
Martin Oberhuber
c653edf1da Reorganize commons.net as single-jar Orbit bundle: Get rid of separate features 2007-03-14 21:19:45 +00:00
Uwe Stieber
0fadb43989 [cleanup] Remove obsolete ISystemShellProvider interface (replaced by Eclipse IShellProvider) 2007-03-14 10:04:38 +00:00
Uwe Stieber
6f56ef8409 [cleanup] remove unused interface IRSEUIRegistry + related methods + related implementation 2007-03-13 16:53:39 +00:00
Martin Oberhuber
5fc954d25e [cleanup][174945] Remove IBM_logo*, system390*, system400*, systemaix* icons 2007-03-13 14:40:31 +00:00
Martin Oberhuber
088ce331d2 Update build notes for I-builds after 20070313 2007-03-13 13:12:41 +00:00
Martin Oberhuber
71ca314ac6 Release [177128][api] ISystemRegistry; [170728] refresh only first item; [174941] no updateSubSystems(); [175150][api] rename getAdapter(Object) -> getViewAdapter(Object); [159967] various wizard fixes; [150115] PropertySet of IHost; [176206] transfer mode for files without extension; [168977][176211][api] IConnectorService stages 1,2; [161195][176481][api] make actions more configurable (clear passwords); [163392] first connection duplicate; [153652] drag&drop to project explorer 2007-03-13 12:49:53 +00:00
Uwe Stieber
511bae1cb6 [fix] Set global action definition ids to enable keyboard shortcuts for common actions 2007-03-13 09:26:35 +00:00
David McKnight
d2b750e0fd [163392] prevent duplicates from being added to tree in add events 2007-03-12 18:10:29 +00:00
David McKnight
0bb3fc01d8 [153652] allowing for drag and drop from windows explorer 2007-03-12 16:53:40 +00:00
David McKnight
100ee92f16 [153652] allowing for drag and drop to project explorer. 2007-03-12 16:40:12 +00:00
David McKnight
eb95878b72 [153652] allowing for drag and drop to project explorer. 2007-03-12 16:25:57 +00:00
David McKnight
788bc12703 [153652] allowing for drag and drop to project explorer. 2007-03-12 16:20:10 +00:00
Uwe Stieber
76fe278b7b [fix] [163392] First connection created is shown duplicate in tree 2007-03-12 15:57:43 +00:00
Uwe Stieber
d33981c1db [fix] [cleanup] Update copyright 2007-03-12 15:57:19 +00:00
Uwe Stieber
7b717fe51f [fix] [163392] First connection created is shown duplicate in tree 2007-03-12 15:28:13 +00:00
Martin Oberhuber
1d0c7d6434 [fix] broken N-build: add missing methods to AbstractDelegatingConnectorService after refactoring 2007-03-12 10:55:15 +00:00
Martin Oberhuber
4bb57c4d4c Prepare for automated nightly tests 2007-03-12 08:50:23 +00:00
Uwe Stieber
051ba6c466 [fix] System type is not disabled if no subsystems are registered for the specific system type 2007-03-11 15:20:32 +00:00
David Dykstal
f408d0f68c [168977][api][refactor] - stage 2.2
- Completing server launching protocol in the IConnectorService
- Completing new javadoc in IConnectorService
- Removing notify methods from IConnectorService - not API - making protected in the implementation
- made non-overridable methods final in SuperAbstractConnectorService.
2007-03-08 20:55:57 +00:00
David Dykstal
927be1022e [168977][api][refactor] - stage 2.1
1) remove convenience methods from IConnectorService, propagate change to callers
2) remove the "cache" terminology as it is not meaningful
2007-03-08 17:20:51 +00:00
Uwe Stieber
1452a4c0bf [fix] [155773] New connection also show systemTypes without registered subsystem 2007-03-08 12:51:42 +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
decd4ea3e6 [cleanup] fixed unused import warnings 2007-03-07 10:50:25 +00:00
Uwe Stieber
b122732f45 [fix] [161195] Properties action menu contribution is handled as all other menu contributions and can be suppressed via ISystemViewElementAdapter now 2007-03-06 17:15:17 +00:00
Uwe Stieber
d546610333 [cleanup] [161195] Polished API for approving programmatical menu action contributions from system type provider 2007-03-06 15:44:05 +00:00
Uwe Stieber
c0cd48ed0c [fix] [176481] Updated: Bound to IConnectorService.supportsPassword(). 2007-03-06 13:01:38 +00:00
Uwe Stieber
7314d6858c [fix] [176481] [api] "Clear Passwords" action must be removed from context menu if passwords are not supported for the selected system 2007-03-06 12:56:08 +00:00
Uwe Stieber
4b024caabd [fix] [159967] New Connection wizard should say "New Connection" in the title 2007-03-06 12:01:37 +00:00
Uwe Stieber
3474b27f34 [cleanup] Class documentation for changed system type enablement check order 2007-03-05 18:52:32 +00:00
Uwe Stieber
7402ada104 [fix] New connection wizard selection page filtering now allows use of org.eclipse.jface.viewer.ViewerFilter 2007-03-05 15:36:21 +00:00
David Dykstal
5c085bc55f [cleanup] minor cleanup prep for refactoring 2007-03-05 15:32:23 +00:00
David Dykstal
b1082b1173 adding some tests for persistence 2007-03-02 18:54:47 +00:00
David Dykstal
7fdfbed0a2 [176211][api][refactor]Stage 1
- move constants that are model resource descriptions from SystemResources to
RSEModelResources and fix affected classes.
- fix SystemHostPool so that it references the core persistence manager, this
will make it easier to move later.
2007-03-02 18:54:14 +00:00