aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppCallStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove Qt < 5.15 compat codeLinus Jahn2023-01-311-8/+2
|
* CallStream: Avoid unnecessary copies by using std::move()Linus Jahn2022-09-101-6/+6
|
* CallStream: Add missing documentationLinus Jahn2022-09-101-0/+24
| | | | Fixes #430.
* Apply 'clang-format' (#429)Melvin Keskin2022-05-281-1/+1
|
* QXmppCallStream: use new GStreamer methodBoris Pek2022-05-281-0/+4
| | | | instead of deprecated one when build with GStreamer >= 1.20.0
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* QXmppCall: Refactoring and clean upLinus Jahn2021-03-281-2/+1
| | | | | | | | | Fixes things like: - detaching Qt containers (missing std::as_const) - new signal/slot syntax - missing emit keyword - more 'auto' - comparison of int and uint
* doc: Fix most of the warnings from QXmppCall classesLinus Jahn2021-03-281-0/+12
|
* QXmppCallStream: Use QRandomGenerator for Qt >= 5.10Linus Jahn2021-02-191-0/+8
|
* QXmppCallStream: Wrap callback in std::functionJonah BrĂ¼chert2020-04-021-2/+3
| | | | Allows to use non-static functions (or lambdas with captures)
* Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-161-0/+361