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

231 commits

Author SHA1 Message Date
Martin Oberhuber
445db07b51 [219975] Fix implementations of clone() 2008-02-22 21:13:37 +00:00
Martin Oberhuber
d051bba838 [cleanup] Fix Javadoc Error 2008-02-22 17:02:46 +00:00
Martin Oberhuber
114cc635e8 [219975][api][breaking] Get rid of SystemMessage#clone() 2008-02-22 16:02:44 +00:00
Martin Oberhuber
774e2450b7 [219975] Fix SystemMessage#clone() 2008-02-22 15:58:22 +00:00
Martin Oberhuber
7855f9e110 [216252] Fix Systemmessage.clone() 2008-02-22 15:35:51 +00:00
Martin Oberhuber
c2d68b20cf [216252] Fix Systemmessage.clone() 2008-02-22 15:24:38 +00:00
Martin Oberhuber
f11bcbfc30 [216252] Fix Systemmessage.clone() 2008-02-22 15:15:56 +00:00
David McKnight
4d63a06310 [216252] externalize strings 2008-02-21 15:53:11 +00:00
David McKnight
1ac741f109 [216252] SimpleSystemMessage.clone() 2008-02-21 15:35:52 +00:00
David McKnight
da6667f889 [216252] CANCELLED -> CANCELED 2008-02-21 15:29:07 +00:00
David McKnight
b11a865805 [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
-this is phase 1...still need to get rid of duplicate messages
2008-02-20 21:25:04 +00:00
Xuan Chen
e01697166a [218491] ArchiveHandlerManager#cleanUpVirtualPath is messing up the file separators (remove debug code) 2008-02-15 15:08:05 +00:00
Xuan Chen
31ba993cba [218491] ArchiveHandlerManager#cleanUpVirtualPath is messing up the file separators (with updated fix) 2008-02-15 05:39:26 +00:00
Martin Oberhuber
82ab7dde07 [cleanup] fix copyright notices for 2008 2008-02-12 23:42:46 +00:00
Martin Oberhuber
d576a792fc [cleanup] fix Javadoc warnings 2008-02-11 16:38:31 +00:00
Xuan Chen
c19a3d1097 [218491] fix: ArchiveHandlerManager#cleanUpVirtualPath is messing up the file separators 2008-02-11 15:48:09 +00:00
Martin Oberhuber
ea73d1cd2e [217891][cleanup] Avoid Javadoc warnings due to missing reference visibility 2008-02-05 19:46:59 +00:00
Martin Oberhuber
57506f1f0c Manifest: migrate Eclipse-LazyStart to Bundle-ActivationPolicy 2008-02-01 13:16:09 +00:00
Martin Oberhuber
ab54db66b6 [217429][api] Make registering multiple output listeners thread-safe 2008-02-01 13:03:19 +00:00
Martin Oberhuber
8d33e75d67 [216351] Improve cancellation of SystemFetchOperation for files 2008-01-23 22:35:25 +00:00
Martin Oberhuber
3bc0f8aa92 Update Javadoc 2008-01-23 17:44:38 +00:00
David McKnight
4a8df946f2 [209593] implementor of IHostFilePermissions to extend Cloneable, not IHostFilePermissions, itself 2008-01-23 17:23:56 +00:00
David McKnight
f2fcb656c9 [209593] changed duplcate to use Cloneable and override Object.clone() 2008-01-23 14:52:32 +00:00
David McKnight
c8a217ab4f [209593] changed duplcate to use Cloneable and override Object.clone() 2008-01-23 14:50:21 +00:00
David McKnight
10515e6501 [209593] changed clone to duplicate 2008-01-23 13:13:53 +00:00
Xuan Chen
877d847b6d [191370] fix: [dstore] Supertransfer zip not deleted when cancelling copy 2008-01-23 03:57:16 +00:00
David McKnight
739dc3ac37 [209593] clone permissions for modification purposes 2008-01-22 23:13:13 +00:00
David McKnight
5c91cc751b [209593] [api] updated support for "file permissions" and "owner" properties 2008-01-22 22:11:34 +00:00
David McKnight
cecc399ee8 [215847]SystemEncodingUtil needs to convert to unsigned when checking xml file 2008-01-18 19:36:22 +00:00
David McKnight
3b89b63006 [209593] pending "dummy" nodes cached so that we don't duplicate queries 2008-01-17 22:18:47 +00:00
David McKnight
6cd50c21dd [209593] [api] add support for "file permissions" and "owner" properties for unix files 2008-01-16 18:35:39 +00:00
Xuan Chen
aaaebe4d91 [200417] fix: [regression][dstore] Rename an expanded folder in an Archive displays no children 2008-01-11 02:49:58 +00:00
Xuan Chen
7c91b19339 [214786] fix: [regression][archive]rename a virtual directory does not work properly 2008-01-11 02:31:48 +00:00
Martin Oberhuber
6136db1988 [208778][api] Change new Streams Services API to use int options instead of boolean binary 2008-01-07 14:58:38 +00:00
Xuan Chen
fe4d14e4d3 [214251] fix: [archive] [tar]"Last Modified Time" changed for all virtual files/folders if rename/paste/delete of one virtual file. 2008-01-04 21:36:40 +00:00
Xuan Chen
50f0471159 [214251] fix: [archive] [zip]"Last Modified Time" changed for all virtual files/folders if rename/paste/delete of one virtual file. 2008-01-04 19:44:00 +00:00
Xuan Chen
66d9007048 [191370] fix: [dstore] Supertransfer zip not deleted when cancelling copy 2007-12-31 03:03:07 +00:00
Xuan Chen
9b89ffb3f8 [209827] fix: Update DStore command implementation to enable cancelation of archive operations 2007-12-19 03:04:45 +00:00
David McKnight
070e5834f6 [212229] using default code page converter that isn't null 2007-12-07 16:02:14 +00:00
Martin Oberhuber
2049848c1a [208778] [efs][api] Improve default impl of new getOutputStream() API for backward compatibility 2007-12-06 11:18:34 +00:00
David McKnight
47d69ab7aa [209704] added supportsEncodingConversion() 2007-12-04 17:49:02 +00:00
David McKnight
51a2ca0ee4 [209704] move code for getting code page converter from activator to CodePageConverterManager utility class 2007-12-04 17:22:41 +00:00
Xuan Chen
58600211f3 [211653] fix: Copy virtual directory with nested directory of tar file did not work 2007-11-30 22:29:48 +00:00
Kevin Doyle
250570d64e [208778] [efs][api] RSEFileStore#getOutputStream() does not support EFS#APPEND 2007-11-30 20:40:06 +00:00
Xuan Chen
48ef3db9b8 [211551] fix: NPE when moving multiple folders from one tar file to another tar file 2007-11-30 17:59:46 +00:00
Xuan Chen
78845993fb [209825] fix: Update SystemTarHandler so that archive operations could be cancelable. 2007-11-30 16:45:52 +00:00
Kevin Doyle
77a094ca8a [208778] [efs][api] RSEFileStore#getOutputStream() does not support EFS#APPEND 2007-11-29 16:13:29 +00:00
Xuan Chen
c3642f1be2 [210555] fix: [regression]NPE when deleting a file on SSH 2007-11-27 15:04:35 +00:00
David McKnight
f4b21a4de4 [209704] doc.isv updates for codePageConverters extension point 2007-11-26 15:18:20 +00:00
David McKnight
28e99e8e3a [209704] [api] Ability to override default encoding conversion needed. 2007-11-24 00:36:27 +00:00