- Feb 28, 2023
-
-
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
-
- Feb 17, 2023
-
-
Sébastien Blin authored
The author was empty instead of current uri Change-Id: I4022c5e8bbbe4bd57c1a3fd7bc33ba8be6861bde
-
Andreas Traczyk authored
Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components. The following objects are now created and destroyed as needed: - SettingsView - WizardView - dialogs Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView. Gitlab: #897 Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
-
- Feb 16, 2023
-
-
Franck Laurent authored
Change-Id: I21a716045be89eab83aeb64b200f396a32c509a6
-
Aline Gondim Santos authored
Change-Id: I08ef8b2f383c3aa1035518a2d4f92e941048e211
-
- Feb 15, 2023
-
-
Nicolas Vengeon authored
GitLab: #983 Change-Id: Ida7b6e84768aac69113af8d29b96a4627ae6c9f4
-
Aline Gondim Santos authored
Bug: Go to small size, open swarm details panel (it will take all width) Then go to another conversation => No messages (need to re-click on swarm details panel). Change-Id: I6b2d721e4b3645d60483ff1aca3cff24908cefb4
-
- Feb 13, 2023
-
-
Jenkins authored
Change-Id: Ic3b5198be03e1eff04fdc16c3e88581cf4815beb
-
- Feb 10, 2023
-
-
Kateryna Kostiuk authored
Sometimes, it is not possible to place a call after the system returns from sleep mode. This patch ensures that the connectivity changed is called when the system returns from sleep mode. Change-Id: Id9f1331b89ae37a1244ea10a8c02282c4c8a35e5
-