- May 15, 2023
-
-
Sébastien Blin authored
The focus policy was broken and this patch fix also the tests due to an incorrect conversationModel. Change-Id: I9e7f76b0dff80548d3b92296f22bdd7b848ee931
-
- May 12, 2023
-
-
Sébastien Blin authored
Change-Id: I4ff37c5dd109ed51de3946d9a6337273e1812c64
-
Sébastien Blin authored
This avoid some "contact not found" messages if a delegate is checked while changing the account. Change-Id: I05c4affa93a972ac95578507bd8263706e90298b
-
Sébastien Blin authored
Change-Id: Ibabb824b6bf9d751dc1ffdb03b269ab014d8c990 GitLab: #1078
-
Sébastien Blin authored
remove undefined values causing the focus on the messagebar to be broken Change-Id: I85170ee87d254e0b2764a67b3a0a17fdee535234
-
Sébastien Blin authored
Change-Id: Ie3ab68213f9337d5124eda4f989fb23c0e084d64 GitLab: #1027
-
- May 11, 2023
-
-
Aline Gondim Santos authored
Change-Id: I034edd72522badee2adb1ca558518854938b6deb
-
Aline Gondim Santos authored
Change-Id: I65234d22ecd1e3cb3fc6544a449ec8fc1e78aee0 GitLab: #235
-
This patch introduces some mechanisms to fully support RTL languages: 1. RTL detection via UtilsAdapter::isRTL() checking the locale name 2. Using QML mirroring when needed based on UtilsAdapter.isRTL 3. Inverting panels in DualPaneView and JamiListView when needed with SinglePane support Moreover, lot of anchors are added to automatically manage layout updates. GitLab: #235 Change-Id: I40c245f2d7fae96d796c53505af5403f5e813e7f
-
Change-Id: Ib319bf5187ed5442d2389b23480860bdfd65c2ba
-
Removes the fixed rate QTimer that was used to query shm frames, and waits on the producer in a thread loop. Also factors FPS value tracking into the Renderer base class. Gitlab: #938 Change-Id: Icf44c8399d70c4127c512802b6cf6c6dccdccfd6
-
- May 09, 2023
-
-
Sébastien Blin authored
Change-Id: I749d8d11419da377cde5a0b799f6da66bb31271e
-
- May 08, 2023
-
-
Jenkins authored
Change-Id: I255a30db1a3dc4602b7bd5f15d9d5a4ca5472931
-
- May 05, 2023
-
-
Sébastien Blin authored
Change-Id: I66f048b1ed96d02fe286dfbcf90473ab677979e4
-
- May 04, 2023
-
-
Sébastien Blin authored
Change-Id: I35e2d1615d89e7d43a26a9bc59860494192dc06f
-
Jenkins authored
Change-Id: Iea56e63db5b49172be56b0f39d4917faa54473dd
-
Sébastien Blin authored
Change-Id: I707e96c32d5017dae5d92272e64739efe3c82e05
-
Sébastien Blin authored
Change-Id: Ibf6fffae59475ce415a60ab1bbf09687d6d30c29
-
Jenkins authored
Change-Id: I2badd3e4692fc0491abbe11b6bda2589088f3c36
-
Sébastien Blin authored
if no video device is detected "Preview unavailable" is just useless as there is no video device listed. Change-Id: I071da1e211b16f807ed22f69186a567db054c373 GitLab: #1076
-
Sébastien Blin authored
Change-Id: Ie5fff0d9688d82ae0c31d1b07f970a33c80fe26a GitLab: #1071
-
Change-Id: I46a669fbac7610e0af7521c4ecdda3121e543d75
-
Sébastien Blin authored
Change-Id: I033ee8497ad0424b9d106cace7eb796c7ced599b
-
- May 03, 2023
-
-
Change-Id: I1afc76507b329bfaa4b72c20a27642292bd627f9
-
Sébastien Blin authored
Change-Id: I4f1cb650884fb58e78bdd6490769cfab43211705 GitLab: #1090
-
Sébastien Blin authored
Overload incorrectly managed by Qt 6.5 and we must pass a const ref Change-Id: Ib0a85165b59f6cffd3f01815b803f666623e1b89
-
- May 01, 2023
-
-
Sébastien Blin authored
The search bar should not be shown on a conversation request Change-Id: I31f492c8200cf816021d0b6aa66b248af407a36f
-
- Apr 27, 2023
-
-
Sébastien Blin authored
Change-Id: Id5b85ed470c546c9903772fde82a23153f03bcf4
-
- Apr 26, 2023
-
-
Change-Id: Iceea3bda86ebfcc9c9b5f2b5039187dac9661add
-
Sébastien Blin authored
Ubuntu 23.04 is not yet functional due to python2 missing. We're working on fixing Jami for Qt 6.4 (they changed the whole video pipeline and introduced some breaking changes). Fedora 38 is working fine. GitLab: #1086 Change-Id: I51bbecdfbcf908e2bf57c4c002ef4216a34d746d
-
Sébastien Blin authored
Else, we may access an invalid index Change-Id: I0ba0ce2c13c9788ce61a487e0bf9117062dc90d5 GitLab: #1081
-
The commit was reverted in 2b7a421e due to breaking some of the packaging builds. This has now been rectified. Change-Id: I3ea67962cc65f243f106fe00316634d580f51a52
-
GitLab: #1089 Change-Id: Ia17f68998fb1b71f2cfbe0406a1dfffc283af0c2
-
- add an outline on the item that have the active focus - override only after a tab key press GitLab: #1082 Change-Id: Ib549052e0fa2fe6d781df6980ce662919925c473
-
Sébastien Blin authored
Change-Id: I6832d1ca8b00fa47ef39643e5d564cd13e67db88
-
- Apr 24, 2023
-
-
Jenkins authored
Change-Id: Ia78407c700d81d92d96a04580ad7c5fbc8df16a5
-
Maxim Cournoyer authored
The usage (--help) says: "Build with debug support; run in GDB", but GDB was only used when using the D-Bus daemon. Run a libwrap built Jami with GDB as well. * build.py (run_run): Disable SIGINT when using GDB, and invoke the Jami client with GDB. Disable output redirection to logs when using GDB. Change-Id: Icf3415a3d1fbb87f193d0ede07cb1e1fbb179ce2
-
- Apr 21, 2023
-
-
Change-Id: I4c54ee69f275d3f3b0283a2459222e5d205fe5c3
-
- radius for linked devices - hover - buttons instead of icons for edition Change-Id: I315262a29bf2828bf1f58356b7d84c7c7ab9ef18
-
GitLab: #1067 Change-Id: Ia80f85c678cb202d8e91cb3efe83d9ea82c40ae6
-