Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-09TCF Python: Fixed TypeErrors in CodeArea.__str__()Anton Leherbauer1-5/+5
2011-11-08Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcfEugene Tarassov15-144/+363
2011-11-08TCF Debugger: added code to show breakpoint type and size in the breakpoint ↵Eugene Tarassov2-3/+9
status page.
2011-11-08Target Explorer: Add "Other Targets" working set and fix sorter and working ↵Uwe Stieber15-144/+363
set updater
2011-11-07Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcfEugene Tarassov27-204/+1076
2011-11-07TCF Debugger: security manager changed to search both workspace and system ↵Eugene Tarassov1-6/+68
directories (/etc/tcf/ssl) for SSL certificates.
2011-11-07Target Explorer: Add working set updaterUwe Stieber5-1/+292
2011-11-07Target Explorer: Propagate selection to the terminal launcher configuration ↵Uwe Stieber6-7/+95
panels
2011-11-07TCF Python: Fixed wrong python API usageAnton Leherbauer1-2/+2
2011-11-07TCF Python: Fixed typoAnton Leherbauer1-1/+1
2011-11-07Target Explorer: Update working set iconUwe Stieber1-0/+0
2011-11-07Target Explorer: Fixed working set holder element initialization after ↵Uwe Stieber1-1/+1
session restore
2011-11-07Target Explorer: Add working set element adapterUwe Stieber2-0/+64
2011-11-06Target Explorer: Fix working set content providerUwe Stieber3-2/+41
2011-11-06Target Explorer: Fix working set dialog disposal messes target explorer view ↵Uwe Stieber2-25/+67
input
2011-11-06Target Explorer: Fix ClassCastException by instantiating a own instance of ↵Uwe Stieber2-30/+32
INavigatorContentService
2011-11-06Target Explorer: Improve getElementId(), equals() and hashCode() ↵Uwe Stieber1-17/+38
implementation of PeerModel
2011-11-06Target Explorer: Wrap working set elements to become IPersistableElement and ↵Uwe Stieber13-149/+474
multiple model instances issue
2011-11-05Target Explorer: Add filter to show only elements implementing ↵Uwe Stieber4-2/+45
IWorkingSetElement within the TargetWorkingSetPage
2011-11-05Target Explorer: Fix working set content creationUwe Stieber1-3/+11
2011-11-05Target Explorer: Provide content and label for the TargetWorkingSetPageUwe Stieber4-46/+65
2011-11-04Target Explorer: Rebase peer model implementation to use the common ↵Uwe Stieber5-571/+105
properties container implementation
2011-11-04Target Explorer: Added "Target" working set type and page implementationsUwe Stieber5-1/+663
2011-11-03Target Explorer: Package naming clean up in te.ui.viewsUwe Stieber23-46/+57
2011-11-03Target Explorer: Added working set imageUwe Stieber4-2/+9
2011-11-03Target Explorer: Fix javadoc for WorkingSetRootModeActionGroupUwe Stieber1-12/+11
2011-11-03Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcfEugene Tarassov16-3/+1375
2011-11-03TCF Debugger: added font styles and colors in detail panes.Eugene Tarassov6-85/+247
2011-11-02TCF Debugger: added 16-bit floating point numbers support, more accurate ↵Eugene Tarassov1-53/+88
handling of FP precision.
2011-11-02Target Explorer: Added generic parts for working set supportUwe Stieber16-3/+1375
2011-11-02TCF Debugger: fixed: 10 and 16 byte floating point numbers are shown with ↵Eugene Tarassov1-3/+12
too many digits - much more then real precision.
2011-11-01Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcfEugene Tarassov185-440/+1976
2011-11-01TCF Debugger: enable "Symbol Files" command in the Registers view.Eugene Tarassov1-0/+2
2011-11-01TCF Debugger: fixed: "Watch In Expressions" command should add quotes for ↵Eugene Tarassov2-37/+47
register names that contain spaces and other special characters.
2011-11-01Target Explorer: Remove unused message and fix ConcurrentModificationExceptionUwe Stieber2-3/+1
2011-11-01Target Explorer: Add connectable image descriptor and thread-safe model node ↵Uwe Stieber16-17/+291
variants
2011-10-31Target Explorer: Persistence service reworkUwe Stieber165-409/+1111
2011-10-29Target Explorer: Added more transport types to the new peer wizardUwe Stieber8-12/+574
2011-10-28Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcfEugene Tarassov33-338/+2113
2011-10-28TCF Debugger: added support for "exotic" breakpoints that cannot be ↵Eugene Tarassov8-137/+217
represented by one of CDT breakpoint classes.
2011-10-28Target Explorer: Move IConnectable to the correct packageUwe Stieber3-3/+3
2011-10-28Target Explorer: Asynchronous executable infrastructureUwe Stieber4-0/+427
2011-10-28Target Explorer: New peer wizard reworkUwe Stieber26-335/+1683
2011-10-27TCF Debugger: fixed number of issues in handling of "foreign" breakpoints ↵Eugene Tarassov2-301/+361
(breakpoints set by other clients connected to same target).
2011-10-26TCF Debugger: fixed: wrong format of IBreakpoints.PROP_STOP_GROUP breakpoint ↵Eugene Tarassov1-0/+1
property.
2011-10-26TCF Debugger: added change management support in TCFMemoryBlockRetrieval.Eugene Tarassov3-18/+93
2011-10-25TCF Debugger: added Refresh command and update policies menu in the Memory view.Eugene Tarassov8-41/+149
2011-10-25TCF Debugger: implemented "Breakpoint Hit" update policy.Eugene Tarassov3-9/+40
2011-10-25Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcfEugene Tarassov68-62/+5383
2011-10-25TCF Debugger: implemented Update Policy menu in debug views.Eugene Tarassov10-108/+375

Back to the top