summary refs log tree commit diff
path: root/resources/qml/voip/ScreenShare.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Windows screenshare/video call support, general call improvements (#1725)checkraisefold2024-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial support for d3d11 qml video item * Windows screenshare support, D3D11 * misc fixes * further window visibility checks * preview updates * fix qml preview * fix compositor * add libnice plugin dep * re-run formatter * final formatter fix [skip ci] * fix tumbleweed build --------- Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com>
* Fix some qml warningsNicolas Werner2023-10-261-4/+4
|
* Fix screenshare selectionNicolas Werner2023-06-191-1/+1
|
* Move to automatic type registrationNicolas Werner2023-06-191-4/+4
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-7/+6
|
* Improve choosing screen share typeDavid Elsing2023-03-301-29/+9
|
* Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-301-0/+56
|
* 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
|
* Fix screen share callsNicolas Werner2022-03-131-13/+9
|
* Don't destroy components in useNicolas Werner2022-03-101-5/+3
| | | | | | | | Add a delay to all destructions and move the call dialog stuff up a level, so that we don't destroy the component when destroying the parent dialog. fixes #984
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
|
* Finish converting function to propertyLoren Burkholder2021-07-201-1/+1
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-2/+2
|
* Make palette global in QmlNicolas Werner2021-05-131-6/+6
|
* 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
|
* Use toggles for screen share settingsNicolas Werner2021-02-251-27/+38
|
* Add screen sharing window previewtrilene2021-02-251-0/+7
|
* Allow choice of single window when sharing screentrilene2021-02-241-6/+31
|
* Display screen sharing content locallytrilene2021-02-211-1/+4
|
* Screen sharing (X11): support picture-in-picturetrilene2021-02-201-0/+12
|
* Screen sharing (X11): add hide mouse cursor optiontrilene2021-02-181-0/+11
|
* Support desktop screen sharing on X11trilene2021-02-181-0/+95