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

2063 commits

Author SHA1 Message Date
David Dykstal
cafd9f15eb [150939] added readOnly attribute to IProperty 2007-04-05 18:51:14 +00:00
David McKnight
092ed936f3 [181222] for SystemResoruceSelectionInputProvider (used by file dialog) the initial connection should be set 2007-04-05 17:00:18 +00:00
Kushal Munir
7d4bb4f754 [180602] [api] Remove Communications Daemon and associated classes. Get rid of all associated messages and F1 help as well. 2007-04-05 16:46:45 +00:00
David McKnight
364077fab3 [181222] prevent null set when there is not initial file name (SaveAsForm appears to have expected an initial file name). 2007-04-05 16:40:35 +00:00
David McKnight
8dcbb6ec39 [181197] only need to fire a create event for file transfer operations. The additional refresh was redundant and causes the problem of the monitor getting cancelled since two jobs end up doing the same thing 2007-04-05 16:22:38 +00:00
Martin Oberhuber
cec805307d [cleanup] update javadoc 2007-04-05 16:01:26 +00:00
David McKnight
1ba9a8256e [181069] can't do a query to get context for saving shell states. Need a new API for IRemoteCommandShell to getContextString() so that a query can be avoided at this point. 2007-04-05 15:48:58 +00:00
Martin Oberhuber
a718276754 Release for I20070405-1200: [179184] changed preference name to DEFAULT_PERSISTENCE_PROVIDER; [181069] getContextString() for saving shell states; [175686] Get rid of Platform CVS Dependency; [177882] Fixed PropertyFileProvider for garbling of CJK characters 2007-04-05 15:48:56 +00:00
David Dykstal
9f181bbfcf [177882] Fixed PropertyFileProvider for garbling of CJK characters. 2007-04-05 15:17:31 +00:00
Martin Oberhuber
69e3611f4f [175686] Get rid of Platform CVS Dependency: Configure SSH through new IJschService and Prefs 2007-04-05 15:14:15 +00:00
David McKnight
8af84a782b [181069] can't do a query to get context for saving shell states. Need a new API for IRemoteCommandShell to getContextString() so that a query can be avoided at this point. 2007-04-05 14:56:22 +00:00
David Dykstal
3b85d3f712 [179184] changed preference name to DEFAULT_PERSISTENCE_PROVIDER 2007-04-05 13:54:08 +00:00
Martin Oberhuber
55973c21f9 [cleanup][180606] put subclassing info javadoc into a separate paragraph 2007-04-05 09:41:10 +00:00
Martin Oberhuber
9b04251b0b Release for I20070405-0600: [177530] [ftp] passive mode control in wizard; [180994] clean up environment miner variables; [181006] asynch exec job to avoid endless looping of dstore shell; [179184][api] Default Persistence Provider Preference; [180642] make test scripting internal; [166339] deprecating getVendorAttributes and setVendorAttributes; [150931][api] added setDescription() method; [181112] NLS missing messages in Security Prefs Page; [181066] NLS missing messages with DAEMON and Shells 2007-04-05 09:09:20 +00:00
Martin Oberhuber
2e12ffc72f [181066] NLS missing messages with DAEMON and Shells 2007-04-05 08:17:51 +00:00
Martin Oberhuber
e3425deafb [181112] NLS missing messages in Security Prefs Page 2007-04-05 08:09:09 +00:00
David Dykstal
0c5ccb71c1 [150931][api] added setDescription() method. 2007-04-05 03:02:14 +00:00
David Dykstal
c1fd138673 [166339] deprecating getVendorAttributes and setVendorAttributes 2007-04-05 02:32:10 +00:00
David Dykstal
8c8e37df5c [180642] make test scripting internal 2007-04-05 02:20:16 +00:00
David Dykstal
eac0923a01 [142806] Touched up preference handling for default persistence provider. No api changes in this commit. 2007-04-05 02:03:34 +00:00
David McKnight
9cb7bd0227 [181006] schedule job to do asynch exec rather than directly do asynch exec 2007-04-05 00:33:21 +00:00
David McKnight
1d9c8e7d4b [180994] ensure that we don't do redundant activations and that environment miner variables are cleaned up at the end 2007-04-05 00:16:22 +00:00
Javier Montalvo Orus
5003230df0 [177530] [ftp] passive mode control is missing in wizard 2007-04-04 16:42:19 +00:00
Martin Oberhuber
2345b2592c Release for I20070404-1200 2007-04-04 15:57:14 +00:00
Martin Oberhuber
d7130bddc3 [fix] Mutex mis-use in FTPService 2007-04-04 15:50:29 +00:00
Uwe Stieber
aefb17b2fb [fix] getHostNames() return String[] containing invalid null values 2007-04-04 15:23:16 +00:00
David McKnight
efa8873ec5 [179363] to avoid having changed properties reset by unchanged default properties, I've added code to check if the user changed the ServerLauncherPropertiesServiceElement. The explicit properties are set only when the service element changes. 2007-04-04 15:09:55 +00:00
Javier Montalvo Orus
4b498e3e85 [180711] Checked return value of Mutex.waitForLock() 2007-04-04 14:29:57 +00:00
Javier Montalvo Orus
f3d3c8b2f7 [180933] Fixed PDE warning on tm.discovery.model.edit/plugin.xml 2007-04-04 14:11:50 +00:00
David McKnight
b063e1e3c1 [180938] getting rid of printlns 2007-04-04 13:45:20 +00:00
David McKnight
61fc7b77c4 [180872] unqueried folder should initially be stale, internalHasChildren() should check for stale when when there are no children, and getImageDescriptor needs to check if contents have been queried before determining whether to show a folder as open or not 2007-04-04 13:27:26 +00:00
Martin Oberhuber
31b5bb1e73 [180933] fix Server Connection Security Property Page and Server Launcher Property Page 2007-04-04 13:22:58 +00:00
Javier Montalvo Orus
65c5084c90 [180711] Replaced synchronized with Mutex 2007-04-04 13:19:19 +00:00
Kushal Munir
910cb15848 [180606] [api] Add javadoc to indicate that BasicClassFileParser and ClassFileUtil should not be subclassed. 2007-04-04 12:56:39 +00:00
Kushal Munir
f54336f8b0 [164413] Remove the "Default System Type" combo from the RSE Preference page and associated preference constants. Keep the NLS for the combo in case we need it again for some reason. 2007-04-04 12:49:57 +00:00
Martin Oberhuber
4826b2efab [180519][api] moving Activators to "internal" 2007-04-04 12:32:34 +00:00
Martin Oberhuber
08c6648552 [180519][api] declaratively register adapter factories 2007-04-04 12:14:23 +00:00
Martin Oberhuber
202c9a5fe6 [180519][api] declaratively register rse.processes.ui adapter factories 2007-04-04 12:10:00 +00:00
Martin Oberhuber
0f90b154a2 [180519][api] declaratively register rse.shells.ui adapter factories 2007-04-04 11:37:46 +00:00
Martin Oberhuber
d3bb2ce174 [180562][api] dont implement ISystemUDAConstants 2007-04-04 10:54:08 +00:00
Martin Oberhuber
39e168e841 [180562][api] dont implement ISystemCompileXMLConstants 2007-04-04 10:49:48 +00:00
Martin Oberhuber
b943781c0f [180562][api] dont implement IRemoteImportExportConstants 2007-04-04 10:44:09 +00:00
Martin Oberhuber
d478d4825b [180562][api] dont implement ISystemThemeConstants 2007-04-04 10:37:53 +00:00
Martin Oberhuber
efcfd3a1d9 [180562][api] dont implement ISystemPreferencesConstants 2007-04-04 10:33:32 +00:00
Martin Oberhuber
553e446521 [180562][api] dont implement ISystemOutputRemoteTypes 2007-04-04 10:28:10 +00:00
Martin Oberhuber
91d1ccf64a [180519] declaratively register rse.files.ui. adapter factories. Remove unnecessary dependencies. 2007-04-04 10:20:14 +00:00
Javier Montalvo Orus
478fcd46fb [180711] Copying a remote folder seems to copy files contained from multiple threads 2007-04-04 10:08:32 +00:00
Martin Oberhuber
2bd44497fd Release [175262][api] IHost.getSystemType() should return IRSESystemType; [180650] moved dstore.miners.miner to dstore.miners; [180562] not implementing IDataStoreConstants and other constant-only interfaces; [180651] making getPatterns() private; [180575] SubSystemConfiguration.supportsDeferredQueries(); [142806][api] refactoring and adding new tracking api for persistence; [180485] [api] "Show Hidden" should be a view-only Preference; [170916] New files could not be created in EFS due to thread blocking 2007-04-04 08:27:39 +00:00
Kushal Munir
3c73452235 [170916] New files could not be created in EFS due to thread blocking. 2007-04-04 05:25:53 +00:00
Kushal Munir
814a8b283e [180485] [api] "Show Hidden" should be a view-only Preference and not on API level. 2007-04-04 02:49:28 +00:00