Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-24Target Explorer: More warnings found by FindBugs.William Chen11-39/+66
2012-02-24Target Explorer: Fix more warnings from FindBugs.William Chen11-27/+36
2012-02-24Target Explorer: Fix some warnings found in process.ui by FindBugs.William Chen10-27/+28
2012-02-24Target Explorer: Correct the normal-priority warnings found by FindBugs.William Chen19-54/+149
2012-02-23Target Explorer: Adjust findbugs exclude filter and undo PreferencePage.java ↵Uwe Stieber2-4/+3
renaming
2012-02-23Target Explorer: Fix mysterious "Widget Disposed" exceptions with a second ↵Uwe Stieber1-4/+4
root common navigator content contribution
2012-02-23Target Explorer: Fix two high-priority issues found by FindBugs.William Chen3-8/+13
2012-02-23Target Explorer: Refactoring: Fix some bad smells found by FindBugs.William Chen17-67/+39
2012-02-23Target Explorer: Refactoring: Remove bad smells (normal warnings fromWilliam Chen4-65/+11
FindBugs).
2012-02-23Target Explorer: Fix more exceptions on shutdownUwe Stieber3-48/+61
2012-02-23Target Explorer: Fix SWTException on shutdownUwe Stieber1-1/+3
2012-02-23Target Explorer: Do not cache step context adapters for InvalidPeerModel objectsUwe Stieber1-2/+6
2012-02-23Target Explorer: Merge two process property testers.William Chen3-66/+28
2012-02-23Target Explorer: Override hashCode in MergeEditorInput so that twoWilliam Chen1-0/+9
equal objects have same hashCodes.
2012-02-23Target Explorer: Use the URIs of remote files instead URL to persistWilliam Chen7-62/+80
states.
2012-02-23Target Explorer: [372085][TCF][Process] "Terminate" action missing.William Chen6-11/+334
2012-02-23Target Explorer: Add support for pasting files copied/cut in an externalWilliam Chen5-2/+77
program.
2012-02-23Target Explorer: Add confirmation for overwriting during uploadingWilliam Chen6-6/+149
files.
2012-02-22Target Explorer: Implement adapter possibilities for peer model step contextsUwe Stieber2-1/+46
2012-02-22Target Explorer: Fix one issue that moving files from external programWilliam Chen1-0/+20
should force dnd operation to be DROP_COPY only.
2012-02-22Target Explorer: Add serial terminal to features and buildUwe Stieber2-6/+21
2012-02-22Target Explorer: Adjust serial line panel default devicesUwe Stieber1-3/+3
2012-02-22Target Explorer: Fix exports in all plug-in'sUwe Stieber17-3/+111
2012-02-22Target Explorer: Bug 370524 - [TERMINALS][Serial] Add serial line supportMax Weninger21-97/+1179
2012-02-22Target Explorer: [372084][TCF][File System] Allow DnD from externalWilliam Chen11-257/+575
programs.
2012-02-21Target Explorer: Move working set related navigator content bindings to the ↵Uwe Stieber2-2/+2
working set plugin
2012-02-21Target Explorer: Add icon property to categoriesUwe Stieber5-1/+64
2012-02-21Target Explorer: Added categories extension pointUwe Stieber6-0/+345
2012-02-21Target Explorer: [372083] - Fail to open remote file.William Chen3-1/+30
2012-02-21Target Explorer: Refactoring-Using ICallback to replace Runnable as theWilliam Chen14-124/+175
callback object.
2012-02-21Target Explorer: Refactoring- Use ICallback to replace Runnable asWilliam Chen7-54/+134
callback.
2012-02-20Target Explorer: Decode peer model type launch contextUwe Stieber5-15/+89
2012-02-20Target Explorer: Fix encoded launch context class type detectionUwe Stieber6-6/+537
2012-02-20Target Explorer: Add a runnable object to be called back when query isWilliam Chen2-3/+59
done.
2012-02-19Target Explorer: Continued launch context selector workUwe Stieber18-29/+936
2012-02-18Target Explorer: Link form parts with the launch configuration tab life ↵Uwe Stieber7-22/+139
cycle methods
2012-02-18Target Explorer: Stepper framework refactoringsUwe Stieber79-766/+1146
2012-02-17Target Explorer: Fix unit testsUwe Stieber2-7/+10
2012-02-17Target Explorer: Prepare test runs using TychoUwe Stieber1-2/+2
2012-02-16Target Explorer: Fix context selector background colorUwe Stieber2-0/+3
2012-02-16Target Explorer: Continue launch context selector workUwe Stieber8-398/+379
2012-02-15Target Explorer: Add some internal packages as exported to friendWilliam Chen1-0/+3
projects.
2012-02-15Target Explorer: Check if the path contains an illegal character onWilliam Chen3-5/+35
Windows.
2012-02-15Target Explorer: Change the comment ofWilliam Chen1-1/+1
TcfURLStreamHandlerService#parseURL.
2012-02-15Target Explorer: Fix Bug #371571 Parse the format of a given TCF URL.William Chen6-22/+96
2012-02-13Target Explorer: Context selector control addedUwe Stieber24-29/+1462
2012-02-12Target Explorer: Fix asserts and typos in javadocUwe Stieber21-55/+85
2012-02-12Target Explorer: Peer model node to inherit from ContainerModelNodeUwe Stieber15-50/+28
2012-02-09Target Explorer: [371036] Move the call to getParent in theWilliam Chen1-5/+26
dispatch thread in CommonViewerListener.
2012-02-09Target Explorer: [371033] The tree to select a folder in the "New"William Chen1-1/+1
wizard does not apply current viewer filters.

Back to the top