This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  f686af199fa569cc2584a3c317a3db7bfa7ee997 (commit)
      from  87524fc8805e1971336ea1c021374a53534dd2d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f686af199fa569cc2584a3c317a3db7bfa7ee997
Author: Stefan Rossbach <[email protected]>
Date:   Mon Jan 20 20:31:08 2014 +0100

    [API] re-implemented file transfer
    
    Saros is now using XMPP file transfer instead of custom made stuff.
    
    Benefits: you can now send files regarding of the session status and
    also to other XMPP clients.
    
    TODO: there might be still some (UX) issues as the Smack FileTransfer
    API is bugged as hell.
    
    Change-Id: I89ee4df766586d5f17d723586b34ee938f0cf63b
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1335
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../fu_berlin/inf/dpp/SarosCoreContextFactory.java |    4 -
 .../dpp/invitation/IncomingProjectNegotiation.java |    2 +-
 .../dpp/invitation/OutgoingProjectNegotiation.java |    3 +-
 .../inf/dpp/invitation/ProjectNegotiation.java     |    3 +
 .../inf/dpp/ui/actions/SendFileAction.java         |  299 +++++++++++++++-----
 .../fu_berlin/inf/dpp/ui/jobs/FileTransferJob.java |  115 ++++++++
 .../inf/dpp/ui/jobs/IncomingFileTransferJob.java   |   85 ++++++
 .../inf/dpp/ui/jobs/OutgoingFileTransferJob.java   |  104 +++++++
 .../de/fu_berlin/inf/dpp/ui/views/SarosView.java   |    1 +
 .../inf/dpp/util/sendfile/FileDescription.java     |   17 --
 .../inf/dpp/util/sendfile/FileStreamService.java   |  103 -------
 .../inf/dpp/util/sendfile/ReceiveFileJob.java      |  253 -----------------
 .../inf/dpp/util/sendfile/SendFileJob.java         |  202 -------------
 .../fu_berlin/inf/dpp/util/sendfile/StreamJob.java |  122 --------
 14 files changed, 542 insertions(+), 771 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/jobs/FileTransferJob.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/jobs/IncomingFileTransferJob.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/jobs/OutgoingFileTransferJob.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/FileDescription.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/FileStreamService.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/ReceiveFileJob.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/SendFileJob.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/StreamJob.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to