1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
Commit graph

7646 commits

Author SHA1 Message Date
Uwe Stieber
468e07f062 Adapt fix for Bug 469415 (Allow user set the title explicitly) for all
existing connectors
2015-06-09 11:40:51 +02:00
qwang
1489103f23 Modifed the changes
4.Remove the super freference, there's no reason to call that way.
5. Clean up the getDefaultTerminalTitle method in
AbstractLauncherDelegate.
    
Change-Id: I5211dd26fa6691c666bb457a1ef10e19a190441d
Signed-off-by: Q.S. Wang <wangqs_eclipse@yahoo.com>
2015-06-07 09:50:47 +10:00
Martin Oberhuber
a04778c8e8 Bug 468875 - Hide the Oldview Migration capability in Preferences 2015-06-04 07:38:33 +02:00
Martin Oberhuber
82a085a97d Restore terminal stream id (development) after merge from 4.0_mars_bugfix 2015-06-04 07:34:48 +02:00
Martin Oberhuber
6214d729c2 Merge branch '4.0_mars_bugfix' 2015-06-04 07:28:37 +02:00
Martin Oberhuber
72b0f6ac9c Clarify name of the TM Terminal via Remote API Connector 2015-06-04 07:18:12 +02:00
Greg Watson
b1459f826a Bug 468858 - initialize terminal size to fix line wrapping
Change-Id: I0efc6e849fa8bf2ff42f9b50aa96bcb47b6d0d5b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-03 11:11:31 -04:00
Martin Oberhuber
6076d2f016 Merge commit 'b4250143312d4821916a0322574070545042e56d' into 4.0_mars_bugfix 2015-06-03 16:17:38 +02:00
Greg Watson
3dff9eb15a Revert "Releng: Move Remote Terminal Connection into its own profile so it can be excluded on demand"
This reverts commit 601770a233.
2015-06-03 10:02:20 -04:00
Greg Watson
f16611360e Revert "Releng: Make the nightly build repository a composite repository to make it easier to access the remote connector pieces"
This reverts commit a7484f418f.
2015-06-03 10:02:16 -04:00
Greg Watson
07d4b7cfed Revert "Releng: Make the nightly build repository a composite repository to make it easier to access the remote connector pieces"
This reverts commit 18b4ab639e.
2015-06-03 10:02:12 -04:00
Greg Watson
b11f92c8b8 Merge "Bug 468858 - initialize terminal size to fix line wrapping" 2015-06-02 21:11:01 -04:00
Greg Watson
af08d66a25 Bug 468858 - initialize terminal size to fix line wrapping
Change-Id: I0efc6e849fa8bf2ff42f9b50aa96bcb47b6d0d5b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-02 20:37:57 -04:00
Anton Leherbauer
ab06a7362b Fix missing context menu if Terminal is created while invisible 2015-06-02 17:11:05 +02:00
Anton Leherbauer
e58c5d3506 Fix missing context menu if Terminal is created while invisible 2015-06-02 17:10:12 +02:00
Greg Watson
34bddccabe Bugs 468857, 468858, 468859 - Various fixes for remote terminal.
Change-Id: I0b05724722a0fe55f45cad5c4edff9398fbb352d
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-02 09:19:24 -04:00
Anton Leherbauer
4ea71eb57e Fix NPEs when closing Old Terminal view and avoid opening on top of Welcome 2015-06-01 16:22:50 +02:00
Anton Leherbauer
11f2794bd6 Fix NPEs when closing Old Terminal view and avoid opening on top of Welcome 2015-06-01 14:24:37 +02:00
Uwe Stieber
fc2a5462c1 Releng: Also delete empty directories 2015-06-01 12:07:21 +02:00
Uwe Stieber
9dcbba9066 Releng: Add mkdir tasks to "deploy" 2015-06-01 11:47:09 +02:00
Uwe Stieber
23b3fd4cd0 Releng: Update terminal stream id 2015-06-01 11:41:16 +02:00
Uwe Stieber
fe1ca8742c Releng: Update Orbit repository link 2015-06-01 11:38:00 +02:00
Uwe Stieber
491a4c3259 Releng: Update Orbit repository link 2015-06-01 11:31:23 +02:00
Uwe Stieber
3e73e96587 Releng: Update Orbit repository link 2015-06-01 11:30:32 +02:00
Uwe Stieber
18b4ab639e Releng: Make the nightly build repository a composite repository to make
it easier to access the remote connector pieces
2015-06-01 11:28:20 +02:00
Uwe Stieber
a7484f418f Releng: Make the nightly build repository a composite repository to make
it easier to access the remote connector pieces
2015-06-01 11:26:42 +02:00
Uwe Stieber
601770a233 Releng: Move Remote Terminal Connection into its own profile so it can
be excluded on demand
2015-06-01 10:51:06 +02:00
Martin Oberhuber
b425014331 Bug 468875 - Unconditionally hide the "Terminal (Old)" view shortcut 2015-05-30 15:42:32 +02:00
Greg Watson
7b12ea8e37 Bug 468857, bug 468858, bug 468859 - Various fixes for remote terminal.
Change-Id: I0b05724722a0fe55f45cad5c4edff9398fbb352d
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-29 18:32:51 -04:00
Teodor Madan
135dc73077 Bug 467833 - Wait Shell initialization and writer thread leak
- Introduce RSE_SHELL_READY_PING to optionally ping the target every
  specified milliseconds after connect (maximum 10 times), until an
  "echo" command actually gets executed.
