Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-11-21Target Explorer: add possibility to get current data from sections andTobias Schwarz1-6/+16
global validation
2013-11-21Target Explorer: fix problems with group reference parameters notTobias Schwarz2-47/+94
forwarded to steps
2013-11-20Target Explorer: rework handler activity and enablementTobias Schwarz2-34/+39
2013-11-20Target Explorer: add possibility of dropdown menu in toolbarTobias Schwarz1-18/+10
2013-11-20Target Explorer: add possibility of dropdown menu in toolbarTobias Schwarz1-79/+82
2013-11-19Target Explorer: Improve installed debug view part listenerUwe Stieber1-3/+0
2013-11-19Target Explorer: Fix part listener not installed for default windowUwe Stieber2-122/+133
2013-11-15TCF Core: a bit faster implementation of TCF communication channelEugene Tarassov2-29/+80
2013-11-13Target Explorer: fix possible npe, add stepper service for schedulingTobias Schwarz42-587/+789
rule handling, add job canceling step
2013-11-08Target Explorer: Another maven project hierarchy fix for the testsUwe Stieber3-6/+6
2013-11-08Target Explorer: Fix parent maven project group idUwe Stieber2-2/+2
2013-11-08Target Explorer: Readd build only maven project file to tests pluginUwe Stieber1-0/+17
2013-11-08Releng: Fix parent POM references in target explorer test pluginUwe Stieber2-18/+1
2013-11-08Releng: Fix references to parent pom in testsUwe Stieber1-2/+2
2013-11-08Releng: Update jacoco and Orbit referenced versionsUwe Stieber1-3/+3
2013-11-07Revert "Target Explorer: add \0 char at the end of result data if missing"Eugene Tarassov1-6/+0
This reverts commit f83749b307e0feedb9f1db263a96469de47ef654.
2013-11-06Bug 418946 - Diagnostics FileSystem java test fails if first filesystem root ↵Eugene Tarassov1-1/+2
entry is not writable
2013-11-06TCF Tests: fixed: Attach/Detach test should run after Path Map test, because ↵Eugene Tarassov1-4/+4
Attach/Detach can require Path Map to be set to resolve symbols
2013-11-06Target Explorer: add property key for parameter listTobias Schwarz1-0/+8
2013-11-06Target Explorer: add \0 char at the end of result data if missingTobias Schwarz1-0/+6
2013-11-05Target Explorer: Fix If tree viewer column is associated with a comparator, ↵Uwe Stieber6-68/+94
use the custom column comparator if both elements are from the main content provider.
2013-11-05Target Explorer: Consider editor selection in stepper command handlerUwe Stieber1-9/+20
2013-11-05TCF Core: removed support for Java 1.5 or older. Now 1.6 is minimum required ↵Eugene Tarassov1-62/+15
JVM version.
2013-11-05TCF Debugger: added code to show context name instead of context ID in ↵Eugene Tarassov3-6/+38
virtual terminal title
2013-11-05TCF Debugger: fixed sending data from host to virtual UARTEugene Tarassov1-1/+1
2013-11-04TCF Tests: fixed: TestEchoERR fails on locale with decimal point is not a periodEugene Tarassov1-1/+1
2013-11-04Target Explorer: Several process monitor fixesUwe Stieber11-329/+73
- Remove unused column comparator implementations - Remove "Properties" from context menu of process monitor editor page - Provide consistent "Show In > Properties" - Remove Alt+Shift+W shortcut definition from "Show In" (does not work)
2013-11-04TCF Debugger: Bug 420740 - On connect make sure to select a suspended contextAnton Leherbauer1-7/+14
2013-11-04TCF Debugger: Bug 420641 - Cannot edit Symbol Files if Launch isAnton Leherbauer2-10/+17
selected
2013-11-04Target Explorer: Filter bogus findbugs warningUwe Stieber1-1/+7
2013-11-04Target Explorer: Fix findbugs warningsUwe Stieber1-1/+1
2013-11-04Target Explorer: Fix findbugs warningsUwe Stieber3-15/+21
2013-11-04Target Explorer: Allow content contributions into column tree viewersUwe Stieber15-129/+755
2013-11-03Target Explorer: NPE on attaching debugger. DebugUITools.launch not invoked ↵Uwe Stieber1-1/+8
from within UI thread.
2013-11-03TCF Debugger: Profiler view position in the Debug perspective changed to be ↵Eugene Tarassov1-0/+6
same as Outline view
2013-11-03TCF Debugger: fixed stack overflow in Profiler view on Linux GTKEugene Tarassov1-2/+10
2013-11-02Target Explorer: Allow delegation of the customizable tree viewer column and ↵Uwe Stieber3-0/+126
filter activation to a context specific process monitor UI delegate.
2013-11-02Target Explorer: Fix sorting in process monitor tab not the same as in the ↵Uwe Stieber2-17/+32
system management tree
2013-11-02Target Explorer: Remove unused messagesUwe Stieber3-18/+2
2013-11-02Target Explorer: Path variable replacement must not change the original case ↵Uwe Stieber4-9/+17
of the passed in path
2013-11-02Target Explorer: Add missing new processes refresh service implementationUwe Stieber1-0/+964
2013-11-02Target Explorer: Rework processes runtime model refresh ↵Uwe Stieber19-701/+448
services/RuntimeModelRefreshService.java - Fix: Refreshed context properties and children not merged reliable into model - Introduced runtime model refresh service delegates. Allows to refresh target specific properties. - Separate non-UI delegates from UI delegates. Introduced IDelegateService for non-UI delegates.
2013-11-02TCF Debugger: changed required version of terminal plug-in to fix ↵Eugene Tarassov2-2/+2
compatibility with Eclipse version 3.8
2013-11-01TCF Debugger: removed "Open Debug Console" action - the console is not ↵Eugene Tarassov1-0/+2
usable yet
2013-10-31Upgraded to Tycho 0.19.0Anna Dushistova1-14/+12
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
2013-10-30TCF Debugger: fixed memory leak: TCFModel.context_map can accumulate ↵Eugene Tarassov2-3/+42
obsolete entries
2013-10-29TCF Debugger: fixed: preference storage listener causes memory leakEugene Tarassov1-30/+33
2013-10-29TCF Debugger: Bug 418651 - TCF Eclipse Breakpoint view does not reportAnton Leherbauer2-1/+5
breakpoint status consistently
2013-10-29TCF Debugger: added exclude statements for bogus FindBugs warningsEugene Tarassov1-0/+28
2013-10-29TCF Debugger: fixed FindBugs warning: A value is checked here to see whether ↵Eugene Tarassov1-1/+1
it is null, but this value can't be null because it was previously dereferenced...

Back to the top