David McKnight
9f9b7cadc1
[210142] for accessibility need transfer mode toggle button
2007-11-16 21:02:55 +00:00
David McKnight
4c8ed84dbc
[203114] Usability improvements for file transfer mode prefs
2007-11-15 22:09:35 +00:00
David McKnight
1788af28cf
[203114] Usability improvements for file transfer mode prefs
2007-11-15 22:06:50 +00:00
David McKnight
d9bba1a0af
[209552] get rid of copy APIs to be clearer with download and upload
2007-11-15 20:55:36 +00:00
David McKnight
c21bd772da
[203114] Usability improvements for file transfer mode prefs
2007-11-15 20:52:03 +00:00
David McKnight
4976135552
[203114] Usability improvements for file transfer mode prefs
2007-11-15 20:31:52 +00:00
David McKnight
38b0baf93b
[209552] get rid of copy APIs to be clearer with download and upload
2007-11-15 19:43:16 +00:00
Xuan Chen
e525f4b1a4
[209828] fix: Need to move the Create operation to a job.
2007-11-15 19:25:46 +00:00
David McKnight
712e981fcc
[209552] API changes to use multiple and getting rid of deprecated
2007-11-15 19:08:42 +00:00
David McKnight
a1e17ba244
[203114] Usability improvements for file transfer mode prefs
2007-11-15 18:59:35 +00:00
Xuan Chen
782ffc5d8f
[209899] fix: system view did not refresh properly if rename multiple folders in table view.
2007-11-15 05:41:07 +00:00
Martin Oberhuber
50cff88f9a
Fix typos and Javadoc error
2007-11-14 21:30:07 +00:00
Martin Oberhuber
940a583456
Fix typos and Javadoc error
2007-11-14 21:28:50 +00:00
Martin Oberhuber
d3ff4a702b
Fix typos and Javadoc error
2007-11-14 21:26:15 +00:00
David McKnight
8e30306972
[203114] don't treat XML files specially (no hidden prefs for bin vs text)
2007-11-14 19:07:00 +00:00
David McKnight
7ebed02f74
[208951] no longer used editor registry for file type associations
2007-11-14 18:33:13 +00:00
Xuan Chen
2448faa0ba
[160775] fix: [Archives] [api] [breaking] [nl] rename (at least within a zip) blocks UI thread
2007-11-14 17:56:59 +00:00
David McKnight
0252676845
[209660] remote file encoding should default to parent folder's encoding
2007-11-13 17:25:15 +00:00
David McKnight
3fa42877ce
[208435] Rupen's Patch to disable the user to rename to the same name when multiple collisions occur
2007-11-12 20:11:57 +00:00
David McKnight
ab6d24db09
[209375] new API copyRemoteResourcesToWorkspaceMultiple to optimize downloads
2007-11-12 16:13:41 +00:00
David McKnight
d12ef1cad9
trivial bug - need to make sure encoding didn't change before using a cached temp file
2007-11-12 16:09:16 +00:00
David McKnight
2028bc88ad
[208803] add exists() method to ISystemViewElementAdapter
2007-11-05 19:54:06 +00:00
David McKnight
92ff8a6a0a
[186363] get rid of obsolete calls to ISubSystem.connect()
2007-11-05 15:56:00 +00:00
David McKnight
f9dc5456f5
[196938] getting rid of obsolete classes for SystemSelectConnection*
2007-11-05 15:54:43 +00:00
Kevin Doyle
1ac36e2054
[199324] [nls] Move dialog SystemMessages should be added/updated
2007-11-02 15:26:27 +00:00
David McKnight
133313358b
[208572] merge of file extension property descriptor to open rse
2007-11-02 15:10:27 +00:00
Kevin Doyle
d1e082c015
[160769] Move Resource dialog allows user to continue on invalid destination
2007-11-02 14:15:10 +00:00
Kevin Doyle
0dfacdf39d
[186125] Changing encoding of a file is not reflected when it was opened before
2007-11-01 15:03:58 +00:00
David McKnight
3d2a16aeb2
[207178] changing list APIs for file service and subsystems
2007-10-31 21:03:25 +00:00
Martin Oberhuber
1e46f2b6cd
Rev up plugin and feature versions towards TM 3.0
2007-10-31 18:13:23 +00:00
Kevin Doyle
aeefefde88
[197976] Fixed properties.setReadOnly() error
2007-10-31 02:28:42 +00:00
Kevin Doyle
86694a4b08
[203014] Copy/Paste Across Connections doesn't display Overwrite dialog when folder already exists
2007-10-30 14:13:38 +00:00
Kevin Doyle
2d68c749ff
[204810] Saving file in Eclipse does not update remote file
2007-10-26 21:00:23 +00:00
David McKnight
1fb22d2108
code bug using == instead of !=
2007-10-26 18:26:55 +00:00
David McKnight
ddda24b5e7
[186363] remove deprecated call
2007-10-24 14:57:56 +00:00
Kevin Doyle
fed40af8b4
[197976] Changing a file to read-only when it is open doesn't update local copy
2007-10-19 18:12:27 +00:00
David McKnight
547f047169
[195285] mount path mapper changes
2007-10-19 14:58:23 +00:00
David McKnight
04697ae05c
null pointer check for active window
2007-10-18 13:44:56 +00:00
David McKnight
839cf0e907
[205820] create the temp files project (if not there) when files.ui is loaded
2007-10-12 21:02:32 +00:00
David McKnight
991b5ebb85
[205819] Need to use input stream copy when EFS files are the src
2007-10-10 19:20:08 +00:00
David McKnight
25c61fbaaf
[205297] Editor upload should not be on main thread
2007-10-05 18:39:36 +00:00
Xuan Chen
508129509f
[202949] fix: [archives] copy a folder from one connection to an archive file in a different connection does not work
2007-10-04 04:38:27 +00:00
Martin Oberhuber
be038e0311
[204669] Fix ftp path concatenation on systems using backslash separator
2007-09-26 13:24:53 +00:00
Martin Oberhuber
8867e6ee8b
[197855] Can't Delete/Rename/Move a Read-Only File
2007-09-14 16:49:57 +00:00
Xuan Chen
63a9b0186f
fix the following two problems:
...
[202668][Supertransfer] Subfolders not copied when doing first copy from dstore to Local
[202670] [Supertransfer] After doing a copy to a directory that contains folders some folders name's display "deleted"
2007-09-12 20:35:59 +00:00
David McKnight
fcb877ed59
[199568] Removing synchronized from internalGetChildren
2007-09-11 16:30:45 +00:00
Xuan Chen
3214ec9046
[201790] fix: [dnd] Copy and Paste across connections to a Drive doesn't work
2007-09-06 19:21:25 +00:00
Martin Oberhuber
828af05a30
[199573] Fix potential threading issues in SystemTempFileListener
2007-08-10 14:17:45 +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
Martin Oberhuber
ff7398cc42
Fix NPEs with odd remote paths
2007-08-09 10:30:59 +00:00