- Oct 08, 2024
-
-
Andreas Traczyk authored
Currently, the user-facing version number in the about dialog, is a build-time timestamp that does help us isolate the project versions accurately. Ultimately, we need to be able to reproduce issues present in specific versions of Jami. This commit introduces a new version number in the form: <client_sha>.<jamicore_sha>, allowing us to reproduce builds more accurately. Gitlab: #1820 Change-Id: Ie7e20b20da65284e33e745996c410f539b65080c
-
- May 30, 2024
-
-
Adrien Beraud authored
Change-Id: I3abcdfa8d6a32eedbfd99ab0302d18b5bad6dae6
-
- May 29, 2024
-
-
Andreas Traczyk authored
Don't use a post build step, as it's only needed for packaging. Change-Id: I1be4e7ac8042e1f211b4eeb15bc869e16eda1682
-
- Mar 22, 2024
-
-
Change-Id: Ida5516630c6f95b16aa45f31ee8111a924273b3f
-
- 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 31, 2024
-
-
Andreas Traczyk authored
Change-Id: If460259ef799c53ddd94e3c058fb5b42e77fbdcb
-
Andreas Traczyk authored
Broken by https://review.jami.net/c/jami-client-qt/+/26560. This moves some logic that has been previously duplicated between the app and tests into a common routine. Change-Id: I40f1af38893cfcef751578d3e4db7d7ba040505b
-
- Jan 26, 2024
-
-
Andreas Traczyk authored
Several major changes to the layout have been made. - The chat search bar is moved into the message search layout. - The Searchbar component is stripped of unused features. - Some remaining logic that was used to switch main loader components is removed. - ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views. NOTE: the option to use a frameless window is available within general settings Gitlab: #1524 (Frameless Window) Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
-
- Jan 03, 2024
-
-
Sébastien Blin authored
Change-Id: I8d5f968fbedbc884c91416246049a0ef4cd652eb
-
- Nov 03, 2023
-
-
Andreas Traczyk authored
Change-Id: I081b2575d78352e091c60c9ac80d8c8c5512e9b0
-
- Nov 02, 2023
-
-
Andreas Traczyk authored
Change-Id: Ib0b41428f00945c9bcab2f7d68355c2128c0e68f
-
- Jun 01, 2023
-
-
Andreas Traczyk authored
Bumps the daemon and adjusts the build to use the appropriate library name. Change-Id: I4208f161c3522bb58dfc1dc55cb10910ade24eed
-
- May 30, 2023
-
-
Change-Id: Ie7ab5f35d0f215cd32932f277dd7cc178e0dd2cc
-
- May 15, 2023
-
-
Sébastien Blin authored
Python2 is removed from Debian stable/unstable and latest Ubuntu. So, we need to use a newest version of Qt (here Qt 6.4.3). Change-Id: I6c8b1eee644aab787d54e467f64011762ffd7548
-
- Apr 26, 2023
-
-
The commit was reverted in 2b7a421e due to breaking some of the packaging builds. This has now been rectified. Change-Id: I3ea67962cc65f243f106fe00316634d580f51a52
-
- 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
-
- 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 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Jan 06, 2023
-
-
Andreas Traczyk authored
Makes build.py commands work for Windows. Change-Id: Ie21314b090106286348ad51d6137fac84fa651df
-
- Dec 29, 2022
-
-
Sébastien Blin authored
This reverts commit 041b733c. Reason for revert: Breaks build from jami-project Change-Id: Ie93add3c76a88c0368cb9d23c415d921a06b49d9
-
- Dec 28, 2022
-
-
* extras/build/cmake/modules/FindLibJami.cmake: Rename LIBJAMI_INCLUDE_DIRS to LIBJAMI_INCLUDE_DIR. Use find_path to search for jami.h directory. * CMakeLists.txt: Adjust accordingly. * src/libclient/CMakeLists.txt: Likewise. * src/libclient/qtwrapper/CMakeLists.txt: Likewise. Change-Id: I494358f9bfafb41f000daeec4196747b2c184401
-
- Dec 20, 2022
-
-
Sébastien Blin authored
This patch moves already existing packaging scripts from jami-project into client-qt. Introduced changes are: + WITH_SUBMODULE must search in system lib too because for packaging client-qt (for rpm) will be built separately, and will depend on jami-daemon. + Fix appdata.xml (replace old wiki with docs.jami.net) + path changes (because we build in client-qt not jami-project). GitLab: #853 Change-Id: I1313830d85c8094fcbcc52e22033a2add7b1e89f
-
- Oct 17, 2022
-
-
This allows invoking cmake with -DWITH_DAEMON_SUBMODULE=true to use the daemon header files and library from the submodule. Note that it is currently still necessary to build the daemon separately first, either manually or using the build.py convenience script. The goal is to eventually add support for building the daemon with CMake in the future, so that we could add_subdirectory(${DAEMON_DIR}) in client-qt's CMakeLists.txt and have CMake take care of everything. Change-Id: I3a16c44837e6c79616b3101fea8a6ff3defa3ab5
-
* extras/build/cmake/modules/FindLibJami.cmake: find_library's NAMES option can take multiple library names. So, just use that instead of multiple almost-duplicate calls to find_library for trying different names. Change-Id: I9ae5d96e1abcb8117ad65b79b3cc27424b4f87d7
-
- Oct 07, 2022
-
-
Amin Bandali authored
This is the first in a series for cleaning up the top directory (root) of the repository and move various files/folders into nicely organized directory structures. GitLab: #749 Change-Id: If59b74fff981df242bc26e62a070bdb81d7baded
-