Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-11-06Target Explorer: Fix C/C++ Remote Application file transfer truncates target ↵Uwe Stieber1-0/+48
file to 0 bytes
2014-10-21Target Explorer: FileTransferService.transferToTarget now also creates ↵Uwe Stieber1-6/+43
missing directories
2014-08-09Target Explorer: Cleanup model disposal step contribution on disconnectUwe Stieber1-2/+2
2014-07-29Releng: Restore original copyright headers and replace only the invalid ↵Uwe Stieber67-132/+154
copyright headers
2014-07-22Releng: Fix copyrightsUwe Stieber67-4320/+4298
2014-06-25Target Explorer: Fix NPE in FSTreeNodeUwe Stieber1-1/+1
2014-04-25Releng: Fix copyrightsUwe Stieber7-7/+7
2014-04-25Target Explorer: fix slow folder selection dialog and not workingTobias Schwarz3-125/+142
refresh
2014-04-23Target Explorer: rework modelmanager, model and folder selection dialogTobias Schwarz17-375/+735
2014-04-17Target Explorer: Fix FileTransferService throws ArithmeticExceptionUwe Stieber1-2/+2
2014-04-03Target Explorer: avoid path map handling for filesystem treenode refreshTobias Schwarz1-2/+9
and children query
2014-03-25Target Explorer: change message orderingTobias Schwarz1-7/+7
2014-02-27Releng: Update version match rules to require 1.3.0Uwe Stieber1-9/+9
2014-02-25Releng: Uprev master branch version to 1.3.0Uwe Stieber2-3/+3
2014-02-20Releng: Run "Fix copyrights" tool to update the copyrights prior to a ↵Uwe Stieber8-8/+8
possible TCF 1.2 release
2014-02-07Target Explorer: Keep exception message when wrapping exception in file ↵Uwe Stieber1-206/+206
system operation
2014-01-09Target Explorer: add locator model listenersTobias Schwarz3-5/+5
2014-01-09Target Explorer: split peer and ocator modelTobias Schwarz2-2/+2
2014-01-09Target Explorer: rework peer modelTobias Schwarz7-321/+321
2013-08-25Releng: Uprev plugin and feature versions to "1.2.0"Uwe Stieber2-38/+38
2013-07-10Target Explorer: Fix - Remote file change not detectedUwe Stieber1-204/+204
2013-07-10Target Explorer: Fix remote file system issuesUwe Stieber3-337/+360
2013-05-21Target Explorer: Fix copyright years in file headersUwe Stieber3-119/+119
2013-04-09Target Explorer: rework stepper, reorder stepsTobias Schwarz5-45/+171
2012-11-27[Target Explorer] enable quick filterTobias Schwarz1-579/+596
2012-11-24Target Explorer: Enforce default set of save actionsUwe Stieber1-0/+54
2012-10-23[Target Explorer] unify variable delegate and configure it in theTobias Schwarz1-1/+1
contribution directly
2012-09-29Target Explorer: Updated plug-in provider name to separate the TE from the ↵Uwe Stieber1-1/+1
core TCF
2012-08-22[387819]Fixed condition in transferToTargetAnna Dushistova1-1/+3
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 ↵Uwe Stieber2-219/+215
outside of the native Target Explorer perspective and without having the System Management view open
2012-07-26Target Explorer: Enforce PDE compiler settings and fix warningsUwe Stieber2-0/+33
2012-07-09Target Explorer: ADD History ManagementTobias Schwarz1-287/+289
2012-07-09Target Explorer: Remove redundant classWilliam Chen1-235/+0
URIKeyMapPersistenceDelegate.java.
2012-07-09Target Explorer: Change URIKeyMapPersistenceDelegate binding fromWilliam Chen3-32/+296
Map.class to PersistenceManager.
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
synchronization issue.
2012-06-25Target Explorer: Make sure calling thread is always unblocked even whenWilliam Chen1-47/+132
a RuntimeException ocurrs.
2012-06-25Target Explorer: All service must be called within TCF dispatchingWilliam Chen1-319/+381
thread.
2012-06-25Target Explorer: User a static proxy class to replace BlockingCallProxyWilliam Chen5-70/+696
which is not debug friendly.
2012-06-25Target Explorer: Ignore exceptions thrown in a directory query inWilliam Chen2-3/+9
refreshing.
2012-06-25Target Explorer: Fix an issue in BlockingCallProxy that throwables fromWilliam Chen1-1/+1
invoked methods are not propagated appropriately.
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
the error handling.

Back to the top