- Apr 07, 2021
-
-
Sébastien Blin authored
Change-Id: I29633415aa15379743c0a2a8f2274e33b75e3f39 GitLab: #288
-
- Apr 06, 2021
-
-
Sébastien Blin authored
On GNU/Linux, the ringtone is managed by the deamon. No need to manage it (incorrectly) in the client Change-Id: I38fe783d6bd0778f702ee6da333468c54d59d678 GitLab: #351
-
Sébastien Blin authored
A regression was introduced in c472fe83 where the distantRenderingStopped and setRendererId don't update the current rendered frame Change-Id: I5aa477e89ae2031ffd282a2f02ae363dffef569a GitLab: #269
-
Sébastien Blin authored
also fix some build warnings Change-Id: Ibbf2e28cb64800e65b8712c6d733aea9aa69c916 GitLab: #356
-
- Apr 05, 2021
-
-
Jenkins authored
Change-Id: Ib54443e96a059beb09054abb113dd3730e267b72
-
- Apr 02, 2021
-
-
Change-Id: I97f256873bbffd79eb08707f0a809172bca06e6b
-
Andreas Traczyk authored
Change-Id: Ie63005974911049e26bd8a359bf413cdcf44cb34
-
Gitlab: #320 Change-Id: Ia2a16a05be3fd6452a39df999660a5c8440eea13
-
Andreas Traczyk authored
- refactor qml object registration - inject AppSettingsManager and SystemTray Gitlab: #320 Change-Id: Ic8232a290003245d09ad9452c9f5518fd260af78
-
Andreas Traczyk authored
Change-Id: I03da0b19e44fee3c88e4cf3353208bba597e0408
-
Andreas Traczyk authored
Lrc object injection should never be a null pointer. Change-Id: Ib574c751673fd35e223ce2447cee74bce7dfbf3e Gitlab: #337
-
Andreas Traczyk authored
This provides out-of-the-box cmake configuration for QtCreator without having to manually specify the lrc path. Change-Id: I3a8abbc2d0dd8062cecece166afbf09b91b52f59
-
Sébastien Blin authored
Change-Id: I272403d2f069e785883acac1e3a0b47695b913a7
-
- Mar 30, 2021
-
-
Pierre Lespagnol authored
Change-Id: I8599a60628482305d02c7d747deca11672cd61ff
-
- Mar 29, 2021
-
-
Jenkins authored
Change-Id: Ic6487eb459e9b9b8c297a8aad205c4b1edb73899
-
- Mar 26, 2021
-
-
Gitlab: #277 Change-Id: Iffb0e1cc7a57495ba5f84230265cdcec87e26307
-
Avoid having a removed contact on the "default moderators" list. Gitlab: #309 Change-Id: I710fe3e096be830e3cd9cfc93f2f46fb60eb20f0
-
Change-Id: I0e28f20ecb017267e74ef76fb922443e15e896e8 Gitlab: #308
-
Accessing smartlist on conversationRemoved can return invalid items. Instead, only show welcome view and use modelChanged signal for updating smartlist. Also avoid duplicate navigation to welcome view. Gitlab: #300 Change-Id: Ic1c192fecceeb59287267e3445fabf6afb91ffd5
-
- avoid using smartlist index change for conversation selection when call ends (instead it can be triggered from calladapter) - break long lines Gitlab: #260 Change-Id: Iaa1f9269d9ba6889fb1a7e466cd586fa86263bc7
-
- switch tab to conversations smartlist - go to welcomeview TODO: define UI behavior while waiting for the smartlist update Gitlab: #284 Change-Id: I251c49e5b0b418f41d5872ef09d32db5bc940df2
-
GitLab: #341 Change-Id: Ibe7ad479845bf9390e8634c6b80cb0be79976143
-
- Mar 25, 2021
-
-
Ming Rui Zhang authored
Make the LRCInstance pointer pass correctly into updatemanager Change-Id: I87f22fcf69d69babae3ec6de8b6b20eb5d2c652b
-
Ming Rui Zhang authored
Gitlab: #353 Change-Id: I23d2e1cc57ce3a3a2b41972385c8318d9f85c904
-
Ming Rui Zhang authored
Change-Id: I0f2d2232cd383dd8adbf93db10ef2156324a1933
-
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
-
Ming Rui Zhang authored
Gitlab: #319 Change-Id: I39fe050d3b9d509f8709528e1c8fcf6acf7e7ca3
-
Ming Rui Zhang authored
Display name is not a good filter since sip accounts may have the same display name Change-Id: Id1033816c496dd702874f646efcba7914cb2342d
-
Ming Rui Zhang authored
Gitlab: #317 Change-Id: I7c73c9fdabc7cd7cccdb5d1a66ca9f002c6fd098
-
It is to make sure that all other call related UI will be set up correctly. Gitlab: #298 Change-Id: Iabc1587e0c0622cc6b9c0fecd99bfd35b156fcf7
-
Gitlab: #325 Change-Id: I03b4352788df912074859e183090658cf27678f0
-
- Mar 24, 2021
-
-
Andreas Traczyk authored
Errors copying symlinks may occur when the project is cloned using certain WSL versions. Change-Id: I92f698d01edd6a94c3dff9bce39441b4df98eec2
-
- Mar 22, 2021
-
-
Change-Id: I3765828104210f2c982fa90f3aaee98d26cd1427
-
Ming Rui Zhang authored
GitLab: #337 Change-Id: Ifb671d38d364714818650a8154c43a5787460039
-
Andreas Traczyk authored
Refactors audio settings to avoid list model code duplication. This code could be greatly simplified by using string lists, however the combo-box component design is highly dependent on QAbstractItemModel based models. Also translates the handlebarred strings upon presentation, which is currently used to translate the "Default" prefix for the first device item. Gitlab: #346 Change-Id: I5ed282d29cc4ec6a090a9cdf47b0459f0db2a99b
-
- Mar 17, 2021
-
-
Aline Gondim Santos authored
GitLab: #338 Change-Id: I0bc0026e0c515b782675892c0e652b53b8de4e1a
-
Andreas Traczyk authored
This function either returns a reference to a local, or a QString member whose lifetime is unknown to the caller. We should just return by value. Change-Id: Ib87288105daa6bf8cb6b803948411275da980c54
-
- Mar 16, 2021
- Mar 08, 2021
-
-
Jenkins authored
Change-Id: I33cc4dae0e739f61f68386d9db4819429745a058
-