Martin Oberhuber
4488f6ff37
Bug 468889 - Support Eclipse older than Mars (tested on Kepler)
...
Change-Id: I660efe3602e74c3d724707d597a620eda286589c
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2015-05-31 02:17:30 +02:00
Greg Watson
76ac23a87f
Merge "Add property for obtaining character encoding."
2015-05-29 14:20:36 -04:00
Greg Watson
f2a0641ca7
Add property for obtaining character encoding.
...
Change-Id: I70a000215abd20c14192f63f908d1f42743c52a0
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-29 10:23:52 -04:00
Greg Watson
b55197097f
Set terminal type to xterm if X11 forwarding is used.
...
Change-Id: Ic7c46a47772edb584abdb3bfa9d28a901cb495cc
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-29 09:13:24 -04:00
Greg Watson
2340a50b07
Fix warnings and static method access.
...
Change-Id: Ic3d4eda4ca1e982984787bd638e082489ae3b63b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-21 16:57:01 -04:00
Doug Schaefer
ce6a031731
Merge "Bug 467350 - Public API to open consoles"
2015-05-21 16:49:21 -04:00
Rob Stryker
3402e4c69e
Bug 467350 - Public API to open consoles
...
Change-Id: I3ff760a39cb953c7994c108085020d9b78a41e8d
Signed-off-by: Rob Stryker <rob.stryker@jboss.com>
2015-05-21 13:03:48 -04:00
Doug Schaefer
1f9f3a19a0
Icons missing from the build.properties file. Added them.
...
Also missing some properties files.
Change-Id: I35a350bd33a4df2376df3f50d2a439335ba2943d
2015-05-21 10:26:30 -04:00
Doug Schaefer
5fce7bf604
Re-add the remote launch config service. PTP is using it.
2015-05-19 18:49:20 -04:00
Greg Watson
4ca5d9b494
Add host service for local connection.
...
Change-Id: I9ebf08e00839ec2d4e6affba5ccfeecadae9fc47
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-19 10:25:23 -04:00
Doug Schaefer
a278a865a1
Bug 466786 added images amongst other things
...
Added images including the error overlay for when connections are
closed. Made the resulting label provider public so it can be reused
by the launch bar.
Fixed a bug with the JschConnection factory which was creating new
connections everytime asked resulting in great weirdness. Added getting
list of services to the IRemoteConnectionType API and separated
out the three types of services.
Added open and close connection commands for the Connections view.
Changed connection type capabilities to booleans and removed unused
ones.
Removed launch config service. Found a better way to pass targets
to launch configs that will actually work.
Change-Id: I99d85f72d496f42d6ba790bd1b91943ea869c12b
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-05-17 22:31:32 -04:00
Greg Watson
018403c3cc
Remote terminal has been replaced by the new tm.terminals. Use this
...
instead.
Change-Id: I8844f64671872a76b91b9c244516e80db5281566
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-06 14:34:11 -04:00
Marc-Andre Laperle
9753ed7aad
Bug 454063 - Require o.e.core.runtime 3.11.0 because of new API usage
...
Change-Id: I7b605d7e5874a5338f2c8a45bcc4a623c75b86f5
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-05-05 17:24:05 -04:00
Greg Watson
76feaed504
Bug 454063 - Use new Path.forPosix() API when handling remote paths.
...
Change-Id: I2a08f5f7d165acbb1d5b4e3226834b8cecf0fab3
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-04 14:59:56 -04:00
Doug Schaefer
9825f0f0cb
Bug 463976 - Implement a Console View based Terminal
...
Adds a terminal console which can be opened by selecting Open Console >
Terminal Console and selecting a remote connection which supports the
command shell service. If a console is already open for that remote
connection it will be shown and if one doesn't exist then a new one will
be created. Buttons for connecting, disconnecting, scroll lock, and
closing the console are also available.
Also adds a local command shell with PTY support. Also added some
syncronization around the connections in the connection type.
Moved the Open Terminal to console plug-in and renamed it Open
Command Shell.
Also fixed missing serial port feature from the remote repo.
Change-Id: I84282b04813471bb01385a328ebc144bdf0e6a28
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-05-02 23:12:07 -04:00
Matthew Bastien
efeb6fc7bb
Bug 465212 - SSH should support command shell service
...
Added JSchCommandShellService which creates a ChannelShell through JSch
in order to open a remote terminal.
Change-Id: Ib7ddeb3f9c964ab32130baf99a8d70d36605c3d8
Signed-off-by: Matthew Bastien <mbastien@qnx.com>
2015-04-23 09:09:27 -04:00
Greg Watson
6ee3aff83b
Merge "Fix preference category and remove debugging"
2015-04-15 20:05:15 -04:00
Greg Watson
8059f28aff
Remove old plugin repos
...
Change-Id: Iaaf0791d597de221bf2f74f14e871b2d706278d9
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-04-15 17:58:59 -04:00
Greg Watson
2618625a26
Merge "Bug 463844 - Support serial port connection type."
2015-04-13 09:54:04 -04:00
Greg Watson
a5e9db7a27
Fix preference category and remove debugging
...
Change-Id: Ia59e217e8d7366939bc0a077d351e54d56ca5945
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-04-10 15:10:13 -04:00
Doug Schaefer
1bbe4be784
Bug 463844 - Support serial port connection type.
...
This adds a remote connection type that uses the CDT Native serial
port driver. Really all this is supported is the command shell for
the Remote Terminal. But it's a great example of something very
different from SSH and Local that supports the same common infra
structure such as the Terminal.
Change-Id: I813e26370d3d137d5158fa63deba4b0820cdd596
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-04-10 12:35:11 -04:00
John Eblen
5cdc3b254a
Merge "Fix local command proxy"
2015-04-07 12:58:30 -04:00
Greg Watson
4c45929aae
Merge "Bug 463468 - provide set methods for host services"
2015-04-02 21:09:40 -04:00
Roland Schulz
f65b1837ed
Fix local command proxy
...
Was broken by d5cb7731db
Change-Id: I26ec14d832150d20dfefa19b614299a495897bf5
2015-04-02 13:23:24 -04:00
Greg Watson
a977d9c6b6
Merge "Bug 463530 - Avoid ConcurrentModificationException in listener list"
2015-03-31 14:26:45 -04:00
Greg Watson
56b0c45b4f
Bug 463530 - Avoid ConcurrentModificationException in listener list
...
Change-Id: I82c876b1162acfc6b464e535c6c54469c87bb114
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-30 21:44:25 -04:00
Greg Watson
82f4d12873
Bug 463468 - provide set methods for host services
...
Change-Id: I68d4e7bb1cdcc81d9584d8055b0460d7c4cad5c2
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-30 18:26:51 -04:00
Greg Watson
91596fb8d7
Merge "Bug 462418 - Use stored password on non-preferred password based auth."
2015-03-25 09:37:37 -04:00
Greg Watson
d36eb06f7c
Merge "Fix missing API and package visibility"
2015-03-24 09:35:34 -04:00
Greg Watson
fd2ac20235
Fix missing API and package visibility
...
Change-Id: I69ee8ed61631981a735666b5bbbb461dada8416e
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-24 09:20:15 -04:00
Bernd Hufmann
fab592345d
Bug 462709: Display host and user in Remote Connections preference page
...
Change-Id: I940b7bd27c09d12cd47487007686787f2d19b571
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
2015-03-23 09:32:08 -04:00
Patrick Tasse
003263a0d4
Bug 462418 - Use stored password on non-preferred password based auth.
...
Change-Id: Id169ecbb47cb4ad8d04d68a5d37338dad77b2b60
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-18 18:03:39 -04:00
Greg Watson
62dcd2bc81
Merge "Bug 462503 - Fix for ConnectionExistsException in Remote Connections preference page"
2015-03-18 17:33:42 -04:00
Patrick Tasse
833711c77b
Bug 462499 - Set viewer comparator in Remote Connections preference page
...
Change-Id: I082e420e89662ff45051254a714bd22e641a5194
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-18 17:00:16 -04:00
Greg Watson
bc00fb852f
Bug 462503 - Fix for ConnectionExistsException in Remote Connections
...
preference page
Change-Id: Ib49d82a51568d99d7db4bcf0e4d39b00f8c444ed
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-18 16:48:17 -04:00
Patrick Tasse
cbb9d14e0b
Bug 461541 - Fix handling of default attributes in JSchConnectionPage
...
Change-Id: If5fc199c4916f9a3f4fbb97ddaf564899a439d0f
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-17 10:13:25 -04:00
Greg Watson
da73772cb7
Fix potential NPEs
...
Change-Id: I1648e8bda4de9129ae15432e73b070d64b8c3e17
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-16 16:02:22 -04:00
Greg Watson
45072181ad
Merge "Bug 461520: Implement service for user authentication"
2015-03-16 15:57:44 -04:00
Bernd Hufmann
21506cdf73
Bug 461520: Implement service for user authentication
...
Change-Id: I6089e1f7012136aa439cdc3456f18f9b8a530e7f
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
2015-03-15 20:02:59 -04:00
Greg Watson
7d608a4b5c
Terminal view that is specific to the remote API
...
Change-Id: I9033ed0fd0ec1007bf84fd935d0e5a9efcdff3c1
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-13 11:27:55 -07:00
Greg Watson
d5cb7731db
Bug 457493 - Add support for window terminal size and signals.
...
Change-Id: Iceb1786796c43c70584d6e01824ffe56e9bed255
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-06 22:59:33 -05:00
Greg Watson
fab5645c94
Merge "Bug 461324 - Fix NPE in Remote Connections preference page"
2015-03-05 17:27:15 -05:00
Greg Watson
abe2472d2f
Bug 461249 - Avoid exceptions when attributes are not defined.
...
Change-Id: I7c84e6070c9ce2572efbf74bde4453cee79c5db5
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-05 15:52:50 -05:00
Greg Watson
f1e97d0928
Bug 461324 - Fix NPE in Remote Connections preference page
...
Change-Id: I8cadb829916b0588849e797aa737b6c861598f8a
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-05 15:39:05 -05:00
Greg Watson
d8310d99c0
Bug 461098 - Add support for filtering connection types.
...
Change-Id: I0ead2fcf73e6e1f39ce28078d898202d389b3e50
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-04 20:07:51 -05:00
Greg Watson
6e5f7a97bd
Cleanup comments and interfaces.
...
Change-Id: Id7bb77b110963314b0daca143eab6a197a4201b0
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-27 10:50:45 -05:00
Greg Watson
1ad2aeddd6
Change field names and messages to conform to new API.
...
Change-Id: I6a29bc6f3711164d80c20aca02b0a22a7a8d84ea
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-27 09:59:59 -05:00
Greg Watson
6c93815268
Update flag and preference names for new API.
...
Change-Id: Idb0c6d39f569e913efb47085b2455963532a2d56
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-25 16:41:41 -05:00
Alena Laskavaia
566add7ee3
adjusted some messages in the new connection wizard
...
- replace Launch Type with Connection type
- message "Enter name for connection" is not relevant and confusing when
user actually entered it already (and it is set by default too),
replaced with generic message (only visible in the begging and when no
errors)
Change-Id: I4deb8b2a0e878084eaf59030c9bd5d09610d2d78
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-02-23 16:39:47 -05:00
Greg Watson
72289d3ce6
Merge "Bug 460059 - Add handling of file scheme for Local connection."
2015-02-17 12:19:21 -05:00