Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-07Target Explorer: Start adding some assertions to file system operationsUwe Stieber3-342/+345
2012-08-07Target Explorer: Fix NPEUwe Stieber1-193/+193
2012-08-06Target Explorer: Fix Illegal Thread AccessUwe Stieber1-13/+14
2012-08-06Target Explorer: Improve FSModel initializationUwe Stieber1-150/+148
2012-08-02[386484]Allow file transfer from target to host into existing directoriesAnna Dushistova1-8/+11
2012-07-26Target Explorer: Assure Target Explorer model initialization if working outsi...Uwe Stieber2-219/+215
2012-07-09Target Explorer: ADD History ManagementTobias Schwarz1-287/+289
2012-07-09Target Explorer: Remove redundant classWilliam Chen1-235/+0
2012-07-09Target Explorer: Change URIKeyMapPersistenceDelegate binding fromWilliam Chen2-30/+294
2012-07-04Target Explorer: Implement getChildren in a more efficient way.William Chen1-9/+3
2012-06-26TWilliam Chen2-24/+27
2012-06-25Target Explorer: Don't use a shared rendezvous object in order to avoidWilliam Chen1-182/+284
2012-06-25Target Explorer: Make sure calling thread is always unblocked even whenWilliam Chen1-47/+132
2012-06-25Target Explorer: All service must be called within TCF dispatchingWilliam Chen1-319/+381
2012-06-25Target Explorer: User a static proxy class to replace BlockingCallProxyWilliam Chen5-70/+696
2012-06-25Target Explorer: Ignore exceptions thrown in a directory query inWilliam Chen2-3/+9
2012-06-25Target Explorer: Fix an issue in BlockingCallProxy that throwables fromWilliam Chen1-1/+1
2012-06-22Target Explorer: Fix NPE in FileTransferServiceUwe Stieber1-487/+491
2012-06-21Target Explorer: Fixed some FindBugs warnings.William Chen1-1/+0
2012-06-20Target Explorer: Add a severity field to TCFException to differentiateWilliam Chen19-54/+127
2012-06-18Target Explorer: Code changes for the feedbacks over Find feature.William Chen4-17/+109
2012-06-14Target Explorer: Changes Find feature based on feedback(TBC).William Chen5-25/+35
2012-06-13Target Explorer: An re-implementation of "Find" feature based on newWilliam Chen3-0/+16
2012-06-11Target Explorer: Changes of Quick Filter based on the feedbacksWilliam Chen1-2/+5
2012-06-06Target Explorer: When attr of FSTreeNode is not available, use its typeWilliam Chen1-4/+8
2012-06-05Target Explorer: Refresh the first level children upon expanding aWilliam Chen2-1/+55
2012-06-02Target Explorer: Fix FindBugs warningsUwe Stieber3-43/+56
2012-06-01Target Explorer: Fix FindBugs warningsUwe Stieber2-5/+5
2012-06-01Fix copyright headers: Eclipse.org "Fix Copyright" tool generates IBM copyrig...Uwe Stieber1-6/+5
2012-05-31Target Explorer: Reviewed remaining 1.0.0 references after version number uprevUwe Stieber1-14/+12
2012-05-28Target Explorer: 380795: [TCF][UI] Decorate the node that are beingWilliam Chen1-0/+14
2012-05-22Target Explorer: ADD possibility to use own channel for process launcher andTobias Schwarz1-420/+472
2012-05-18Target Explorer: Add code to implement searching functionWilliam Chen2-4/+10
2012-05-15Releng: Fix copyright headerUwe Stieber41-40/+50
2012-05-09Target Explorer: Avoid getUnifiedIdentifier() to return nullUwe Stieber1-5/+7
2012-05-08Target Explorer: Fix an issue when the attr of a node is null.William Chen1-2/+17
2012-05-07Target Explorer: Separate the update state and the get cache state.William Chen1-20/+55
2012-05-04Target Explorer: Refactoring: Extract a base class forWilliam Chen4-1/+42
2012-05-04Target Explorer: Refactoring: Extract an abstract base class forWilliam Chen9-248/+329
2012-05-04Target Explorer: Fix an issue that OpUser swallows an exception thatWilliam Chen1-21/+15
2012-05-03Target Explorer: Rework refresh handlers (removing delegate) of fileWilliam Chen5-47/+26
2012-04-27Target Explorer: Bug fix #377851, Cleanup messages files after split.William Chen20-603/+138
2012-04-27Target Explorer: Bug 377848 - [UI] Eliminate the term "peer" from the UIUwe Stieber1-5/+5
2012-04-26Target Explorer: Bug fix #375940: Target Explorer view does not rememberWilliam Chen1-7/+6
2012-04-24Target Explorer: Use animated pending images.William Chen2-36/+3
2012-04-22Target Explorer: Fix FindBugs warning: WMI_WRONG_MAP_ITERATORUwe Stieber1-25/+26
2012-04-18Target Explorer: Add missing comment in FSTreeNode.William Chen1-0/+6
2012-04-18Target Explorer: Unify the usage of exception.getLocalizedMessage()William Chen12-12/+12
2012-04-18Target Explorer: Use the constant defined in IOperation to replace MD5William Chen2-2/+2
2012-04-18Target Explorer: Refactoring: User operation and executor pattern toWilliam Chen10-216/+271

Back to the top