Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-19Target Explorer: property viewTobias Schwarz18-614/+208
2013-12-18Target Explorer: editor toolbar menu contributionsTobias Schwarz1-5/+25
2013-12-18Target Explorer: add locator model listenersTobias Schwarz1-2/+1
2013-12-13Target Explorer: rework peer modelTobias Schwarz24-117/+117
2013-12-12Target Explorer: connect and model reworkTobias Schwarz2-1/+4
2013-12-10Target Explorer: Content provider must not dispose runtime model if getting ↵Uwe Stieber1-1/+0
disposed itself
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 Stieber8-303/+49
- 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-11-04Target Explorer: Fix findbugs warningsUwe Stieber1-0/+4
2013-11-04Target Explorer: Allow content contributions into column tree viewersUwe Stieber4-8/+11
2013-11-02Target Explorer: Allow delegation of the customizable tree viewer column and ↵Uwe Stieber3-0/+126
filter activation to a context specific process monitor UI delegate.
2013-11-02Target Explorer: Fix sorting in process monitor tab not the same as in the ↵Uwe Stieber1-10/+25
system management tree
2013-11-02Target Explorer: Remove unused messagesUwe Stieber3-18/+2
2013-11-02Target Explorer: Rework processes runtime model refresh ↵Uwe Stieber2-1/+4
services/RuntimeModelRefreshService.java - Fix: Refreshed context properties and children not merged reliable into model - Introduced runtime model refresh service delegates. Allows to refresh target specific properties. - Separate non-UI delegates from UI delegates. Introduced IDelegateService for non-UI delegates.
2013-10-22Target Explorer: Fix system monitor auto-refresh not workingUwe Stieber1-41/+36
2013-10-17Target Explorer: Fix auto-refresh in system monitor has no effectUwe Stieber1-4/+16
2013-10-17Target Explorer: Fix default refresh intervals should not be added as custom ↵Uwe Stieber1-0/+1
interval to the System Monitor auto-refresh MRU list.
2013-10-15Target Explorer: fix possible npeTobias Schwarz3-3/+6
2013-10-01Target Explorer: add "Del" key to terminate a processTobias Schwarz1-0/+25
2013-09-25Target Explorer: fix possible NPEsTobias Schwarz2-2/+4
2013-09-25Target Explorer: Fix attach to context handlingUwe Stieber1-65/+60
If selecting two or more contexts in either the process monitor or the system management view tree, attaching to those contexts led to more than one launch.
2013-09-17Target Explorer: add cancel for stepTobias Schwarz1-1/+1
2013-08-25Releng: Uprev plugin and feature versions to "1.2.0"Uwe Stieber2-20/+20
2013-08-20Target Explorer: fix missing interfaceTobias Schwarz1-1/+2
2013-08-16Target Explorer: add color and font provider to DelegatingLabelProviderTobias Schwarz1-11/+1
2013-08-16Target Explorer: fix properties view not showing infoTobias Schwarz1-1/+17
2013-08-14Target Explorer: rework label provider delegate handlingTobias Schwarz4-8/+7
2013-06-17Target Explorer: Process explorer terminate action not checking for ↵Uwe Stieber1-2/+7
"canTerminate" context property
2013-06-14Target Explorer: Process monitor tree label provider not forwarding color ↵Uwe Stieber6-57/+87
and font requests correctly
2013-06-14Target Explorer: Gray out process nodes not being attachableUwe Stieber1-1/+30
2013-06-14Target Explorer: Fix find: General options missed "Wrap". Fixed search wrapping.Uwe Stieber9-119/+79
2013-06-13Target Explorer: Disable attach action if property "CanAttach" is set to falseUwe Stieber1-1/+2
2013-06-05Target Explorer: Provide busy indicator while refreshing the process listUwe Stieber1-7/+25
2013-06-05Target Explorer: Better label for reset filter commandUwe Stieber1-1/+1
2013-06-04Target Explorer: Fix processes editor page bindingsUwe Stieber1-1/+1
2013-06-04Target Explorer: Allow label customization in process monitor properties ↵Uwe Stieber3-11/+87
view sections
2013-06-03VxW: TA14942 - Fix labels in properties dialog and properties viewUwe Stieber2-8/+37
2013-06-03Target Explorer: More process monitor customizationsUwe Stieber8-15/+88
2013-06-03Target Explorer: Make the Process Monitor UI adaptable to connection type ↵Uwe Stieber20-641/+911
specifics
2013-06-02Target Explorer: Fix attach action enabled while there is no process context ↵Uwe Stieber2-60/+8
to attach too
2013-05-29Target Explorer: Fix process monitor single thread filterUwe Stieber2-6/+4
2013-05-28Target Explorer: fix possible npeTobias Schwarz1-14/+15
2013-05-21Target Explorer: Fix copyright years in file headersUwe Stieber5-5/+5
2013-04-30Target Explorer: Fix sorting in tree should be case insensitiveUwe Stieber1-1/+1
2013-03-22Target Explorer: reqork open handlerTobias Schwarz2-10/+10
2013-02-12Target Explorer: Rework view category handling. Category contributions can ↵Uwe Stieber2-25/+10
have an enablement expression now and can be filtered if the associated content contribution is not active
2013-01-19Target Explorer: Fix Bugzilla 398504 - [SysMonitor] Provide command line for ↵Uwe Stieber4-5/+169
each process
2012-11-29Target Explorer: Fix "Path Map" configuration editor tab orderingUwe Stieber1-1/+1
2012-11-29[Taregt Explorer] introduce IPropertiesHandlerDelegate to be able toTobias Schwarz4-1/+110
switch to correct editor page and set the right selection
2012-11-24Target Explorer: Enforce default set of save actionsUwe Stieber1-4/+56

Back to the top