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

1524 commits

Author SHA1 Message Date
Martin Oberhuber
2823aeb890 Fix Copyrights 2006-11-09 12:34:44 +00:00
Martin Oberhuber
3b4d933027 Release fixes for bug 154874 (quoting $ char for dstore); 163565, 160201 (systemview refresh); 158295 (Processes on Mac); 155772, 153629, 163727, 162177, 163815; 163197 (content assist on 1st invocation); 162883 (shell refresh). 2006-11-09 12:32:14 +00:00
Martin Oberhuber
ef09a2df00 Fix 154874 - handle files with space or $ in the name 2006-11-09 12:19:08 +00:00
Martin Oberhuber
3cb4324776 [cleanup] fix NON-NLS-1 tags 2006-11-09 12:01:27 +00:00
Martin Oberhuber
bfc6a57b4c [cleanup] fix NON-NLS-1 tags 2006-11-09 11:56:08 +00:00
Martin Oberhuber
1468c657d8 [cleanup] fix NON-NLS-1 tags 2006-11-09 11:30:28 +00:00
Martin Oberhuber
4f47e316c7 [cleanup] fix NON-NLS-1 tags 2006-11-09 10:54:59 +00:00
Kushal Munir
e9720fe010 Bug 163565: Multiple files are not deleted when one of them fails to be deleted 2006-11-09 00:21:24 +00:00
David Dykstal
c5f7fa5afd Bug 158295 - Initial fixed process lists for Mac OS X 2006-11-08 22:18:51 +00:00
Martin Oberhuber
a90a2fbe6d Fix bug 155772 153629 filter RemoteSystemsConnections from CDT view 2006-11-08 18:37:40 +00:00
David McKnight
3ba2e914bf dstore fix for 163197. the fix is a miner fix so in order to test it, the dstore_miners.jar needs to be updated. 2006-11-08 17:57:13 +00:00
David Dykstal
e7e6ce5379 Bug 163727 - fixed the retrieval of the default system types 2006-11-08 16:44:13 +00:00
Martin Oberhuber
58fb2ec9ce bug 162177 - Rename additional occurrences of ISystem -> IConnectorService 2006-11-08 16:43:12 +00:00
Martin Oberhuber
4477ea60b3 [cleanup] fix javadoc warnings 2006-11-08 16:30:14 +00:00
Martin Oberhuber
1dda85ab0d Apply patch for bug 162177 - Rename ISystem -> IConnectorService in comments 2006-11-08 16:27:59 +00:00
Martin Oberhuber
e7b4211807 Fix bug 163197 (content assist fails on 1st invocation) for ssh 2006-11-08 16:14:45 +00:00
David Dykstal
e0b55f83c4 Bug 163815 - Fixed NPE caused by lack of GridData for non-drawn inherit button controls. Added GridData for the control - some hints may be ignored on non-drawn platforms. 2006-11-08 15:34:14 +00:00
Kushal Munir
5288aae7de Bug 160201: Renaming a file in RSE tree is not updated automatically in filter 2006-11-08 15:33:07 +00:00
Martin Oberhuber
3c3aac8579 Avoid remote command echo on ssh 2006-11-08 15:18:13 +00:00
Martin Oberhuber
c6719679dd Fix bug 162883 no prompt on Solaris local shell 2006-11-08 14:45:38 +00:00
Martin Oberhuber
537c1b9bb0 Fix bug 155772 153629 filter RemoteSystemsConnections from CDT view 2006-11-08 09:46:49 +00:00
Martin Oberhuber
4b688cfb4a Release fixes for 162993 (filter caching), 158754, 158756, 158788, 160812, 160813 (connect dialog); 142980 (sort types in new connection wizard). 2006-11-08 09:04:37 +00:00
Kushal Munir
7a7a212141 Bug 142980: Contents of System Type dropdown should be sorted in New Connection Wizard 2006-11-08 01:42:37 +00:00
David McKnight
8d270bf046 fix for 162993 - ssh next the original src entry to be explicitly removed from cache 2006-11-07 22:07:12 +00:00
David Dykstal
6427bd9c32 Bug 160813 - Made the text for the tooltips on the password dialog consistent. Also created specific entries in the password section of the properties file for the other text on the dialog instead of reusing other entries. 2006-11-07 20:56:22 +00:00
David Dykstal
e60e315dee Bug 160812 - initially select the entire contents of the userid and password fields in the password prompt dialog. 2006-11-07 20:06:31 +00:00
David Dykstal
b8a078229a Bug 158756 - suppress the showing of the signon prompt for windows since we don't validate at the target end. 2006-11-07 19:46:37 +00:00
David Dykstal
1a8ea54117 Bug 158756 - allow saving an empty password 2006-11-07 19:45:41 +00:00
David Dykstal
1b098a02de [cleanup] updated spelling in comment 2006-11-07 19:35:54 +00:00
David McKnight
3b422f0d1e fix for 162993 2006-11-07 18:39:12 +00:00
Martin Oberhuber
3a92aa6a5d Fix description of signedUpdates site 2006-11-07 14:34:53 +00:00
Martin Oberhuber
6212c0c827 Preapre build notes towards RSE 1.0 2006-11-07 13:51:51 +00:00
Javier Montalvo Orus
9e643f1f2b Added //$NON-NLS-1$ tags to FTPHostFile.java to avoid warnings 2006-11-07 12:35:39 +00:00
Javier Montalvo Orus
ac3fef760c Moved logging console setup to org.eclipse.subsystems.files.ftp 2006-11-07 12:26:51 +00:00
David McKnight
78a62f47b4 cleanup of equals() 2006-11-07 12:15:47 +00:00
Martin Oberhuber
b4a365e1ab Preapre build notes towards RSE 1.0 2006-11-07 11:04:53 +00:00
Martin Oberhuber
3f7f8258e8 Release fixes for bug 163381 (duplicate nodes in treeview); 162585, 161209, 163264 (FTP console log, progress and batchDelete); 142067 (commandview on mac); 150143 (local filtering) 2006-11-07 09:12:26 +00:00
David Dykstal
3f6f7d8f51 Bug 150143 - fixed LocalFileService to pay attention to the "files only" option on filter definitions. 2006-11-07 02:36:32 +00:00
David Dykstal
62de603571 Bug 142067 - fixed calculation of the index of the table item that lives at the top row of the table. 2006-11-06 23:34:21 +00:00
Javier Montalvo Orus
e32b10f6f3 Fixing 162585 - [FTP] fetch children cannot be canceled
Fixing 161209 - Need a Log of ftp commands
Fixing 163264 - FTP Only can not delete first subfolder
2006-11-06 20:10:35 +00:00
David McKnight
f76cf1434b fix for 163381 - improper implementation of IRemoteFile.equals 2006-11-06 16:05:09 +00:00
Martin Oberhuber
f5601b37b0 Disable TM update site digest due to bug 163406 2006-11-03 23:46:25 +00:00
Martin Oberhuber
84900360e4 Add RC4 build notes 2006-11-03 23:14:58 +00:00
Martin Oberhuber
22d904f226 Fix update site - make signed jarfiles world readable 2006-11-03 22:19:09 +00:00
Martin Oberhuber
11dab13ca0 Automatically fill and sign an update site from a testUpdate site 2006-11-03 18:20:48 +00:00
Martin Oberhuber
fde3024478 Prepare for deploying NAB on dsdp infocenter 2006-11-03 15:38:45 +00:00
Martin Oberhuber
b024922ae0 Release fixes for 163230, 162489, 162707, 162688, 158301, 163103 2006-11-03 11:31:28 +00:00
Martin Oberhuber
b50527595e Add bug id to copyright attribution. Add $NON-NLS-1$ tags. 2006-11-03 10:00:28 +00:00
Kushal Munir
925c5fc987 Bug 163230: Need "cancelAll" functionality in "duplicate name collision" dialog when uploading a directory tree 2006-11-02 23:10:31 +00:00
David Dykstal
0420688abf Bug 162489 - subsystem port number not being persisted 2006-11-02 21:38:03 +00:00