Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Target Explorer: only use name mappings for locate symbol file, so justTobias Schwarz1-75/+77
open file dialog
2014-02-12Target Explorer: Process launcher environment utility to keep environment ↵Uwe Stieber1-2/+0
variables set with no value
2014-02-12Target Explorer: Environment variables without values ignored on Windows onlyUwe Stieber1-3/+3
2014-02-12Target Explorer: Filter out bad environment variable names leading to ↵Uwe Stieber1-0/+4
ERROR_INVALID_PARAMETER on CreateProcess on Windows
2014-02-10Target Explorer: Fix debug service implementation to call disconnect() and ↵Uwe Stieber2-3/+4
the TCFLaunch instead of terminate(). Terminate is implemented empty.
2014-02-09Target Explorer: Improve agent monitor. Log all communication to the same ↵Uwe Stieber4-135/+138
peer to the same console.
2014-02-09Target Explorer: Don't log locator commands and events by defaultUwe Stieber6-254/+273
2014-02-08Target Explorer: Improve Eclipse command server loggingUwe Stieber1-2/+6
2014-02-07Target Explorer: Keep exception message when wrapping exception in file ↵Uwe Stieber1-206/+206
system operation
2014-02-07Target Explorer: Persist process monitor auto refresh intervalUwe Stieber2-0/+27
2014-02-07Target Explorer: Process monitor not connected message can be customizedUwe Stieber1-1/+3
2014-02-07Target Explorer: Improve process monitorUwe Stieber5-198/+215
- Allow per context customization of auto expand level - Set auto expand level on context connect event - Move disconnect handling from runtime model to the process monitor event listener
2014-02-07TCF Debugger: Fix check-state handling in breakpoint scope pageAnton Leherbauer1-12/+11
- Context.equals() needs to take into account the session id - parent check-state should depend on visible children only
2014-02-07Target Explorer: Show context information in step executor errors only in ↵Uwe Stieber2-17/+8
debug mode
2014-02-07Target Explorer: fix editor reopen on saveTobias Schwarz1-2/+1
2014-02-07Target Explorer: Change quick filter accelerator from "M1+T" to "M1+Q"Uwe Stieber1-2/+2
2014-02-07Target Explorer: Set toolbar contribution labelUwe Stieber2-4/+9
2014-02-07Target Explorer: Fix "System" menu has no keyboard shortcut assignedUwe Stieber1-2/+4
2014-02-07Target Explorer: fix event handlingTobias Schwarz1-5/+10
2014-02-07Target Explorer: Fix typo in new connection toolbar tooltip idUwe Stieber1-1/+1
2014-02-07Target Explorer: Keep context menu action to be labeled "Open"Uwe Stieber1-3/+3
2014-02-06Target Explorer: Move peer node open terminal context menu contribution to ↵Uwe Stieber4-28/+31
o.e.tcf.te.tcf.ui
2014-02-06Target Explorer: Improve process monitor refresh handling if a process node ↵Uwe Stieber1-2/+26
is expanded in the tree
2014-02-06Target Explorer: fix data setupTobias Schwarz1-7/+1
2014-02-06Target Explorer: Some connection names are leading to Linux unfriendly log ↵Uwe Stieber1-1/+1
file names
2014-02-06Target Explorer: only show wizards stat are enabledTobias Schwarz1-0/+9
2014-02-06Target Explorer: Fix error reporting for process monitor terminate handlerUwe Stieber2-5/+12
2014-02-06Target Explorer: rework new wizard and command handler hierarchyTobias Schwarz12-396/+389
2014-02-06Target Explorer: Fix refresh never completes if refreshing a specific nodeUwe Stieber1-1/+1
2014-02-06Target Explorer: remove unused messagesTobias Schwarz2-4/+0
2014-02-06Target Explorer: undo new wizard changeTobias Schwarz3-33/+17
2014-02-06Target Explorer: Stabilize process model test caseUwe Stieber1-0/+5
2014-02-06Target Explorer: Review processes runtime model refresh serviceUwe Stieber1-3/+70
2014-02-06Target Explorer: Clean up IModelRefreshService interfaceUwe Stieber2-85/+39
2014-02-06Target Explorer: rework menu handlingTobias Schwarz3-62/+37
2014-02-06TCF Tests: added tests for FileSystem setstat and fsetstat commandsEugene Tarassov1-2/+75
2014-02-06TCF Debugger: added code commentsEugene Tarassov1-0/+4
2014-02-05TCF Debugger: fixed: model selection policy is not called for launch nodesEugene Tarassov3-4/+12
2014-02-05TCF Debugger: fixed: don't set signal masks if corresponding properties of ↵Eugene Tarassov1-7/+7
the launch configuration are not set, let agent to use default signal masks
2014-02-05TCF Debugger: fixed: process list is not properly updated in the Debug view ↵Eugene Tarassov1-1/+2
when launch context filter is used
2014-02-05TCF Debugger: fixed misspelled launch attribute nameEugene Tarassov1-1/+1
2014-02-05TCF Debugger: fixed: IModelDelta.ADDED deltas don't work as expectedEugene Tarassov1-1/+22
2014-02-05Target Explorer: Fix process monitor toolbar refresh button has no effect ↵Uwe Stieber1-3/+49
for process hierarchies with more than 1 level
2014-02-05Target Explorer: Fix "open" command labelsUwe Stieber3-6/+6
2014-02-05Target Explorer: Refresh the process node on terminate if the terminate fails.Uwe Stieber1-4/+13
2014-02-05SM: switch to configured perspective even if launch is already runningTobias Schwarz1-2/+6
2014-02-05Target Explorer: removed section description as it did not really makeTobias Schwarz1-2/+2
sense
2014-02-05Target Explorer: introduce "System" main menuTobias Schwarz7-17/+183
2014-02-05Target Explorer: Fix handling of optional value-add'sUwe Stieber4-14/+4
2014-02-05Target Explorer: Improve process model test stabilityUwe Stieber1-1/+11

Back to the top