summary refs log tree commit diff
path: root/resources/qml/voip/CallInvite.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to automatic type registrationNicolas Werner2023-06-191-4/+4
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-8/+7
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix mobile call screenNicolas Werner2022-02-251-10/+14
| | | | See #469
* Don't leak dialogsNicolas Werner2022-02-211-0/+1
| | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-6/+6
|
* Fix jdenticons in various placesLoren Burkholder2021-09-111-2/+3
|
* Port to explicit connect syntaxNicolas Werner2021-07-271-2/+3
| | | | Also fix a lot of warnings.
* Make palette global in QmlNicolas Werner2021-05-131-8/+8
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Support desktop screen sharing on X11trilene2021-02-181-4/+4
|
* Fix crash with ScrollViewNicolas Werner2021-01-171-26/+41
|
* Finesse mobile call invite screentrilene2021-01-131-28/+37
|
* Add call invite screen for mobiletrilene2021-01-121-0/+173