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

1651 commits

Author SHA1 Message Date
David McKnight
8c22f3c8d0 [142712] fix for local filter polls with non-default profile 2007-02-20 15:57:27 +00:00
Uwe Stieber
c3584207d9 [fix] [174771] New connection wizard works on 1st invocation only 2007-02-20 15:00:58 +00:00
David McKnight
9117eeab65 [174774] need to change the cast to use SystemTableViewProvider rather than SystemTableTreeViewProvider 2007-02-20 14:54:42 +00:00
Uwe Stieber
b0b2620fe7 [fix] SystemConnectionForm not verified 2007-02-20 11:14:52 +00:00
Uwe Stieber
21b5047b8c [fix] NPE if called from the Eclipse new element wizard dialog 2007-02-20 10:41:31 +00:00
Uwe Stieber
d4c9e1702a [fix] system profile selection combo empty on second invocation of new connection wizard 2007-02-20 09:51:30 +00:00
Uwe Stieber
e6c3895d55 [173772] bug fixings and related cleanups 2007-02-20 09:04:47 +00:00
Kushal Munir
ae03da8d1c [162954] [api] Provide a way to get InputStream and OutputStream from file services. Added a getInputStream() and getOutputStream() to IFileService and implemented for SSH, FTP and Local. Dstore needs to be implemented. 2007-02-20 04:17:18 +00:00
Martin Oberhuber
21a7758101 Bootstrap unattended builds with Eclipse SDK instead of Platform (for EMF) 2007-02-19 21:52:44 +00:00
Martin Oberhuber
9d3db38eb8 Release: making local, ssh, ftp, terminal, search, archive packages internal; move archivehandler to core; new New Connection Wizard; pass context object from SystemView into adapters 2007-02-19 21:33:15 +00:00
Martin Oberhuber
f1e59766ac Prepare builder for M5 2007-02-19 20:53:24 +00:00
Kushal Munir
b4cb54c0fe [173871] [api] Move archivehandlers extension point to org.eclipse.rse.services from org.eclipse.rse.ui. Also, move some classes related to archive handling to internal packages. 2007-02-19 20:32:58 +00:00
Kushal Munir
5c3dc60f16 [173871] [api] Move archivehandlers extension point to org.eclipse.rse.services from org.eclipse.rse.ui. Also, move some classes related to archive handling to internal packages. 2007-02-19 20:13:40 +00:00
Kushal Munir
45118db9d6 [173871] [api] Move archivehandlers extension point to org.eclipse.rse.services from org.eclipse.rse.ui. Also, move some classes related to archive handling to internal packages. 2007-02-19 19:58:51 +00:00
Kushal Munir
71e8bcdbaf [173871] [api] Move archivehandlers extension point to org.eclipse.rse.services from org.eclipse.rse.ui. Also, move some classes related to archive handling to internal packages. 2007-02-19 19:32:35 +00:00
Uwe Stieber
8d0cb1cf73 [173772] [api] New connection wizard needs to become totally influenceable 2007-02-19 16:43:28 +00:00
David McKnight
38ee12cb91 [174624] check for ISystemRemoteElementAdapter before calling updateRemoteObjectProperties() 2007-02-19 16:07:32 +00:00
Martin Oberhuber
c853fcc372 [168870][refactor] stage 4, created RSEPreferencesManager and moved SystemPreferencesManager from core to ui package. 2007-02-19 15:07:13 +00:00
Martin Oberhuber
e776940237 [172468] making rse.ui view stuff internal 2007-02-19 14:58:34 +00:00
Martin Oberhuber
e462bfaf61 [174626][api] Make all local implementations internal 2007-02-19 14:39:29 +00:00
Martin Oberhuber
2620fcf3a7 [cleanup] fix deprecated method usage 2007-02-19 14:35:52 +00:00
Martin Oberhuber
7029df319f [172323][api] RemoteCmdSubSystem(Configuration)? must be API 2007-02-19 14:32:21 +00:00
Martin Oberhuber
9c56967e02 [cleanup] fix javadoc 2007-02-19 12:06:26 +00:00
Martin Oberhuber
b1c4c24a12 [cleanup] fix javadoc 2007-02-19 12:00:28 +00:00
Martin Oberhuber
5a96bb7cf4 [cleanup] fix javadoc 2007-02-19 11:50:02 +00:00
Martin Oberhuber
64b0a51349 [170627] mark methods that must be overridden final. Rename getAdapter() -> getSystemViewElementAdapter(). Deprecate methods to be removed. 2007-02-19 11:42:59 +00:00
Martin Oberhuber
449b582072 [cleanup] fix javadoc 2007-02-19 10:00:18 +00:00
Martin Oberhuber
0c023ce7bc [cleanup] fix javadoc 2007-02-19 09:51:52 +00:00
Martin Oberhuber
7e0c4bb072 [cleanup] remove obsolete internal package references from Javadoc options.txt 2007-02-19 09:50:21 +00:00
Martin Oberhuber
c7234c5db7 [cleanup] fix classpath warnings due to internal packages in tests 2007-02-19 09:47:48 +00:00
Martin Oberhuber
a964b0333d [cleanup] organize imports 2007-02-19 09:18:45 +00:00
Martin Oberhuber
42a9ac446a [cleanup] fix javadoc 2007-02-19 09:17:10 +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
David Dykstal
de2172be33 [cleanup] adding class comment 2007-02-18 19:34:42 +00:00
David Dykstal
0afcc3b31a [168870][refactor] stage 4, created RSEPreferencesManager and moved SystemPreferencesManager from core to ui package. 2007-02-18 19:26:35 +00:00
David McKnight
81d2c5fae0 [170627] use IContextObject for hasChildren 2007-02-16 20:48:28 +00:00
Kushal Munir
c723286c48 [174479] Move remote search page to package org.eclipse.rse.internal.files.ui.search. 2007-02-16 18:23:48 +00:00
Kushal Munir
3a57443741 [174479] Move remote search page to package org.eclipse.rse.internal.files.ui.search. 2007-02-16 18:22:38 +00:00
David McKnight
484a619cbf [172468] making rse.ui view stuff internal 2007-02-16 16:29:48 +00:00
Kushal Munir
15d2c59d3b [150265] Fix problem with persistence of newly created subsystems that are not registered through an extension point for the system type of the host. 2007-02-16 16:04:51 +00:00
David McKnight
9d983938df [174270] in findExactItem() also use equals() in check 2007-02-16 15:20:59 +00:00
David McKnight
468c37bc5e filtering fix - reused results were not filtered for dstore 2007-02-16 15:13:41 +00:00
David McKnight
f87607f37c [174295] use absolute name rather than name when finding references 2007-02-16 14:40:09 +00:00
Uwe Stieber
f14be143f5 [fix] FTPFileSubsystemTestCase did not build because of not update imports 2007-02-16 10:44:28 +00:00
Uwe Stieber
2cdb65c8b0 [174418] Fixed copyright note 2007-02-16 10:27:09 +00:00
Uwe Stieber
084a3ce496 [fix] 174418 SystemAdapterHelpers.getAdapter(Object) try to find adapter twice 2007-02-16 10:26:08 +00:00
Kushal Munir
881441ad83 [150265] Fix problems with multiple connections showing up when using createSubSystems() in SystemRegistry 2007-02-15 23:38:34 +00:00
David McKnight
285aba104c [170728] changing to use IRemoteObjectIdentifier and/or ISystemViewelementAdapter instead of ISystemRemoteElementAdapter in system table view. 2007-02-15 21:27:10 +00:00
David McKnight
af223d789b [170728] changing to use IRemoteObjectIdentifier and/or ISystemViewelementAdapter instead of ISystemRemoteElementAdapter in system table view. 2007-02-15 21:24:14 +00:00
David McKnight
8d9f1b8d54 [170728] changing to use IRemoteObjectIdentifier and/or ISystemViewelementAdapter instead of ISystemRemoteElementAdapter in systemview. 2007-02-15 21:20:31 +00:00