1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
Commit graph

295 commits

Author SHA1 Message Date
Alexander Kurtakov
5bdf087607 Fix build.
4.4milestones repo is gone now and in order to use final 4.4 Tycho 0.20
is needed.
Also ignore target/ dirs to get sane output of git status.

Change-Id: Iab3a807645c9fce737de5e5a8239d89d0c63eaf3
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-07-23 09:36:53 +03:00
John Eblen
69492aa8ea Bug 439607 - Can't delete directories from synchronized projects
Change-Id: I3b8a8aeef6200a92fd5623c259060c3031836809
Signed-off-by: John Eblen <jeblen@acm.org>
2014-07-15 14:00:11 -04:00
gwatson
0f5f0fbbcb Merge remote-tracking branch 'origin/R1_0_maintenance' 2014-06-26 14:55:21 -04:00
gwatson
e2705cfd34 Update version to 1.0.1 2014-06-26 14:48:05 -04:00
gwatson
e9340257aa Merge from M1_0_maintenance
Change-Id: I357dedf01c2621de6617cd50d3671046b627f3d5
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 14:41:30 -04:00
gwatson
087e4aafbf Make update_versions script work
Change-Id: I219502605284a8cf4f7235390b453a4e6720ad42
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 11:33:46 -04:00
gwatson
bec4821d63 Add update_versions script
Change-Id: I65d80b51788743fe40457b02d9372f63395f3093
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 11:07:16 -04:00
Greg Watson
8149858afc Bug 437842 - Fix setInitialPath() so it works.
Change-Id: Ic8599552b1c1b9b99743bd73429b60a1d73dc29f
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-20 15:53:34 -04:00
Roland Schulz
b511b31ad1 Bug 437083 - Improve error message if ssh fails
Execute loadEnv once before trying sftp to make sure exec works.
This way we don't assume it is an sftp problem if the ssh
connection doesn't work at all. To make this work throw an
exception if ExecCommand fails (if exit code != 0). ExecCommand doesn't
have a way to check exit code. Thus this also fixes that if any command
executed with ExecCommand failed, the calling code didn't notice.

Change-Id: I30b8baa0d87166e179fad67643e31a9f17c8ead2
Signed-off-by: Roland Schulz <roland@utk.edu>
2014-06-11 16:43:24 -04:00
Roland Schulz
407382d8af Bug 437083 - Connection error "session is down"
isOpen is expected to cleanup old sessions but didn't do so if fIsOpen
is false.

Change-Id: I65290d06eec51f65281c9f7eb16eba7e3bb5dcc9
2014-06-10 15:19:42 -04:00
Roland Schulz
fdcc7b3987 Bug 436096 - Fix Tab order in Connection dialog
Shouldn't be necessary because it should be the default
order. But on Linux and Windows (but not OSX) it somehow
isn't the correct without.

Change-Id: Ifb0babe7c0014b07510ef9789e274f1d8e83829c
2014-06-09 12:30:14 -04:00
Greg Watson
5a6ab10f37 Bug 436096 - Increase width of port and timeout fields.
Change-Id: Ic775bdd4a608deb9a0bf2bd1b4dd5bbced5ea3b3
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-09 10:54:26 -04:00
Roland Schulz
f2a8c2053e Bug 428658 - fix keyboard-interactive authentication
Also removes unnecessary code for firstTry for password/
keyboard-interactive. And fixes firstTry for pubKey auth.
JSchConnection.newSession is storing the password with
session.setPassword. This password is used first before
jsch is using the UserInfo to prompt. Thus it isn't
necessary to return from the prompt first the same
stored password.

Change-Id: I17a4ae057fc595c2afe452c550bf47b70b696ef4
2014-06-09 08:32:57 -04:00
Greg Watson
dad71b863b Bug 428658 - Add a default Authenticator
Change-Id: I9e2e3ced3c1d3a0b9fb97e685d3836b586cc98a0
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-07 00:07:26 -04:00
Greg Watson
79bf8fb436 Bug 436880 - Only flag change if something has actually changed.
Change-Id: I56313985ea703c0c602166e4c1cb1fb1211cb702
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-06 15:16:45 -04:00
Greg Watson
0df67c311c Bug 436390 - Fix new connection status.
Change-Id: Ib90b507abb7c8c1b8bcb4a2d91e06de988103172
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-02 22:47:17 -04:00
Greg Watson
d2d6c71758 Bug 430211 - Fix open failure if host is not known.
Change-Id: I6345d2068261f19751320315b26f1513e671b125
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-02 17:14:44 -04:00
Greg Watson
e9ea3eaa16 Bug 436390 - Allow newly-added connection to be opened
Change-Id: I258bf040afd566d1b1472ed69aaf709e01623dba
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-02 16:44:53 -04:00
Greg Watson
b447139584 Bug 436407 - Improve the way connections are handled when
removing/adding.

