damencho
8e6fd0ca95
Fixes unpinning local user which is dominant speaker.
It was not switching and staying on local video on unpinning, after change the last shown video will be used to switch to it.
8 years ago
damencho
a079914603
Removes click handlers when popup is hidden.
8 years ago
hristoterezov
7f315ef105
fix(VideoLayout): Issue with not resizing properly if SS is on and the filmstrip is hidden
8 years ago
Ilya Daynatovich
9bc24e1caa
Fix aligning of indicator icon; Update logic for dynamically change of thumb indicators via font-size
8 years ago
Ilya Daynatovich
3bd4f1d5d8
Updated layout
8 years ago
Ilya Daynatovich
f3dbeea091
Make filmstrip indicators to resize dynamically
8 years ago
yanas
5545c0d905
fix: desktop streming screen size
8 years ago
yanas
95fcf5bae5
Change method name to fit better its purpose
8 years ago
Ilya Daynatovich
34acadc3b5
Rename method
8 years ago
Ilya Daynatovich
d3df082e3d
Fix thumbnail overflow
8 years ago
Ilya Daynatovich
128b301a39
Fix the tests
8 years ago
Ilya Daynatovich
1b1b9475a4
Clean up js from styles
8 years ago
Ilya Daynatovich
5aff96e3b7
Updated in videolayout
8 years ago
Maxim Voloshin
68ab87cc0d
Hide DOM elements using css class
8 years ago
Ilya Daynatovich
986c29ca5d
updated filmstrip handler
8 years ago
Ilya Daynatovich
20c6dba599
Moved keyboard initialization to filmstrip toolbar; Replaced toggle filmstrip button from extended toolbar
8 years ago
yanas
bb80bf4144
fix: Use a separate css class for thumbnail menu
8 years ago
Boris Grozev
c0c198098b
style: Renames variables, adds a FIXME.
8 years ago
Boris Grozev
ac0ee771ed
docs: Adds a FIXME.
8 years ago
Boris Grozev
0ca9389e4b
cleanup: Simplify code.
8 years ago
Boris Grozev
9910caf29f
docs: Fix some documentation.
8 years ago
yanas
78dbaa9b21
Revert wrongly removed comment
8 years ago
damencho
510c650b7b
Adds a property to hide display name and disable update view.
Adds a property to hide display name and disable update view in SmallVideo. Localvideo hides displayName and disabled update view while users is editing its name and resumes normal behaviour when editing finishes.
8 years ago
hristoterezov
c41c219206
fix(Thumbnails): removes unused css classes
8 years ago
Ilya Daynatovich
8ba7a354e5
Remove duplicate event handler
8 years ago
Ilya Daynatovich
24169743e7
Clean up filmstrip styles
8 years ago
Ilya Daynatovich
02ae3b3053
Add wrapper
8 years ago
Ilya Daynatovich
69e4f49e74
Add bunch of JSDocs
8 years ago
Ilya Daynatovich
1328870a2b
fix bug with F shortcut
8 years ago
Ilya Daynatovich
51d48e18c6
Refactor filmstrip module
8 years ago
Konstantyn Pahsura
9633919e32
css class for remote video specified
8 years ago
Konstantyn Pahsura
76e55f1132
show/hide menu if elem hovered
8 years ago
Ilya Daynatovich
30e717bd20
Rename classname; Refactor click on video method
8 years ago
Ilya Daynatovich
d703271c96
Fix bug with resizing when using shortcut for switching btw videos
8 years ago
paweldomas
ede4808ec4
fix(LargeVideoManager): frozen displayname in a msg
The "data-i18n-options" attribute value is stored in jQuery cache and
at the time when i18-next tries to access it to do the translation
it gets the old value from the cache and the message is not updated
correctly. Passing the "msgOptions" explicitly to "translateElement"
fixes the problem by avoiding jQuery cache.
8 years ago
Boris Grozev
c815b1f25b
feat: Updates the GSM bars' thresholds.
Adapts to changes in lib-jitsi-meet. Uses an Array which guarantees the
order of its elements, and avoids setting a css property multiple times.
8 years ago
hristoterezov
a8b69d5cd8
feat(MessageHandler): Implement dont show again utility
8 years ago
Maxim Voloshin
dc93940bbd
Filmstrip is extended with "Hide" button
8 years ago
hristoterezov
7e2fe30472
feat(JitsiLocalStorage): Implement localStorage wrapper
8 years ago
hristoterezov
634a18e847
fix(Thubmnail_PopupMenu): the thumbnail should be considered hovered when the popup menu is hovered
8 years ago
Ilya Daynatovich
138ed6a487
Fixed interface
8 years ago
Ilya Daynatovich
d84d0b65ca
Adjust alignment of remote video menu
8 years ago
damencho
9764fe52de
Removed not needed setting of the quality to 0.
We now just hide the icon with values and show the interrupted one. Calling this one was causing troubles like flickering and stats popover not able to hide, once shown. On hover we are calling updateView which ends to this call which destroy and create the popover, which maybe is leading to this problems.
8 years ago
damencho
e3edef2999
Renames videocontainer overlay to hoverOverlay.
8 years ago
damencho
328ff54423
Fixes undefined error and shared video.
8 years ago
damencho
2807346bdf
Makes decision what to show in avatar consistent (in updateView).
8 years ago
damencho
fec8f4e005
Fixes an issue with mixing visibility functions for elements.
In small video we use UIUtil.setVisibility, so we should not use jquery show/hide for the same element.
8 years ago
damencho
3ae299cf2b
Fixes comments.
8 years ago
damencho
7acda03024
Adds an overlay to dim videos when showing displayname.
8 years ago
damencho
5cead57723
Reverts hover over small video to show display name.
8 years ago