Conversation
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: Leah Jennebach <jennebach@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
When HeadsetDevice gets destroyed, set m_device to nullptr again, do not dereference it anymore. This fixes potential crashes later on. Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Use GlobalSystemMediaTransportControlsSessionManager to obtain all active media sessions and pause all sessions that can be paused. Resume as-needed. Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Updated translations
* Fix mute/unmute loop * Ask for SIP proxy auth * Re enable litra support * Enhance USB device robustness
* Updated translations * Added more fail codes for auth
* chore: improved date event model handling (wip) * fix: use separate concrete source ids for caldav * fix: actually cancel async eds methods on timeout, refactoring/cleanup --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
…#383) Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* feat: display sip registration status * Tune suspend resume behaviour * Show a different tray icon on registration problems * Remove blocking network connections * Optimization for RTL languages --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de> Co-authored-by: Markus Bader <bader@gonicus.de>
…387) * fix: restore functionality for feeders without network requirements
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com> Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
…#389) Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
gonnect uses its own AudioPort and disables pjsip port/device on linux (by using "extern"). Likewise disable it on windows, to make sure the AudioPort is used (only).
Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.23.0...v6.24.1) --- updated-dependencies: - dependency-name: undici dependency-version: 6.24.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Required on windows: After calling show(), also call raise(), otherwise the window shows up behind whatever window(s) is currently visible. This is required for the global shortcut on windows.
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* fix: handle direct pjsip mute again
as the upstream issue is fixed
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* C++ 23 updates * fix: emergency button label --------- Co-authored-by: Leah Jennebach <leah.jennebach@gonicus.de>
* chore(deps): update EDS to 3.60 --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* Remove QCA as it is deprecated
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* feat: plugins for microsoft calendars and contacts Both plugins use the msgraph API over OAuth. The existing contacts plugin is improved and extended, the calendar plugin is newly added with a similar approach to the contacts plugin. The OAuth code for the microsoft login is refactored out of the plugins, so that we can use the same login for both plugins. A basic UI is introduced for the OAuth login, that can be re-used for other OAuths, if needed. This is in particular needed to inform the user *why* a browser window is being opened that requests a login from the user (and also to tell the user when an error occurred). --------- Co-authored-by: Cajus Pollmeier <cajus@naasa.net>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com> Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* feat: feed configured CAs into QWebdav --------- Co-authored-by: Markus Bader <bader@gonicus.de>
* feat: remove older history items (with settings) --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* feat: initial retry mechanism for calendar/contact plugins --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* feat: Adding global shortcuts support for windows Adding dependency on QHotkey, which provides Qt API for windows hotkeys. Used on windows only - other platforms are supported by QHotkey, but currently not needed here. Also adding settings for global shortcuts on windows, since they can otherwise not be configured in a similar manner as with the flatpack portal. --------- Co-authored-by: Cajus Pollmeier <cajus@naasa.net> Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* Updated pjproject to 2.17
* fix: deadlocks --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
# [2.2.0-beta.1](v2.1.0...v2.2.0-beta.1) (2026-04-22) ### Bug Fixes * build with certificate patch ([#433](#433)) ([8e8ba1f](8e8ba1f)) * c++ standard and guarding updates ([#422](#422)) ([9e8171b](9e8171b)) * code review loop ([#374](#374)) ([f1c609d](f1c609d)) * disable WMME in pjsip ([#397](#397)) ([a90a80c](a90a80c)) * handle direct pjsip mute again ([#402](#402)) ([0c4609c](0c4609c)) * home/call switch tab notification reset ([#404](#404)) ([95e0a3f](95e0a3f)) * make MWI subscription configurable ([#414](#414)) ([d74c530](d74c530)) * make ReadOnlyConfdSettings treate string lists correctly ([#423](#423)) ([48328e2](48328e2)) * more sip codes lead to auth request ([#379](#379)) ([31ee0cd](31ee0cd)) * mwi recursions ([#405](#405)) ([2a42344](2a42344)) * potential crash on HeadsetDevice destroyed ([#371](#371)) ([65900ab](65900ab)) * raise window after showing it ([#398](#398)) ([4f72dc6](4f72dc6)) * reenable CardDAV plugin ([#406](#406)) ([9b9b136](9b9b136)) * resolve feeder manager deadlock ([#427](#427)) ([9a8d604](9a8d604)) * restore functionality for feeders without network requirements ([#387](#387)) ([01c6494](01c6494)) * tab switch/reset notifications ([9338ed0](9338ed0)) * **ui:** give focus to call screen when startet via enter ([#395](#395)) ([5e5d78e](5e5d78e)) ### Features * adding global shortcuts support for windows ([#399](#399)) ([eb5237e](eb5237e)) * basic MWI support ([#392](#392)) ([8c3c914](8c3c914)) * delete old history entries ([#432](#432)) ([0ee826d](0ee826d)) * display sip registration status ([#375](#375)) ([f9e6567](f9e6567)) * feeder plugin retry mechanism ([#391](#391)) ([e262f3f](e262f3f)) * pause/resume media on windows ([#370](#370)) ([61f3407](61f3407)) * plugins for microsoft calendars and contacts ([#428](#428)) ([e7e8cd9](e7e8cd9)) * pre-fill missing it/es translations ([#377](#377)) ([4428e4e](4428e4e)) * update pjproject to 2.17 ([#435](#435)) ([98c7199](98c7199))
* docs: remove unused config in sample * docs: fix docs URL
# [2.2.0-beta.2](v2.2.0-beta.1...v2.2.0-beta.2) (2026-04-23) ### Bug Fixes * use verifyServer flag for CA verification with webdav ([#437](#437)) ([c1ab98f](c1ab98f))
|
🎉 This PR is included in version 2.2.0-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* fix: use verifyServer setting from correct ini group * feat(ui): leave conference via systray menu
|
🎉 This PR is included in version 2.2.0-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
# [2.2.0-beta.3](v2.2.0-beta.2...v2.2.0-beta.3) (2026-04-27) ### Bug Fixes * prevent unhold on currently changing call ([#439](#439)) ([f1a05f5](f1a05f5))
|
🎉 This PR is included in version 2.2.0-beta.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.