- Apr 18, 2025
-
-
Change-Id: I19a0d3e5de48a4e85822d5fcd00f83af0da16e1a
-
- Apr 16, 2025
-
-
Andreas Traczyk authored
Brings in some build fixes. Also prevents applying the qmsetup patch on Windows, and calls build-windows.py --init with the qt parameter which is required if when using Qt installed in a non-standard location. Change-Id: I40facbdc93289792130a15b0f4151f78137bc1ef
-
Kateryna Kostiuk authored
Change-Id: I30104807a42b70d9e3d4dbbc9baff3ffea9ec923
-
- Apr 13, 2025
-
- Apr 11, 2025
-
-
Change-Id: I50397f9858be1db3447afce3ceac6eb8086f8fbc
-
Kateryna Kostiuk authored
Change-Id: I6d010bcec7e2ae2507349b5982f7c20a80af0bea
-
- Apr 03, 2025
-
-
François-Simon Fauteux-Chapleau authored
This commit adds a patch for QWindowKit to ensure that it always installs its dependency QMSetup in a directory where CMake will be able to find it. This makes the previous QWindowKit patch unnecessary and fixes a build issue when packaging Jami on Debian and Ubuntu that started occurring when QWindowKit was updated in commit 6b70ffcf. GitLab: #1976 Change-Id: I5f23fcbb612aa6d0eb0e77e9a5a006b24a5af082
-
- Mar 31, 2025
-
-
Jenkins authored
Change-Id: Ic2efc297abc2410f951f2bdd185d5327e35829df
-
Added right margins to PopUp titles. GitLab: #1968 Change-Id: I5a3ce3eb1abc6e7737acea8cb2ef6271df515f16
-
François-Simon Fauteux-Chapleau authored
The ""_qs operator (used to create QString literals) was deprecated in version 6.8 of Qt: https://doc.qt.io/qt-6/qstring-obsolete.html#operator-22-22_qs GitLab: #1944 Change-Id: I4fc69f3aae6b1e2096735c3714e899ee3c8203bc
-
François-Simon Fauteux-Chapleau authored
This commit updates QWindowKit in order to fix the following build issue on Qt 6.8: https://github.com/stdware/qwindowkit/pull/154 GitLab: #1944 Change-Id: Iab82514b51577148ff5dc1ba382f8bb517c94f8a
-
- Mar 28, 2025
-
-
Reimplement the fullscreen behavior to only work during calls and to make it more consistent. Change-Id: I8fbad30dfcf577f5af7d809073e20105374deb35
-
- 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
-