- Jun 01, 2021
-
-
Change-Id: I4e6fff2c74ce6ace1464fa6a4569e4b3fbfae68b
-
Change-Id: I0875b99599cf1a3f90cfddc87b6281edf91cb45e
-
Andreas Traczyk authored
Gitlab: #411 Change-Id: Id987ad1b3c0c583425a53b85735ab7eb3f434036
-
Change-Id: I3a89250f7b12cbe837becbb5b923a78c185805c6
-
- May 31, 2021
-
-
Andreas Traczyk authored
Change-Id: I8d90b116740c9d671b6b65073ba9cff9c92e7646 Gitlab: #411
-
Andreas Traczyk authored
Change-Id: I642ef3a5c72aba911fad87c631fc3ccb59c483a0 Gitlab: #411
-
Ming Rui Zhang authored
Change-Id: I2f44f543e893507be205e6cf1efb0219b76d5418
-
Andreas Traczyk authored
Gitlab: #434 Change-Id: I7ebdde85c264990804a5b017f18d511f3225477f
-
Andreas Traczyk authored
Gitlab: #411 Change-Id: Ic963e60ce2a41272be0052b5a775c9277f150907
-
Andreas Traczyk authored
Gitlab: #411 Change-Id: Ibf35422987d4f3e1f9bacc55bd8c536f7acef5db
-
- May 28, 2021
-
-
Sébastien Blin authored
Change-Id: I185945c8202edc31fab9bc9c440281c7325896bf GitLab: #19
-
Also rename 'Exit' to 'Quit' in the tray icon context menu for non-Windows platforms for more standard/consistent terminology. Change-Id: Id39bd308f17e56466ffb6b9c4929789646334b5e
-
Change-Id: Id1ad050af02a3833dc4099d7246fa81b4903f17d
-
Add a dialog to get logs from daemon. Gitlab: #406 Change-Id: I25dd7084165660e0a03c4694d0225bbcf0f1a9d6
-
Sébastien Blin authored
Change-Id: I7615659a7efa6ab769024aea16e836b7c206563a
-
- May 27, 2021
-
-
Change-Id: I97c5f42ab622bb87666203a251915dbbb5b5d84d GitLab: #429
-
Andreas Traczyk authored
Gitlab: #411 Change-Id: I6bf799d63547adfa50aaef6a6f87971c5696c616
-
Ming Rui Zhang authored
Gitlab: #409 Change-Id: I4ceb5835b0b5e218d0550fbc3e2f0787bdd249f9
-
Ming Rui Zhang authored
Gitlab: #409 Change-Id: I65e1c91184a95453c10633340a74f50cc4de7032
-
Ming Rui Zhang authored
Gitlab: #410 Change-Id: Iff3b06b123363478794fd7e419db3d2d0ae10bb7
-
Andreas Traczyk authored
- move default preview position to top right - avoid coliding with the new call action bar Gitlab: #411 Change-Id: Iaa77315be4f6dab28e3161d7dd9b3516c00e4e68
-
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
-
-
Andreas Traczyk authored
Introduce a model to manage the overlay logic. It is not used in this commit. Gitlab: #411 Change-Id: I6a666fe00e7f66c7e217ae1f77360327e83fdcd6
-
Sébastien Blin authored
Change-Id: Id98c0d890d694c61da2fbcbd7fe3c0fcf85458a2 GitLab: #430
-
some callstack cleanup GitLab: #414 Change-Id: Id746e9f1085959103f5774266ffa17d2669871f7
-
Lrc verifies if we should call refuse or hangup, so now we can unify the call ending function in client. GitLab: #408 Change-Id: I35f7ca282c6e49e669d849a140772600e501711a
-
The current registration expired max limit was set too low. The max limit as per RFC-3261 is ((2**32)-1). Since this is a user setting, it's best to give control to the user. However, a max limit set to 1 week should be reasonable. Gitlab: #532 Change-Id: I61b05de2adbbb177ac2e83d85e7f72ab42347554
-
- May 24, 2021
-
-
Jenkins authored
Change-Id: Ie4c05318b1c10f613a4f3fc6d5373a143d549a1a
-
- May 21, 2021
-
-
Change-Id: I16b0c0d9a2e8111908eb46c0a68c8c55bb074d6c
-
Currently the ownership of SelectableProxyModel instance is assumed by QML engine, but we will use the following rule to avoid that. QML engine respects the normal QObject parent ownership semantics of Qt C++ objects, and will never delete a QObject instance which has a parent. https: //doc.qt.io/qt-5/qtqml-cppintegration-data.html Change-Id: Ifa37d14b8d74bfce050b0dee2949b42a7f784d3a
-
Sébastien Blin authored
Change-Id: I062d679ecb0fa45755abda8c902a00a2042d2729 GitLab: #431
-
- May 20, 2021
-
-
Sébastien Blin authored
Change-Id: If6ad1b33f7a6636ad72d86103b4d314792e315ff Gitlab: #419
-
- May 19, 2021
-
-
Andreas Traczyk authored
Gitlab: #418 Change-Id: I1c1a8004b8d268cb3be158a7766c5ae82d451e63
-
Sébastien Blin authored
Change-Id: I2a34d613f3bccd5f16c333a6a4fa2eed94dc28fa
-
- May 18, 2021
-
-
Andreas Traczyk authored
This fixes the call stack view not being reset when exiting the settings. Gitlab: #417 Change-Id: I1af534a1a164a28e1d29b9a4064cc0c78496557c
-
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 17, 2021
-
-
Jenkins authored
Change-Id: I63244e663c895adc0806dd8210bac5362caff03d
-
- May 14, 2021
-
-
Ming Rui Zhang authored
Change-Id: Ie49de27f78d0f28df61c77041686957e3fcce838
-
Ming Rui Zhang authored
Change-Id: I609452e83edd55a909d0f30aa6cb0daa3687ff3c
-