- Apr 07, 2023
-
-
Change-Id: I03f536a22eb24c30a33f9d1736ac0e7849d66c42
-
Sébastien Blin authored
Setting an account to migrating is asynchronous. So the status of the account should be checked via dedicated signals and not just at the startup, else the migration view is not shown. Also removing two accounts to migrate wasn't working correctly. Change-Id: I0bb716982ec5fe76aaba3ad4cb6f47b1ef0aa710 GitLab: #1062
-
- Apr 06, 2023
-
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: I5defa1135f23da975fa0f60cb2762b67d7bc7e86
-
Andreas Traczyk authored
Adds a `--with-engine` option for the resource generator script which will prevent packaging unused resources when building without webengine support. Change-Id: If2f31284ef59166615221235427a53d0df8da2ce
-
Andreas Traczyk authored
Change-Id: Id593b7f551efc2fc465c4ec0e8936c77628f7f48
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: I5bc73e07f15e73ee2f84e8e5c02689c81e670272
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: Id00f91996fe93279992a2aa8c5778de8a93dcdbc
-
Andreas Traczyk authored
Several subsequent patches will be required so this can be used for our tests. Gitlab: #899 Change-Id: I3939770ed34fe40aafa2ab93e2bab3cd77a20955
-
Andreas Traczyk authored
This may have negative side-effects depending on the build environment. Change-Id: I70356e80f26683ec4f5ed6993c134a44807d6def
-
Andreas Traczyk authored
In this case we simply don't connect to a null object pointer. This was causing invalid connections during test setup. Gitlab: #899 Change-Id: I1c38c9338451f6817444576b95809c19bb28e3ff
-
- Apr 05, 2023
-
-
Andreas Traczyk authored
This was causing invalid connections during test setup. Not having a null preview engine will prevent dereferencing a null pointer once messaging tests are implemented, however, the webengine will not work correctly due to missing resources which may be corrected in a subsequent patch. This commit also moves .clang-format to the root repo dir so it will apply to the test source code (the test source code should be within the src dir). Gitlab: #899 Change-Id: I8cac1fb937a0c60a91219b11ed1e0b5f323b1816
-
Andreas Traczyk authored
- simplifies and fixes the python build script for Windows - applies pep8 to the script also Gitlab: #899 Change-Id: Ieb3debd08ddf1649a46208fc52362d20c504c1b1
-
- Apr 04, 2023
-
-
GitLab: #1057 Change-Id: I626cf3d11952c236c82a2329fadb7d893da42ce9
-
Sébastien Blin authored
Not useful in calladapter as we need to check if it's for the current call. Also, fix some race-confitions where the callparticipantsmodel was empty (in swarm-call with only the host in general) #639 Change-Id: I69df1aa9f7d2d5b198c0fdc01e88e36f9c2c0bd7
-
Sébastien Blin authored
Else, because we show the incomingCallView, the currentCall may be different to what we show Change-Id: I8d996df5db22a8b2cb4a69ed070c278c08816b07
-
Sébastien Blin authored
Change-Id: I5d15ad9b8019fc1c758224bccd024679288bec98 GitLab: #1055
-
Sébastien Blin authored
And set default to true Change-Id: Idc871c5d0497bc4d7e5c137795e9165ca987274d GitLab: #1039
-
- Apr 03, 2023
-
-
Jenkins authored
Change-Id: I9b4d8af860511901d1976de5de14e0cab24b23de
-
- Mar 31, 2023
-
-
Franck Laurent authored
- Contributor added to credits Change-Id: I121c5edea1a9339f3b06aec0c63badda9dc5ded4
-
- Mar 30, 2023
-
-
Sébastien Blin authored
Change-Id: I28ed5573adb50b4372f4b763d3565eefeb00ae35 GitLab: #1018
-
Sébastien Blin authored
jami-project#1538 Change-Id: I50593347fe2c1adbeecdd371400f639234dad74c
-
Sébastien Blin authored
Change-Id: If8e285c8188be453b6df0c1b5c86626bfbd46ab0 GitLab: #1053
-
GitLab: #1054 Change-Id: I003f88c111c6c012434f7e3f7437d6c5475edcfd
-
- Mar 28, 2023
-
-
Change-Id: I3a7b5ecb87877bf272f6500ef9ea4f6edde3f1a1
-
- Mar 24, 2023
-
-
Sébastien Blin authored
Change-Id: I079903c9c4cd4e7f8978e4e889450ea1d2202450 GitLab: #1047
-
- Mar 23, 2023
-
-
Sébastien Blin authored
Change-Id: I564e5b721b65caab9e8f01c12d30194db9e4844f GitLab: #1039
-
Sébastien Blin authored
Because no interactions was added, a conversation was shown at the bottom while syncing Change-Id: I9cdba00f7fe328e0cf6486d7076fc377fc573a32
-
Change-Id: I3460bb918231965fdf1e86aca89d91493a4365d0 GitLab: #1042
-
MediaPlayer is crashing on snap for an unknown reason. For now, the easiest thing is to use the webengine component as it's already used pretty everywhere and snap is built with. GitLab: #1037 Change-Id: Ida24f0401bbd5c6a861a7229fb51135652722561
-
This allow users to be able to easily identify their contacts by changing the avatar/display name of a contact (for SIP and 1:1) jami-project#757 Change-Id: I483a9116b78b08d43962abff982e73089bfec1d7
-
Andreas Traczyk authored
Message delegates can have different heights and scrolling through the list view may cause vertical flickering without a substantial pre-fetching of items. GitLab: #1020 Change-Id: Ic776b67d62773294f4548be3475804cd1824ef2b
-
Andreas Traczyk authored
- Saves (session only) the open state of the swarm details panel - Saves the details index, and falls back when not available Gitlab: #902 Change-Id: I7ad0c53007dac95f4b1984fc1fcf0094ae59a755
-
- Mar 22, 2023
-
-
The manifest has moved from guix/manifest to extras/packaging/gnu-linux/guix/manifest.scm; adjust the script for it. * build.py (GUIX_MANIFEST): New variable. (run_dependencies, run_install, main): Use it. Change-Id: Ic2adf89be1eb21c672d8d8950ea6bbf93f5a2773
-
Andreas Traczyk authored
Reverts accidental rebase issues in f6f9034 (Patchset 24 -> 25). Fixes view management during last account deletion and first account creation. Gitlab: #902 Change-Id: Ieacf816ef9a30e27973115dc70d029106b72bb07
-
Sébastien Blin authored
Change-Id: I2fd8650cf106f6f0ececd3d4ce2b021061224b04
-
Sébastien Blin authored
Change-Id: I278bf8131f587da392f2bccc8467138db97dc3e6
-
Sébastien Blin authored
The blue was too blue, the links didn't work neither Change-Id: Ibc01b13a76d0957fc45f2c240764f7915c3636af
-
- Mar 20, 2023
-
-
* CMakeLists.txt: Tweak the setting of the runtime path (RPATH) to add the 'lib' directory for local (non-system-wide) installs, to fix the newly-surfaced issue with linking libjami for local installs. Without this, the executable would be linked against the libjami shared library from daemon/src/.libs for the install RPATH as well, which for some reason as of recently gets omitted from the install RPATH after 'make install', resulting in an error like the following when trying to launch jami: ./install/bin/jami: error while loading shared libraries: libjami.so.0: cannot open shared object file: No such file or directory Change-Id: If7e172b54728c72ae649fcf936a767b5d9c99488
-
- Mar 16, 2023
-
-
Sébastien Blin authored
Change-Id: I664c1ef15853ecab58527b7f4cd8c928688abff2
-
Sébastien Blin authored
Change-Id: I7086aa09b3179de14fca8dcd40623bdb6fb6642e GitLab: #1035
-