- Feb 28, 2023
-
-
Kateryna Kostiuk authored
This patch adds a parameter arch to specify architecture to build. This parameter could be arm64, x86_64 or unified. Change-Id: I2907e03410e0c01b8505afbe283da04b8d0291b6
-
- created MaterialRadioButton - added tls/udp options in sip wizard - Fix some focus issues and some spacing Change-Id: I18c5b7205bbe1c8178a5c3a966c9bfa0cffa93b4
-
Sébastien Blin authored
This is impossible to follow correctly, causing weird things. Now Body always contains the original Body from the libclient, LinkifiedBody the linkified Body and Linkified is empty if the message is not linkified. Change-Id: I29e5f7cf1c5a2093f5e4b7785216e8b9b24e9ad8 GitLab: #961
-
Sébastien Blin authored
Change-Id: Ib51a026cf5f31479d28a21f4cbc76396a44ae9b3 GitLab: #985
-
Sébastien Blin authored
If a call starts in a swarm, the host must show the confId. The current call wasn't updated when a call is upgraded to a conference causing the wrong call to be shown due to the new logic Change-Id: I990d39e6e04253bc087fd0ec73c5b6c7906f93d9
-
Sébastien Blin authored
Change-Id: I4863d4c5db50ea7ef52de000ad901006bec723ae
-
Sébastien Blin authored
So that pressing tab will emit onAccepted and the dynamic text always show the correct value saved. Change-Id: I64326f1f836d611776bcfaf7993e6254e5d5aefe
-
Qt::UniqueConnection should not be used with lambda. This patch adds class function so it could be used with Qt::UniqueConnection Change-Id: I98d84d7f60758d9f217abfe26102d4586f7bbc27
-
Andreas Traczyk authored
+ load the popup dynamically + calculate the position using the delegate's attached ListView geometry Gitlab: #979 Change-Id: I9d3a8a31b4aba2f195c4d6453e9dca88e99685ae
-
Aline Gondim Santos authored
GitLab: #986 GitLab: #1004 Change-Id: Iea441cba4c258a82b9a553c93c81e4d76f0baa1c
-
- replaced all line edit with ModalTextEdit components - fixed keyboard navigation - fixed focus and tooltips Change-Id: I5605e1b4a7efe2910c4031e49abb78b39b1955f6
-
- replaced line edits with ModalTextEdit components Change-Id: I0e386b443d6d46dcc412e36a6956add595337b58
-
- modified UsernameTextEdit - added PasswordTextEdit - changed focus - added echoMode - added second suffix icon Change-Id: I16e0a248757a125bed28aefc375a09cd267f8db2
-
- Feb 27, 2023
-
-
Jenkins authored
Change-Id: I6909535814e2a481b2455c0fcece6b32aaea28cb
-
This prevents a bug when loading into the call view before having loaded the conversation view at least once, can prevent the call action bar from displaying. Gitlab: #1002 Change-Id: I1c9e3debc0341630b3ca104bfbdfa71339918e6b
-
The call-view shouldn't take priority, or be displayed at all while in these views under the current design. Gitlab: #1003 Change-Id: I5e9ae140c11dc13c3b44014007e41857d528a49d
-
Change-Id: Id5659ede0fc870926b4b627a5bbe12c67d4f9224
-
Sébastien Blin authored
Change-Id: I3aba2f02e375d47a9bfdacb923e2907c40f4f151
-
- Feb 23, 2023
-
-
- Dialog through viewCoordinator Change-Id: I799891a3f17b9fdde9a1c16c490c343c2eafc163 GitLab: #999
-
+ also fixes the missing confirm-update string Change-Id: Ib8d0dce0b09e7415795d96d5c45b2f8a0f19bd30
-
Sébastien Blin authored
When scrolling up and clicking on "Scroll to end", sometimes, the button didn't update correctly. Using contentY = 0 seems to be correct Change-Id: I04576181d0b61006d4389be6ace3b09c1ac0a2f9
-
- Feb 22, 2023
-
-
Andreas Traczyk authored
We can observe that frame update signals can occur after a VideoOutput component's QVideoSink object has started destruction. The deregistration of the object pointer needs to be synchronized to the object's destruction. Additionally: + scope the frame obj mutex locker around checks for no subs + rename (un)registerSink to (un)subscribe + subscribe will now remove the previous subscription + subscribe with an empty id will unsubscribe Gitlab: #997 Change-Id: I21460564e49189b9276f153e8c1fd3a5cc52c6b2
-
Maxim Cournoyer authored
* extras/packaging/gnu-linux/guix/channels.scm (channel): Bump Guix to current commit. Change-Id: Ib929a948f47a1d9ee73ba7340be6821fdd4f6a0d
-
Aline Gondim Santos authored
Change-Id: I936abb96b5e232b63a917428892f716ca0985db2 GitLab: #952
-
Aline Gondim Santos authored
Requires Windows SDK version 10.0.18362.0 and Windows Runtime 10.0.10240.0. GitLab: #723 Change-Id: I166c236bf24419b4abfe323f88e470dd07afbd4f
-
- Feb 21, 2023
-
-
Maxim Cournoyer authored
* extras/packaging/gnu-linux/Jenkinsfile (Publish release artifacts'): Simplify logic. Change-Id: I4cec0b8009256501d627453df26bd17024e55f45
-
Maxim Cournoyer authored
Change-Id: I9036912033aee53370d4f7cf5a854a2495de0485
-
Maxim Cournoyer authored
* extras/packaging/gnu-linux/Jenkinsfile: Break long lines. Change-Id: Idd6f72e18e0b4489a22e7aa2a59b4cc8ac90dbee
-
Sébastien Blin authored
The media is already stored in the call info. Moreover, no need to hide "share monitor" when we are sharing the screen, because we may want to switch between a monitor and a window (or a file) and it should work. Change-Id: I3db04f1fb11288f4a3288f4430e23704a71bdb3c GitLab: #587
-
Timers are now set per conversation to fit the new design Change-Id: I76411c68b12020ef18dc8f915bfb6cbefa8c5d7f
-
Sébastien Blin authored
+ add clang-format to client-qt/.git/hooks + only modify daemon and ignore other modules as not using gerrit. Change-Id: Ib7f498d3a960da7ff739311409ad922c9976d5d7
-
Aline Gondim Santos authored
Change-Id: I003bad0416c541e7e02f80d01734d71ccd453818 GitLab: #992
-
- Feb 20, 2023
-
-
Jenkins authored
Change-Id: I948a6554fd972fb62f50499e7dadce943d6cef8f
-
Sébastien Blin authored
This patch avoid for non-admins to try to re-add kicked members as filtered out from the list. However kicked members are only visible for administrators. Change-Id: Ie01b7071c072d147bbc0f39e477cc24d7fd58b1a
-
Change-Id: Ia458e2e6ee183cad9d0418af0dbbbcd990f14281 GitLab: #918
-
Gitlab: #978 Change-Id: Ifdc7306c6082c93f74fcb3e8472405d326faea74
-
Change-Id: I76f77f7e5f7eb3e2c46e01f9cdd51b2d40af7739 GitLab: #975
-
Change-Id: Ia94e47c26ded5f3d7271c1d81253eca6d67001dd
-
Change-Id: I561db4414c92419946cc1f7233979b1cf8841055 GitLab: #960
-
Change-Id: I387dcb61393336e021227ada74a2b795d8ec15fa GitLab: #980
-