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

245 commits

Author SHA1 Message Date
David McKnight
a9fa1b6b65 [187014] apidoc change making SystemSelectRemoteFileOrFolderDialog deprecated 2007-06-19 17:11:21 +00:00
David McKnight
3e4d5cfffe [191472] now checking if the subsystem supports archive transfer 2007-06-08 22:46:49 +00:00
David McKnight
b79400f4a9 [173518] updated copright 2007-06-07 16:33:17 +00:00
Martin Oberhuber
78b99118e0 [189269] Add version range specifiers with all plugin dependencies. Make features require plugins. Avoid Discovery require RSE. 2007-06-06 13:06:29 +00:00
David McKnight
6ffbfb9782 [180671] update to original patch by Xuan 2007-06-05 11:49:04 +00:00
Martin Oberhuber
de734b6298 [cleanup] Update Copyrights 2007-06-05 10:56:52 +00:00
David Dykstal
9792857149 [184824] add and reference a "Remote" action set 2007-06-04 20:19:55 +00:00
David McKnight
d4bf6fa10d [187530] patch from Rupen to not log exception 2007-06-04 17:54:58 +00:00
David Dykstal
ce2e9075db [160776] use ICU4J to format file sizes 2007-06-02 14:54:30 +00:00
David Dykstal
aa3e275484 [188718] fix error message showing up as informational message on wizard page 2007-06-01 21:02:30 +00:00
David McKnight
5b5fe2b659 [175295] directly init file prefs from Activator startup 2007-06-01 20:18:20 +00:00
David McKnight
75a7c9fe13 [180671] Xuan's patch for checking if the file need to be re-downloaded even if file has been opened 2007-06-01 14:00:47 +00:00
David McKnight
ba840e978b [187548] Xuan's patch for fix - editor name will be update correctly 2007-06-01 13:40:43 +00:00
Martin Oberhuber
73423f9283 [190442][api] Make SystemActionViewerFilter API in org.eclipse.rse.ui 2007-06-01 12:52:15 +00:00
Martin Oberhuber
b6e9f8d3ed [cleanup] fix typo 2007-06-01 11:40:35 +00:00
Kushal Munir
42e37e015c [189430] Browse for Folder Dialog in Search should not display all system types 2007-05-31 20:15:39 +00:00
David McKnight
d5a4255589 [189973] removing obsolete code 2007-05-31 19:19:16 +00:00
David McKnight
4765eb31e5 [189973] removing obsolete code 2007-05-31 19:00:08 +00:00
Kushal Munir
3fad7bb547 [189433] [Search] [contributed] Dialog for selecting folder to search should display archive files. We do this by adding additional criteria to our viewer filter. 2007-05-31 18:55:35 +00:00
David McKnight
92a0caff4e [189973] removing obsolete code 2007-05-31 15:56:57 +00:00
Kushal Munir
8d73899989 [182024] Remote Search should prefill only if the subsystem supports remote search. 2007-05-30 18:15:40 +00:00
David McKnight
e927256811 [173518] refresh remote when updated read-only property not available with current IRemoteFile 2007-05-30 17:44:21 +00:00
David McKnight
a0d82da8f6 [189973] removing FileSelectionDialog 2007-05-30 16:51:54 +00:00
David Dykstal
712ecaaf14 [188159] minor layout changes in Local Changes Pending dialog to allow message to not be truncated. 2007-05-30 16:20:59 +00:00
Martin Oberhuber
a924ffced5 Update about.html date for Europa 2007-05-29 20:30:45 +00:00
Martin Oberhuber
31ad7656fe Get rid of unnecessary ICU import-package specs 2007-05-29 19:28:06 +00:00
David Dykstal
9424135bde [183631] fixing date formats & wayward english encoding message 2007-05-29 14:07:04 +00:00
Martin Oberhuber
ac27934fec [175680] Deprecate obsolete ISystemRegistry methods 2007-05-25 15:48:45 +00:00
Martin Oberhuber
922b4d7e89 [189130][api] Move SystemIFileProperties from UI to Core 2007-05-25 13:07:20 +00:00
Kushal Munir
11d0a26ff4 [179937] Fix problem with not being able to set other encoding in some cases. 2007-05-25 02:54:26 +00:00
Kushal Munir
62ec8d72f9 [179937] Ensure that the encoding group grabs horizontal space in the file property page. 2007-05-25 01:32:32 +00:00
David Dykstal
1d9e074af1 [188718] fixing remote search dialog mnemonics, fixing create remote project strings 2007-05-23 18:47:43 +00:00
David McKnight
a99711b80a [187732] getting a parent from a non-existant file is still important for local 2007-05-23 16:37:45 +00:00
David McKnight
9e9213cb95 [187732] if file doesn't exist, don't try to get the parent 2007-05-23 16:03:08 +00:00
David McKnight
eff8e204e2 [187732] fix hasChildren() so that a non-archive file can't return true for hasChildren 2007-05-23 14:35:02 +00:00
David Dykstal
2bac427bcd [188159] corrected some layout problems 2007-05-22 23:54:33 +00:00
David McKnight
d6a5819222 [187021] propagating the exception that occurs in a bad query operation 2007-05-18 15:17:51 +00:00
David Dykstal
3a0905f71d [187747] fixed strings on new file and folder wizards 2007-05-18 15:16:07 +00:00
Kushal Munir
d74c44458a [187335] Remove Search from popup menu on Files. The search page is not prefilled with the parent folder path. 2007-05-18 03:06:57 +00:00
Martin Oberhuber
10d919453e [168870] refactor org.eclipse.rse.core package of the UI plugin 2007-05-15 23:55:07 +00:00
David McKnight
7af7baa21c [182202] changed to use SystemRemoteFolderDialog. 2007-05-15 13:34:18 +00:00
Martin Oberhuber
d6403e0b19 [186997] No deferred queries in Local Files 2007-05-15 12:57:09 +00:00
Martin Oberhuber
5ba7489961 [186773][api] split ISystemRegistryUI from ISystemRegistry 2007-05-14 13:05:23 +00:00
Martin Oberhuber
a05c47c834 [168975] Move ISystemRegistryUI#fireRemoteResourceChangedEvent from UI to Core 2007-05-14 11:43:32 +00:00
Martin Oberhuber
daddc54dae [186128][refactoring] Move IProgressMonitor last in public base classes 2007-05-14 09:44:39 +00:00
Martin Oberhuber
3e324a6792 Fix typo in Javadoc 2007-05-14 09:01:09 +00:00
Martin Oberhuber
9244d48204 [186748][api] Move ISubSystemConfigurationAdapter from org.eclipse.rse.ui/subsystems/org.eclipse.rse.core.subsystems.util to org.eclipse.rse.ui.subsystems 2007-05-14 08:10:07 +00:00
Martin Oberhuber
2aa9214149 [186640][api] Add IRSESystemTyep.isLocal(), isWindows(), getProperty(String, boolean) 2007-05-11 20:28:10 +00:00
Martin Oberhuber
94f5c1b336 [174945] Remove obsolete icons from org.eclipse.rse.files.ui 2007-05-11 17:09:29 +00:00
David Dykstal
9529b426c3 [177329][api] API changes to add timeouts and better return indications for the persistence manager. 2007-05-11 04:05:14 +00:00