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

2733 commits

Author SHA1 Message Date
David McKnight
3757b2c830 [190010] search cancellation issues 2007-07-13 19:32:16 +00:00
David McKnight
f640ab5508 [187130] disable actions for non-writeables 2007-07-13 19:31:38 +00:00
David McKnight
b15aab9835 [190010] set status cancelled when cancel domain event comes in 2007-07-13 18:21:39 +00:00
David McKnight
b6e59543b3 [190010] fire finish event if finished or cancelled 2007-07-13 18:20:16 +00:00
David McKnight
6a25b7a149 [190010] use domain listener 2007-07-13 18:17:59 +00:00
David McKnight
b56fe716f1 [190010] cancelling search in search handler on host 2007-07-13 18:15:22 +00:00
David McKnight
da78470ce5 [190010] dstore search perf improvement 2007-07-13 17:55:31 +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
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
fd3a307707 [192741] Fix extract (copy, move) from archive if more than 1 level deep 2007-07-05 08:11:40 +00:00
Martin Oberhuber
dce2ff6b5d Rev up version numbers to 2.0.1 for recent fixes 2007-07-05 08:05:25 +00:00
David McKnight
6694aa7ae2 [193148] Kevin's patch so that Clear Selection Action only enabled on root elements 2007-07-04 20:40:00 +00:00
David McKnight
8e07b5c675 [193380] Kevin's patch to avoid full refresh when deleting connection 2007-07-04 20:35:28 +00:00
David McKnight
66e6b8bb92 [192705] exception needs to be thrown when rename fails 2007-07-04 18:24:36 +00:00
David McKnight
3e5f53964b [194463] Kevin's patch for Check the result of _editable.download(monitor) to decide if editor should be opened 2007-07-04 17:55:37 +00:00
David McKnight
6792fa442a [189150] kevin's patch for clear in the scratchpad view 2007-07-04 17:51:00 +00:00
David McKnight
35d3342dac [193426] don't display exceptions on the daemon 2007-07-04 17:09:10 +00:00
Martin Oberhuber
0a23193b38 [195392] Avoid setting port 0 in initializeSubSystem() 2007-07-04 16:49:06 +00:00
Martin Oberhuber
0fe62b6187 Update bundle versions to 2.0.1 due to maintenance changes 2007-07-04 16:36:40 +00:00
David McKnight
05d2355302 [194897] Should not remote refresh objects above the subsystem 2007-07-04 16:30:34 +00:00