Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-09-26Target Explorer: remove borderTobias Schwarz1-1/+1
2013-09-25Target Explorer: Fix static and dynamic discovered peers matchingUwe Stieber13-58/+177
2013-09-25Target Explorer: Fix import/export target wizard labelsUwe Stieber2-18/+18
2013-09-25Target Explorer: fix possible NPEsTobias Schwarz2-2/+4
2013-09-25Target Explorer: Fix attach to context handlingUwe Stieber6-168/+195
If selecting two or more contexts in either the process monitor or the system management view tree, attaching to those contexts led to more than one launch.
2013-09-25Target Explorer: remove unneeded refreshTobias Schwarz1-10/+0
2013-09-25Target Explorer: fix open dialog on not existing directoryTobias Schwarz1-0/+3
2013-09-25Target Explorer: add check for relativ to workspaceTobias Schwarz3-3/+26
2013-09-25Target Explorer: Use WinPTY on Windows hosts. Use reflection to load the ↵Uwe Stieber1-2/+20
class to keep compatibility.
2013-09-24Target Explorer: fix set text nullTobias Schwarz1-2/+2
2013-09-24Target Explorer: Improve local terminal tab titlesUwe Stieber1-3/+3
2013-09-20Target Explorer: Fix merge errors after refactoringUwe Stieber1-13/+16
2013-09-19Target Explorer: Fix context menu of system monitor is not updated on ↵Uwe Stieber1-0/+33
detaching a context.
2013-09-19Target Explorer: Rename ISelectionService to IDefaultContextServiceUwe Stieber13-233/+239
2013-09-19Target Explorer: fix illegal thread access and layoutTobias Schwarz1-18/+31
2013-09-19Target Explorer: cleanup context menu contributionsTobias Schwarz2-6/+6
2013-09-18Target Explorer: use part listener to set default connectionTobias Schwarz7-44/+162
2013-09-18Target Explorer: Bind active connection status bar trim control to a hidden ↵Uwe Stieber8-3/+60
preference or system property. Use gray font and set tooltip.
2013-09-18Target Explorer: Visualize the active connection as status bar trim areaUwe Stieber5-1/+115
2013-09-18Target Explorer: new attach debugger stepper operationTobias Schwarz4-30/+67
2013-09-18Target Explorer: add new target path validatorTobias Schwarz3-0/+39
2013-09-17Target Explorer: add cancel for stepTobias Schwarz9-84/+191
2013-09-16Target Explorer: Fix path map service does not save launch configurationUwe Stieber1-0/+9
2013-09-16Target Explorer: Fix path map service adds path map rule with empty propertiesUwe Stieber1-0/+2
2013-09-16Target Explorer: Enable TCF target connections getting started action set ↵Uwe Stieber1-1/+10
only in "Target Explorer" perspective.
2013-09-16Target Explorer: Allow the overwrite of the standard label widthUwe Stieber1-7/+21
2013-09-14Target Explorer: Fix interface javadocUwe Stieber1-2/+2
2013-09-13Target Explorer: Added path map resolver service interface and implementationUwe Stieber4-0/+237
2013-09-13Target Explorer: Fix some outdated documentation of the terminal output ↵Uwe Stieber1-2/+2
stream monitor
2013-09-13Target Explorer: add ISelectionService selection filter Tobias Schwarz5-0/+323
2013-09-13Target Explorer: fix default selection not set when open peer withTobias Schwarz1-0/+9
dialog "select existing"
2013-09-13Target Explorer: introduce ISelectionService for default context supportTobias Schwarz7-343/+531
2013-09-11Target Explorer: add section configure methodTobias Schwarz2-8/+10
2013-09-10Target Explorer: Fix illegal thread access in path map service ↵Uwe Stieber1-15/+21
implementation for applyPathMap
2013-09-10Target Explorer: extend history manager with clear and set functionalityTobias Schwarz1-0/+39
2013-09-10Target Explorer: fix missing class child element in schema.Tobias Schwarz1-216/+217
2013-09-10Target Explorer: Don't show CLI client or server peers in NeighborhoodUwe Stieber1-1/+8
2013-09-10Target Explorer: Add auto-generated path map to debugger channel setupuwe1-0/+23
2013-09-09Target Explorer: Occassionaly running into assertion failures getting the ↵Uwe Stieber1-3/+8
remote services. Handle it more gracefully.
2013-09-09Target Explorer: Explicitly set ProcessesV1 start attribute defaultsUwe Stieber1-0/+8
2013-09-09Target Explorer: Complete path map service API by adding removePathMapUwe Stieber2-48/+127
2013-09-06Target Explorer: Show generated path map entries in path map tab but don't ↵uwe1-12/+44
allow to edit them
2013-09-04Target Explorer: Fallback to require TM Terminal dependencies instead of ↵Uwe Stieber4-41/+19
including them
2013-09-04Target Explorer: Extend the path map service to provide possibilities to add ↵Uwe Stieber3-68/+235
path maps and apply path maps
2013-09-04Target Explorer: Better handle cases where stepper steps for a given ↵uwe4-26/+51
operation already exist
2013-09-03Target Explorer: Extend path map service to include auto-generated path mapsuwe3-10/+57
2013-08-31Target Explorer: Fix applying the path map on open channel may hang up the ↵Uwe Stieber5-31/+71
UI as TCFLaunch#launchConfigurationChanged is triggered in the TCF event dispatch thread
2013-08-28Target Explorer: Unify code of process and local terminal connector ↵Max Weninger5-742/+7
implementations Signed-off-by: Max Weninger <max.weninger@windriver.com>
2013-08-28Target Explorer: Make "Source Paths" editor tab available on all connection ↵Uwe Stieber1-511/+523
types which are backed up by a launch configuration in background.
2013-08-28Target Explorer: Extend value add launcher to allow to set a specific ↵Uwe Stieber3-217/+273
environment for the value add

Back to the top