- Aug 23, 2024
-
-
libpipewire-0.3-dev is used since commit Ia54dbc512aa87ae1cb1df7c1ffe71c153a4937a2 Change-Id: Ia1299ec938091a844581f8bea3c7c5486bd43f14
-
- Feb 19, 2024
-
-
Sébastien Blin authored
Change-Id: I5e92e47ada4c4225c68065179245d96723397575
-
- Feb 13, 2024
-
-
Andreas Traczyk authored
Change-Id: I6b0eae47d4fd52935cc4cef02d79115b80f3d809
-
- Feb 06, 2024
-
-
This commit makes the necessary changes to migrate from Qt 6.5.3 to Qt 6.6.1 and fixes the following issues: - EditedPopup.qml: "layout polish loop" and "recursive rearrange" errors (GitLab: #1510) as well as an unreported bug where text was clipped instead of elided - BaseContextMenu.qml: QML warning ("Created graphical object was not placed in the graphics scene.") The daemon is also bumped in order to include a patch for a build issue on openSUSE Leap (GitLab: #1552). GitLab: #1466 Change-Id: I12df2f84067ebe961368879e08ff7ef275d93395
-
- Jan 03, 2024
-
-
Sébastien Blin authored
Change-Id: I8d5f968fbedbc884c91416246049a0ef4cd652eb
-
- Dec 04, 2023
-
-
GitLab: #1418 Change-Id: I37239869e691a621138ae0616695f8efdf4b47ca
-
- Nov 14, 2023
-
-
Andreas Traczyk authored
Change-Id: Ieeeb8bbf3d032fb9595b6f76a49ab8027dad7d99
-
- Nov 07, 2023
-
-
Change-Id: Ie014285e46feb82577125b68677b19d94005789f
-
- Nov 02, 2023
-
-
Andreas Traczyk authored
Change-Id: Ib0b41428f00945c9bcab2f7d68355c2128c0e68f
-
- Oct 31, 2023
-
-
Andreas Traczyk authored
Change-Id: I6d3cdfb30e148c0e74fcd1b69b2f1d317425d691
-
- Sep 07, 2023
-
-
There's nothing particular about Guix in the handling of TARBALLS, so display the hint for all distributions. Change-Id: Icc5f224f08dd0d57f53ee7bed46b11048bff303b
-
- Jun 27, 2023
-
-
Gitlab: #1219 Change-Id: I5a2e2099d6ad1b551e2d744ffbf800b79c36a821
-
- Jun 08, 2023
-
-
Add libsystemd-dev to APT_DEPENDENCIES Add systemd-devel to ZYPPER_DEPENDENCIES Add systemd-libs to PACMAN_DEPENDENCIES Change-Id: Ie997202acd85b04b7c4376cf936b98e04dcb23b6
-
- Apr 24, 2023
-
-
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 13, 2023
-
-
Andreas Traczyk authored
+ Requires that the Qt path is supplied when calling build.py --init. + format.py now also takes a --qt argument to specify the Qt path, used to locate qmlformat. + format.py takes a --type argument to specify the type of files to format (qml, cpp, or both). qmlformat is called with `--normalize` and `--force`. Gitlab: #1059 Change-Id: Id9ff4b17018370696792b44f55ed2f4bc8091193
-
Andreas Traczyk authored
This homogenizes the script calling convention with other platforms, and will allow for a cleaner approach when searching for Qt tools (qmlformat). Gitlab: #1059 Change-Id: I540ff61bd92186bb5a2998670665631e352852b9
-
Andreas Traczyk authored
Devs will need to remove the existing pre-commit hook or regenerate the hook with `build.py --init`. Gitlab: #1059 Change-Id: I1cec9150c7781d769cb229dfd170a9dcfc819edb
-
- Apr 05, 2023
-
-
Andreas Traczyk authored
- simplifies and fixes the python build script for Windows - applies pep8 to the script also Gitlab: #899 Change-Id: Ieb3debd08ddf1649a46208fc52362d20c504c1b1
-
- 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
-
- Mar 06, 2023
-
-
Sébastien Blin authored
hooks must be installed after the module is cloned. Change-Id: Ie09a87befbfd217b6c1ad404bf3a457e6d413065
-
- Mar 02, 2023
-
-
Instead of leaking host TLS certificates at /etc/ssl/certs for GnuTLS, we can now have the directory symlinked to the ones provided by the nss-certs package in the Guix container, which is cleaner. * extras/packaging/gnu-linux/Makefile (portable-release-tarball): Replace --expose options with --symlink. * build.py (run_install): Likewise. Change-Id: Id3b8c2b3dd06fade10bbd280fd0af8f9ac8fde45
-
- Feb 28, 2023
-
-
Kateryna Kostiuk authored
This patch adds a parameter arch to specify architecture to build. This parameter could be arm64, x86_64 or unified. Change-Id: I2907e03410e0c01b8505afbe283da04b8d0291b6
-
- Feb 21, 2023
-
-
Sébastien Blin authored
+ add clang-format to client-qt/.git/hooks + only modify daemon and ignore other modules as not using gerrit. Change-Id: Ib7f498d3a960da7ff739311409ad922c9976d5d7
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Jan 10, 2023
-
-
GitLab: #925 Change-Id: Id75b14bf431ac421b135beb75918dbf37a81d53c
-
- Jan 06, 2023
-
-
Andreas Traczyk authored
Makes build.py commands work for Windows. Change-Id: Ie21314b090106286348ad51d6137fac84fa651df
-
- Dec 15, 2022
-
-
Aline Gondim Santos authored
Change-Id: I83e4fa98444bf4d025cce66aa8297b2d2b14ef01
-
- Dec 06, 2022
-
-
Aline Gondim Santos authored
Use registry "HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion /Themes/Personalize/AppsUseLightTheme" to check if system theme is supported and if it is dark or light. Removes "EnableDarkTheme" in favor of "AppTheme". Requires Windows SDK version 10.0.18362.0 to build with system theme support. Note: This does not watch for changes in system theme in runtime as the support for it requires Windows Runtime version 10.0.10240.0. GitLab: #723 Change-Id: Ice8f7936a90535f47dc1870d4f18215e062684ba
-
- Nov 17, 2022
-
-
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
-
- Oct 07, 2022
-
-
Andreas Traczyk authored
- Removes the explicit "(BETA)" from the msi installer. - Changes BETA to Beta in the about menu. Change-Id: Ifbf300ef1c39a4648f6a235cf3a17a89145d2152
-
- Jun 23, 2022
-
-
Andreas Traczyk authored
Change-Id: Icb9c82aea6eeb17f02353da58bb77fede79b3cb0
-
- Apr 07, 2022
-
-
Change-Id: I663f4c7d736d62063f897d9551fc2e97ad5360ef
-
- Mar 08, 2022
-
-
Andreas Traczyk authored
Beta releases only need a build flag and not an entire vs project configuration. Change-Id: Id177e0adbc63a8666c20df3e16c8b5f2512739b5
-
Andreas Traczyk authored
Change-Id: Ie54c715144cdc9948fd395672277dd336b599f34
-
- Dec 23, 2021
-
-
Andreas Traczyk authored
Change-Id: I5dc3eaa0afc4c1e01029ec66035201565f0829c3
-
- Dec 22, 2021
-
-
+ Check early for Qt6 and remove module list duplication. + Add qrencode-win32 as a submodule. Remove unused libqrencode submodule(GNU/Linux and macOS use package dependencies). + Remove unused ReleaseCompile option. REQUIRES adjustments to: - https://jenkins.jami.net/view/clients/job/client-qt-msvc-tests (JenkinsFile ??) Gitlab: #601 Change-Id: Ied65c9aaead86009d70f68705f8592950dab2dfa
-
- Dec 21, 2021
-
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Nov 15, 2021
-
-
Ming Rui Zhang authored
Change-Id: Id225f4ec79b7e502941e11f68a3b8a241cbc472a
-
- Jul 29, 2021
-
-
Ming Rui Zhang authored
1. Move JAMI_DATA_HOME, JAMI_CONFIG_HOME, JAMI_CACHE_HOME setup into individual test main entry 2. Use google test assertion macros instead of Qt 3. Add QT_QPA_FONTDIR to avoid QFont warnings 4. Tests will now fail if the env variables cannot be set Change-Id: I63f6498d26b646d8ebc60799d8797fd5f13b54f9
-