- Apr 07, 2022
-
-
Amin Bandali authored
This is so that the user cannot accidentally click Delete again and delete another account. Also, show a BusyIndicator spinning wheel when Delete is clicked, so as to give the user visual feedback that something is happening. Also, set the account Id, best name, and whether it's a SIP account from outside when opening the dialog, so that they don't automatically change when the next account is selected if the user confirms the deletion of the current account. GitLab: #711 Change-Id: I4e93deb4f74257387884edc62d76a5b3cb58d845
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- Dec 21, 2021
-
-
Dialog in Qt.labs.platform which is used to be native in Qt 5.15 cannnot be accessed in Qt 6.2 for now, use popup dialogs instead 1. Add tittle 2. DropShadow revisit 3. Dim properly Change-Id: I8804ae0c30e3450c9a800d9a1c3946ff0bf44b46
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Sep 14, 2021
-
-
Ming Rui Zhang authored
1. Add account config QML properties and use them in settings directly to avoid manual update 2. Rough clean up for video/audio settings 3. Remove settingsAdapter entirely and split the responsibility Change-Id: Icf81b91d5a3a0dd9f2a52824159cd222367b801f
-
- Aug 30, 2021
-
-
Ming Rui Zhang authored
1. Remove deviceModel from AccountAdapter 2. Use QSortFilterProxyModel to make sure that current device is always on top and the rest are in alphabetical order 3. Elide device name properly in DeviceItemDelegate Change-Id: Ic66a11fb4a4a8cca65916653e0981b15c939bce6
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: Ia80632cf2e217e8dd6844a6a8c0d0d8c0f6e1baf
-
Andreas Traczyk authored
Change-Id: Ia344d9f57a216f2d27ef40153af2d6bd787bfb77
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
- Aug 12, 2021
-
-
Andreas Traczyk authored
A button component should have implicit dimensions based on it's content item. This patch provides implicit dimensioning around the content item so that non-fixed size buttons can be made by not specifying the preferredWidth property. Change-Id: Idc30eb1d9a33d8dd4b416e1060b45593b4fc4cba
-
- Jul 21, 2021
-
-
Andreas Traczyk authored
gen-resources.py should be used to generate resources.qrc and JamiResources.qml. Steps to add an image resource: - add the resource file to the appropriate path under resources/ - run gen-resources.py - use the newly available resource Note: only icons and images will be represented by Qml properties. The resource file generation may be made to run during CMake configuration in a subsequent commit. Some unused components were also removed during the refactor. Gitlab: #477 Change-Id: I8e7f13d465031666be2bbadd5f29f9afc94d210d
-
- Jul 12, 2021
-
-
Andreas Traczyk authored
Implements a leaner avatar caching system. The avatar component listens for uid filtering its id, which may be: - conversation id - account id - contact uri In response to the uid change, a the image source is updated with a new image url invoking a fresh QQuickImageProvider query. With this design, only the avatarregistry's uid mapping needs to be updated when profiles are changed, and no longer should specific avatar components receive manual source updates. Gitlab: #466 Change-Id: Ie5313f5c187a0977ca51b890dd92187480a42537
-
- Jun 14, 2021
-
-
Ming Rui Zhang authored
Crash will happen when deleting an account with selected conversation Change-Id: Ia1379a99d89812bd69eb8cc28139516cb283982d
-
- May 14, 2021
-
-
Ming Rui Zhang authored
Change-Id: I609452e83edd55a909d0f30aa6cb0daa3687ff3c
-
- May 07, 2021
-
-
Andreas Traczyk authored
Minor cosmetic changes to the account combo box, search bar, filter tabs, and smartlist. Change-Id: Ie8173504859b325374e42f0dbb4e0ae75f3ed740 Gitlab: #373 Gitlab: #374 Gitlab: #388
-
- Apr 07, 2021
-
-
Sébastien Blin authored
Change-Id: I29633415aa15379743c0a2a8f2274e33b75e3f39 GitLab: #288
-
- Mar 25, 2021
-
-
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: #317 Change-Id: I7c73c9fdabc7cd7cccdb5d1a66ca9f002c6fd098
-
- Mar 03, 2021
-
-
Ming Rui Zhang authored
Gitlab: #299 Change-Id: Ibec25839ba92925364585f1d2c2b3a51348fc273
-
- Dec 15, 2020
-
-
Change-Id: I022ce9a0e9454075f58aef25b796595e8f199a0a Gitlab: #214
-
- Dec 07, 2020
-
-
Ming Rui Zhang authored
Gitlab: #187 Change-Id: I2d6cc19a68438accff89598e5b6866649ae5a511
-
Change-Id: Ief728a8bd36f6c29a906686988b28b0640b2065c
-
GitLab: #160 Change-Id: I44e7584af070fd355af623fe12433cdd68d32d30
-
- Nov 18, 2020
-
-
Ming Rui Zhang authored
Change-Id: I95b0c80968c51e22662a0c0187adfe07fff1584c
-
- Nov 04, 2020
-
-
Change-Id: I8ce859c8736c39c9a48eef990107fa8114eaccc0 Gitlab: #186
-
- Oct 30, 2020
-
-
Ming Rui Zhang authored
A small fix to prevent username registration line edit receiving signal when there is no input is also in since adding banned contact back will trigger lookupAddress. Gitlab: #152 Change-Id: I30afb42eab5903aefb7dd19e9f7a5ad77183e866
-
- Oct 23, 2020
-
-
- QML headers revision - networkmanager: use of deprecated QNetworkReply::error instead of errorOcurred Gitlab: #127 Change-Id: I74f4fd01a0bf34f7a2cb4ae21e3ce611839846f5
-
- Oct 09, 2020
-
-
Gitlab: #119 Change-Id: I3e6f1d26a35edadc26770a481d4ce7ba9cc393d0
-
- Oct 08, 2020
-
-
Prevent the issue of hidden banned contact ui when new contact request is received Change-Id: I6b6b5c1e702a5fcb23a1ac26efb7df814bce01a8
-
- Sep 30, 2020
-
-
Sébastien Blin authored
Change-Id: Ie1442ba33f31775574b2542d161f6bea37f8e1f6 Gitlab: #118
-
- Sep 29, 2020
-
-
Ming Rui Zhang authored
Also, it comes with little ui fixes: 1. Advanced sip security settings, tls version comboBox geometry fix 2. Margin between account deletion button and user identity for sip account Gitlab: #104 Change-Id: Ia9af7a7031e3ab8221b77b7c1f06b2f3aeb4528d
-
- Sep 25, 2020
-
-
- UI sensitive to currentAccountId property, remove getCurrAccId from UtilsAdapter - centralize signals / functions at MainView and avoid unnecessary propagation between modules - name revision (avoid syntax such as "needTo" or "slot..") Gitlab: #85 Gitlab: #86 Change-Id: Ie4060df4b64990bdd3f412d0e491080a4cd20092
-
- Sep 22, 2020
-
-
Albert Babí Oller authored
Gitlab: #98 Change-Id: I62c9c1a97504bae93dbd040d30f49efe060f3bdf
-
- Sep 17, 2020
-
-
Ming Rui Zhang authored
Change-Id: I67230d9395a1f25214692a24f099d4306b6b1dc9
-
- Sep 16, 2020
-
-
Gitlab: #20 Change-Id: I05358244ad9cae5d335934a2947c18de6d79683e
-
Change-Id: I87b731f754762b78fc13257a0a9aede0bd8c034c
-
- Sep 15, 2020