Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-04-17Target Explorer: add connection lost/recovered logicTobias Schwarz13-35/+288
2014-04-16Target Explorer: fix delegate initializeTobias Schwarz1-1/+1
2014-04-16Target Explorer: add possibility to not add a stepper run to the historyTobias Schwarz5-2/+36
2014-04-16Target Explorer: do some changes on action historyTobias Schwarz3-3/+5
2014-04-15Target Explorer: fix action dialog historyTobias Schwarz1-0/+1
2014-04-15Target Explorer: extend query serviceTobias Schwarz6-68/+140
2014-04-15Target Explorer: rework action history after review sessionTobias Schwarz16-199/+122
2014-04-15Target Explorer: rework action historyTobias Schwarz14-25/+504
2014-04-14TestTobias Schwarz1-1/+0
2014-04-11Revert "Releng: Temporary fallback to the 1.0.0 eclipse license feature as ↵Uwe Stieber17-17/+17
the 1.0.1 eclipse license feature is currently broken" This reverts commit 28f67c004fcb416a7f4228dbfe8a0af34a4165b8.
2014-04-11Releng: Temporary fallback to the 1.0.0 eclipse license feature as the 1.0.1 ↵Uwe Stieber17-17/+17
eclipse license feature is currently broken
2014-04-11Target Explorer: add action history to toolbar actionsTobias Schwarz16-124/+269
Signed-off-by: Uwe Stieber <uwe.stieber@windriver.com>
2014-04-11Target Explorer: Test pushUwe Stieber1-0/+1
2014-04-10Bug 432455 - Add an option to show qualified type namesAnton Leherbauer8-10/+149
Change-Id: Ibe57318e2fd44c5270dc3ae880f3537c0ac8bd5f Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-04-10Releng: Also switch the RSE features to use the shared Eclipse license featureUwe Stieber12-1153/+15
2014-04-10Releng: Also add the CBI license feature staging repositoryUwe Stieber1-0/+6
2014-04-10Releng: Update features to use the shared Eclipse license feature fromUwe Stieber86-8497/+127
the Eclipse CBI infrastructure.
2014-04-09Bug 431919 - Change default columns in Variables and Expressions viewAnton Leherbauer1-3/+3
2014-04-09Target Explorer: rework action historyTobias Schwarz20-51/+408
2014-04-08Target Explorer: Fix - Bug 432020: The Target Explorer's Connections ↵Uwe Stieber4-15/+34
dropdown is shown in the toolbar even if the TE Capability is turned off
2014-04-08Target Explorer: Fix characters sometimes truncated at the bottom in the ↵Uwe Stieber1-5/+5
connection toolbar control contribution
2014-04-08Target Explorer: Add flag to control if the provided environment is merged ↵Uwe Stieber5-6/+50
with native process environment
2014-04-08Target Explorer: Fix process listener not unregistered on ProcessLauncher ↵Uwe Stieber1-2/+4
disposal
2014-04-04Target Explorer: allow null and convert to ""Tobias Schwarz1-3/+2
2014-04-03Target Explorer: avoid path map handling for filesystem treenode refreshTobias Schwarz1-2/+9
and children query
2014-04-02Target Explorer: allow to set flags in wizard pagesTobias Schwarz1-2/+2
2014-04-01Target Explorer: fix possible NPEsTobias Schwarz2-406/+406
2014-04-01TCF Debugger: Fix cancel on the breakpoint scope pageAnton Leherbauer1-1/+12
If the scope page is the only page displayed for a new breakpoint, canceling the dialog created an empty breakpoint.
2014-03-31TCF Debugger: Restore check state when editing scope filterAnton Leherbauer1-3/+1
2014-03-31TCF Debugger: Fix handling of incomplete disassemblyAnton Leherbauer1-13/+11
Related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=428121
2014-03-28Target Explorer: Fix Eclipse 4.4 (Luna) build profileUwe Stieber1-1/+0
2014-03-28Target Explorer: avoid reconnect on hitting enter in closed terminalsTobias Schwarz5-8/+7
2014-03-27Traget Explorer: prepare to make reconnect in terminal view configurableTobias Schwarz1-1/+1
2014-03-27Traget Explorer: prepare to make reconnect in terminal view configurableTobias Schwarz2-0/+15
2014-03-27Target Explorer: fix debugger not started after attaching a contextTobias Schwarz1-1/+2
2014-03-26Target Explorer: add possibility for peer node selection viewer filterTobias Schwarz1-1/+20
2014-03-26Target Explorer: add argument to force new terminalTobias Schwarz1-2/+1
2014-03-25Breakpoints service fix.Frederic Leger1-1/+1
The Breakpoint instance object mistakenly returned instance size instead of instance type.
2014-03-25Documentation fix.Frederic Leger2-22/+53
The documentation was mentionning that the access mode capability was a boolean, while it is an integer instead. Reference anchors have been added for all property arrays too.
2014-03-25Target Explorer: force a new terminal viewTobias Schwarz1-0/+2
2014-03-25Target Explorer: fix source lookup validationTobias Schwarz1-2/+2
2014-03-25Target Explorer: simulator service changes, better error handling onTobias Schwarz13-16/+119
connect, fix peer node validation
2014-03-25Target Explorer: allow saveAs only vor disconnected peer nodesTobias Schwarz1-4/+5
2014-03-25Target Explorer: change message orderingTobias Schwarz1-7/+7
2014-03-19Releng: Move to Tycho 0.20.0Uwe Stieber1-2/+2
2014-03-18TCF Debugger: ElfLoader changed to stop only relevant contexts instead of ↵Eugene Tarassov1-16/+36
stopping everything
2014-03-18Target Explorer: Change the connection / new connection iconUwe Stieber7-2/+9
2014-03-18Target Explorer: Simplify the workflow to use a discovered peerUwe Stieber5-10/+83
For discovered peers, it is not very obvious to the user why he should create a new connection first before he can use it. By replacing the "New" sub menu with a "Connect" action, the user can find his way more easily.
2014-03-17Target Explorer: Continue work for simplification of discovered peer connectUwe Stieber2-4/+38
2014-03-14Python - Added Processes_v1 service update.Frederic Leger4-47/+203
The getCapabilities() method has been added to the Processes_V1 service along with the values it uses. The services documentation has been updated and can now be generated using sphinx.

Back to the top