Skip to content

Releases: BlueBrain/Deflect

Deflect 0.11.1

30 Jun 11:45
Compare
Choose a tag to compare
  • 112:
    DesktopStreamer improvements:
    • new "view" menu to show advanced options (stream id, fps), hidden by default
    • the experimental multi-window streaming on OSX can be selected at runtime
      through the view menu (no longer a CMake option)
    • improved resizing policy of the main window

Deflect 0.11.0

17 Jun 12:59
Compare
Choose a tag to compare
  • 111:
    DesktopStreamer: bugfix; stop streaming when the server closes the stream
    and the "remote control" option was not enabled.
  • 110:
    DesktopStreamer: Support for streaming multiple windows on OSX disabled by
    default, can be enabled with cmake -DDESKTOPSTREAMER_ENABLE_MULTIWINDOW=ON.
  • 106:
    DesktopStreamer: Rename 'interaction' -> 'remote control', off by default.
  • 103:
    DesktopStreamer: prevent AppNap of being re-enabled automatically
  • 102:
    DeflectQt: Continue rendering & streaming after updates for a while to
    compensate for running animations, fix spurious missing event handling
  • 101:
    DesktopStreamer: windows that are streamed independently are activated
    (i.e. sent to the foreground) before applying an interaction event. The mouse
    cursor is now rendered only on active windows or desktop.
  • 100:
    QmlStreamer: correcly quit application when stream is closed.
  • 99:
    Fix incomplete socket send under certain timing conditions
  • 98:
    Streams can be constructed based on the DEFLECT_ID and DEFLECT_HOST ENV_VARs.
  • 97:
    DesktopStreamer: the list of windows available for streaming is also updated
    after a window has been hidden or unhidden.
  • 94:
    Removed legacy SendCommand functionality from Stream to Server. It was only
    used internally by the old Tide Dock streamer and never meant to be public.
  • 93:
    Minor fixes for the Qml stream API:
    • Cleanup size handling, allow programmatic resizing of root Qml item
    • Do not send a size hints event if none were set by the user

Deflect 0.10.1

01 Apr 15:46
Compare
Choose a tag to compare
  • #84: DesktopStreamer: Grid-view like layout in apps listview

Deflect 0.10.0

07 Mar 10:18
Compare
Choose a tag to compare
Deflect 0.10.0 Pre-release
Pre-release
  • #79: DesktopStreamer: Support multi-window streaming on OS X, fix mouse event handling for retina devices, fix crash on stream close from DisplayCluster
  • #76: DesktopStreamer: Try to recover from streaming errors

Deflect 0.9.1

04 Dec 16:09
Compare
Choose a tag to compare

Bugfixes for DesktopStreamer 0.9.0 (#66):

  • Fix memleaks with app streaming on OSX
  • Use current hostname if manually typed w/o pressing 'Enter'

Deflect 0.9.0

03 Dec 09:39
Compare
Choose a tag to compare
  • #65: QmlStreamer: New 'streamname' command line option.
  • #64: QmlStreamer: Fix event forwarding, implement wheel event support
  • #60: Improved DesktopStreamer: removed selection rectangle, editable list of stream hostnames

Deflect 0.8.0

04 Nov 12:32
Compare
Choose a tag to compare
  • Added DeflectQt and qmlstreamer app
  • Added size hints to the stream API
  • Several bugfixes for DesktopStreamer

Deflect 0.7.2

04 Sep 12:19
Compare
Choose a tag to compare
  • Add 'About' dialog to learn current used version
  • Fix bundle generation on OSX, broken after 0.6.1

Deflect 0.7.1

01 Sep 13:57
Compare
Choose a tag to compare

Fixed rare crash or hang together with stream and interaction

Deflect 0.7.0

01 Sep 13:57
Compare
Choose a tag to compare

Added EVT_TAP_AND_HOLD EventType