- Mar 14, 2025
-
-
Andreas Traczyk authored
Change-Id: Ie534479b1af33b4a2d089425c26157a31dc8a5d8
-
Added anchors to improve design for RTL languages Gitlab: #1949 Change-Id: I2f867a0cda6a9e70ddbb2960a8f466f5ee322421
-
Delete the preferedWidth of a row in the accountComboBox to avoid an infinite polish() loop when accessing the settings with an RTL language. GitLab: #1945 Change-Id: I37a4a1c61a296743835d677ab242c0fe214e8d16
-
The links are now postprocessed to compensate for the malfunctions of md4c. It now displays properly even with a + or - in it. It's also checked by the unittests. GitLab: #1903 Change-Id: I0d7f520a7a3fe06fb89107fe6b08f83325218cd4
-
- Mar 13, 2025
-
-
François-Simon Fauteux-Chapleau authored
Commit 49d83fd9 changed the name of Jami's .desktop file, but didn't make the corresponding change to the argument passed to setDesktopFileName in the main() function. This causes a bug where GNOME (and possibly other desktop environments) doesn't display the correct icon in the taskbar when Jami is running. GitLab: #1948 Change-Id: I695057979b180777011a9995d799d38f9a4a0487
-
François-Simon Fauteux-Chapleau authored
We need the EXCLUDE_FROM_ALL argument when adding git submodules via add_subdirectory in the CMakeLists file. Without it, the "install" make target for Jami will also install the submodule's files. GitLab: #1947 Change-Id: I477c4733951ac5a9fa2b6a52a1463c4a585ab8b7
-
- Mar 12, 2025
-
-
François-Simon Fauteux-Chapleau authored
The ZXing-C++ library was recently added to the project as a git submodule, but some of the packaging scripts were not updated accordingly. GitLab: #1947 Change-Id: Ic5324bd807e30bec44c0e07076b1f38903e12895
-
- Mar 11, 2025
-
-
Kateryna Kostiuk authored
Change-Id: Ia0057b83b0484c656c33835dd4233e1c5b8fb9ee
-
This patch fixes the export process when a token is entered manually. Gitlab: #1695 Change-Id: Ib87a933baa42319bcd17acf10402aafdccf23d1a
-
- Make token copyable - Fix UI in dark mode - Remove text animation for export side Gitlab: #1695 Change-Id: Idb701867ba4998bb75715e598ddac66a5e1ac8ca
-
Kateryna Kostiuk authored
Change-Id: Ied19a578f1dbe80d468fcf4c5220f2c340cadcab
-
- Mar 10, 2025
-
-
Kateryna Kostiuk authored
Change-Id: I2d978db411036dab5af45cfc44a7e404d97a177f
-
- Mar 08, 2025
-
-
Fix the alignment of the avatars and text in the details panel GitLab: #1796 Change-Id: I982ba3982b8128c6e43478146fa80dbfaa8f38cc
-
- Mar 07, 2025
-
-
Kateryna Kostiuk authored
- Implements new APIs - Implements export-from-device mechanism (link device in account settings) Gitlab: #1695 Change-Id: I3d3486380e695ea44c199dbe0a0448f724b4d2db
-
- Implements new APIs - Implements import-from-device mechanism (creation wizard) - Minor refactoring of accountmodel and accountadapter Gitlab: #1695 Change-Id: Ib3c6301b82b19a25320dd703f2f7e941f8048a8e
-
Andreas Hatziiliou authored
GitLab: #1827 Change-Id: I877d8a6d15e56c6a8a40ffaa5768ba2812c86d39
-
- Mar 06, 2025
-
-
Andreas Traczyk authored
In the case of a unique view, we need to use the view name used in the viewmanager to destroy the dialog. This is now provided by the viewName parameter of the callback used when creating the dialog. Gitlab: #1938 Change-Id: I3645fc1c7fda44eea9fde8d9d5886647820685ea
-
GitLab: #1794 Change-Id: I48e5e7c42854440f3ee389a7256b8b99a0520eb2
-
François-Simon Fauteux-Chapleau authored
Change-Id: I60872d3444d91c33ce48e477f708fc1f26cc6f13
-
- Mar 05, 2025
-
-
ovari authored
https://review.jami.net/c/jami-client-ios/+/29862 Change-Id: I4a657f73a9240b335cfe04e88f0465abf9a73081
-
Follow up to https://review.jami.net/c/jami-client-qt/+/30295 GitLab: #1932 Change-Id: Ic6e78bd3384c9b825a7fd3bc82409d3e6df2b721
-
- Mar 04, 2025
-
-
Andreas Traczyk authored
Gitlab: #1934 Change-Id: Ic73b39bb3b6e9c14cbe4b4e0773d744da68f5c72
-
Andreas Traczyk authored
In practice, the QML engine fails to set arrays of non-variant types when creating QML components dynamically. Gitlab: #1934 Change-Id: I5e9c0e73dd35c088bdaf070e04cf73c009ea9099
-
Andreas Traczyk authored
To avoid multiple popups when canceling download, we avoid emitting the `CANCELLED` signal directly, and rely on the QNetworkReply error handler to emit the `CANCELLED` signal after translating the error triggered by aborting the download. Gitlab: #1934 Change-Id: I87bc1404405a9140b52c2c43d2aeb3501e06aec7
-
Andreas Traczyk authored
The `autoClose` property was set to the default value of `true`. This causes an issue where if a user refocuses the Jami window, the update dialog closes and cancels the update. Gitlab: #1934 Change-Id: Ia7a90875702a0998de71133ed2215fb0583e161e
-
Andreas Traczyk authored
This will make it easier to reproduce the build that crashed. Note: we should be able to use the build ID (build timestamp), but the git tag is not the same as the build ID currently. This is a problem and should be fixed in the future. Gitlab: #1454 Change-Id: I8c6e25a685421398eef3052a9f48681ac369926c
-
Andreas Traczyk authored
The module is not used anywhere in the file and breaks the client on Windows. GitLab: #1905 Change-Id: I7e4f6e3516a3fd88c7e150b3eeb70cab823d388b
-
François-Simon Fauteux-Chapleau authored
Change-Id: I8743f9c6b0fcbd7cf187d78018420f2b94e5eb01
-
- Mar 03, 2025
-
-
Jenkins authored
Change-Id: Icf3c5ad4bf2757b2f16368d62f4a0bd837c4f602
-
Modify the presentDialog method to account for single instance windows and implement a "hack" around the modality issues of Qt. GitLab: #1905 Change-Id: I166bfc028939240955f20ec9b5777d6f282ccf78
-
Change-Id: Ia7d8a7341370c77df4ddfb30cea75d8fe3c72e69
-
Page Magnier-Slimani authored
Fixed the issue of blank notification when leaving a group by updating the OnNewUnreadNotification function. GitLab: #1921 Change-Id: I87f4c3828a72c9b504a9a68707d6b257ce00154c
-
- Feb 28, 2025
-
-
Page Magnier-Slimani authored
When called, it shows "Incoming ... call from username" instead of "incoming ....call from %1". This adress an issue created in the commit 30419 :https://review.jami.net/c/jami-client-qt/+/30419 GitLab: #1929 Change-Id: I4695a9aebf1787eebef148c234cf6b8eaa2d7ac0
-
- Feb 27, 2025
-
-
Allow to copy UID from the user profile menu. Make the alias always visible and assure we cannot copy it by mistake. Allow to copy the username from the chatViewHeader. Change-Id: I8ff257850286e8a1142c5bd2fbb26e29e8fe5060
-
Andreas Traczyk authored
Brings in fixes for broken account profiles on Windows. Gitlab: #1899 Change-Id: I2ff2123a20b76b385413cd5d5fffd0120526a7c1
-
Change-Id: I6aea8d17415e362427a36f9092d7d40cefc3f99c
-
- Feb 26, 2025
-
-
Changed the property of ToolTipMoreButton on the messageBar to ensure that the show less text display properly only when the context menu is open and not while holding click. Gitlab: #1904 Change-Id: I4f74802d42e58c38abb3b64dc4277f5c1b79a5f6
-
Change-Id: I1eaab0a31e05e9fedc1ba03f792f9ab5b479ffa2
-
https: //git.jami.net/savoirfairelinux/jami-daemon/-/issues/1108 Change-Id: I689f2e4ac3fef152bcafd89e125f97b948627b8f
-
Update install.md to add relevent init command to the windows compilation steps. Change-Id: I59be668fbba1f81db7ecfbf80d4ddd2f615eaf57
-