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

2270 commits

Author SHA1 Message Date
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
David McKnight
a0aceb898d uncommenting line for diagnostics 2007-04-11 21:14:08 +00:00
Martin Oberhuber
c251485713 Release [176603][api] ISubSystem.connect(IProgressMonitor, boolean forcePrompt) required for EFS; [sync] Add proper group markers to the toolbar groups. Re-used the context menu group markers for easier orientation 2007-04-11 20:25:46 +00:00
David McKnight
c002efb2d6 [180526] import/export and user actions to internal 2007-04-11 19:57:27 +00:00
David McKnight
552569591e [180526] user actions to internal 2007-04-11 19:51:46 +00:00
Martin Oberhuber
a6f6e3b3fe Release [181917] Fix EFS running out of file descriptors, fix early startup problems, improve EFS performance. 2007-04-11 19:28:39 +00:00
Martin Oberhuber
651edc45f3 [181917] EFS Improvements: Avoid unclosed Streams,
- Fix early startup issues by deferring FileStore evaluation and classloading,
  - Improve performance by RSEFileStore instance factory and caching IRemoteFile.
  - Also remove unnecessary class RSEFileCache and obsolete branding files.
2007-04-11 19:27:10 +00:00
David McKnight
b929b9ccc6 [181486] handle the absolute name specialy for SystemFilterSimple 2007-04-11 18:55:09 +00:00
David McKnight
402956f86f [181847] null adapter check 2007-04-11 18:12:01 +00:00
Michael Scharf
8f5c9048e2 comment updated 2007-04-11 17:14:12 +00:00
Michael Scharf
204fdc0705 History behaves now like bash: editing entries in history are not persistent 2007-04-11 17:11:10 +00:00
Michael Scharf
c0580c4fe0 [181868] Terminal does not use the font set in the preference after restart of eclipse 2007-04-11 16:38:30 +00:00
Michael Scharf
572bf57a40 [173730] [terminal] Provide an optional input line editing field for dumb remote systems
- created an interface ICommandInputField with 3 methods: createControl,dispose and setFont.
- concrete class CommandInputFieldWithHistory creates a Text widget and keeps a history
- ITerminalViewControl has [sg]etCommandInputField. If null no input field is shown.
- TerminalView got new action TooggleCommandInputField
- TerminalView uses concrete class CommandInputFieldWithHistory and saves history in memento.

The idea is that all handling and widget creating is done in ICommandInputField. New fancy implementations with incremental search, history pop-up, history manager etc just have to implement ICommandInputField. Or enhance CommandInputFieldWithHistory...
2007-04-11 16:31:57 +00:00
David McKnight
6cfb4e0fba [180994] I still can't reproduce this problem but Martin pointed out that the ClientUpdateHandler is not finishing on disconnect. I've fixed that here by making sure that finish calls notifyAll(). 2007-04-11 13:01:17 +00:00
Uwe Stieber
bf9cf5a671 [sync] Add proper group markers to the toolbar groups. Re-used the context menu group markers for easier orientation 2007-04-11 08:45:09 +00:00
Michael Scharf
966efba4b2 use SWT beep instead of AWT! 2007-04-11 01:37:32 +00:00
Michael Scharf
4ea9553ee3 [174313] Terminal View leaves empty, unscrolled space in the Terminal Widget 2007-04-10 22:31:08 +00:00
David McKnight
f6e7310a3a [176603] connect(IProgressMonitor, boolean forcePrompt) 2007-04-10 16:26:03 +00:00
Martin Oberhuber
e321ca933f Release potential fix for [180994] so we get a new dstore server for testing 2007-04-10 13:38:53 +00:00
David McKnight
97e60bc916 [180994] I can't reproduce this problem but there was a locking problem recently discovered in version 7 RSE. I've put the fix here although I can't be sure if it fixes the problem Dave D and Martin are seeing. 2007-04-07 20:24:48 +00:00
Martin Oberhuber
b17abac910 Release for 2.0M6: [170916] [plan][efs] Fix and improve the RSE EFS integration. Implement childInfos() to get info about all children at once, rather than calling fetchInfo() for each child which would mean network access for each child. This is a big performance improvement. 2007-04-06 21:32:22 +00:00
Martin Oberhuber
c968891174 Add doc reminder 2007-04-06 21:30:09 +00:00
Martin Oberhuber
574d0e2f51 Update build notes and download index for 2.0M6 2007-04-06 21:19:32 +00:00
Martin Oberhuber
dfb8eb5e10 Update build notes and download index for 2.0M6 2007-04-06 21:15:36 +00:00
Kushal Munir
c7642d11a5 [170916] [plan][efs] Fix and improve the RSE EFS integration. Implement childInfos() to get info about all children at once, rather than calling fetchInfo() for each child which would mean network access for each child. This is a big performance improvement. 2007-04-06 17:04:14 +00:00
Kushal Munir
5577903f02 [170916] [plan][efs] Fix and improve the RSE EFS integration. Remove unnecessary implementation of local file cache. 2007-04-06 16:19:26 +00:00
Martin Oberhuber
447c0b0d87 Release for I20070406-0930: [170916] Simplify EFS to use handles where possible; [175341][nls] Add NLS strings for tmMilestoneUpdateSite in features; [170916] get rid of separate EFS feature; [181394][contributed] Fix incorrect elements shown below filters; 2007-04-06 13:28:44 +00:00
Martin Oberhuber
f3435b0150 [181394][contributed] Fix incorrect elements shown below filters by fixing getAbsoluteName() of filter and pool references to include context 2007-04-06 12:56:24 +00:00
Martin Oberhuber
eedb7b4c9c [cleanup] update javadoc 2007-04-06 12:42:15 +00:00
Martin Oberhuber
3fc8103b84 [170916] get rid of separate EFS feature and download, moving EFS plugin and functionality into org.eclipse.rse.core 2007-04-06 12:29:24 +00:00
Martin Oberhuber
875e32a5cc [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
Martin Oberhuber
d4881b58d7 [180874] progress dialog when creating remote project 2007-04-06 11:31:58 +00:00
Martin Oberhuber
8022c9712d SSH Tracing: add filename to getFile 2007-04-06 10:07:26 +00:00