- Fix a shell writer thread leak

Change-Id: Ibc4632b59fd8802ffdd73a3563d3c5aea5b1192f
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
2015-05-29 11:22:07 +03:00
Uwe Stieber
6e8a57dcc3 Bug 350176 - Incorrect SSH Settings Summary string. The 'port' value is
modified, not appended.
2015-05-23 09:32:29 +02:00
Anton Leherbauer
e7ae930f83 Bug 465674 - close terminal blocks eclipse UI on Mac OS X
Destroy process before closing streams, except on Windows.
2015-05-22 12:39:05 +02:00
Uwe Stieber
6e72cc76ea Releng: Switch to released 1.1.2 version of eclipse-jarsigner-plugin 2015-05-22 12:37:07 +02:00
Uwe Stieber
ad325a79bf Releng: Switch to released 1.1.2 version of eclipse-jarsigner-plugin 2015-05-22 12:36:12 +02:00
Uwe Stieber
cc659e79a0 Bugzilla 467985: [CSS] [Dark] Regression: Terminal doesn't invert colors
when switching to Dark Theme
2015-05-22 12:29:30 +02:00
Martin Oberhuber
cdd9815d7b [306494] Add copyright comment headers 2015-05-22 07:24:27 +02:00
Martin Oberhuber
122e20009a Merge "[306494] Prevent disconnect of wrong connection when handling SSH or TELNET connection loss" 2015-05-22 04:51:44 -04:00
Uwe Stieber
b77e898793 Releng: Switch to Mars RC2 Orbit repository 2015-05-21 10:35:27 +02:00
Uwe Stieber
f99767b377 Releng: Switch to Mars RC2 Orbit repository 2015-05-21 10:34:47 +02:00
Uwe Stieber
2ceba859e8 Bugzilla 466892 - Releng: Slight inconsistency in user-visible plug-in
names
2015-05-10 16:44:50 +02:00
Uwe Stieber
460a467ea2 Bugzilla 466890 - Releng: The TM Branding About still references
marketplace/tcf-terminals
2015-05-10 16:40:34 +02:00
Uwe Stieber
9580bf3b1b fix tracing options 2015-05-08 17:21:40 +02:00
Uwe Stieber
2067a4940c Releng: Fix icon transparency 2015-05-08 16:37:24 +02:00
Uwe Stieber
990068c8d2 Releng: Update about dialog icon 2015-05-08 15:32:53 +02:00
Uwe Stieber
7c4dee51fc Releng: Turn of git based build timestamp calculation for features 2015-05-08 14:56:11 +02:00
Uwe Stieber
8050f29063 Releng: Update TM Terminal branding icon 2015-05-08 14:29:53 +02:00
Uwe Stieber
345c7c1406 SDK: Better to include the binary feature in the SDK feature 2015-05-08 14:11:22 +02:00
Uwe Stieber
0591b91356 View: Bug 466644 - A "Could not create the view:" error appears after
updating from TCF Terminals to TM Terrminal
2015-05-08 13:54:28 +02:00
Uwe Stieber
b0c888065d View: Bug 466644 - A "Could not create the view:" error appears after
updating from TCF Terminals to TM Terrminal
2015-05-08 12:05:25 +02:00
Uwe Stieber
770bad545c View: Bug 466644 - A "Could not create the view:" error appears after
updating from TCF Terminals to TM Terrminal
2015-05-08 09:23:04 +02:00