Change-Id: I06f08961a0d5981af75ba9939f47ba0979deea1e
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-02 16:25:30 -04:00
Chris Navarro
fa67010349 Bug 427153 - Update Jsch connection name when modified
Change-Id: Ibeb2ac8d3bd06ff242ffcac93d82e46f7b4a6344
Signed-off-by: Chris Navarro <cmnavarr@illinois.edu>
2014-05-22 10:23:08 -05:00
Greg Watson
c863256c2f Add license repo to pom.xml
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-05-12 19:26:54 +01:00
Greg Watson
fc894f8ec2 Bug 431255 - Update features to use shared license
Change-Id: I380b4de05f621823dbf4ae87b159dd97c7b6b689
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-05-12 19:21:57 +01:00
Alexander Kurtakov
19f4d98678 Bug 434119 - Remove org.eclipse.remote.cdt* now that it's part of CDT
Removing it (especially from the build pom.xml) removes the circular
dependency problem.

Change-Id: If57ff21f72f6d04fe3ac79314a112e2bdc5848b2
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-05-05 17:07:02 +03:00
Greg Watson
e09793bb6f Fix CDT repo location.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 10:55:23 -04:00
Greg Watson
4e2470b4a2 Add CDT repo.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 10:20:56 -04:00
Greg Watson
f216d3b497 Add new bundles to build.
Export package.

Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 09:49:20 -04:00
Greg Watson
a9b0252def Feature for CDT bundle.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 09:43:43 -04:00
Greg Watson
af759d4f4a Add files to build properties.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 09:30:06 -04:00
Greg Watson
87c2a034d4 Return osgi properties insead of system properties on local provider for
os name and arch.

Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 09:24:06 -04:00
Greg Watson
62dec7e1b6 Update to java 7.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 09:22:29 -04:00
Greg Watson
6f3c30a613 Add CDT-specific remote support.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 09:22:07 -04:00
Greg Watson
1b500f829b [429668] - Avoid race condition causing mkdir to fail.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-21 13:18:32 -04:00
Greg Watson
3faf39df8d [429271] Fix for special characters in directory names (master branch)
Change-Id: Ib5ff490ec83dd4791cb01f6d1f85f5b0db189f77
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-02-27 18:55:49 -05:00
Greg Watson
28c493cbe7 Add prefix to progress monitor task
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-01-31 15:10:03 -05:00
Greg Watson
af665152e1 Improve progress messages for i/o stream operations.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-01-31 08:20:48 -05:00
Greg Watson
acbd43742d Cleanup
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-01-27 18:15:25 -05:00
Greg Watson
7bd13e741b Don't buffer files in memory.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-01-27 18:15:05 -05:00
Greg Watson
ec0d118e23 Allow local file/directory selection to be enabled on the resource
browser.

Signed-off-by: Greg Watson <g.watson@computer.org>
2014-01-27 16:48:38 -05:00
Greg Watson
ba07d662e4 Correctly convert sftp time (seconds) to EFS time (milliseconds).
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-01-17 10:50:56 -05:00
Greg Watson
c6b2cfc805 Add ability to enabled disable browser widget features.
Fix setting browser title.

Signed-off-by: Greg Watson <g.watson@computer.org>
2014-01-09 10:08:11 -05:00
Greg Watson
95c1c4b853 Fix button alignment.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-24 10:08:06 -05:00
Greg Watson
93ecdc6948 Allow browser to select files, directories or resources.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-23 16:32:20 -05:00
Greg Watson
a4895a48d7 Add API to set connection in browser.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-23 11:19:36 -05:00
Greg Watson
652dd73040 Fix alignment of text field on RemoteResourceBrowserWidget.
Other misc cleanup.

Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-20 17:01:34 -05:00
Greg Watson
f712bdca15 Merge "Update build to use Tycho 0.19." 2013-12-19 15:02:39 -05:00
Greg Watson
80792af690 Add progress monitor to RemoteResourceBrowser.
Change RemoteResourceBrowserWidget to return IFileStore instead of
String.

Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-19 11:36:45 -05:00
Greg Watson
290378c74a Enable connection timeout and connection cancelled message.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-18 08:46:21 -05:00
Alexander Kurtakov
2adb7b95ce Update build to use Tycho 0.19.
This is critical if one builds with Maven 3.1.x locally as older
Tycho versions do not work with latest Maven due to org.sonatype to
org.eclipse Aether package change.
Also maven plugins updated to later versions to prevent other possible
incompatibilities with latest Maven.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-26 11:04:26 +02:00
Greg Watson
4d53ce0c98 Fix layout and size of browser fields.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-11-02 14:47:00 -04:00
Greg Watson
c90aeb7d2c [396334] - Fix new folder button so that it actually creates a new
folder. Also, move resource browser to a separate widget so that it can
be embedded in other controls.

Signed-off-by: Greg Watson <g.watson@computer.org>
2013-11-02 14:17:35 -04:00