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

3089 commits

Author SHA1 Message Date
Michael Scharf
e940279c31 Initial version 2007-08-03 15:33:15 +00:00
Martin Oberhuber
5897563516 [194898] Avoid NPE when doing EVENT_REFRESH_REMOTE on a subsys without filters 2007-08-03 15:02:01 +00:00
Martin Oberhuber
9792926712 [161838] local shell reports isActive() wrong 2007-08-03 14:40:40 +00:00
Martin Oberhuber
f1764e6689 [197848] Fix shell terminated state when remote dies 2007-08-03 14:32:55 +00:00
Martin Oberhuber
4911ba3872 Fix typo in Javadoc 2007-08-03 14:25:56 +00:00
Martin Oberhuber
3660ff71e9 [198790] rev up terminal SSH feature versions 2007-08-03 11:22:00 +00:00
Martin Oberhuber
15318fe1e5 Fix typo in Javadoc 2007-08-03 11:19:07 +00:00
Martin Oberhuber
80c67c5af6 [198790] make SSH createSession() protected 2007-08-03 10:37:46 +00:00
Martin Oberhuber
8e7b3a276d Fix typos 2007-08-03 09:34:49 +00:00
David McKnight
c755c3cf32 [194867] Remote Scratchpad should have Refresh Action on toolbar 2007-08-02 16:40:30 +00:00
David McKnight
7554932383 [189421] Scratchpad not updated after Rename 2007-08-02 16:30:33 +00:00
Martin Oberhuber
0df40a19d6 Release for I20070802: [198638] Clear ftp statCache on all operations that modify the remote; [191581][efs] clear local IRemoteFile handle cache when modifying remote; [198635] On Windows servers, only lowercase *.exe files are treated as executable 2007-08-02 16:16:26 +00:00
Martin Oberhuber
abfbacb0ad [191581][efs] clear local IRemoteFile handle cache when modifying remote 2007-08-02 16:09:29 +00:00
Martin Oberhuber
f7c5502c4e [198638] Clear ftp statCache on all operations that modify the remote 2007-08-02 15:23:58 +00:00
Martin Oberhuber
25015e6546 Release for I20070802: [198638][198645] Fix FTP caching and case sensitivity issues; [198576] Renaming a folder directly under a Filter doesn't update children; [195830] RSE performs unnecessary remote list commands; [198272] Classification for executable in WinNT parser; [198272] FTP should return classification for symbolic links so they show a link overlay; [196632] Passive mode setting does not work; [192610] EFS operations on an FTP connection make Eclipse freeze; [198278] Exporting a file passes a null monitor; [191048] Remote files locally listed and being removed by other users should be reported as missing
[198182] FTP export problem; [197758] Unix symbolic links are not classified as file vs. folder; [197937] [ui compliance] RSE Wizards needs to show errors within the standard wizard dialog message area; [181784] [archivehandlers] zipped text files have unexpected contents; [198114] Allowed to move file into existing folder/archive on first attempt; [197971] NPE when table has no input and doing commands in Systems View; [175277] Cannot disconnect multiple connections at once; [196664] prevent unnecessary query on the parent file; [196662] Avoid main thread query to check exists when remote refreshing; [195677] Rename fails on WFTPD-2.03; [197105] Directory listing fails on Solaris when special devices are in a directory
2007-08-02 14:16:18 +00:00
Martin Oberhuber
0bdec9ed01 [192610] Fix thread safety for delete(), upload(), setReadOnly() operations 2007-08-02 12:05:57 +00:00
Martin Oberhuber
89d501fd49 [198638][198645] Fix FTP caching and case sensitivity issues 2007-08-02 11:35:28 +00:00
David McKnight
2922a61fd1 [198576] Renaming a folder directly under a Filter doesn't update children 2007-08-01 20:40:59 +00:00
Javier Montalvo Orus
757b183b1f [195830] RSE performs unnecessary remote list commands 2007-08-01 17:09:56 +00:00
Javier Montalvo Orus
4f92ce3fba [198272] FTP should return classification for symbolic links so they show a link overlay 2007-08-01 15:48:12 +00:00
Javier Montalvo Orus
cfd90b9336 [196632] Passive mode setting does not work 2007-08-01 11:21:11 +00:00
Javier Montalvo Orus
0689688bfa [192610] EFS operations on an FTP connection make Eclipse freeze 2007-07-31 17:08:40 +00:00
David McKnight
fbc6113739 [198278] Javier's patch for [importexport] Exporting a file passes a null monitor to the upload service 2007-07-30 16:40:28 +00:00
Javier Montalvo Orus
4c3260b888 [191048] Remote files locally listed and being removed by other users should be reported as missing
[198182] FTP export problem: RSEF8057E: Error occurred while exporting FILENAME: Operation failed. File system input or output error
[197758] Unix symbolic links are not classified as file vs. folder
2007-07-30 16:37:48 +00:00
Martin Oberhuber
e92a4e9ed7 [197937] Fix typos 2007-07-30 12:51:00 +00:00
Uwe Stieber
21277adca0 [197937] [ui compliance] RSE Wizards needs to show errors within the standard wizard dialog message area 2007-07-30 09:37:40 +00:00
Xuan Chen
f675957b70 [181784] [archivehandlers] zipped text files have unexpected contents 2007-07-30 02:56:30 +00:00
David McKnight
0e3cfb1675 [198114] Allowed to move file into existing folder/archive on first attempt 2007-07-27 20:44:35 +00:00
Martin Oberhuber
a34964063b Throw RemoteFileCanceledException in case IFileService operations were canceled 2007-07-27 17:26:10 +00:00
Martin Oberhuber
027ca1461a Throw RemoteFileCanceledException in case IFileService#getFile() was canceled 2007-07-27 17:20:16 +00:00
Martin Oberhuber
17795ab579 Improve Javadoc of IHostFile#getFile() 2007-07-27 17:14:55 +00:00
David McKnight
9aea36c02e in copyBatch, need to make sure that we have a target folder instead of a target filter 2007-07-26 18:30:23 +00:00
David McKnight
8003369904 [197971] NPE when table has no input and doing commands in Systems View 2007-07-26 14:59:12 +00:00
Xuan Chen
3e92eefdd1 Some methods added for creating connection in DStore. 2007-07-26 14:32:25 +00:00
Uwe Stieber
805de3df45 [197937] [ui compliance] RSE Wizards needs to show erros within the standard wizard dialog message area 2007-07-26 09:44:07 +00:00
Uwe Stieber
bb7750de47 [doc] Added internal comment to restoreWidgetValues() to document current selected system type history priorities 2007-07-26 09:41:20 +00:00
Xuan Chen
dc33640fab Adding the JUnit testcases for archive handler. 2007-07-26 03:18:52 +00:00
David McKnight
8392333302 [175277] Cannot disconnect multiple connections at once with multiselect 2007-07-25 20:35:23 +00:00
David McKnight
a2afead1a5 [196664] prevent unnecessary query on the parent file 2007-07-25 18:39:51 +00:00
David McKnight
b1df07b7af [196662] Avoid main thread query to check exists when remote refreshing 2007-07-25 18:08:40 +00:00
Javier Montalvo Orus
442afc52bf [191048] Remote files locally listed and being removed by other users should be reported as missing
[195677] Rename fails on WFTPD-2.03
[197105] Directory listing fails on Solaris when special devices are in a directory
2007-07-25 17:44:51 +00:00
Martin Oberhuber
49d59c0068 Release for I20070726: [193394] update for grandparents and beyond; [196582] ClassCastException when doing copy/paste with Search view open; [175308] Need to use a job to wait for shell to exit; [196662] we should refresh the subject when it doesnt' exist on the host; [196662] hasChildren() should return false when the file doesn't exist; [dstore] extra checking needed in case element is deleted; [197784] filters under Root do not expand; [194899] Remove All should do a full reset of the scratchpad 2007-07-25 16:36:16 +00:00
Martin Oberhuber
2e2531d774 Rev up subsystems.processes.shell.linux version to 1.0.1 2007-07-25 16:25:31 +00:00
David McKnight
9c19521cde [194899] Remove All should do a full reset of the scratchpad 2007-07-25 15:08:14 +00:00
David McKnight
d20722d64a [197784] need to check if last separator at 0 as well 2007-07-25 13:30:53 +00:00
David McKnight
64a20e4300 extra checking needed in case element is deleted 2007-07-24 19:18:47 +00:00
David McKnight
f015bc5c20 [196662] hasChildren() should return false when the file doesn't exist 2007-07-24 17:28:49 +00:00
David McKnight
cb7dc5d04c [196662] we should refresh the subject when it doesnt' exist on the host. 2007-07-24 16:55:14 +00:00
David McKnight
bc4c33cc44 [175308] Need to use a job to wait for shell to exit 2007-07-24 16:11:22 +00:00
David McKnight
eaa29d65f7 [175308] Need to use a job to wait for shell to exit 2007-07-24 15:27:11 +00:00