1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 06:15:37 +02:00
Commit graph

126 commits

Author SHA1 Message Date
Kushal Munir
58e1c330a1 [179937] [api] New control in property page for connection. Added new API to IHost() to set and get default encodings and to SystemConnectionForm to deal with encoding fields for connection "Host" property page. 2007-05-18 00:53:52 +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
0c96066b98 [183824][api] Forward SystemMessageException from IRemoteFileSubsystem rather than handling it 2007-05-10 16:02:01 +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
David McKnight
6ecacafa7a [184322] progress monitor added to file subsystem apis 2007-04-27 12:26:01 +00:00
Martin Oberhuber
1646646eaf [184095][api] Replace String systemTypeName by IRSESystemType everywhere.
Migrate to using system type labels in all UI, and system type IDs when storing Preferences.
Combine NLS messages in rse.core. Add some API to SystemWidgetHelpers for dealing with system types.
Update and beautify Javadoc.
2007-04-25 20:24:16 +00:00
Martin Oberhuber
d31ac6c82c [182454] improve getAbsoluteName() documentation 2007-04-25 11:32:53 +00:00
Kushal Munir
bb20d0849b [179939] BIDI3.3: HCG Text files written in ASCII Hebrew do not look correctly. The container encoding value was not being picked up. Now it should be. 2007-04-24 17:42:55 +00:00
Martin Oberhuber
e8dc372b54 [168975] Move RSE Events API to Core 2007-04-23 13:42:16 +00:00
Martin Oberhuber
5c4fec2dca Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 12:02:44 +00:00
Kushal Munir
49f5af68cc [179939] BIDI3.3: HCG Text files written in ASCII Hebrew do not look correctly. Do not download to UTF-8 encoding unnecessarily. Just download to the encoding that is specified for the remote file.
If an encoding is not explicitly specified, then download in the platform defalt encoding.
2007-04-19 04:51:30 +00:00
Martin Oberhuber
cec805307d [cleanup] update javadoc 2007-04-05 16:01:26 +00:00
David McKnight
61fc7b77c4 [180872] unqueried folder should initially be stale, internalHasChildren() should check for stale when when there are no children, and getImageDescriptor needs to check if contents have been queried before determining whether to show a folder as open or not 2007-04-04 13:27:26 +00:00
Martin Oberhuber
4826b2efab [180519][api] moving Activators to "internal" 2007-04-04 12:32:34 +00:00
Martin Oberhuber
08c6648552 [180519][api] declaratively register adapter factories 2007-04-04 12:14:23 +00:00
Martin Oberhuber
91d1ccf64a [180519] declaratively register rse.files.ui. adapter factories. Remove unnecessary dependencies. 2007-04-04 10:20:14 +00:00
Kushal Munir
814a8b283e [180485] [api] "Show Hidden" should be a view-only Preference and not on API level. 2007-04-04 02:49:28 +00:00
Martin Oberhuber
dcf70fe0b8 [cleanup] Remove unnecessary implementations 2007-04-03 17:18:39 +00:00
David McKnight
33c837d99f [180575] applying patch + imples 2007-04-03 15:07:54 +00:00
Kushal Munir
4f31956e59 [180562] [api] Classes should not implement interfaces just to bring constants into namespace. Do not implement IHostSearchConstants. 2007-04-03 08:25:42 +00:00
Martin Oberhuber
53975439f6 [cleanup] Copyright: WindRiver -> Wind River 2007-04-03 07:46:34 +00:00
Martin Oberhuber
0d4d82ed4c [cleanup] fix javadoc 2007-04-02 19:11:51 +00:00
Martin Oberhuber
e46d18d10c [cleanup] organize imports 2007-04-02 19:10:39 +00:00
Martin Oberhuber
cd7ca5a088 [cleanup] fix javadoc 2007-04-02 19:08:09 +00:00
David McKnight
a2897d03f8 [180525] moving resources to internal 2007-04-02 18:06:06 +00:00
Martin Oberhuber
a88217eb69 [cleanup] friend export of Language Utility for local and dstore subsystems 2007-04-02 17:45:37 +00:00
Martin Oberhuber
615e181bec [cleanup] move FTPSubsystemResources out of core 2007-04-02 17:03:08 +00:00
David McKnight
daf29802eb [178599] public interfaces can't import private interfaces 2007-04-02 14:44:00 +00:00
Kushal Munir
5fbcefaad7 [170916][api][efs] Remove checking for the SHOWHIDDEN preference in the host file to remote file adapters and instead pass it in as a flag to the adapters. EFS can then make use of it to convert all files. 2007-03-30 22:26:17 +00:00
Kushal Munir
2b6be4143d [179850] [api] Introduce methods to get input stream and output stream in IRemoteFileSubSystem. Remove default implementations in RemoteFileSubSystem and add javadoc to clarify that implementations should not be returning null. 2007-03-29 15:42:13 +00:00
Martin Oberhuber
cf9a016317 Organize Manifests: Export internal packages with x-internal 2007-03-29 11:45:59 +00:00
Kushal Munir
97b3538695 [179910] [api] Remove unneccesary download and upload methods from IRemoteFileSubSystem, and also from the subclass RemoteFileSubSystem. 2007-03-29 05:14:36 +00:00
Kushal Munir
f417924571 [179850] [api] Introduce methods to get input stream and output stream in IRemoteFileSubSystem 2007-03-28 20:59:38 +00:00
David McKnight
58f046c8b2 [178599] more refactorings 2007-03-28 18:19:48 +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
Kushal Munir
a61f2965b4 [170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone. 2007-02-23 21:54:57 +00:00
Kushal Munir
f90bc1961a [170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone. 2007-02-23 20:15:23 +00:00
Martin Oberhuber
a3b7c18be9 [cleanup] fix copyright year 2007 2007-02-22 15:15:28 +00:00
David McKnight
f0f8088a06 [174944] changes to allow setPreselection() to work 2007-02-21 19:36:38 +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 McKnight
484a619cbf [172468] making rse.ui view stuff internal 2007-02-16 16:29:48 +00:00
Kushal Munir
cfd86803bb [173905] Remote file getContents() does not account for file type filters. It processes all filters as name filters. This is fixed. 2007-02-12 21:09:09 +00:00
David Dykstal
a480341791 [168870] stage 2 integration
removing extraneous classes and moving SystemPerspectiveHelpers
2007-02-09 16:35:59 +00:00
Kushal Munir
c47a69d198 [api] [163820] Allow encodings to be queried for IRemoteFile and implementations for encodings through a remote file encoding manager. 2007-02-06 17:12:27 +00:00
Kushal Munir
e7d2f267ca [api] [163820] Allow encodings to be queried for IRemoteFile and implementations for encodings through a remote file encoding manager. 2007-02-06 15:23:19 +00:00
Martin Oberhuber
d65885e486 Specify x-internal in manifest for exported internal packages. Fix some compiler warnings. 2007-02-01 11:47:47 +00:00