Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-30SM: fix already running simulator is killed when not allowed to use ittcf-1.3_WR_20141128_4.0.4_bugfixTobias Schwarz1-1/+3
on connect
2015-01-22SM: add method to use already running simulator instead of starting newTobias Schwarz1-2/+25
one.
2015-01-22SM: add method to use already running simulator instead of starting newTobias Schwarz3-2/+29
one.
2015-01-22SM: add secondary step id for connectState stepsSchwarz Tobias1-21/+21
2015-01-22SM: extend simulator service interface to check projectsTobias Schwarz2-10/+42
2015-01-22SM: use utility class for IDelegateService and IUIService delegateTobias Schwarz26-183/+125
access
2014-11-27Terminals: Added Remote Systems Explorer contribution to replace thetcf-1.3_WR_20141128_4.0.4Uwe Stieber33-4/+1433
outdated "RSE Terminals" feature
2014-11-27Releng: Update update site URL to point to LunaUwe Stieber18-18/+18
2014-11-27Terminals: Honor the default encoding queried via the properties accessUwe Stieber6-24/+92
service for the current selection
2014-11-27Terminals: Query the default user name via the properties accessUwe Stieber3-1/+45
services
2014-11-27Terminals: Allow additional custom filtering of applicable terminalUwe Stieber1-2/+16
launcher delegates
2014-11-26Bug 451283 - TCF debugger does not support native complex typesEugene Tarassov6-3/+35
2014-11-26Bug 451579 - C++11: missing support of rvalue reference typeEugene Tarassov1-1/+1
2014-11-26SM: use ProgressHelper to manipulate progress monitor to avoid problemsTobias Schwarz2-12/+9
in the status bar (progress still shown even when job is already done)
2014-11-26SM: fix path map resolver ignored path map rulesTobias Schwarz1-1/+0
2014-11-25Bug 451579 - C++11: missing support of rvalue reference typeEugene Tarassov1-26/+29
2014-11-25Bug 451356 - Long double values are not reported in the expression viewEugene Tarassov1-0/+6
2014-11-25TCF Debugger: Fix NPE in case of unsupported FP formatAnton Leherbauer1-2/+2
2014-11-24SM: fix new connection wizard overwrites existing connectionTobias Schwarz1-1/+7
2014-11-20Target Explorer: Fix bugzilla 452466: Running multiple agents on localhostUwe Stieber1-2/+6
2014-11-20SM: add peer node error and warnings handling and decorationTobias Schwarz13-22/+243
2014-11-17Terminal: There are two Copy actions in the context menu once LinuxTools ↵Uwe Stieber1-2/+12
gets installed
2014-11-17SM: do not execute connect on finish when peernode is not validTobias Schwarz1-1/+1
2014-11-15Bug 451598 - Provide support for TAG_variant and TAG_variant_partEugene Tarassov3-10/+21
2014-11-13SM: make "connect on finish" configurableTobias Schwarz5-20/+24
2014-11-12SM: add command line to properties view, fix problem after disconnect ofTobias Schwarz9-15/+79
general connection
2014-11-11Target Explorer: Avoid to add not applicable CDT default source containers ↵Uwe Stieber1-34/+5
to launch configurations and connections
2014-11-11SM: fix callback and progress messageTobias Schwarz2-8/+5
2014-11-07Target Explorer: Don't show "Build Configuration" group for Run/DebugUwe Stieber1-1/+1
C/C++ Remote Application launches
2014-11-06Bug 449441 - Memory view cannot display memory of an array variableEugene Tarassov1-34/+18
2014-11-06TCF Debugger: added @Override annotations in TCFMemoryBlockRetrieval classEugene Tarassov1-1/+46
2014-11-06Target Explorer: Fix C/C++ Remote Application file transfer truncates target ↵Uwe Stieber6-32/+164
file to 0 bytes
2014-11-05Target Explorer: Switch default terminal type used to "xterm"Uwe Stieber2-3/+3
2014-11-05SM: add missing export to fix warningTobias Schwarz1-0/+1
2014-11-05SM: rework controlTobias Schwarz1-3/+20
2014-11-05SM: split service list in properties view to multiple linesTobias Schwarz1-0/+30
2014-11-05Terminals: Make VT100 line wrapping mode dependent on terminal typeAnton Leherbauer1-1/+15
2014-11-04TCF Debugger: fixed OutOfMemoryError if agent returns too large value for ↵Eugene Tarassov1-1/+2
remote object size
2014-11-04Target Explorer: TCF customized C/C++ Remote Application main tab to support ↵Uwe Stieber1-1/+33
all variants of the program name field as input for path substitution
2014-11-01Releng: Adjust the order of Tycho p2-metadata generation relative to the signingUwe Stieber1-28/+30
2014-11-01Tests: Remove channel steps testUwe Stieber5-157/+1
2014-11-01Tests: Adjust tests for Tycho 0.21.0Uwe Stieber2-6/+1
2014-10-31TCF Debugger: fixed possible assertion failure because of missing cache ↵Eugene Tarassov1-0/+1
validate() call
2014-10-30SM: fix doubleclick not executed if select takes too much timeTobias Schwarz1-4/+11
(initialize the wizard)
2014-10-30SM: add progress monitor to channel manager interface to be able to joinTobias Schwarz6-10/+72
channel manager job with running job
2014-10-30SM: add filter to hide "Create new connection" entry in systemTobias Schwarz3-0/+40
management view
2014-10-30SM: fix NPETobias Schwarz1-1/+1
2014-10-30SM: fix dialog size on linux (unneeded scrollbar)Tobias Schwarz1-0/+4
2014-10-29TCF Tests: added test for breakpoint type "Software"Eugene Tarassov1-0/+13
2014-10-29TCF Debugger: fixed possible NPE during Eclipse shutdownEugene Tarassov1-10/+14

Back to the top