Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-29Target Explorer: Fix category initialization must happen in UI thread to be ↵Uwe Stieber1-4/+22
able to create the category image
2012-09-29Target Explorer: Fix typoUwe Stieber1-98/+98
2012-09-29Target Explorer: Each non-SDK feature points to the branding plug-inUwe Stieber2-2/+4
2012-09-29Target Explorer: Updated plug-in provider name to separate the TE from the ↵Uwe Stieber44-113/+109
core TCF
2012-09-29Target Explorer: Include about.* files into binary packageUwe Stieber1-1/+5
2012-09-29Target Explorer: Update feature branding associationUwe Stieber5-6/+9
2012-09-29Target Explorer: Improve TCF launch tests to be more robust in case the temp ↵Uwe Stieber1-1/+11
directory is not writable
2012-09-29Target Explorer: Added feature brandingUwe Stieber20-2/+644
2012-09-29Target Explorer: Split up TCF features to allow easier customization of the ↵Uwe Stieber20-228/+1440
remote debugging part
2012-09-27Target Explorer: Fix static peer accidently removed if associated with a ↵Uwe Stieber1-2/+24
dynamic peer and the peer dies
2012-09-27Target Explorer: Bind Attach/Detach handler and menu contributions to the ↵Uwe Stieber1-14/+68
availability of an IDebugService service instance
2012-09-27Target Explorer: Fix SIOOB exceptionUwe Stieber1-1/+1
2012-09-27Target Explorer: Added missing method isAdjustBackgroundColor() to ↵Uwe Stieber1-323/+332
NetworkCablePanel
2012-09-25Target Explorer: Fix issue with non-loopback address local peer associated ↵Uwe Stieber6-51/+93
with a static configuration
2012-09-24Target Explorer: Rebase error handling to use StatusHandlerUtilUwe Stieber6-387/+363
2012-09-23Target Explorer: Bug 389026 - [TCF][Process] Support IProcessesV1 with the ↵Uwe Stieber7-39/+202
ProcessLauncher
2012-09-22Target Explorer: Allow to force the use of the IProcesses service despite ↵Uwe Stieber1-1/+5
the availability of IProcessesV1 via -DprocessLauncher.force.IProcesses=true
2012-09-22Target Explorer: Bug 390142 - [TCF][Process] Process output not visibleUwe Stieber2-84/+111
2012-09-22Target Explorer: Fix a typo in the tracing optionsUwe Stieber1-1/+1
2012-09-21Target Explorer: Improve adaptable matching and selectionChanged handling on ↵Uwe Stieber4-30/+64
refresh of the System Manager tree
2012-09-21Target Explorer: Fix wrong peer model node is returned on lookup if remote ↵Uwe Stieber1-2/+2
peer id is set.
2012-09-21Target Explorer: Prepare customization of path map table column headersUwe Stieber3-0/+68
2012-09-20Target Explorer: Trigger a reevaluation of "selection" expressions on ↵Uwe Stieber1-324/+350
refreshing the System Manager view
2012-09-18Target Explorer: Fix section layout handlingUwe Stieber11-1204/+1237
2012-09-14Target Explorer: Fix Bug 389543 - ValueAddManager.getValueAdd() fails if ↵Uwe Stieber9-235/+486
org.eclipse.tcf.te.tcf.locator plugin is not loaded
2012-09-14Target Explorer: Refactor "Apply" button into a separate buttons panel control.Uwe Stieber5-62/+205
2012-09-13Target Explorer: Extend AbstractCustomFormToolkitEditorPage to support a ↵Uwe Stieber8-76/+160
"Apply" button in the right bottom corner
2012-09-12Target Explorer: Fix dirty state calculation on form refreshUwe Stieber3-0/+6
2012-09-12Target Explorer: Remove obsolete dependencies to file system plug-in'sUwe Stieber2-3/+0
2012-09-10Target Explorer: Extended process launcher to use terminal based process I/O ↵Uwe Stieber3-5/+9
redirection if the target is supporting IProcessesV1
2012-09-10Target Explorer: Prepare process launcher for IProcessesV1 supportUwe Stieber2-22/+61
2012-09-10Target Explorer: Fix "Remote Debugger" launches do not terminate if last ↵Uwe Stieber1-0/+3
context got removed from the launch
2012-09-10Target Explorer: Assert threading assumption of debug service implementationUwe Stieber1-0/+2
2012-09-10Target Explorer: Improve process output reader thread tracingUwe Stieber2-87/+87
2012-09-07Target Explorer: add overwrite possibility to persistence delegateTobias Schwarz3-72/+92
binding
2012-09-06Target Explorer/TCF Debugger: If the Memory Map tab/widget is embedded in an ↵Tobias Schwarz1-1/+52
editor page, the editor page requires to update the Memory Map tab/widget if the debug view selection changes.
2012-09-05Target Explorer: Fix Bug 388323 - ProcessOutputReaderThread never finishesUwe Stieber2-8/+41
2012-09-05Target Explorer: Fix services section not populated anymoreUwe Stieber2-13/+25
2012-09-04Target Explorer: Peer nodes can have a "Waiting to become Ready" stateUwe Stieber6-6/+26
2012-09-04Target Explorer: Change editor event listener to always include editor page ↵Uwe Stieber5-307/+296
re-evaluation and "activeEditorInput" expression re-evaluation
2012-09-04Target Explorer: Avoid multiple persistence delegate error. Changed to ↵Uwe Stieber1-145/+146
information printed in debug mode only.
2012-09-04Target Explorer: apply viewer filters in hasChildrenTobias Schwarz1-38/+32
2012-09-03Target Explorer: Persistence bindings can have a priorityUwe Stieber5-203/+383
2012-09-01Target Explorer: Static peers are decorated only with connected stateUwe Stieber2-5/+18
2012-08-30Target Explorer: Added StreamsDataReceiver.Listener interface to listen to ↵Uwe Stieber4-6/+93
process output while it is displayed in the terminal
2012-08-30Target Explorer: Fix process model unit testUwe Stieber1-0/+1
2012-08-30Target Explorer: Make sure a status is passed out of the process model test caseUwe Stieber1-1/+7
2012-08-30Target Explorer: Fix test case referenceUwe Stieber1-2/+1
2012-08-30Target Explorer: Fix force use of loopback address peers for local hostUwe Stieber1-2/+1
2012-08-30Target Explorer: Added unit test for new process model implementationUwe Stieber2-0/+122

Back to the top