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

2055 commits

Author SHA1 Message Date
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
Kushal Munir
5c799eff71 [176206] From preference page Remote Systems > Files, users can now add file transfer mode for filenames with no extension. 2007-03-02 18:19:24 +00:00
David Dykstal
3a5af83306 [150115] changed the host restoration to add the property set to the correct node in the resulting tree. 2007-03-02 17:56:12 +00:00
David McKnight
eb56824abb [175150] getAdapter(Object) -> getViewAdapter(Object) 2007-03-02 16:31:01 +00:00
Uwe Stieber
aa68c51811 [fix] Remove boundary restrictions on wizard dialog 2007-03-02 15:48:36 +00:00
David McKnight
09f1905db6 [174941] no need for updateSubSystems() method 2007-03-02 13:53:06 +00:00
Uwe Stieber
1f9672dc38 [fix] System type selection change needs not override last selected system type in dialog settings 2007-03-02 12:38:10 +00:00
David McKnight
c3c34b6bf5 [170728] request from tobias to change else if line to check for the view adapter instead of the remote adapter 2007-03-01 14:52:32 +00:00
Martin Oberhuber
0a065ced55 [releng] fix warnings when creating update site 2007-03-01 11:55:37 +00:00
Martin Oberhuber
fdaeaa07de [releng] get java2-50 from /shared/dsdp/tm in order to allow local updates 2007-03-01 11:46:00 +00:00
Martin Oberhuber
35345abe3c [releng] get java2-50 from /shared/dsdp/tm in order to allow local updates 2007-03-01 10:54:08 +00:00
Uwe Stieber
474843d022 [fix] minor cleanups to initial new connection wizard selection handling + removed deprecates where possible 2007-03-01 10:30:58 +00:00
Uwe Stieber
61f760dc96 [fix] [api] Add missing parameter filterDuplicateServiceSubSystemFactories to getSubSystemConfigurationBySystemType(IRSESystemType) method 2007-03-01 10:30:08 +00:00
Martin Oberhuber
f38a8dbd0b Release [175908] dstore input and output streams; [doc] some minor fixes to isv docs for broken links 2007-03-01 09:05:03 +00:00
David McKnight
8f9e1a284e [175908] clean up of a couple things 2007-02-28 21:21:49 +00:00
David McKnight
ae6b64c963 [175908] removed some debug lines 2007-02-28 21:15:18 +00:00
David McKnight
95f088ea7b [175908] dstore output stream for upload 2007-02-28 21:11:13 +00:00
David McKnight
dfe4d13b53 [175908] dstore input stream for download 2007-02-28 20:48:10 +00:00
Martin Oberhuber
6aa2897748 [doc] Rev up version number of ISV docs displayed in Javadoc footer 2007-02-28 17:51:00 +00:00
Martin Oberhuber
1402cac673 [doc] Fix end-tag for javadoc index 2007-02-28 17:48:58 +00:00
Martin Oberhuber
9f9115b625 [doc] Fix unnecessary broken links and redirects found by Linksleuth 2007-02-28 17:45:36 +00:00
Martin Oberhuber
9f75eb674c [releng] Fix symlink creation in setup.sh 2007-02-28 10:23:19 +00:00
Martin Oberhuber
9ec44261e2 [releng] Re-enable signed updates for I-, R- and S-builds 2007-02-28 10:18:20 +00:00
Martin Oberhuber
b7311b6798 [releng] Migrate to M5_33 basebuilder. Use equinox.launcher.jar instead of startup.jar. 2007-02-28 10:06:37 +00:00
Martin Oberhuber
4443ee0ae2 [releng] Migrate to M5_33 basebuilder 2007-02-27 22:05:43 +00:00