- Mar 26, 2025
-
-
Adrien Béraud authored
Change-Id: I2d2952007ce1c437bac9c96d35c2931816f185ac
-
- Mar 25, 2025
-
-
New device identifier is not recognized.\nPlease follow above instruction. → Unrecognized new device identifier. Please follow the instructions above. Change-Id: I75a1f89d738629eff031bdd3258435d7b72a4fce
-
ovari authored
Change-Id: I9514660fc4a5b39232fb4b293b5f7957338185f4
-
Fadi Shehadeh authored
Adapted radius for RTL. GitLab: #1967 Change-Id: Ic14b089f12d4a50227036b800353654a54584cc1
-
- Mar 24, 2025
-
-
Jenkins authored
Change-Id: If32bee03cbac617649bbded29bf732f907aed5d3
-
- Mar 21, 2025
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I789d0ed1a76ebe3364e6fddae69393164d80b72d
-
François-Simon Fauteux-Chapleau authored
The attempted fix in commit 65d3befa was based on the incorrect assumption that md4c systematically fails to detect links that contain at least one +, - or _. This commit removes the postprocessing step added in 65d3befa and instead patches md4c to directly fix its link recognition algorithm. GitLab: #1903 GitLab: #1964 Change-Id: Ic1d6302e3250390af66611a16715a6397578abb5
-
Andreas Traczyk authored
The submenus are no longer created dynamically, so bindings are required for positioning. Gitlab: #1965 Change-Id: Idc2fe77f00ff9b2124f0bad4cc1a8160cd01bf04
-
Andreas Traczyk authored
The bug is caused by the computation of `elementWidth` when the list model length is zero and `showWindows` is true. In this case, division by zero causes the `elementWidth` to have the value `Infinity`. We presume that at this point, the component's rendering may take a while. This commit refactors the layout to use a GridLayout and a more stable approach to displaying the delegate components, while removing a potentially harmful Qt bug [1] workaround. [1]: https://bugreports.qt.io/browse/QTBUG-110323 Gitlab: #1242 Change-Id: Ib3df1568fdbcdd799fcdcf0b39cb87e3de50dc42
-
Adapted radius for RTL. GitLab: #1953 Change-Id: I732cd33b403fea1f115527db19faffe131b259eb
-
Fixed the alignment problem with RTL languages on the About Jami PopUp. GitLab: #1952 Change-Id: I8262cb658ac3099a113e04574df3e93bd7993f0b
-
Reorganized layout margins for BaseModelDialog and adapted affected components. GitLab: #1946 Change-Id: I36d0a99fb81fd645cdcdd33a3d10ccea6d4c0424
-
Change-Id: Ib0106a894896c24d466fd00c1025f1a7072823ff
-
Azerbaijani is now recognised as an RTL language. GitLab: #1957 Change-Id: Id1a4f947bf5d0371f558ad5fa507e375c4a2be32
-
- Mar 19, 2025
-
-
Homogenizes the image sizes and effect parameters. Change-Id: Icd8b3968aec7311de5700664f03358c289622a40
-
Andreas Hatziiliou authored
Fixes behavior introduced in Qt where flickables (list) can scroll infinitely off screen. Temporary fix to have more polished feel to the app. Functionality to have a soft overscroll is supposedly fixed in Qt 6.7 onward. Change-Id: I031c590e1a351a0fe0d0ea1ea9ed17c24c5c572b
-
- Mar 17, 2025
-
-
Kateryna Kostiuk authored
- Enable building natpmp - Disable building freetype Change-Id: Iba6c311dff4fb175efbe16cc1f82e51355f5d25e
-
- Mar 14, 2025
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: Ic85d1b225778c4e038091e8c1aa04f5706d59543
-
François-Simon Fauteux-Chapleau authored
Change-Id: Id3d532358c3f5f8b4b17ce85efd0492e51e6877d
-
Implement a timer to refresh the download progress bar periodically. GitLab: #1809 Change-Id: I0c9e142ce5d30c443c4fc6998de3387ec751b1d7
-
Andreas Traczyk authored
Change-Id: Idf683c3c68c22889fb3e605112167930f2729cd8
-
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
-