Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows screenshare/video call support, general call improvements (#1725) | checkraisefold | 2024-05-10 | 1 | -19/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Include moc files for a tiny speedup on incremental builds | Nicolas Werner | 2024-03-16 | 1 | -0/+2 |
| | |||||
* | Get rid of useless capture | Nicolas Werner | 2023-11-09 | 1 | -1/+1 |
| | |||||
* | Replace mediafiles | Nicolas Werner | 2023-11-09 | 1 | -3/+7 |
| | | | | fixes #1590 | ||||
* | Remaining events apart from verification | Nicolas Werner | 2023-08-25 | 1 | -1/+2 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -0/+21 |
| | |||||
* | lint | Nicolas Werner | 2023-06-08 | 1 | -6/+4 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -4/+4 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -18/+9 |
| | |||||
* | Change text of the PipeWire streenshare method | David Elsing | 2023-03-30 | 1 | -1/+1 |
| | |||||
* | Cleanup Qt D-Bus connections and watchers | David Elsing | 2023-03-30 | 1 | -1/+1 |
| | |||||
* | Improve choosing screen share type | David Elsing | 2023-03-30 | 1 | -26/+41 |
| | |||||
* | Support screen sharing with xdg-desktop-portal | David Elsing | 2023-03-30 | 1 | -35/+194 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | Fix required plugin check on gstreamer 1.22 | Nicolas Werner | 2023-02-08 | 1 | -5/+4 |
| | | | | | | | | GStreamer 1.22 merged the videoscale plugin into the videoconvertscale plugin. So we should check if the Element is still loadable instead of checking the plugin name. fixes #1352 | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Enable -Wconversion | Nicolas Werner | 2022-10-26 | 1 | -4/+6 |
| | |||||
* | VoIP v1 implementation (#1161) | Rohit Sutradhar | 2022-10-14 | 1 | -59/+343 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fixed formatting | r0hit05 | 2022-07-15 | 1 | -2/+6 |
| | |||||
* | Updated call struct definitions | r0hit05 | 2022-07-15 | 1 | -10/+21 |
| | |||||
* | Updated call event namespaces to voip | r0hit05 | 2022-07-15 | 1 | -5/+5 |
| | |||||
* | Gstreamer glib event loop for macos and windows | Joe Donofry | 2022-01-02 | 1 | -3/+3 |
| | | | | | - This ensures that gstreamer bus operations work on macOS and windows, such as enumerating devices. | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -5/+9 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -12/+12 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -0/+1 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -0/+680 |