| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
See https://bugreports.qt.io/browse/QTBUG-102078
|
| |
|
|
|
|
|
|
| |
See also:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
https://hynek.me/til/copyright-years/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial commit for VoIP v1 implementation
* Added draft of event handlers for voip methods
* Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility
* Added call events to the general message pipeline. Modified Call Reject mechanism
* Added message delegates for new events. Modified hidden events. Updated handle events.
* Updated implementation to keep track of calls on other devices
* Fixed linting
* Fixed code warnings
* Fixed minor bugs
* fixed ci
* Added acceptNegotiation method definition when missing gstreamer
* Fixed warnings
* Fixed linting
|
|
|
|
| |
fixes #1030
|
| |
|
| |
|
|
|
|
|
| |
fixes #683
relates to #571
|
|
This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.
|