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

3135 commits

Author SHA1 Message Date
Martin Oberhuber
3cd2ed8353 Release for I20070816: [198650] Fix assertion when restoring workbench state; [198046] fix cannot copy a folder into an archive file; [191367] fix dnd DStore-to-DStore with supertransfer on; [191589] fix EFS Rename by adding putInfo(), fetch symlink info; [199548] Avoid touching files on setReadOnly() if unnecessary; [199552] fix deadlock with dstore-backed efs access; [199243] Renaming a file in an FTP-based EFS folder hangs all of Eclipse; [199561][efs][dstore] Eclipse hangs when manipulating empty file; [199573] Fix potential threading issues in SystemTempFileListener; [199585] Fix NPE during testConnectionRemoval unit test; [199587] return attributes of RSEFileSystem; [191548] fix Deleting Read-Only directory removes it from view and displays no error; [199132] fix: [Archives-TAR][Local-Windows] Can't open files in tar archives 2007-08-16 09:57:03 +00:00
Xuan Chen
fb5cd9337f [199132] check in the Junit testcase for downloading files from Tar archive, also
move all the tar related JUnit testcases from FileServiceArchiveTestDStore to FileServiceArchiveTest
2007-08-14 05:06:40 +00:00
Xuan Chen
c8b3a085c5 [199132] fix: [Archives-TAR][Local-Windows] Can't open files in tar archives 2007-08-14 05:02:57 +00:00
Xuan Chen
69bf47f7ae [191548] fix Deleting Read-Only directory removes it from view and displays no error 2007-08-11 03:26:56 +00:00
Martin Oberhuber
111a73530a [199587] return attributes of RSEFileSystem 2007-08-10 15:18:19 +00:00
Martin Oberhuber
5348539c00 [199585] Fix NPE during testConnectionRemoval unit test 2007-08-10 14:59:15 +00:00
Martin Oberhuber
828af05a30 [199573] Fix potential threading issues in SystemTempFileListener 2007-08-10 14:17:45 +00:00
Martin Oberhuber
7b51b729cd [199561][efs][dstore] Eclipse hangs when manipulating empty file 2007-08-10 13:26:48 +00:00
Martin Oberhuber
61b5360d32 Fix exception handling for cloneFTPClient() 2007-08-10 13:17:27 +00:00
Javier Montalvo Orus
4bdb33cd8e [199243] Renaming a file in an FTP-based EFS folder hangs all of Eclipse 2007-08-10 12:51:04 +00:00
Martin Oberhuber
292d091904 [199552] fix deadlock with dstore-backed efs access 2007-08-10 12:37:14 +00:00
Martin Oberhuber
ebab655fd1 Remove obsolete build.properties entries 2007-08-10 12:02:31 +00:00
Martin Oberhuber
c7b06ec1e7 [199548] Avoid touching files on setReadOnly() if unnecessary 2007-08-10 11:38:26 +00:00
Martin Oberhuber
768f2cb6a0 Fix typo 2007-08-10 11:37:27 +00:00
Martin Oberhuber
28eefd9eff [199548] Avoid touching files on setReadOnly() if unnecessary 2007-08-10 11:26:58 +00:00
Martin Oberhuber
e6c60f0c72 [191589] fix Rename by adding putInfo() for RSE EFS, and fetch symlink info 2007-08-10 11:19:29 +00:00
Martin Oberhuber
74d1a20e87 Fix Javadoc 2007-08-10 11:18:33 +00:00
Xuan Chen
78b6739a1c [191367] fix with supertransfer on, Drag & Drop Folder from DStore to DStore doesn't work 2007-08-10 02:02:44 +00:00
Xuan Chen
423c7c50b2 [198859] add super transfer testcases, also clean up the existing testcases to use assertNull() and assertNotNull(). 2007-08-09 21:39:41 +00:00
Xuan Chen
bad965f8f5 [198046] fix cannot copy a folder into an archive file (fix a typo) 2007-08-09 21:22:34 +00:00
Martin Oberhuber
fb44e49dfb Avoid odd NPE killing all the SystemView 2007-08-09 15:27:32 +00:00
Martin Oberhuber
10225d8aee Fix typos 2007-08-09 15:25:35 +00:00
Martin Oberhuber
269e7c7b67 [198650] Fix assertion when restoring workbench state 2007-08-09 13:26:12 +00:00
Martin Oberhuber
b6b269ae72 Release for I20070809: [198790] make SSH createSession() protected in Terminal, and rev up terminal feature version 2007-08-09 10:56:49 +00:00
Martin Oberhuber
61723d7f1d Release for I20070809: [189421] Scratchpad update after Rename; [194867] Scratchpad Refresh Action on toolbar; [198790] make SSH createSession() protected; [197848] Fix shell terminated state when remote dies; [161838] local shell reports isActive() wrong; [194898] Avoid NPE when doing EVENT_REFRESH_REMOTE on a subsys without filters; [198859] JUnit testcases for archive handlers; [198007] deny moving multiple folders to themselves;[187536] fix Drag & Drop file to Editor launchs file in system editor; [196582] fix ClassCastException when doing copy/paste; [197025][197167][198956] Improved wait for model complete; [189441] fix EFS on Windows (Local); [199394] Allow Local real files containing String #virtual# 2007-08-09 10:52:49 +00:00
Martin Oberhuber
74e4204ffe [199394] Allow real files/folders containing String #virtual# 2007-08-09 10:39:02 +00:00
Martin Oberhuber
dbbf03eb95 [189441] fix EFS operations on Windows (Local) systems 2007-08-09 10:32:54 +00:00
Martin Oberhuber
ff7398cc42 Fix NPEs with odd remote paths 2007-08-09 10:30:59 +00:00
Martin Oberhuber
ceddc7a49b [197025][197167] Improved wait for model complete 2007-08-09 10:05:02 +00:00
Martin Oberhuber
edef50827d Fix unnecessary compiler warning 2007-08-09 09:49:28 +00:00
Martin Oberhuber
d391f56c25 Fix typos 2007-08-09 09:45:52 +00:00
Xuan Chen
6ff91851ea [196582] fix ClassCastException when doing copy/paste 2007-08-09 03:46:28 +00:00
Xuan Chen
97ab7c9494 [187536] fix Drag & Drop file to Editor launchs file in system editor 2007-08-08 20:04:35 +00:00
Xuan Chen
873ee7b9b6 [198007] fix Moving multiple folders allows moving to themselves (contributed by Kevin Doyle) 2007-08-08 16:10:26 +00:00
Martin Oberhuber
68862c619e Fix typo 2007-08-08 12:20:09 +00:00
Uwe Stieber
438856985e [javadoc] Add deprecation notice for acceptContextMenuAction(...) 2007-08-07 13:26:58 +00:00
Martin Oberhuber
36e01e32f2 [197025][197167] Improved wait for model complete 2007-08-07 12:56:07 +00:00
Martin Oberhuber
3e702b2a94 Clarify usage of SystemView.shell 2007-08-07 10:09:30 +00:00
Martin Oberhuber
66367ff7a3 Remove accidental stdout prints in InitRSEJob 2007-08-07 10:05:28 +00:00
Martin Oberhuber
42cc075be4 [198956][tests] Fix initialization of RSE Unit tests by waiting for InitRSEJob 2007-08-06 17:02:44 +00:00
Martin Oberhuber
47f4d7d7a8 Fix typo 2007-08-06 16:36:56 +00:00
Martin Oberhuber
47896eb130 Note that the name of InitRSEJob must not ever be changed 2007-08-06 16:19:57 +00:00
Martin Oberhuber
a8510db671 [198046] Improved and beautified code of previous checkin 2007-08-06 13:08:40 +00:00
Xuan Chen
9477539b58 [198859] add/update the JUnit testcases for archive handlers. 2007-08-04 16:03:52 +00:00
Xuan Chen
7f4ceccfea [198046] fix cannot copy a folder into an archive file 2007-08-04 15:47:28 +00:00
Michael Scharf
3942b1f006 fixed build error 2007-08-03 15:40:25 +00:00
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