- Jun 02, 2021
-
-
Andreas Traczyk authored
Gitlab: #441 Change-Id: I1d34c7e766d73026d4c6617592a85ce3a75cc4fa
-
Andreas Traczyk authored
Change-Id: I42826555d7d490f9361465c1629a45e69f262ab7
-
Andreas Traczyk authored
- respond to audio device events to re-populate the audio input and output device lists - don't show a selection menu when no devices are available - cleanup videoinputdevicemodel Gitlab: #411 Change-Id: I082818756bae202a67b14bfbe0a254384a777a5d
-
- Jun 01, 2021
-
-
add transparency to button label when not hovered Change-Id: I74e178ab254dd1ab866b8ee5c0bc0c435ee8003d
-
Jenkins authored
Change-Id: I3e679eff02ce40d7bd5cffbb96b71b16ee08cba8
-
Only do so on non-Windows platforms, though; apparently this is not a common pattern for desktop applications on Windows. Change-Id: Ie1f8f4dd087d4e2798be4d102eb1d421fa9490f7
-
Change-Id: I6d4456218448d1ca5c4682d33341207e2a0953eb
-
Andreas Traczyk authored
Gitlab: #411 Change-Id: I5e9efb3a174e1e4cf8a2813ec0949dce28b3bdba
-
Change-Id: I1d2af36e958bfc2e8783fb8657387f9d6c00276b
-
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
-