Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-13Target Explorer: rework peer modelTobias Schwarz1-1/+1
2013-11-13Target Explorer: fix possible npe, add stepper service for schedulingTobias Schwarz1-1/+1
rule handling, add job canceling step
2013-11-04Target Explorer: Several process monitor fixesUwe Stieber1-15/+16
- 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-10-18Terminals: Fix widget disposed error if the terminal gets closed right after ↵Uwe Stieber1-1/+1
it got opened
2013-09-13Target Explorer: Fix some outdated documentation of the terminal output ↵Uwe Stieber1-2/+2
stream monitor
2013-08-25Releng: Uprev plugin and feature versions to "1.2.0"Uwe Stieber2-11/+11
2013-07-30Target Explorer: Add support for local terminalMax Weninger3-0/+5
Signed-off-by: Max Weninger <max.weninger@windriver.com>
2013-05-21Target Explorer: Fix copyright years in file headersUwe Stieber13-170/+170
2013-05-15Target Explorer: extend IValidatingContainer interfaceTobias Schwarz1-0/+10
2013-04-15Terminal: Remove ScrollLock and ToggleCommandLine actions from context menuUwe Stieber1-33/+5
2013-04-09Target Explorer: Adapt custom tray dialog to use the same scrollable ↵Uwe Stieber2-17/+13
composite dialog area implementation as the custom title area dialog
2013-03-28Target Explorer: Fixed "Launch Terminals..." context menu action visibilityUwe Stieber1-7/+8
2013-03-26Target Explorer: fix assertionMax Weninger1-2/+27
2013-03-25Target Explorer: use active selection in open terminal toolbar actionTobias Schwarz1-132/+133
2013-03-07Target Explorer: Bind "Launch Terminals" context menu item to the existance ↵Uwe Stieber2-4/+10
of the TCF Terminals service
2013-02-13Target Explorer: Fix potential NPE on shutdownUwe Stieber1-36/+38
2013-02-12Target Explorer: Rework view category handling. Category contributions can ↵Uwe Stieber2-161/+166
have an enablement expression now and can be filtered if the associated content contribution is not active
2013-01-08Target Explorer: Keep compatible terminal settings data entered by the user ↵Uwe Stieber1-2/+17
if switching the terminal type
2013-01-07Target Explorer: Disable the launch terminal settings dialog OK button if ↵Uwe Stieber4-40/+82
the settings panel is not valid for launching.
2013-01-04Target Explorer: Rebase to TM Terminal 3.4.2Uwe Stieber2-9/+8
2013-01-04Target Explorer: Sync dependencies against Eclipse SDK 3.8.1Uwe Stieber1-2/+2
2012-12-11Target Explorer: Fix "Open Terminal" global toolbar button tooltipUwe Stieber1-1/+1
2012-11-28Target Explorer: Added possibility to remove toolbar actions from the ↵Uwe Stieber1-0/+10
terminals view toolbar
2012-11-27Target Explorer: Stream based terminal sessions can have stdout/stderr ↵Uwe Stieber5-72/+211
listeners attached
2012-11-24Target Explorer: Enforce default set of save actionsUwe Stieber1-4/+56
2012-11-13Target Explorer: Fix findbugs warningsUwe Stieber1-1/+0
2012-10-30Target Explorer: Moved view category to o.e.tcf.te.ui, Make the perspective ↵Uwe Stieber1-1/+40
contribution more specific
2012-10-30Target Explorer: Bug 392240 - [TERMINALS] performance: Opening a new ↵Uwe Stieber1-8/+36
terminal is very slow due to RXTX even if not choosing Serial
2012-10-29Target Explorer: Added tracing for launch terminal settings dialogUwe Stieber4-8/+105
2012-10-27Target Explorer: Fix Bug 392242 - [TERMINALS] terminals in a secondary view ↵Uwe Stieber5-58/+100
don't get restored on quit and restart
2012-10-26Target Explorer: Fix Bug 392243 - [TERMINALS] state of the "pin" button is ↵Uwe Stieber3-2/+45
not restored on quit and restart
2012-10-25Target Explorer: Bug 392252 - [TERMINALS] Use the "Terminal" iconUwe Stieber2-1/+1
instead of "Console" icon for the Terminals view
2012-10-25Target Explorer: Added workaround for CDT/Platform bug 392249Uwe Stieber1-3/+29
2012-10-25Target Explorer: Bug 392246 - [TERMINALS] no context help for "new terminal" ↵Uwe Stieber3-1/+17
properties dlg
2012-10-25Target Explorer: Bug 392248 - [TERMINALS] cannot view or change encoding of ↵Uwe Stieber8-2/+292
a connected terminal instance
2012-10-25Target Explorer: Made Terminal Settings Dialog resizableUwe Stieber1-0/+8
2012-09-29Target Explorer: Updated plug-in provider name to separate the TE from the ↵Uwe Stieber1-1/+1
core TCF
2012-09-22Target Explorer: Bug 390142 - [TCF][Process] Process output not visibleUwe Stieber1-0/+5
2012-08-22Target Explorer: Fine tune terminal state representationUwe Stieber5-70/+109
2012-08-21Target Explorer: Visualize "Connecting" terminal state to the userUwe Stieber5-7/+38
2012-08-20Target Explorer: Bug 379391 - [Terminal] Open Terminal sessions should be ↵Uwe Stieber9-181/+464
restored after quit / restart
2012-08-16Target Explorer: Bug 379392 - [Terminal] Provide an optional input line ↵Uwe Stieber16-175/+501
editing field for dumb remote systems
2012-08-14Target Explorer: Allow user to enter custom encodings and keep a history of ↵Uwe Stieber3-11/+118
the last 5 custom encodings entered
2012-08-14Target Explorer: Terminal tab encoding setting is display in the status lineUwe Stieber3-3/+32
2012-08-14Target Explorer: Bug 379394 - [Terminal] Add a UI Control for setting the ↵Uwe Stieber6-342/+461
Terminal's encoding
2012-08-12Target Explorer: Bug 378625 - [Terminals] Cannot open two tabs to the same ↵Uwe Stieber7-29/+35
host in one view
2012-08-08Target Explorer: Fine tune perspective extensionsUwe Stieber1-5/+3
2012-07-26Target Explorer: Fix toolbar label missing in "Customize Perspective" dialogUwe Stieber2-1/+4
2012-07-26Target Explorer: fix warnings for non externalized strings in plugin.xmlTobias Schwarz2-160/+166
2012-07-26Target Explorer: Enforce PDE compiler settings and fix warningsUwe Stieber2-1/+34

Back to the top