Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Target Explorer: Refactoring the filter/search feature.William Chen2-8/+12
2012-05-21Target Explorer: Add missing comments and externalized strings for theWilliam Chen2-1/+7
2012-05-18Target Explorer: Add code to implement searching functionWilliam Chen4-2/+60
2012-05-18Target Explorer: Bug fix for #379782: Provide a filter to match entriesWilliam Chen2-1/+17
2012-05-16Target Explorer: Refactoring the TreeViewerExplorerPage. Adding William Chen9-10/+133
2012-05-15Releng: Fix copyright headerUwe Stieber42-40/+60
2012-05-14Target Explorer: Display the pending node while expanding the tree node.William Chen1-2/+2
2012-05-14Target Explorer: Extract a pending-aware label provider to remove theWilliam Chen1-11/+2
2012-05-14Target Explorer: Fix an issue in the sorter of Process list thatWilliam Chen1-2/+3
2012-05-09Target Explorer: Avoid getUnifiedIdentifier() to return nullUwe Stieber1-1/+1
2012-05-08Target Explorer: Remove run process action, add run and debug actions to peerTobias Schwarz7-1042/+338
2012-05-07Target Explorer: Add a "Collapse All" tool bar action to the treeWilliam Chen1-5/+1
2012-05-04Target Explorer: Change the icons of processes and threads to betterWilliam Chen8-4/+12
2012-05-04Target Explorer: Refactoring: Extract a base class forWilliam Chen4-110/+9
2012-05-04Target Explorer: Refactoring: Extract an abstract base class forWilliam Chen3-5/+6
2012-05-04Target Explorer: Refactor ProcessModel and ProcessTreeNode.William Chen3-8/+6
2012-05-03Target Explorer: Add missing comments.William Chen2-4/+19
2012-05-03Target Explorer: Remove the redundant classes.William Chen1-56/+0
2012-05-03Target Explorer: Rework refresh handlers (removing delegate) of fileWilliam Chen3-13/+102
2012-05-02Target Explorer: 378217: Lots of AssertionFailedExceptions areWilliam Chen7-52/+51
2012-04-27Target Explorer: Bug 377848 - [UI] Eliminate the term "peer" from the UIUwe Stieber1-1/+1
2012-04-26Target Explorer: Fix dependenciesUwe Stieber6-9/+10
2012-04-24Target Explorer: Use animated pending images.William Chen6-22/+26
2012-04-23Target Explorer: Fire property change events when the flags of queryingWilliam Chen1-5/+4
2012-04-23Target Explorer: Fix an issue in CommonViewerListener.William Chen1-4/+5
2012-04-23Target Explorer: Re-write LaunchProcessesCommandHandler to simplify theWilliam Chen3-254/+65
2012-04-23Target Explorer: Refactoring, move some classes from processes.ui toWilliam Chen56-2366/+102
2012-04-18Target Explorer: Unify the usage of exception.getLocalizedMessage()William Chen8-8/+8
2012-04-09Target Explorer: Refactoring: Split filesystem to core and ui.William Chen2-4/+5
2012-04-05Target Explorer: Change the jface property change listener toWilliam Chen2-4/+4
2012-04-05Target Explorer: Changed IChannelManager API to allow for greater flexibility...Uwe Stieber5-31/+31
2012-03-29Target Explorer: Fixed some FindBugs warnings.William Chen1-1/+1
2012-03-28Target Explorer: Improve the response of file system tree and processWilliam Chen2-6/+6
2012-03-05Target Explorer: Remove redundant equals.William Chen2-20/+1
2012-03-05Target Explorer: Remove some Findbugs warnings.William Chen7-70/+52
2012-03-02Target Explorer: Fixed Bug 372810 - Cannot open a peer with Eclipse 4.2M5Uwe Stieber2-7/+16
2012-02-29Rework the fix for 372717.William Chen1-1/+0
2012-02-24Target Explorer: Change the icon of "Terminate" to a standard one.William Chen1-1/+1
2012-02-24Target Explorer: Fix some warnings found in process.ui by FindBugs.William Chen10-27/+28
2012-02-23Target Explorer: Refactoring: Fix some bad smells found by FindBugs.William Chen1-2/+3
2012-02-23Target Explorer: Merge two process property testers.William Chen3-66/+28
2012-02-23Target Explorer: [372085][TCF][Process] "Terminate" action missing.William Chen6-11/+334
2012-02-22Target Explorer: Fix exports in all plug-in'sUwe Stieber1-0/+18
2012-02-21Target Explorer: Refactoring-Using ICallback to replace Runnable as theWilliam Chen13-123/+174
2012-02-20Target Explorer: Add a runnable object to be called back when query isWilliam Chen1-2/+29
2012-02-18Target Explorer: Stepper framework refactoringsUwe Stieber1-0/+11
2012-02-12Target Explorer: Peer model node to inherit from ContainerModelNodeUwe Stieber1-0/+1
2012-02-03Target Explorer: Fix expressions are not activating plug-in's even if the fla...Uwe Stieber2-12/+14
2012-02-02Target Explorer: Clear unused dependent plugins from MANIFEST.MF.William Chen1-4/+0
2012-02-02Target Explorer: Fix typo's in javadocUwe Stieber2-8/+8

Back to the top