- Jun 01, 2021
-
-
Change-Id: I1d2af36e958bfc2e8783fb8657387f9d6c00276b
-
Change-Id: I4e6fff2c74ce6ace1464fa6a4569e4b3fbfae68b
-
- May 27, 2021
-
-
Ming Rui Zhang authored
Gitlab: #409 Change-Id: I4ceb5835b0b5e218d0550fbc3e2f0787bdd249f9
-
Ming Rui Zhang authored
Gitlab: #409 Change-Id: I65e1c91184a95453c10633340a74f50cc4de7032
-
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
-
- May 25, 2021
-
-
Sébastien Blin authored
Change-Id: Id98c0d890d694c61da2fbcbd7fe3c0fcf85458a2 GitLab: #430
-
some callstack cleanup GitLab: #414 Change-Id: Id746e9f1085959103f5774266ffa17d2669871f7
-
- May 18, 2021
-
-
Andreas Traczyk authored
- fixes the in-call chat view requiring reselection to open - fixes the in-call chat view staying open, on top of the principal chat view when a call ends Gitlab: #415 Gitlab: #416 Change-Id: Idcfaaf263d5d53451dedf955ce441f0a705309a9
-
- May 14, 2021
-
-
Ming Rui Zhang authored
Change-Id: Ie49de27f78d0f28df61c77041686957e3fcce838
-
- May 07, 2021
-
-
Andreas Traczyk authored
Minor cosmetic changes to the account combo box, search bar, filter tabs, and smartlist. Change-Id: Ie8173504859b325374e42f0dbb4e0ae75f3ed740 Gitlab: #373 Gitlab: #374 Gitlab: #388
-
- Apr 30, 2021
-
-
Aline Gondim Santos authored
GitLab: #379 Change-Id: I885ad338d7a5c06fca7c765680e644c44f33228d
-
- Apr 22, 2021
-
-
Sébastien Blin authored
Support single tap for showing call overlay and long press to show context menu for the smartlist Change-Id: I31a77169827860c07ec9d60e076c0c5c4e875408
-
- Apr 15, 2021
-
-
Change-Id: I104215284272b4d1fdec38b6d715f92184b3c711 GitLab: #367
-
- Apr 09, 2021
-
-
Andreas Traczyk authored
This button interferes with participant overlays and the concept of returning to the welcome view will be phased out. Change-Id: I7ee73ed93c6ec74f10b5b00ca1fe5739a88b123d
-
- Mar 26, 2021
-
-
Gitlab: #277 Change-Id: Iffb0e1cc7a57495ba5f84230265cdcec87e26307
-
- Mar 25, 2021
-
-
Ming Rui Zhang authored
The main reason for this change is to remove the misusage of QQuick one in ElidedTextLabel and useless QQuick one module import Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
-
- Feb 03, 2021
-
-
Aline Gondim Santos authored
Change-Id: I415fc953b9111ca7e3d899c1531a42bd43716ab2
-
- Jan 15, 2021
-
-
Albert Babí Oller authored
- add configurable list of default moderators - add option for enabling local moderators - indicate when participant is locally muted on moderation overlay - small typo fixes Change-Id: I1669c903be3c3a3f2344f1d95d8b618e62b9d412
-
- Jan 04, 2021
-
-
Gitlab: #160 Change-Id: Id8125c56145cc661941f445c2f52b73fd983c97d
-
Ming Rui Zhang authored
Gitlab: #248 Change-Id: I5339156013787850e19a71a440c0e1b046ee76ed
-
- Dec 11, 2020
-
-
Ming Rui Zhang authored
Change-Id: I5e298e51fdc4099f0380d8a2ce2176cd66070eed
-
Change-Id: I9bb1f7476fcbd4d2830ee2b73b6984f607e5395a
-
- Dec 07, 2020
-
-
Change-Id: Ief728a8bd36f6c29a906686988b28b0640b2065c
-
- Nov 03, 2020
-
-
- hide / show mainview window on fullscreen switch in order to avoid undesirable UI transitions or incorrect layout (when working with multiple screens) - update and show only on top page of callStackView - back button always present on CallOverlay (use close button icon on fullscreen mode) Gitlab: #135 Change-Id: I0d7c6aac26ba9c899ee97ac58f41f2746dda2148
-
- Oct 23, 2020
-
-
- QML headers revision - networkmanager: use of deprecated QNetworkReply::error instead of errorOcurred Gitlab: #127 Change-Id: I74f4fd01a0bf34f7a2cb4ae21e3ce611839846f5
-
- Oct 08, 2020
-
-
- add "close" icon for fullscreen exit insead of "back arrow" - fullscreen exit does not switch to welcome view - "toggle fullscreen" centralized in CallStackView - avoid using white svg images - spelling revision Gitlab: #135 Change-Id: I871b75aac22d23b33be8e177102fe68bb8bd5e86
-
Andreas Traczyk authored
- provides a base component for rendering scaled svg images - simplifies the normal/hovered/pressed state transitions - uses color overlay to factor out image source changes for checked states - fixes sizing inconsistencies and visual bugs - removes manual background color changes and minimizes the use of MouseArea components - removes the unused HoverableGradienButton component Gitlab: #14 Change-Id: I06357d3cc6d8d04d9d1f062753dc39223a64d4f6
-
- Oct 02, 2020
-
-
Sébastien Blin authored
Make the difference between a host and a moderator. The main difference for now is that the host can hang up calls, not the moderator because they don't know the calls hosted Change-Id: Iec36c4d26ae32126e8628bef6491c35d0228a45f
-
- Sep 26, 2020
-
-
Gitlab: #80 Change-Id: Ic2c2563e05a11f33230518ee93ef4a1d9dd80d50
-
- Sep 24, 2020
- Sep 16, 2020
-
-
Change-Id: I3f7e2050be74cd8cc9f6d732cc96b0f218cd1676
-
- Sep 15, 2020
-
-
- Resolves a portion of the warnings present prior to navigation or resizing. Gitlab: #5 Change-Id: Ifa843d7613ddcca562256399a977c2eec62df404
-
- Sep 14, 2020
-
-
Albert Babí Oller authored
- incoming / outgoing call UI management - add system native notifications - incoming call page same model as outgoing - UserInfoCallPage is used to display common information for incoming / outgoing calls Gitlab: #32 Change-Id: If33196a30c51698b4edad55cb8f718066034e422
-
- Sep 10, 2020
-
-
Andreas Traczyk authored
- Separate utilsadapter into files and expose it to Qml so it can be used without passing through clientwrapper. Change-Id: I7c351d7191cd166521b6e0a685ea9d4a9731f165 Gitlab: #66
-
Correct Layout and Anchors emplacement Erase inutile code Fix binding loop warnings Replace magic numbers by JamiTheme values Remove multiline comments from qml files Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d Gitlab: #5
-
- Aug 31, 2020
-
-
Sébastien Blin authored
Change-Id: I266ab31e31d85b6cd94356b63368540c02e16c6f
-
- Aug 25, 2020
-
-
Ming Rui Zhang authored
Add sip input panel to be able to use DTMF functionalities. Gitlab: #18 Change-Id: Iaa53ae2b34d9ce0d5cf19aa82dd41a5607203c62
-
- Aug 21, 2020
-
-
Change-Id: If4cae049167d1a1e16dc6624a202722a6316a0ff
-