- Aug 31, 2022
-
-
Avoid to add a nameserver manually and use settings Change-Id: If31cb67d75ae6e71a9afbcf0bd7b80283e5ffeb7 GitLab: #789
-
- Aug 15, 2022
-
-
Sébastien Blin authored
use "voiceActivity" from the conferences informations to show talking participants jami-daemon#741 Change-Id: Iaedc61ce485ff03464128b5a17e0a6a0ea9d2c2e
-
- Aug 11, 2022
-
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: Ib444fdf5515f9242bbe627d695d05fafb16214d6
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: I59ec525d181ec1d6655a0e9889728bd6b9128721
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: Ice67d8649c1ad2a92eba7c02cebc446eac5ac90e
-
- Aug 05, 2022
-
-
Aline Gondim Santos authored
When changing the sizes of the splitview parts, the margin and width were defined such as to cause a binding loop. Change-Id: I41e0c55c0fef5563516c6d4b2f06eb1ebda5cdba
-
- Jul 18, 2022
-
-
Sébastien Blin authored
Change-Id: If91703a2d3b51edb97235b1bd534b9a578cf10d5
-
- Jun 17, 2022
-
-
Sébastien Blin authored
https: //git.jami.net/savoirfairelinux/jami-project/-/issues/1429 Change-Id: Ifec006058e834dacef90539d93c6f1974c84dd52
-
- Jun 16, 2022
-
-
Sébastien Blin authored
In a conference, lookup participants that are not in our contact at least to get their username if one is found. Change-Id: I39e51119248e1942deaf99af4c25a80843643de1
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- May 11, 2022
-
-
Sébastien Blin authored
All cards where a square when using layout with One big and smalls This can be improved and be more flexible. Change-Id: I87868480496289566714ddbe22a5bce31f387dcb
-
- Apr 21, 2022
-
-
Sébastien Blin authored
If a participant is maximised and minimized while active, the button is not correctly displayed Change-Id: I15a32e4f2bbbcd49b3448fb7f241edb6ad37250b
-
- Apr 05, 2022
-
-
Sébastien Blin authored
+ Fix some errors + Replace the MouseArea in OngoingCallPage with a TapHandler + Accept buttons in both SplitView panes GitLab: #476 Change-Id: I39b6b26add0b5221337ce656f31a1f1900b2aa8b
-
Sébastien Blin authored
+ Finish layout fixing + Clean warning + protect elements + update copyrights GitLab: #476 Change-Id: Ib3270b5d37d63aa99a576d48574b62801df37258
-
Sébastien Blin authored
GitLab: #476 Change-Id: Ic8c7868ae1af8deeb63f8e49f6b05258c9607a99
-
Sébastien Blin authored
Change-Id: I54d7a5c413cf8c1fa5b43ea1f0f03b4ee9fbaf12 GitLab: #476
-
Sébastien Blin authored
+ Only load participant's avatar when showed + Fix some anchors problems + Close popup when adding a new member + ParticipantsLayer: make SplitView resizable + Better flow Change-Id: Ied2ac6a64df0ae929effc965d24e08c04b71c288 GitLab: #476
-
GitLab: #476 Change-Id: I294533b6a1f83e59892ea4c77e0814fb50a70677
-
fix preview visibility add yellow margin to active conference participant GitLab: #435 Change-Id: I865140631b69e9a09f5f88ce314d4d55058cf53c
-
- Mar 08, 2022
-
-
Removes the rendermanager and framewrapper objects along with any QQuickPaintedItem-based QML render widget classes. This simplifies the video widget stack implementation. The new mechanism uses the VideoOutput component of QtMultimedia. By accessing the VideoOutput's QVideoSink object, we update the mapped buffer data of a sink's QVideoFrame when new frames are published. Updates to frames and component sink subscriptions are managed by a new class called VideoProvider. Gitlab: #500 Also #536 Change-Id: I2391a32294922ea435ab80ac1f876c004ff6c21e
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- Dec 21, 2021
-
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Nov 10, 2021
-
-
+ remove record video message if no video device available Change-Id: I35c15709ecd5159dfa02ebcbf7aacd0bbf3d54e9
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: Ia80632cf2e217e8dd6844a6a8c0d0d8c0f6e1baf
-
Andreas Traczyk authored
Change-Id: Ia344d9f57a216f2d27ef40153af2d6bd787bfb77
-
- Jul 14, 2021
-
-
Andreas Traczyk authored
Gitlab: #466 Change-Id: Id7bd241c3c88dfba90505dd399127d5ceedbf028
-
- Jun 11, 2021
-
-
Change-Id: Ife36489e1b9dc63e971789ce79047690eb681aeb GitLab: #389
-
Aline Gondim Santos authored
GitLab: #392 Change-Id: Ifcd29af849c11166158e7f8d39b65a33325b8d4a
-
- May 27, 2021
-
-
Andreas Traczyk authored
- minor cosmetic changes to the call view overlay - add the ability to change audio/video input during a call from the call screen overlay Gitlab: #411 Change-Id: Id6bbb2278d807f3bd7ad1478db405669088584ce
-
- May 26, 2021
-
-
Andreas Traczyk authored
Unfortunately, QQuickMouseArea force accepts all move events by design, which makes passthrough events tricky to catch. In-call overlays for conference participants should be a layer below the main overlay. So, using QML MouseAreas makes correctly implementing both overlay fade mechanisms with passthrough for participant menus too complex. To properly implement the signal relay mechanism we would need to listen to all the child components with MouseAreas and relay the positionChanged events to parenting MouseAreas. To avoid the complexity, we can install an event filter for the main overlay and listen to global mouse move events that are contained in it's geometry. Additionally, we can use Control components instead of transparent Rectangles to access a hovered property which can be used to prevent the fade out, and effectively freeze the visibility of menu components. Gitlab: #420 Gitlab: #421 Gitlab: #423 Change-Id: I7f05d2bc79ad6a8db0951b7b59e52f671fdf4798
-