1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00
Commit graph

268 commits

Author SHA1 Message Date
Greg Watson
5255500d7e Merge remote-tracking branch 'origin/R2_0_maintenance'
Change-Id: If130256bcc7453a655d7bf9a2c58734fffc91f30
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-14 20:25:05 -04:00
Jonathan Williams
7a3f956c90 Bug 488959 - TerminalConsole toolbar extensibility.
Allow other plugins to contribute Actions to
TerminalConsole toolbar. Upversion the console plug-ins
to 1.1 for the new APIs.

Change-Id: Ife6f54e0d294f766dff2a88841b6807b259fad1d
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
2016-03-14 15:52:49 -04:00
Wainer dos Santos Moschetta
4324c422a1 Bug 489285 - fix file selection on RemoteResourceBrowserWidget
It should allows selection of file on resources browsing mode.

Patch backported to R2_0_maintenance branch.

Change-Id: I24e891490b88b9460b4eefb22e06118eee46b115
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2016-03-11 16:01:28 -03:00
Greg Watson
a59238ffeb Bug 488338 - Change to using import-package
Change-Id: I9c78e4488c7ff93f70403fd005e6443ceaa163be
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-11 09:58:16 -05:00
Greg Watson
e440f02491 Merge remote-tracking branch 'origin/R2_0_maintenance' 2016-03-10 09:32:26 -05:00
Greg Watson
dfe0d18473 Update tycho and parent pom versions.
Change-Id: If6966953b16984d655a1360e29a2ce9a5f51ce45
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-10 09:29:51 -05:00
Greg Watson
9a9aae87ba Bug 486593 - fix encoding of connection names
Change-Id: If7ead4315e3ad3e755ebb06f31520bde28e44c56
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-10 09:18:20 -05:00
Greg Watson
1f92cdd524 Bug 479433 - Add better support for multiple input streams.
Change-Id: I4bff15f6ec93fea2e3324aef5cb022dd37d7df9e
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-10 09:04:14 -05:00
Greg Watson
0e974c88b9 Updated version to 2.0.2 2016-03-09 21:52:42 -05:00
Greg Watson
5a6364b1d6 Bug 485789 - Add connection canceled message.
Change-Id: Ia0a6de9f40749269649e42beb77a374277721c8b
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-09 21:50:28 -05:00
Greg Watson
1b155ec4eb Bug 485549 - prevent ArrayIndexOutOfBoundsException if no services are
installed.

Change-Id: I96249643103ea9427b1c5d165d8854e50984f614
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-09 21:50:07 -05:00
Greg Watson
8ae9754935 Bug 486593 - fix encoding of connection names
Change-Id: I97d77a8a3e8fcfa348fd50486eebeeecb2c24878
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-09 15:09:25 -05:00
Wainer dos Santos Moschetta
731be3a50e Bug 489051 - JSchProcess#exitValue() should throws IllegalThreadStateException
Call to exitValue() throws IllegalThreadStateException
 when the process has not terminated insted of -1.

Change-Id: Ia119ecf0c7aba34619f2b95c072bd4261f1ac898
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2016-03-04 16:32:34 -03:00
Jonathan Williams
ad4c9cf354 Bug 488419 - Make the NewSerialPortConnectionWizard public
Also changed a number of variables in the
NewSerialPortConnectionWizardPage to be private and use getters for
access.

Change-Id: Ib677be603efaf1cab57879c628991b86bc796f47
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
2016-02-24 16:24:17 -05:00
Greg Watson
b1e764a163 Bug 479433 - Add better support for multiple input streams.
Change-Id: I6234928c5ef6129cda3b77fd7e6467c0e817d7b4
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-01-20 17:28:24 -05:00
Rafael Peria de Sene
2269b3cf6d Build: fix the reference to eclipse update repository
Change-Id: Ib8ad437b8a818f8bc9125901410f2bc7b24cb901
Signed-off-by: Rafael Peria de Sene <rpsene@br.ibm.com>
2016-01-19 14:24:42 -02:00
Greg Watson
1eb9e0a683 Update release and tycho versions 2016-01-14 09:51:08 -05:00
Greg Watson
e7e4989522 Updated version to 2.0.2 2016-01-14 09:48:26 -05:00
Greg Watson
775acd6898 Bug 485789 - Add connection canceled message.
Change-Id: Ia0a6de9f40749269649e42beb77a374277721c8b
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-01-13 14:57:44 -05:00
Greg Watson
881ca83b43 Bug 485549 - prevent ArrayIndexOutOfBoundsException if no services are
installed.

Change-Id: I96249643103ea9427b1c5d165d8854e50984f614
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-01-11 09:00:19 -05:00
Alena Laskavaia
08fc8e1b4d Bug 483923 - Opening ssh connection should not depend on sftp
- move aborting logic from opening connection to retrieval of file
service

Change-Id: Ided36954880e535243783ed704d2fac161d42b59
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-12-16 08:47:45 -05:00
Alena Laskavaia
edb1a9bd2b export org.eclipse.remote.console package
this package is not exported, I need to use API TerminalConsoleUtility
but I cannot


Change-Id: I087aefb5f15e35b85a0835d9bce7841ea822dd42
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-11-13 09:27:59 -05:00
Greg Watson
839a9b61c3 Bug 480314 - RemoteResourceBrowserWidget should have traverse listener
Change-Id: I2750979e94e08f9a7b844ef01fd232cf6945fafe
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-10-22 09:35:19 -04:00
Greg Watson
b9bfeab706 Bug 480259 - Up button converts path to local file system
Change-Id: Ic6288d779ca79a83c71a1a54fe40e7e4570dd14a
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-10-22 09:34:01 -04:00
Greg Watson
d396b3c403 Merge "Bug 480314 - RemoteResourceBrowserWidget should have traverse listener" 2015-10-22 08:52:28 -04:00
Greg Watson
9d066975b3 Merge "Bug 480259 - Up button converts path to local file system" 2015-10-22 08:39:46 -04:00
Wainer dos Santos Moschetta
6b207dfd97 Remote telnet tests
Added testcases to remote telnet plug-in.

