1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00
Commit graph

6756 commits

Author SHA1 Message Date
Dave McKnight
7f902d0675 [468096] NullPointerException in
SystemTempFileListener.checkLocalChanges (379)
2015-07-17 18:13:48 -04:00
Dave McKnight
0ce956f5b8 [461940] RSEFileStoreImpl.getRemoteFileObject doesn't check whether the
cashed file is marked as stale

... again ....
2015-07-17 18:12:56 -04:00
Dave McKnight
71a93e8ffc pushing again! 2015-07-17 18:12:55 -04:00
Dave McKnight
a2b383724a [461940] RSEFileStoreImpl.getRemoteFileObject doesn't check whether the
cashed file is marked as stale
2015-07-17 18:12:53 -04:00
Uwe Stieber
12d2b16c1e RSE: Fix execution environment setting for o.e.rse.service,
java.io.Closeable requires Java 5
2015-06-12 09:31:46 +02:00
Uwe Stieber
491a4c3259 Releng: Update Orbit repository link 2015-06-01 11:31:23 +02: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
6e72cc76ea Releng: Switch to released 1.1.2 version of eclipse-jarsigner-plugin 2015-05-22 12:37:07 +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
93da289183 Releng: Added CBI Snapshots repository 2015-04-30 08:10:16 +02:00
Uwe Stieber
237cf637cd Releng: Attempt to get rid of the pack200 crashes - see bug #464947 2015-04-30 07:47:34 +02:00
Uwe Stieber
4d64c8ec9a Releng: org.junit 3.8.x is not available for Mars M7 2015-04-29 12:42:30 +02:00
Uwe Stieber
c3699bb576 Releng: Update Orbit repository to be used for Mars M7 2015-04-29 11:21:10 +02:00
Uwe Stieber
98dd33302c Releng: Fix build issues after uprev of rse.terminals features 2015-04-21 11:55:29 +02:00
Uwe Stieber
363b58528a Releng: Fix version id in pom.xml of rse.terminals.ui 2015-04-21 11:17:44 +02:00
Uwe Stieber
2cb4c2ac2a Releng: Fix RSE terminal dependencies to correctly use TM Terminal 4.0 2015-04-21 10:07:34 +02:00
Uwe Stieber
3af8bb8924 Terminal: Fix bundle version reference in o.e.rse.terminals.ui 2015-04-16 13:37:47 +02:00
Uwe Stieber
372f2ab003 Releng: Added TM Terminal repository site 2015-04-16 12:54:41 +02:00
Uwe Stieber
bbb05511ef Terminal: Terminal widget moved to o.e.tm.terminal.git
- Updated target platform definitions to remove no longer necessary dependencies
- Removed Terminal modules from build and repository
- Removed Terminal subdirectory
2015-04-16 11:01:01 +02:00
Uwe Stieber
7fc9e33556 Releng: Remove duplicated child module from pom.xml 2015-03-18 17:51:25 +01:00
Uwe Stieber
5ac477d3de Terminal: Remove deprecated terminal view also from repository 2015-03-18 17:22:43 +01:00
Uwe Stieber
8f8cfc1ad9 Terminal: Remove deprecated terminal view and preference migration from
deprecated terminal view
2015-03-18 16:33:41 +01:00
Dave McKnight
945f9b5e16 hopefully this push will finally do the trick! 2015-03-17 13:41:21 -04:00
Uwe Stieber
e4f67a9566 Releng: Fix the build 2015-03-12 08:26:01 +01:00
Dave McKnight
b5b2c229aa [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-03-11 16:18:05 -04:00
Dave McKnight
d7d0ec104e [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-03-11 16:17:25 -04:00
Dave McKnight
3b68a39f0c [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-03-11 16:17:20 -04:00
Uwe Stieber
9147ad0d24 Terminal: Also pull in the deprecated "o.e.terminal.sdk" feature in the repository to not break the simrel until the new view is committed 2015-03-11 14:25:00 +01:00
Uwe Stieber
35e1f03c15 Terminal: Pull in deprecated terminal view from Luna maintenance branch 2015-03-11 12:11:54 +01:00
Uwe Stieber
dd2cbcdee7 Terminal: Fix typo in pom-config.xml 2015-03-11 12:06:12 +01:00
Uwe Stieber
49a9b72b28 Terminal: Fix build to pull in old terminal view from 3.7 maintenance branch 2015-03-11 12:03:48 +01:00
Uwe Stieber
4ea0c5f440 Terminal: Remove deprecated terminal view from TM 4.0 2015-03-11 11:04:35 +01:00
Anton Leherbauer
b2f97ce02e Bug 205765 - Partial revert: Don't send DEL for backspace
Some telnet servers don't handle the DEL character properly.

Change-Id: If9189f6334ce3b07b090114406e264b4af8daf3e
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-06 14:18:33 +01:00
Anton Leherbauer
6326319292 Bug 205765 - [terminal] some emacs keys do not work correctly Ctrl-/ and Backspace
Change-Id: Ib1af6d41ec0ea9512b289ee78ed9c93bc522d8ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-03 14:42:21 +01:00
Uwe Stieber
bbc2062eeb Terminal: Enable terminal logging only if any terminal tracing option is
enabled and the bundle state location can be determined
2015-02-25 12:04:54 +01:00
Anton Leherbauer
50a4d171c1 Bug 420927 - ITerminalViewControl.connectTerminal() steals keyboard focus
On connect
- don't set focus
- properly reset terminal state

Use better initialization of default encoding.

Change-Id: I712958fc8ea906a15b7219be151c6d43c06762f9
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-25 10:30:05 +01:00
Anton Leherbauer
f5b531df69 Bug 392029 - CommandInputField: Enter key on the number pad does not work
Change-Id: I631e73a166db6f927403f6fd8ca585c3492e607a
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 12:45:40 +01:00
Anton Leherbauer
08f710c414 Bug 460655 - [terminal] Reparenting a terminal widget leaks resources
When moving a terminal widget under a new SWT parent we have to take
special care not to leak resources.

Change-Id: I9b397b77c8473df55e6330e2c43d04cb668772ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 11:31:08 +01:00
Uwe Stieber
ca5915af42 Terminal: Ignore findbugs warnings in test classes 2015-02-24 09:39:59 +01:00
Uwe Stieber
be8ecd06c3 Terminal: Remove empty about.mapping files 2015-02-23 16:41:33 +01:00
Uwe Stieber
f9b67a6411 Terminal: Fix findbugs warnings 2015-02-23 15:52:05 +01:00
Uwe Stieber
1e4986d6ed Terminal: Use Tycho identifiers in about.mappings 2015-02-23 15:34:50 +01:00
Uwe Stieber
9230b32c27 Terminal: Remove build id from about.properties 2015-02-23 15:22:56 +01:00
Uwe Stieber
be166f32c3 Releng: Fix repository categories for RSE features 2015-02-23 15:13:43 +01:00
Uwe Stieber
f966c8ee0d Terminal: Bug 460061: Fix copyrights in terminal plug-ins and features 2015-02-23 10:22:25 +01:00
Uwe Stieber
38c52c3e43 Terminal: Clean up terminal control trace options 2015-02-23 07:36:33 +01:00
Anton Leherbauer
7a4a0a06bd Bug 420928 - Terminal widget leaks memory
Change-Id: I38f62a629f0a11e9b5dc6e33147f0ea06777bd6c
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-20 09:52:06 -05:00
Martin Oberhuber
12f0136c24 [terminal][releng] Update tm.terminal version to 3.3.100
In order to account for bug fixes since LunaSR2 (which was 3.3.0)

Change-Id: Ic3999d38b8c8f4827114f0e7d4650d7bd9f76d7c
2015-02-20 13:38:58 +01:00