- May 11, 2023
-
-
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
-
- Apr 19, 2023
-
-
Sébastien Blin authored
Change-Id: Ifa8a5fa9ac0e41fddb85b163339ff1d0159c79fe
-
- Apr 17, 2023
-
-
Jenkins authored
Change-Id: Ic83628177ed5003a2daf09f779556becf05868f0
-
Maxim Cournoyer authored
This partially reverts commit 6e0a30024bd5d0f24f8c16960a56b02737bf0131 from the former jami-project repository ("build: Improvements to the generation of the release tarballs."), which caused the source tarball to always be rebuilt, even in the absence of changes. This gets in the way when testing the various packaging targets, so revert it. * extras/packaging/gnu-linux/Makefile (release-tarball): Do not always clear the tarballs.manifest file. The purge-release-tarballs target can be used for that. Change-Id: I30ebda8dc258d0c95c6cf7e02a814627ac5b812b
-
- Apr 14, 2023
-
-
Andreas Traczyk authored
This is a big time saver in the context of CI testing where we only need to supply some env vars instead. It would also be nice to also have the env vars filled out for CMake-generated project runtime configs to prevent unnecessary deployment for development builds, but that's not done in this commit. Change-Id: I338827cb87c9fc71c9a6b4b3076b22aa7cf7cfa3
-
Sébastien Blin authored
Change-Id: I3881fde22fc57edcd5b0d90793d3feb9be2d81c5
-
Gitlab: #1059 Change-Id: Ia973ee1f8666bdd8597d6cbb47a87534ac4358c8
-
It doesn't work with JS arrow function syntax. Gitlab: #1059 Change-Id: I7da9c8ee7a2cb470aeb76cf4d1d0937e621eb221
-
- Apr 13, 2023
-
-
Change-Id: I13cd2861bcbc3446a736f7e68b34044c34c2dce5
-
Andreas Traczyk authored
Removes some intelligent grouping in the code. Perhaps normalization can be selectively done to the the strings and theme files at some point. Gitlab: #1059 Change-Id: If9b0363567bc715dca0bdb4e3662612a5b159361
-