Releases: BlueBrain/Deflect
Releases · BlueBrain/Deflect
Deflect 0.11.1
- 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
- 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
- #84: DesktopStreamer: Grid-view like layout in apps listview
Deflect 0.10.0
Deflect 0.9.1
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
Deflect 0.8.0
- Added DeflectQt and qmlstreamer app
- Added size hints to the stream API
- Several bugfixes for DesktopStreamer
Deflect 0.7.2
- Add 'About' dialog to learn current used version
- Fix bundle generation on OSX, broken after 0.6.1
Deflect 0.7.1
Fixed rare crash or hang together with stream and interaction
Deflect 0.7.0
Added EVT_TAP_AND_HOLD EventType