1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-01 14:15:24 +02:00
Jami client based on the Qt framework, for GNU/Linux, Windows and macOS platforms.
Find a file
pmagnier-slimani ceec1f95b9 spellcheck: windows and macos
Implement the hunspell spellchecker for Windows and MacOS. It also
changes the base implementation for Linux. The system dictionaries
(if any) are aggregated with those installed from the LibreOffice
repository via Jami's dictionary management interface.

This commit implements a major refactoring of the spellcheck system
to improve UI responsiveness and user experience:

Core Changes:
- Used QAbstractListModel to represent the list of dictionaries
- Added new QML components:
  - DictionaryInstallView.qml
  - ManageDictionariesDialog.qml
  - SpellCheckLanguageComboBox.qml
- Updated property names for clarity
- Fixed a bug in the settings combo box custom component that caused
  out-of-range errors for filtered models

GitLab: #1997
Change-Id: Ibd0879f957f27f4c7c5720762ace553ca84e2bc3
2025-06-03 19:24:16 -04: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
.vscode misc: improve vscode integration 2024-04-11 16:04:45 -04:00
3rdparty spellcheck: windows and macos 2025-06-03 19:24:16 -04:00
daemon@6f81476042 misc: bump daemon 2025-05-23 15:16:02 -04:00
doc doc: Add and install jami(1) man page. 2022-12-29 14:45:33 -05:00
extras ci: change apt mirror to http://gpl.savoirfairelinux.net 2025-05-29 14:35:52 -04:00
JamiInstaller msi-installer: deploy VC CRT files locally with the application 2024-11-04 11:49:03 -05:00
resources spellcheck: windows and macos 2025-06-03 19:24:16 -04:00
src spellcheck: windows and macos 2025-06-03 19:24:16 -04:00
tests spellcheck: windows and macos 2025-06-03 19:24:16 -04:00
translations i18n: automatic bump 2025-06-02 16:47:00 -04:00
.clang-format tests: qml: initialize the preview engine 2023-04-05 13:54:41 -04:00
.clang-tidy qmlregister: improve singleton registration 2024-01-31 10:32:44 -05:00
.cqfdrc misc: Clean up repository root. 2022-10-07 17:30:06 -04:00
.gitignore account: implement import-from-device using new API 2025-03-07 15:54:15 -05:00
.gitmodules spellcheck: for linux system dicts 2025-05-09 15:05:19 -04:00
.gitreview gitreview: update gerrit host and project 2021-09-28 15:55:28 -04:00
build.py spellcheck: for linux system dicts 2025-05-09 15:05:19 -04:00
CMakeLists.txt spellcheck: windows and macos 2025-06-03 19:24:16 -04:00
COPYING misc: add a plain text COPYING license file 2021-01-04 09:33:22 -05:00
INSTALL.md INSTALL.md: update windows build instructions 2025-05-05 15:35:30 -04:00
README.md copyright: happy new year! 2025-02-12 09:47:26 -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-2025 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.