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

1351 commits

Author SHA1 Message Date
Martin Oberhuber
2aa9214149 [186640][api] Add IRSESystemTyep.isLocal(), isWindows(), getProperty(String, boolean) 2007-05-11 20:28:10 +00:00
Martin Oberhuber
97acafc9eb [174945] Remove obsolete icons from rse.shells.ui 2007-05-11 17:53:36 +00:00
Martin Oberhuber
90fe1b916d [174945] Remove obsolete icons from rse.shells.ui 2007-05-11 17:29:16 +00:00
Martin Oberhuber
6780ae8b16 [174945] split importexport icons from rse.ui 2007-05-11 16:43:07 +00:00
Martin Oberhuber
ca4b641ba5 [doc] improve javadoc for IConnectorService 2007-05-11 13:11:18 +00:00
David Dykstal
9529b426c3 [177329][api] API changes to add timeouts and better return indications for the persistence manager. 2007-05-11 04:05:14 +00:00
Martin Oberhuber
cfd6e8f1b5 Fix typo 2007-05-10 17:02:19 +00:00
Martin Oberhuber
1fe5c4b9dd [185554][api] Remove dynamicPopupMenuExtensions extension point 2007-05-10 16:28:43 +00:00
Martin Oberhuber
0c96066b98 [183824][api] Forward SystemMessageException from IRemoteFileSubsystem rather than handling it 2007-05-10 16:02:01 +00:00
Martin Oberhuber
9af75140de [186128][api] Move IProgressMonitor last in all API 2007-05-10 14:11:48 +00:00
Martin Oberhuber
7af0ea93c0 [177523][api] Unify singleton getter methods to use getInstance() 2007-05-10 12:40:20 +00:00
David McKnight
9c7c0f0cac [180875] applying Kevin Dolye's patch for closing file dialog on double-click 2007-05-08 19:44:17 +00:00
Uwe Stieber
a1b738992b [fix] ISystemContextMenuConstants.GROUP_NEW_NONCASCADING not consistently contributed to menu on system type level 2007-05-08 08:43:43 +00:00
David Dykstal
cab2a024dd [183161][api][refactor] Move SystemFilterPoolManager to org.eclipse.rse.internal.core.filters. 2007-05-07 19:08:30 +00:00
David McKnight
7c41349015 only set input object if it's non-null. For dstore import cert dialog, the input is already set prior to the dialog coming up. 2007-05-07 16:43:36 +00:00
David McKnight
ff6fc2fce7 [166338] use new connect API in SystemConnectAction 2007-05-01 16:31:57 +00:00
Martin Oberhuber
5cfd747882 Unify Source Builds: about.html in all source builds, schema only in source builds 2007-04-27 15:15:45 +00:00
David McKnight
f49f3c8ec6 [180875] applying Kevin Doyle's patch so that files are not opened when double-clicking a file from a dialog 2007-04-27 12:55:35 +00:00
Martin Oberhuber
67afb87a3d Use ICU4J to sort system type labels according to international unicode rules 2007-04-26 09:21:40 +00:00
Martin Oberhuber
9c486010c1 [184095] update docs for SystemWidgetHelpers.sortSystemTypesByLabel() 2007-04-25 21:24:35 +00:00
Martin Oberhuber
1646646eaf [184095][api] Replace String systemTypeName by IRSESystemType everywhere.
Migrate to using system type labels in all UI, and system type IDs when storing Preferences.
Combine NLS messages in rse.core. Add some API to SystemWidgetHelpers for dealing with system types.
Update and beautify Javadoc.
2007-04-25 20:24:16 +00:00
David McKnight
b5980ec2a6 [184053] recursiveFindExactMatches to find exact match when hash lookup fails 2007-04-25 16:39:34 +00:00
David McKnight
8a2f96ce75 [181458] support for copy paste and drag and drop from rse to windows explorer 2007-04-25 15:04:45 +00:00
David McKnight
bb8214b649 should only add multirule if there are rules. If we do add a multirule with no rules, then we hit an exception 2007-04-25 14:14:53 +00:00
Martin Oberhuber
5db36e801e [182454] improve getAbsoluteName() documentation 2007-04-25 11:51:55 +00:00
Martin Oberhuber
acd39c3849 [182454] improve getAbsoluteName() documentation 2007-04-25 11:49:36 +00:00
Martin Oberhuber
7fc7c243b4 [182454] improve getAbsoluteName() documentation 2007-04-25 11:41:25 +00:00
Martin Oberhuber
d31ac6c82c [182454] improve getAbsoluteName() documentation 2007-04-25 11:32:53 +00:00
Martin Oberhuber
fe8cc2c5f0 [183165] Do not implement constant interfaces 2007-04-23 13:54:00 +00:00
Martin Oberhuber
e8dc372b54 [168975] Move RSE Events API to Core 2007-04-23 13:42:16 +00:00
David McKnight
fe3b44d754 [180974] message line needs to account for null text 2007-04-20 17:30:14 +00:00
David McKnight
1f7414b6de [180974] message line needs to account for null text 2007-04-20 17:15:27 +00:00
David McKnight
cf79eddb02 [180974] message line needs to account for null text 2007-04-20 16:48:02 +00:00
David McKnight
eb9e3ee4bd [183247] updating element comparer to account for different subsystems 2007-04-20 15:53:29 +00:00
Uwe Stieber
0df2ceb4ec [fix] System view toolbar refresh action not correctly initialized with id and action definition id 2007-04-20 09:41:16 +00:00
David Dykstal
0336dce69b [181064] persist environment variables in the order they were entered 2007-04-19 18:33:35 +00:00
David McKnight
1be96bcbef [182802] changing how this is done since there are different services and configurations for each - meanings we can't just cling on to the original factories 2007-04-19 18:32:10 +00:00
David McKnight
3a6d940b12 [182802] null pointer check and some logging messages. I can't reproduce this but logging to see if we can gather more info on how this happens. 2007-04-19 17:28:29 +00:00
Martin Oberhuber
65b6846d56 Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 13:06:10 +00:00
Martin Oberhuber
545db2121e Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 13:04:40 +00:00
Martin Oberhuber
5c4fec2dca Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 12:02:44 +00:00
Martin Oberhuber
b8052d89db Replace SystemRegistry references by ISystemRegistry where possible 2007-04-19 11:55:33 +00:00
Martin Oberhuber
7d9f30289f Redo [170932][api][refactor] revamp persistence manager interface 2007-04-19 09:34:06 +00:00
Martin Oberhuber
9ad9c16782 [183134] getLocalHost() does not return Local - applied patch from Tobias Schwarz. This checkin overrides [170932] in order to provide a stable I-build 2007-04-19 09:21:35 +00:00
David Dykstal
5be124e200 [170932][api][refactor] revamp persistence manager interface 2007-04-19 06:04:49 +00:00
David McKnight
9c2d3393e7 [182622] dont' expand things that dont' have children 2007-04-18 17:53:05 +00:00
David McKnight
5923ec7386 [182574] prevent duplicate deferred queries to avoid empty list scenario. 2007-04-18 17:34:00 +00:00
David McKnight
ecde99e3e7 [181180] no need for deferred query pref in ui 2007-04-18 16:10:45 +00:00
David McKnight
b06712a747 [182982] fix for rename so that if an item can't be found via map lookup, we use recursive search 2007-04-18 15:58:53 +00:00
Uwe Stieber
45cb699549 [fix] [142197] In New connection dialog, Host Name should be asked before Connection Name 2007-04-18 15:07:35 +00:00