aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppCallManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Call/CallManager: Fix usage of qt keywordsLinus Jahn2022-12-291-2/+3
|
* Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460)Melvin Keskin2022-10-011-2/+1
|
* Reformat codeLinus Jahn2022-09-061-8/+16
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Use qMakePair() again to fix compile errorsLinus Jahn2021-08-011-1/+1
| | | | | | | With some configurations QPair(a, b) (without template parameters) causes errors, but it works with qMakePair(). Fixes #360.
* QXmppCall: Refactoring and clean upLinus Jahn2021-03-281-14/+16
| | | | | | | | | 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-13/+25
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Allow to set multiple STUN serversNiels Ole Salscheider2020-03-161-5/+20
| | | | This way we can for example add a server for IPv4 and one IPv6.
* Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-161-643/+12
|
* Fix undocumented Q_PROPERTiesLinus Jahn2020-02-041-14/+0
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-45/+39
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+4
|
* Port majority of old-style connects (#237)JBB2020-01-201-40/+23
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-12/+12
| | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH.
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-5/+5
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-12/+12
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Add missed variables initialization in constructors of few classes.Boris Pek2018-09-181-1/+2
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* fix typoJeremy Lainé2015-08-311-1/+1
|
* cosmetic tweakJeremy Lainé2015-08-311-5/+4
|
* refactorJeremy Lainé2015-08-311-73/+27
|
* allow QXmppJingleIq to have multiple contentsJeremy Lainé2015-08-311-64/+72
|
* fix compiler warning about unused variableJeremy Lainé2015-08-281-2/+1
|
* QXmppCallManager : set the local SSRC in jingle IQJeremy Lainé2015-08-271-0/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* re-order member initialization (silences GCC warning)Jeremy Lainé2013-08-281-2/+2
|
* Fixed C-style pointer castNikita Krupenko2013-08-281-2/+2
|
* Fixed uninitialized pointer in QXmppCallPrivateNikita Krupenko2013-08-281-0/+1
|
* doc fixesJeremy Lainé2012-07-211-0/+2
|
* hide QXmppCodecJeremy Lainé2012-07-201-1/+0
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-1/+1
|
* start moving client-specific codeJeremy Lainé2012-02-081-0/+1005