Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-27Bug 465093 - Replace incomplete dnd with a 'Download' action.1.3_WR_20150508_4.1.01.3_WR_20150508_4.1.0_bugfixMarkus Schorn45-1190/+1680
Change-Id: I345d5559f8492271a60dec064f626d03cb0a67ad Signed-off-by: Markus Schorn <markus.schorn@windriver.com>
2015-04-23Target Explorer: Fix race conditions when canceling stepper jobsAnton Leherbauer3-84/+110
- Avoid manipulating JobMonitor after job has finished - Spurious ConcurrentModificationException in CancelJobsStep Change-Id: Ia7baea03fc9f9ce093d9f26ba3e176e1405246ff Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-04-23Target Explorer: Get machine type from ELF file and cleanup ↵Uwe Stieber2-11/+25
ISimulatorServiceUIDelegate interface
2015-04-22Target Explorer: Fix typo in javadocUwe Stieber10-12/+16
2015-04-22Bug 464665: Introduce API between te.tcf.filesystem.core and uiMarkus Schorn192-6934/+5259
Change-Id: I5ec26fc8708a7110565a64478d7097f6ee366be2 Signed-off-by: Markus Schorn <markus.schorn@windriver.com>
2015-04-21Bug 464689 - Support for AT_bit_stride - fixed sign extensionEugene Tarassov1-2/+27
2015-04-21Target Explorer: Fix Hidden launch configurations not deleted once the ↵Uwe Stieber7-4/+161
connection is deleted
2015-04-17TCF Core: Symbols service: new symbol attribute: BitStrideEugene Tarassov3-3/+30
2015-04-16Releng: Update versions of Maven plug-insUwe Stieber1-3/+3
2015-04-14TCF Debugger: Variables view: wrong type info on multi dim arraysEugene Tarassov1-9/+22
2015-04-08Target Explorer: Fix potential NPE's in debug serviceUwe Stieber1-5/+8
2015-04-07Target Explorer: Extend ISimulatorServiceUIDelegate interfaceUwe Stieber1-6/+9
2015-04-01TCF Debugger: fixed missing line feed character in the details pane of the ↵Eugene Tarassov1-0/+1
Expressions view
2015-04-01TCF Debugger: fixed: the Debug view briefly shows bogus stack frame during ↵Eugene Tarassov3-11/+10
rapid stepping
2015-03-26Terminals: Fix NPE in TabFolderManager.createTabItem if flags==nullAnton Leherbauer1-2/+2
2015-03-25More TCF agent testsEugene Tarassov1-5/+13
2015-03-24Mars M6 HOTFIX: remove outdated TM terminal feature dependenciesMartin Oberhuber2-5/+0
2015-03-24Mars M6 HOTFIX: remove outdated TM terminal feature dependenciesMartin Oberhuber2-5/+0
2015-03-19TCF Debugger: TCFLaunch: added launch attribute ATTR_USE_CONTEXT_FILTER - it ↵Eugene Tarassov3-20/+42
allows user to enable/disable context filtering. If the attribute is not set, filter enablement depends on the launch type - as before.
2015-03-17TCF Debugger: new method TCFLaunch.onAttach - to support launching multiple ↵Eugene Tarassov1-59/+46
processes
2015-03-17TCF Core: StackTrace service: new stack frame properties: CodeArea and FuncIDEugene Tarassov6-63/+158
2015-03-13Target Explorer: Add a default callback invocation delegate implemenation ↵Uwe Stieber1-0/+31
which does invoke the callback in the caller thread
2015-03-12TCF Debugger: added UI for context query string in the Symbol Files dialogEugene Tarassov4-125/+113
2015-03-12Target Explorer: Fix termination of launch if target is offlineAnton Leherbauer2-24/+24
2015-03-12Target Explorer: Fix handling of gdbserver port already in useAnton Leherbauer3-10/+41
2015-03-11SM: fix possible ClassCastExceptionTobias Schwarz3-116/+156
2015-03-10TCF Debugger: fixed: Step Into Selection is disabled in the TCF debuggerEugene Tarassov6-65/+780
2015-03-10TCF Debugger: code cleanupEugene Tarassov2-9/+11
2015-03-10TCF Debugger: don't show temporary stepping breakpoints in the Breakpoints viewEugene Tarassov5-71/+57
2015-03-06TCF Profiler: added bar graph visualizationEugene Tarassov2-50/+146
2015-03-05Target Explorer: Cleanup calculation of button label width hint1.3_WR_20150313_4.0.5tcf-1.3_WR_20150313_4.0.5_bugfixUwe Stieber1-8/+2
2015-03-04Target Explorer: A process redirected to a terminal cannot be reconnected ↵Uwe Stieber4-5/+13
once the process terminated
2015-03-03SM: enable revert action for system management editorTobias Schwarz3-0/+68
2015-03-03SM: rework wizard pageTobias Schwarz2-21/+25
2015-02-26TCF Debugger: fixed: "refresh" command does not refresh cache of top level ↵Eugene Tarassov1-0/+1
list of nodes in the Debug view
2015-02-26SM: add possibility to set default data when no history entry isTobias Schwarz1-0/+4
available
2015-02-26Target EUwe Stieber1-3/+2
2015-02-26Terminals: Remove unnecessary dependency to o.e.ui.formsUwe Stieber17-87/+37
2015-02-25Target Explorer: Bug 383349 - ChannelTraceListener.doLogMessage() takes ~10% ↵Uwe Stieber5-209/+332
of stepping time.
2015-02-25Target Explorer: Bug 429088 - The "System" menu has no acceleratorsUwe Stieber16-41/+125
2015-02-25Bug 460703 - [terminals] Add support for middle mouse button pasteAnton Leherbauer1-0/+29
2015-02-24Terminals: Keep context menu from being disposed if terminal is disposedAnton Leherbauer3-1/+13
Related to Bug 458625.
2015-02-24Bug 460688 - Fix failing test: ProcessLauncherTestCaseAnton Leherbauer2-17/+36
Change-Id: I7a01a3e16b541a18241e70a8ec65b6c970a4f2fa Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24Terminals: Bug 443048 - Can't use Middle click to close shell TabsAnto Leherbauer1-1/+16
inside Terminal View
2015-02-23Bug 458625 - Terminals view leaks SWT controls when closing a tabAnton Leherbauer4-13/+43
2015-02-23Terminals: Update terminals target platform definition fileUwe Stieber1-5/+5
2015-02-23Terminals: Fix terminal settings dialog not revalidated on switching the ↵Uwe Stieber1-0/+2
terminal type
2015-02-20TCF Core: added a buffer for output stream in AbstractChannel - improved ↵Eugene Tarassov3-62/+144
performance
2015-02-20Terminals: [releng] re-add terminals branding icon for about dialogMartin Oberhuber10-7/+69
Change-Id: I853b3ffcc58724dc0733dfc89ee9162e8b2219b1 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2015-02-20Terminals: [releng] Require tm.terminal 3.3.1 or laterMartin Oberhuber10-17/+17
Since TCF Terminals assumes xterm emulation, it requires a tm.terminal 3.3.1 or later widget, since bug fixes from the widget are required for this to work properly. Change-Id: I7be8f355067bf385bb6b4171a1fbd7cbd2f9c102 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>

Back to the top