- Nov 23, 2022
-
-
Nicolas Vengeon authored
copyright OpenLayers v7.1.0: ol.css copyright OpenLayers v7.1.0: ol.js GitLab: #867 Change-Id: I4e01f6d9727d56541d1b44023f26959ebe4fbe26 Signed-off-by:
Nicolas Vengeon <nicolas.vengeon@savoirfairelinux.com>
-
- Nov 22, 2022
-
-
Sébastien Blin authored
Change-Id: Id403f6a3819dcb9b1f0ff58558d9904cd104295a
-
Sébastien Blin authored
Change-Id: I1d9d9a5f526942a53cbc0b34679a1c7c3c4c3f48
-
Sébastien Blin authored
Change-Id: I5f89b4ff35ed12957d039522dd9b176dec00b175
-
Jenkins authored
Change-Id: I28963ea57c89a5cd08a0e7c7eb23777a140e1351
-
- Nov 21, 2022
-
-
Sébastien Blin authored
Change-Id: I2bb01e2846a2c543b7f17086794cd007c2ac39ae
-
This will definitely be the case when filtering out the currently selected item. I don't understand how this worked before SFPM. GitLab: #890 Change-Id: Ib3e6945d2384707e128a52ab06457c157b2c7d0b
-
Sébastien Blin authored
Change-Id: I7a5eb63fb2d6ad08e4826905e873bcbe95bf2a0b GitLab: #860
-
- Nov 19, 2022
-
-
Sébastien Blin authored
This allow users to set a color, notification preferences and get access to all documents in a conversation. Change-Id: I8fd4a46c0940afa0436f9c5b91188f87a05c5a2d
-
- Nov 18, 2022
-
-
Change-Id: I98e8307c1d44a983939a096e2171ff8cf12f4220 GitLab: #860
-
* extras/scripts/install.sh: Use WITH_DAEMON_SUBMODULE rather than LIBJAMI_BUILD_DIR in install.sh, which is called by our build.py convenience script. Change-Id: I5ee797608110bf5e4dbb292fce872f0c5d77e846
-
- Nov 17, 2022
-
-
Change-Id: I1c7099fd82251a1434bebcaf804278cedbb6e6d9
-
Bring over the build.py script and its associated scripts from the scripts subdirectory of the jami-project.git as of commit 14a328b88007bff5ea21650fb00f6d4ead14cf02, with small changes to simplify and drop unneeded parts and adapt to their new locations. Change-Id: I500702854e45392a931ff7505e191b966015cd16
-
This build.py script is Windows-specific, as such we move it to extras/scripts/build-windows.py in preparation for importing the main cross-platform build.py script from the jami-project.git repository. Change-Id: I7d7d98ffb67f7fcdea767d28fd8cdefabea98d4b
-
Sébastien Blin authored
Show a notification in the conversation like Anroid when the account is disabled or when there is no network connectivity Change-Id: I0f875fd24a2b29b8f7f48746651b156451e1250f
-
Sébastien Blin authored
+ Add call buttons to start a new call + React to events from the swarm + call interactions (Join call/Call ended, etc) + active calls area + Add call management logic in LRC + Feature is enabled via the experimental checkbox jami-daemon#312 Change-Id: I83fd20b5e772097c0792bdc66feec69b0cb0009a
-
- Nov 15, 2022
-
-
Sébastien Blin authored
Change-Id: I2511cd89e1ce7f60424f69ab6576d7fb992dd58c GitLab: #881
-
Our qml.qrc is: - commonly in conflict and prone to erroneous conflict resolution - platform dependant (generation is used anyway for removing webengine dependant resources) - a poorly maintained hodge-podge with resources in subdirectories that aren't grouped - requires alteration when moving resources (if not done correctly, without tests, results in uncaught runtime failures) This patch uses a python script at configure time to generate the qml.qrc resource file, and removes it from versioning. GitLab: #749 Change-Id: Ia2b81bb5b2c29d0bf6f5a5302e76795864e93e40
-
Conform to PEP8 and Qt6/QML (remove QtQuick module version). GitLab: #749 Change-Id: Ibccc8023e6f622f039bcdb470f3cade34cc2be9e
-
- Nov 14, 2022
-
-
Jenkins authored
Change-Id: I69391eb6df08bf1727b15802832ddd7ad07e3c3d
-
Sébastien Blin authored
+ Rename to "Hide spectators" + Hide if audio + video are disabled and not hand raised Change-Id: I08e18731c28ceaa8222806ea6223e35d7af445a2 GitLab: #822
-
Relates to <#882>. This problem was discovered when attempting to build the test suite: ld: ../src/libclient/liblibjamiclient.a(avmodel.cpp.o): undefined reference to symbol 'xcb_get_setup' * CMakeLists.txt: [!(APPLE or MSVC] Move xcb includes and link directives to... * src/libclient/CMakeLists.txt [!(APPLE or MSVC]: ... here. Change-Id: If9b6653e157081300caad8f13cafe4979a49630b
-
- Nov 12, 2022
-
-
Maxim Cournoyer authored
The linker would throw errors starting with GCC 10 (see: https://gcc.gnu.org/gcc-10/porting_to.html). Final fix for <#882>. * tests/unittests/account_unittest.cpp (globalEnv): Remove variable. * tests/unittests/contact_unittest.cpp: Likewise. Change-Id: I08cff055590c06afb9423759ff3e2c6c6c790e94
-
Change-Id: I76b163b6b8e7551a9983e08039b599fdf1cf2ce4 GitLab: #885
-
- Nov 11, 2022
-
-
Maxim Cournoyer authored
Fixes <#883>. Automated via: $ find tests -name '*.qml' | xargs sed -i 's,qrc:/src,../../../src,' Change-Id: Ic1a2f419e3e328e8bf861e7fdf370f15da66675f
-
Maxim Cournoyer authored
Partially fixes <#882>. * tests/CMakeLists.txt: Link test objects with ${LIBCLIENT_NAME}. Change-Id: I6808202f046902c5c05c089c0c2fe3d97492a754
-
- Nov 10, 2022
-
-
Sébastien Blin authored
Change-Id: Idb51e3e6cf895fe1aaf88156c0b0296bdf95b263 GitLab: #873
-
- Nov 09, 2022
-
-
Andreas Traczyk authored
Change-Id: I6c7942bda27377c6b83946c855a43c1a09f900ff GitLab: #872
-
- Nov 08, 2022
-
-
Maxim Cournoyer authored
Partially fixes <#882>. This follows commit dae92490. * tests/CMakeLists.txt: Rename QML_LIBS to QT_LIBS, a regression introduced in d82e3820. Remove the dependency on on the Widgets module, now provided via QT_LIBS. * tests/qml/main.cpp [WITH_WEBENGINE]: Include QtWebEngine modules conditionally. (main) [WITH_WEBENGINE]: Initialize webengine conditionally. Change-Id: I0df4e11ca3571338fb1e8967784dc6f09ca1dfee
-
Change-Id: I2a7179cfc092854995cd898203249421b3e7facc
-
Sébastien Blin authored
Change-Id: Id5700e08e7966121ec182786d25b9645b7f6fd75
-
- Nov 06, 2022
-
-
Maxim Cournoyer authored
Fixes <#882>. * tests/CMakeLists.txt: Add "Widgets" Qt module to find_package call. (QML_TEST_LIBS): Add Qt::Widgets. Change-Id: I695010776e6d2638fb65009c79f3263269e1020e
-
- Nov 03, 2022
-
-
Jérôme Lamy authored
update install instruction to include correct debian packages names. Change-Id: Ida007c931b30d216563daf66aaa17075169b3131
-
- Nov 02, 2022
-
-
Sébastien Blin authored
Change-Id: I66d29899ec18b5d1fc0b66e7a44f5c1018237dd5
-
Change-Id: Ia54d01ec56e01d0c04e360ec06da87aa37fe74fe GitLab: #510
-
- Nov 01, 2022
-
-
Sébastien Blin authored
Change-Id: If022ba8cdf4560ed03a678187c55ba3cded2407b
-
- Oct 31, 2022
-
-
Jenkins authored
Change-Id: I4c629def1c3b0512c0c6fb9cd95f19d5e3684def
-
+ give the component some height when the hour is not shown + make sure the hour is shown if the day is shown Change-Id: Ia6e4266539d60577899af63beca8017c6140644c GitLab: #827
-
Change-Id: Ic83ec55631e9a914a53869f112032f3459b2e1c7
-
jami-daemon#316 Change-Id: I26cd21f91571021de960f83f189d7323336fa41b
-