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

779 commits

Author SHA1 Message Date
David McKnight
cb827cb1e4 [166154] don't call disconnect on disconnected subsystems during delete - since it causes lots of unnnecssary events 2006-12-01 17:24:41 +00:00
David McKnight
166f85cb21 [166156] don't call disconnect on disconnected subsystems during delete - since it causes lots of unnnecssary events 2006-12-01 17:18:44 +00:00
David McKnight
4d5da5e72c [166302] - fix to account for readonly files 2006-11-30 18:51:09 +00:00
David McKnight
1b897cc78d [160353] use Job rather than UI job for download to editor 2006-11-29 20:49:05 +00:00
David McKnight
71b765ec1a removing old source 2006-11-29 20:47:37 +00:00
David McKnight
dee5c721fc [163381] fix so that duplicates of different hosts are not added in systems view 2006-11-29 17:18:52 +00:00
Kushal Munir
3665ea9c49 Remove compile and javadoc warnings 2006-11-29 03:35:53 +00:00
Kushal Munir
c159c4a582 Remove compile and javadoc warnings 2006-11-29 03:04:10 +00:00
Martin Oberhuber
2439196220 Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed 2006-11-28 18:05:08 +00:00
Martin Oberhuber
a0dab58c44 Force J2SE-1.4 compatibility on all plugins by
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
David McKnight
0ee5f80598 removing dstore compiler warnings 2006-11-28 17:26:32 +00:00
Martin Oberhuber
11098079b2 [cleanup] compiler warnings 2006-11-28 17:15:04 +00:00
David McKnight
9231857606 removing dstore compiler warnings 2006-11-28 17:12:01 +00:00
Martin Oberhuber
ba9a89c968 [cleanup] compiler warnings 2006-11-28 15:57:20 +00:00
Martin Oberhuber
712899c35c [cleanup] compiler warnings 2006-11-28 14:01:11 +00:00
Martin Oberhuber
55e2d369e5 [cleanup] compiler warnings 2006-11-28 13:28:50 +00:00
Martin Oberhuber
9f85f90d7a [cleanup] compiler warnings invalid javadoc as protected 2006-11-28 13:23:19 +00:00
David McKnight
c42d357e71 [164118] - fix for moved file not showing under filter - problem is that target filter needs to be invalidated during the copy/move operation 2006-11-27 19:11:24 +00:00
David McKnight
9910ab7073 [164118] - fix for moved file not showing under filter - problem is that target filter needs to be invalidated during the copy/move operation 2006-11-27 18:47:13 +00:00
David McKnight
94e0ef912d [148978] fix so that empty folders show as having been queried on linux clients 2006-11-27 16:09:37 +00:00
Martin Oberhuber
5a945afdbc [cleanup] Fix Javadoc Warnings 2006-11-27 09:07:52 +00:00
Martin Oberhuber
86b044d99c [164520] Use SelectionListener instead of Listener to handle dbl click in New Wizard in a more platform neutral way 2006-11-27 08:56:30 +00:00
David McKnight
7dd1b2c44f removing print 2006-11-24 17:24:08 +00:00
David McKnight
59bbd5c737 null check fro client ticket too 2006-11-24 17:12:59 +00:00
David McKnight
65d3ddee66 [164293] need to beginTask in order to see progress for dstore file service download 2006-11-24 16:30:48 +00:00
Kushal Munir
cbebc7c1cb [164520] New Connection Wizard should perform "Next" on dbl clicking a system type 2006-11-23 22:30:29 +00:00
David McKnight
7879959bac [162994] should not try refreshing cancelled copy/move 2006-11-23 22:08:47 +00:00
David McKnight
29a42ceef1 [164202] fix for manual connection - need to handle null ticket case 2006-11-23 17:55:25 +00:00
David McKnight
410d9913e1 [164202] fix for manual connection - need to handle null ticket case 2006-11-23 17:54:01 +00:00
David McKnight
a34b4ba7d3 [164632] removing debug.core dependency 2006-11-23 14:18:03 +00:00
David McKnight
3fe6a93c53 no need for opening workspace file code since this is no longer exposed for remote errors. 2006-11-23 14:13:26 +00:00
David McKnight
9e05e8e91b [164642] fix for class cast exception 2006-11-23 14:04:20 +00:00
Martin Oberhuber
51cc15b8a4 Slight update of Javadoc for IHostFile 2006-11-23 11:00:43 +00:00
David McKnight
afa03fabe0 [159965] fix for subset problem 2006-11-22 16:42:15 +00:00
David Dykstal
8142289743 [142218] - added documentation to IHostFile 2006-11-21 20:22:18 +00:00
David McKnight
5ce68d84d7 [142954] need to return 0 array rather than null in the data of the drag event, when what is being dragged to editor is invalid. 2006-11-21 20:13:18 +00:00
Kushal Munir
98a9d8e922 [159969] - Rename should be bound to the F2 key. The rename action has been set as a global action for Team view as well. 2006-11-21 13:11:29 +00:00
Kushal Munir
c605ff0a4e [159969] - Rename should be bound to the F2 key. The rename action has been set as a global action for Remote Systems view, table view and scratchpad view. 2006-11-21 12:47:46 +00:00
Kushal Munir
e4af8f54b7 [141809] - Search > Remote does not switch to Remote Tab when the local search has been used before. 2006-11-21 11:19:17 +00:00
Javier Montalvo Orus
2da43d2f3a [162585] [FTP] fetch children cannot be canceled. -- Moved file listing to a Thread 2006-11-20 16:28:35 +00:00
David Dykstal
930ec544b5 [160783] - updated text and references for "remote shell" view 2006-11-20 15:38:42 +00:00
Javier Montalvo Orus
63318071eb [164304] [ftp] cannot connect to wftpd server on Windows 2006-11-20 14:49:36 +00:00
Javier Montalvo Orus
58e0741aaa [161238] [ftp] connections to VMS servers are not usable -- improved file listing 2006-11-20 12:50:12 +00:00
David McKnight
ab990c521d [164200] default daemon port had be changed to 4035 but that's the remote daemon port - they're not the same! 2006-11-17 20:18:42 +00:00
David McKnight
0e5e6f7e90 [161342] fix for null pointer exception in strange timing scenario 2006-11-17 18:06:57 +00:00
Javier Montalvo Orus
1b6b57b9ef [161238] [ftp] connections to VMS servers are not usable 2006-11-17 16:28:05 +00:00
David McKnight
a3c55feef7 performance fix - when dealing with spirit stuff 2006-11-16 15:44:56 +00:00
David McKnight
9545a65bbe performance fix - when dealing with spirit stuff 2006-11-16 15:19:06 +00:00
David McKnight
7deaf70d13 performance fix - when dealing with spirit stuff 2006-11-16 14:50:08 +00:00
Martin Oberhuber
08be597207 Improve Javadoc in HostShellProcessAdapter 2006-11-16 10:17:05 +00:00