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

3135 commits

Author SHA1 Message Date
Martin Oberhuber
c188a5a723 Update date for fix query 2007-07-13 10:04:00 +00:00
Martin Oberhuber
04dfa4bb5e Release for I20070713: [187427] Check Search Archive's checkbox when searching file in an archive; [194293] Saving file second time in an Archive Errors; [194667] RSEPersistenceManager.isRestoreComplete(); [159092] use correct process miner id; [191599] use shell encoding in Telnet; [192725] Deleting Files doesn't remove them from Search view; [190010] cancel search; [187640] Removed setting status to finish when search not finished; [187640] Added Search config and handler to searches Map in internalSearch; 2007-07-13 10:02:56 +00:00
Martin Oberhuber
4236650700 Rev up plugin version to 2.0.1 for rse.core, subsystems.files.dstore, rse.tests 2007-07-13 09:51:37 +00:00
David McKnight
52732ec354 [187427] Kevin's patch for Checks Search Archive's checkbox when selecting an archive or file in an archive 2007-07-12 21:00:50 +00:00
David McKnight
54645d9950 [194293] Xuan's patch for Saving file second time in an Archive Errors 2007-07-12 20:55:52 +00:00
David Dykstal
9b746334ea [194667] fixed logic bug in RSEPersistenceManager 2007-07-12 19:58:34 +00:00
David McKnight
d5efb2aa59 [159092] fix to use correct process miner id 2007-07-12 18:36:31 +00:00
David McKnight
c071d5d148 [191599] use shell encoding specified 2007-07-12 17:59:21 +00:00
David McKnight
76448cea22 [187016] reapplying Xuan's patch. Not sure why it didn't get in first time. 2007-07-12 14:46:01 +00:00
David McKnight
cb211e9fba [196301] check that the remote encoding isn't null before using it 2007-07-12 13:34:59 +00:00
David McKnight
738e9d77be [192725] Kevin's patch for - Deleting Files doesn't remove them from Search view 2007-07-12 13:23:08 +00:00
David McKnight
24c0a6a1eb [190010] Kevin's patch - Added cancel() method that will call the search service to cancel 2007-07-12 12:41:29 +00:00
David McKnight
a533d4a1fa [187640] Kevin's patch - Removed setting status to finish when search not finished 2007-07-12 12:40:29 +00:00
David McKnight
66b369b876 [187640] Kevin's patch - Added Search config and handler to searches Map in internalSearch 2007-07-12 12:38:55 +00:00
Martin Oberhuber
f282db0ac3 Fix buglist for I20070712 build notes 2007-07-12 12:21:32 +00:00
Martin Oberhuber
8974016d7b Release for I20070712: [195830] performance - avoid multiple list by setting files non-stale; [193155] Exception in Scratchpad; [191599] use shell encoding specified; [193151] Scratchpad not updated on Move; [187130] Forbid New/Move/Raname on read-only folders; [196035] error logged when dropping to dstore Root; [193329] using "Resource" instead of "name" for the label column; [193394] exception in tableview; [189423] delete event handling; [195709] only enQuote the source string once; [195543] Double Clicking expands wrong folder; [195537] Move ElementComparer to Separate File; [190803] basic query cancellation support for dstore files; [194838] put common compare code in SystemRegistry; 2007-07-12 12:17:28 +00:00
Martin Oberhuber
3d5fa56a2d Rev up plugin version to 2.0.1 for services.ssh, subsystems.files.core, subsystems.shells.core 2007-07-12 10:44:39 +00:00
David McKnight
0b3b03c7a4 [195830] setting remote file as non-stale by default when it's a non-folder and non-archive. 2007-07-11 21:00:25 +00:00
David McKnight
0d8e25b58f [193155] Kevin's patch to check to see if element is IAdaptable 2007-07-11 19:01:48 +00:00
David McKnight
9c9e01baec [191599] use shell encoding specified 2007-07-11 18:58:28 +00:00
David McKnight
2a18d44c77 [191599] use shell encoding specified 2007-07-11 18:39:02 +00:00
David McKnight
2d19b83970 [193151] Kevin's patch for Scratchpad not updated on Move 2007-07-11 18:02:20 +00:00
David McKnight
6f647bdd9c [187130] New Folder/File, Move and Rename should not be available for read-only files. 2007-07-11 17:41:22 +00:00
David McKnight
b8d975aeac [196035] wrappering systemmessageexception with remotefilesecurityexception 2007-07-11 17:15:15 +00:00
David McKnight
ceda910c6e [193329] using "Resource" instead of "name" for the label column 2007-07-11 16:09:57 +00:00
Martin Oberhuber
d80a3fb51c Rev up services.dstore bundle version to 2.0.1 2007-07-10 11:18:27 +00:00
David McKnight
0cdd389469 [193394] Kevin's patch for Changed mentions of Vector to java.util.List as passed child is an ArrayList not a Vector 2007-07-09 20:43:48 +00:00
David McKnight
e61ee3b271 [189423] Kevin's patch for fixing delete event handling 2007-07-09 20:39:58 +00:00
David McKnight
57df017e54 [195709] Kevin's patch to only enQuote the source string once 2007-07-09 18:36:56 +00:00
David McKnight
5161387b9f [195543] Kevin's fix for Double Clicking on a folder expands wrong folder if shown twice in view 2007-07-09 18:20:24 +00:00
David McKnight
ad2e9287a6 [195537] Kevin's patch for Move ElementComparer From SystemView to Separate File 2007-07-09 18:16:19 +00:00
David McKnight
fa54878306 [190803] basic query cancellation support for dstore files 2007-07-09 17:59:48 +00:00
David McKnight
85b84f72f8 [194838] Xuan's patch to put common compare code in SystemRegistry. - ammendment for npe case 2007-07-09 15:50:13 +00:00
David McKnight
825fb49ddf minor shell output performance improvement merged from IBM rse to open rse. 2007-07-09 14:49:25 +00:00
David McKnight
a12a281480 minor change (not a compatibility issue) merging a change from IBM RSE to open RSE - depth defaulting to 1 instead of 2 2007-07-09 14:48:38 +00:00
David McKnight
a5e0c80933 [194838] Xuan's patch to put common compare code in SystemRegistry. 2007-07-09 13:17:34 +00:00
Martin Oberhuber
c2ea0b8e54 Fix update site category description 2007-07-09 10:26:08 +00:00
Martin Oberhuber
ef68d3ff25 Remove patches from update site 2007-07-09 10:13:05 +00:00
Martin Oberhuber
bbca7ea23a Avoid unnecessary re-re-pack of official and milestone update sites 2007-07-06 15:58:35 +00:00
Martin Oberhuber
240caefc56 Avoid unnecessary re-re-pack of official and milestone update sites 2007-07-06 15:57:12 +00:00
Martin Oberhuber
49b6c7fc7d Avoid unnecessary re-re-pack of official and milestone update sites 2007-07-06 15:56:18 +00:00
Martin Oberhuber
06e55c2f11 Fix sed expressions for milestone updates 2007-07-06 15:46:00 +00:00
Martin Oberhuber
d684ec9a06 Update patch updates 2007-07-06 15:41:26 +00:00
Martin Oberhuber
963409b059 Rename 2.0a --> 2.0.0.1 2007-07-06 14:38:29 +00:00
Martin Oberhuber
e7ed236ffc Improve patch descriptions 2007-07-06 13:55:21 +00:00
Martin Oberhuber
4f0a563920 Add org.eclipse.rse.core-patch 2007-07-06 10:42:02 +00:00
Martin Oberhuber
cdc4e751c6 Add org.eclipse.rse.ftp-patch 2007-07-06 10:15:16 +00:00
Martin Oberhuber
4198fc2335 Update Update Site towards 2.0.1 2007-07-05 11:14:39 +00:00
Martin Oberhuber
9c9a3ff292 Release [192741] Fix extract from archive; [193148] Scratchpad Clear Selection Action Enablement; [193380] avoid full refresh when deleting connection; [192705] throw exception when rename fails; [194463] Avoid opening editor if canceled by user; [189150] Scratchpad Clear properly; [193426] don't display exceptions on the daemon 2007-07-05 08:18:02 +00:00
Martin Oberhuber
fd3a307707 [192741] Fix extract (copy, move) from archive if more than 1 level deep 2007-07-05 08:11:40 +00:00