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

1315 commits

Author SHA1 Message Date
David Dykstal
77c1d701e9 [cleanup] adding copyright information 2006-12-12 20:08:28 +00:00
David Dykstal
ed961ae75c [158306] Erase the previously stored value for the action when the selected filter pool is set into the action. 2006-12-12 19:41:10 +00:00
Michael Scharf
196c0ad063 fixed out of bounds error on save 2006-12-12 17:58:36 +00:00
David McKnight
d380cda26a always pass in non-null monitor 2006-12-12 17:55:20 +00:00
Martin Oberhuber
6785fd8359 Fix TM builds since sg is not supported on build.eclipse.org any more 2006-12-12 17:53:07 +00:00
David McKnight
99be9bb4e7 [167620] improve performance of large select 2006-12-12 17:49:23 +00:00
David McKnight
596bc86602 fix compiler warnings for connectorservice.dstore 2006-12-12 17:34:46 +00:00
David McKnight
59b25cbdd6 fixing comments resulting from regressing code 2006-12-12 17:30:22 +00:00
Kushal Munir
40409ebb91 [143458] Choosing "Refresh" on a file node does not refresh. Now refreshes the parent if a file is refreshed. 2006-12-12 16:59:59 +00:00
David McKnight
01bcbcb35c re-removed warnings 2006-12-12 16:23:23 +00:00
Martin Oberhuber
3f835f188f Fix TM builds since sg is not supported on build.eclipse.org any more 2006-12-12 16:07:05 +00:00
David McKnight
6ec6762a07 regressed no synch queries back - causes hang on dstore query after a connect 2006-12-12 15:45:05 +00:00
David McKnight
6c7de1fb07 regressed no synch queries back - causes hang on dstore query after a connect 2006-12-12 15:40:37 +00:00
Martin Oberhuber
65622aa27e [158784] Apply patch for specifying gdbserver name, port and debugger options. 2006-12-12 14:54:44 +00:00
David Dykstal
9dae46223a [150388] default implementations of initializeSubSystem and uninitializeSubSystem have been provided. 2006-12-12 14:00:45 +00:00
Kushal Munir
7a9f840fc4 [154217] New connection wizard: error message not cleared. 2006-12-12 10:59:48 +00:00
Kushal Munir
7b3681e976 [149281] New Connection Wizard: No error displayed when connection name already exists 2006-12-12 10:38:06 +00:00
David Dykstal
57d588d83d [150386] supplied a default implementation for supportsServerLaunchProperties 2006-12-12 02:30:08 +00:00
David Dykstal
dc366d4233 [150368] moved the implementation of the createDefaultFilterPool method from ServiceSubSystemConfiguration to SubSystemConfiguration 2006-12-12 02:24:14 +00:00
David Dykstal
78f489ac1c [150364] Added default implementations of the suggested methods. 2006-12-11 23:17:13 +00:00
David Dykstal
1a165ae1dd [142962] - fixed grid data for description portion of form 2006-12-11 23:05:35 +00:00
David Dykstal
c50f92edbb [142962] - fixed grid data for description portion of form 2006-12-11 23:01:55 +00:00
Kushal Munir
c0895a4799 [164292] Selection of a specific editor for a file does not persist 2006-12-11 22:17:08 +00:00
Michael Scharf
f34c344f00 FIXED - bug 165984: [terminal] store view data in memento and not in dialog settings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=165984
2006-12-11 22:15:14 +00:00
Michael Scharf
a72bc9ed55 clarified the comments 2006-12-11 22:14:44 +00:00
Michael Scharf
e49f27c4b1 telnet connector is called Telnet instead of Network 2006-12-11 22:04:52 +00:00
David McKnight
a9dd185879 no synch queries 2006-12-11 22:03:24 +00:00
David Dykstal
33c8fcb206 [cleanup] in preparation for 142806
javadoc, nl strings, etc.
2006-12-08 19:21:39 +00:00
David Dykstal
28e772baaa [cleanup] strings, javadoc, unused vars prior to bug work 2006-12-08 16:43:39 +00:00
David McKnight
3830d0d7ac force deferred queries - non-deferred can introduce potential hangs and we always planned to get rid of that option too 2006-12-08 16:18:08 +00:00
David McKnight
0f7a7d69e8 force deferred queries - non-deferred can introduce potential hangs and we always planned to get rid of that option too 2006-12-08 16:16:27 +00:00
Michael Scharf
f19c85aded cancel the ssh connection correctly (terminate the SshConnection thread) 2006-12-08 05:25:42 +00:00
Michael Scharf
b9dfb44a5c log error messagen on extension loading 2006-12-07 20:35:32 +00:00
David Dykstal
579a668568 [cleanup] fixing javadoc errors, added null value check for subsystem configuration in testAttribute 2006-12-07 20:17:16 +00:00
David McKnight
a8d15bf226 [160353] avoid nested look in connect 2006-12-07 19:35:45 +00:00
David McKnight
4a9fb5a754 [142968] getting rid of IBM strings 2006-12-07 19:19:44 +00:00
David McKnight
930c30f06a [142968] getting rid of IBM strings 2006-12-07 18:46:40 +00:00
David McKnight
fa0ffc9080 [142968] getting rid of IBM strings 2006-12-07 18:15:01 +00:00
David McKnight
cb2b52f077 removing unneeded IBM reference 2006-12-07 18:04:53 +00:00
David McKnight
5eb1d9cf32 [160353] removal of unnecessary readAndDispatch() 2006-12-07 18:03:05 +00:00
David McKnight
7b31ccbb66 [142478] fix for upload conflict scenario such that all uploads and downloads are in background 2006-12-07 18:01:56 +00:00
Martin Oberhuber
86a3c819ff Copy keylock image from cvs 2006-12-07 17:36:46 +00:00
Martin Oberhuber
f7e9a85365 Get rid of dependency to team.cvs, re-using Preferences directly by Strings 2006-12-07 17:16:35 +00:00
Martin Oberhuber
acf72cf5d3 Get rid of dependency to team.cvs, re-using Preferences directly by Strings 2006-12-07 17:14:44 +00:00
David McKnight
7ce035576e [165891] windows remote part of the fix 2006-12-07 17:07:35 +00:00
Martin Oberhuber
047d99fa77 Get rid of dependency to team.cvs, re-using Preferences directly by Strings 2006-12-07 16:49:38 +00:00
Martin Oberhuber
9cda4a05af Support Terminal Ssh Preferences, Proxy, Passphrase and KI authentication 2006-12-07 15:25:50 +00:00
Martin Oberhuber
1d5738379f [167071] use telnet ports that cannot be mapped verbatim 2006-12-07 14:21:29 +00:00
Martin Oberhuber
89994e4eb2 [167071] use telnet ports that cannot be mapped verbatim 2006-12-07 14:16:24 +00:00
Martin Oberhuber
f5e7dae7ac Switch terminal to standard RSE jdt.core.prefs 2006-12-07 13:43:20 +00:00