Change-Id: I41f3f8ae0a6ef1d43b18afbeb3d066a185620aab
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-21 14:15:19 -02:00
Patrick Tasse
633cc0d4d8 Bug 480314 - RemoteResourceBrowserWidget should have traverse listener
Change-Id: Ic984f15e7643f347d5a952a8132291b160213b97
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-10-21 11:04:55 -04:00
Patrick Tasse
a1e0fc2df8 Bug 480259 - Up button converts path to local file system
Change-Id: I27d0863f77a62b402fce6f3c38daba67b7e43417
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-10-20 17:06:26 -04:00
Greg Watson
d44fbc3417 Merge "Bug 478843 - TelnetConnection should return default port and timeout" 2015-10-15 09:20:28 -04:00
Greg Watson
2842105e44 Merge "Bug 478858 - TelnetProtocol#run() remove null pointer occurrences." 2015-10-15 09:19:28 -04:00
Patrick Tasse
f1cf0e8c5c Bug 468889 - Fix RemoteServiceUtils.posixPath() for Kepler on Windows
The fallback code was returning RemotePath(path) on Windows, which gives
a path for the local file system, hence a Windows path, not a POSIX one.

Change-Id: I220ffd7fbc7521fb28a5b1d0d41bf966131c035a
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-10-14 10:28:48 -04:00
Wainer dos Santos Moschetta
babd6e8db0 Bug 478858 - TelnetProtocol#run() remove null pointer occurrences.
When terminating command shell some I/O stream might be null.

Change-Id: I03ed30f7869f499fb4b62b978d689ffb99b1eac4
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-01 19:19:46 -03:00
Wainer dos Santos Moschetta
150b50ab79 Bug 472514 - Add plug-in documentation.
The org.eclipse.remote.doc.isv plug-in holds developer's guide.

The API is generated at build time with tychon in the html/reference/api folder.

Change-Id: I9812be3bcf7248f3b3c6330df86c0b862510dd3e
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-01 19:02:14 -03:00
Wainer dos Santos Moschetta
987c5c4efb Bug 478843 - TelnetConnection should return default port and timeout
Make TelnetConnection#getPort() and getTimout()
 return default port telnet (23) and timeout (0)
 if it isn't set with host services.

Change-Id: I740cd6a10b1f34d7f1afb956578b97b7886f36cc
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-01 14:52:44 -03:00
Greg Watson
58c1857c15 Merge remote-tracking branch 'origin/R2_0_maintenance' 2015-09-28 10:29:21 -04:00
Greg Watson
4ca2f5b54f Merge "Bug 472329: URI to path conversion in RemoteResourceBrowserWidget" 2015-09-28 10:13:27 -04:00
Greg Watson
4f4bfbfca8 Bug 478549 - Add null pointer check
Change-Id: Ic7bf5e217d8def75054a86c0bccde5a3669f5d32
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-09-28 10:01:27 -04:00
Greg Watson
e1651ff166 Bug 478544 - Add disposed check for table.
Change-Id: I54791dcd902b9013ba3e8495934f1cd0e5161086
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-09-28 09:54:01 -04:00
Alena Laskavaia
aa7f126248 Enable RemoteConnectionPropertyPage on adaptable
RemoteConnectionPropertyPage has a code that will adapt the
object to IRemoteConnection before showing properties, but
property page contribution enablement expression tests that object
is instanceof, which limits it to specifically IRemoveConnection
objects. Would be nice to show same property page if object adapt itself
to IRemoteConnection

Change-Id: I45699f96a0a1b1a7b8925c67313af46ce9f2300a
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-09-24 15:29:39 -04:00
Greg Watson
9a374d5614 Type in feature name.
Change-Id: If186a504492d221e2a90727f16f6b63d155aef79
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-26 15:53:26 -04:00
Greg Watson
1c6ec90b9d typo in plugin.xml
Change-Id: Ib1b361455035d3beedde83bd48b1056614aac6af
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-26 15:40:42 -04:00
Alena Laskavaia
7ac4f2c6bf typo in plugin.xml
Change-Id: I765ee948f33cc1171239d8704883cdef8a62af05
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-08-26 14:01:32 -04:00
Greg Watson
b0984e7aef Bug 475609 - Add telnet support to build
Change-Id: I7d7ae05add1626a664f7da72be0931f77ad71582
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 19:48:28 -04:00
Greg Watson
8d2cfe6ee4 Fix bundle name.
Change-Id: Icf818be2f110d7e62c3c7b5c52b82d2e9ca02605
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 19:46:35 -04:00
Greg Watson
ec851b7ffe Move bundles/features 2015-08-21 17:13:47 -04:00
Greg Watson
880e5906e3 Bug 475609 - Add support for telnet
Change-Id: I78696aae0d986c479a3fedfe314b4321640b1cc7
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 17:07:39 -04:00
Greg Watson
8148e71c38 Change master build directory to nightly
Change-Id: If774f9f91f37db3e833416b984e127836b40065e
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 07:19:51 -04:00
Greg Watson
f713db637d Merge remote-tracking branch 'origin/R2_0_maintenance' 2015-08-20 15:53:12 -04:00
Greg Watson
fb74388502 Bug 475530 - Add login shell command support to JSch connections
Change-Id: I7db0e9dfe14804751063b08bb8476c75a0825c96
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-20 15:48:04 -04:00