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

2602 commits

Author SHA1 Message Date
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
b08e6ce19e [180974] select remote folder action now using SystemRemoteFolderDialog 2007-04-20 17:01:54 +00:00
David McKnight
cf79eddb02 [180974] message line needs to account for null text 2007-04-20 16:48:02 +00:00
David McKnight
dc98e3c94f [180575] remote files and processes need to support deferred queries 2007-04-20 15:56:29 +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
20f3bb7a54 Release [170932][api] revamp persistence manager interface 2007-04-19 10:41:00 +00:00
Martin Oberhuber
7d9f30289f Redo [170932][api][refactor] revamp persistence manager interface 2007-04-19 09:34:06 +00:00
Martin Oberhuber
801b6bc643 Release [182574] prevent duplicate deferred queries; [182622] no expand if no children; [179939] file contents encoding support for BIDI; [183134] getLocalHost() does not return Local 2007-04-19 09:27:35 +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
Kushal Munir
d6c7ba4fad [179939] BIDI3.3: HCG Text files written in ASCII Hebrew do not look correctly. Do not download to UTF-8 encoding unnecessarily. Just download to the encoding that is specified for the remote file.
If an encoding is not explicitly specified, then download in the platform defalt encoding. Optimize dstore to download in the binary mode since encoding is no longer UTF-8.
2007-04-19 05:41:19 +00:00
Kushal Munir
49f5af68cc [179939] BIDI3.3: HCG Text files written in ASCII Hebrew do not look correctly. Do not download to UTF-8 encoding unnecessarily. Just download to the encoding that is specified for the remote file.
If an encoding is not explicitly specified, then download in the platform defalt encoding.
2007-04-19 04:51:30 +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
Martin Oberhuber
878dd51257 Release dstore spirit fix from RSE 713; [180923] Connection not decorated with live image; [182382] Missing Titles on New Connection Wizard; [fix] NCW Double click handler for categories; [175153] Connection name field should not be prefilled; [142197] put host name field before connection name; [182982] fix for rename (recursive search instead of map lookup); [181180] no need for deferred query pref in UI; [181550] Unicode characters in patterns; [173629] avoid RXTX version output 2007-04-18 17:32:34 +00:00
Martin Oberhuber
d6bf036a17 [173629] avoid RXTX version output for newer RXTX libs 2007-04-18 17:25:46 +00:00
Martin Oberhuber
599e4bc3b7 [181550] Support more valid filename characters in patterns.dat 2007-04-18 17:01:52 +00:00
Martin Oberhuber
6c8d04c512 [181550] support Unicode characters in patterns 2007-04-18 16:58:06 +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
Uwe Stieber
21878fa209 [fix] [175153] Connection name field should not be prefilled on first invocation of New Connection wizard 2007-04-18 15:04:35 +00:00
Uwe Stieber
548ba43cd3 [fix] Double click handler does not expand/collapse categories correctly 2007-04-18 10:47:00 +00:00
Uwe Stieber
5e7a992873 [fix] [182382] Missing Titles on New Connection Wizard Pages 2007-04-18 10:07:56 +00:00
Uwe Stieber
dd3cb955c7 [fix] [180923] Connection not decorated with live image descriptor if system type does not define own images 2007-04-18 08:44:13 +00:00
David McKnight
9bc33d000e spirit fix found in RSE 713 applied to open source 2007-04-17 20:21:22 +00:00
Martin Oberhuber
8a71bd42ac Release [181486] absolute name for SystemFilterSimple; [181847] null adapter check; [181868] Terminal use font from Preferences; [173730][api] Terminal optional input line; [174313] Terminal empty, unscrolled space; [fix] Terminal SWT beep; [180994] dstore hangs on connect - use global job; [180568][api] moving interfaces to internal; [181105] daytime implement IServiceSubsystem; [fix] slowing down element remover; [180526] import/export and user actions 2007-04-17 17:12:18 +00:00
Martin Oberhuber
508ef636e8 Release [181486] absolute name for SystemFilterSimple; [181847] null adapter check; [181868] Terminal use font from Preferences; [173730][api] Terminal optional input line; [174313] Terminal empty, unscrolled space; [fix] Terminal SWT beep; [180994] dstore hangs on connect - use global job; [180568][api] moving interfaces to internal; [181105] daytime implement IServiceSubsystem; [fix] slowing down element remover; [180526] import/export and user actions 2007-04-17 16:32:06 +00:00
Martin Oberhuber
3d50119a58 Add importexport and useractions to N-builds 2007-04-17 16:23:10 +00:00
Martin Oberhuber
f5e2c7ecb6 [182708] Europa combined runtime needs to be available on the standard update site in order to support updating stuff installed from Europa 2007-04-17 08:31:27 +00:00
Martin Oberhuber
bdf0d4f92c Change EFS plugin name to remove "Experimental" 2007-04-17 07:59:11 +00:00
David McKnight
12f289f910 slowing down element remover..making it wait longer because it doesn't need to run so frequently. 2007-04-16 12:49:20 +00:00
David McKnight
18f3cca4b0 [180568] moving interfaces to internal 2007-04-12 20:32:06 +00:00
David McKnight
ce7eb4c4b0 [180568] moving interfaces to internal 2007-04-12 20:26:13 +00:00
David McKnight
01a09936d5 [181105] daytime subsystem needs to implement IServiceSubsystem 2007-04-12 20:06:08 +00:00
David McKnight
f3b73bb973 [180994] connect all action should use a job so that subsystem.connect(IProgressMonitor, boolean) can be called from a single worker thread. 2007-04-12 13:24:33 +00:00
Martin Oberhuber
9263376ad0 Improve build notes for TM 2.0M6a 2007-04-11 23:43:07 +00:00
Martin Oberhuber
116355015b Add build notes towards TM 2.0M6a 2007-04-11 22:17:44 +00:00
Martin Oberhuber
8bb4cce02f REVERT release on org.eclipse.dstore.core (I20070410-0940) Release potential fix for [180994] so we get a new dstore server for testing back to the version we had in 2.0M6 2007-04-11 22:16:21 +00:00
David McKnight
edce489958 adding tracing for commands 2007-04-11 21:37:41 +00:00
David McKnight
a6bb67ab14 adding tracing for commands 2007-04-11 21:36:27 +00:00