1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-14 20:45:23 +02:00
Jami client based on the Qt framework, for GNU/Linux, Windows and macOS platforms.
Find a file
François-Simon Fauteux-Chapleau 95e36ef89b tests/qml: fix various issues with the MessageOptions test
This commit fixes three issues related to tst_MessageOptions.qml:
1) There was no test to check that the call to createSIPAccount() at the
   beginning of test_createMessageOptionsPopup() actually succeeded
2) The created account was not deleted at the end of the test
3) The test would occasionally crash due to an uncaught
   std::out_of_range exception thrown by the
   AccountModelPimpl::slotAccountDetailsChanged function. I've modified
   the function to issue a warning instead, which makes it consistent
   with AccountModelPimpl::slotVolatileAccountDetailsChanged and avoids
   throwing an exception from a Qt slot (which is considered undefined
   behavior according to the Qt documentation)

Change-Id: I4d939b29f27ee27de673aea7046997ef756fbcee
2024-01-18 21:21:22 -05:00
.github add sponsor button on gitHub repo 2023-11-23 08:52:36 -05:00
.gitlab/issue_templates misc: improve README.md 2020-10-10 13:32:06 -04:00
.tx i18n: fix configuration 2023-07-27 09:59:43 -04:00
3rdparty qrencode: windows: bump submodule version 2023-11-16 16:37:25 -05:00
daemon@6addbbc160 misc: bump to daemon 15.0.0 2024-01-03 09:54:47 -05:00
doc doc: Add and install jami(1) man page. 2022-12-29 14:45:33 -05:00
extras macOS: remove QT dSYM files 2024-01-09 20:19:32 -05:00
JamiInstaller packaging: windows: optionally skip windeployqt 2023-04-14 15:19:48 -04:00
resources Donation banner: change image and center 2023-12-20 12:30:13 -05:00
src tests/qml: fix various issues with the MessageOptions test 2024-01-18 21:21:22 -05:00
tests tests/qml: fix various issues with the MessageOptions test 2024-01-18 21:21:22 -05:00
translations i18n: automatic bump 2024-01-18 13:40:31 -05:00
.clang-format tests: qml: initialize the preview engine 2023-04-05 13:54:41 -04:00
.cqfdrc misc: Clean up repository root. 2022-10-07 17:30:06 -04:00
.gitignore chatview: fix emoji responses under Qt v 6.4.x and up 2023-06-02 14:57:54 -04:00
.gitmodules build: windows: remove qrencode-win32 patching 2023-11-14 14:44:30 -05:00
.gitreview gitreview: update gerrit host and project 2021-09-28 15:55:28 -04:00
build.py misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00
CMakeLists.txt misc: don't prefer Vulkan RHI 2024-01-12 10:02:25 -05:00
COPYING misc: add a plain text COPYING license file 2021-01-04 09:33:22 -05:00
INSTALL.md qt6.5: update to Qt 6.5.3 2023-11-29 11:49:45 -05:00
README.md misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00

Jami

jami-logo

Share, freely and privately

Introduction

Jami provides all its users a universal communication tool, autonomous, free, secure and built on a distributed architecture thus requiring no authority or central server to function.

jami is the cross platform client for Jami.

For more information about the jami project, see the following:

Getting involved

Notes

  • Coding style is managed by the clang-format and qmlformat, if you want to contribute, please use the pre-commit hook automatically installed with ./build.py --init --qt=<path/to/qt>
  • We use gerrit for our review. Please read about working with Gerrit if you want to submit patches.

Build

cf INSTALL.md

License

Copyright (C) 2020-2024 Savoir-faire Linux Inc.

Jami is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html for the full GPLv3 license.