![]() 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 |
||
---|---|---|
.github | ||
.gitlab/issue_templates | ||
.tx | ||
.vscode | ||
3rdparty | ||
daemon@6f81476042 | ||
doc | ||
extras | ||
JamiInstaller | ||
resources | ||
src | ||
tests | ||
translations | ||
.clang-format | ||
.clang-tidy | ||
.cqfdrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
build.py | ||
CMakeLists.txt | ||
COPYING | ||
INSTALL.md | ||
README.md |
Jami
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:
- Main website: https://jami.net/
- Download: https://jami.net/download/
- Bug tracker: https://git.jami.net/
- Repositories: https://review.jami.net
Getting involved
- Browse our current issues, or file an issue.
- IRC: #jami on libera.chat
- ML: jami@gnu.org
- Documentation: https://docs.jami.net
- Localization happens on Transifex
- Our contributions propositions or feature requests asked by the community
- Packaging: Feel free to contact us
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.