| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Call/CallManager: Fix usage of qt keywords | Linus Jahn | 2022-12-29 | 1 | -2/+3 |
| | | |||||
| * | Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460) | Melvin Keskin | 2022-10-01 | 1 | -2/+1 |
| | | |||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -8/+16 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Use qMakePair() again to fix compile errors | Linus Jahn | 2021-08-01 | 1 | -1/+1 |
| | | | | | | | | With some configurations QPair(a, b) (without template parameters) causes errors, but it works with qMakePair(). Fixes #360. | ||||
| * | QXmppCall: Refactoring and clean up | Linus Jahn | 2021-03-28 | 1 | -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 classes | Linus Jahn | 2021-03-28 | 1 | -13/+25 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Allow to set multiple STUN servers | Niels Ole Salscheider | 2020-03-16 | 1 | -5/+20 |
| | | | | | This way we can for example add a server for IPv4 and one IPv6. | ||||
| * | Port QXmppCallManager to use GStreamer | Niels Ole Salscheider | 2020-03-16 | 1 | -643/+12 |
| | | |||||
| * | Fix undocumented Q_PROPERTies | Linus Jahn | 2020-02-04 | 1 | -14/+0 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -45/+39 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -3/+4 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -40/+23 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 1 | -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 auto | Jonah Brüchert | 2019-10-22 | 1 | -5/+5 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -12/+12 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add missed variables initialization in constructors of few classes. | Boris Pek | 2018-09-18 | 1 | -1/+2 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Jeremy Lainé | 2015-08-31 | 1 | -1/+1 |
| | | |||||
| * | cosmetic tweak | Jeremy Lainé | 2015-08-31 | 1 | -5/+4 |
| | | |||||
| * | refactor | Jeremy Lainé | 2015-08-31 | 1 | -73/+27 |
| | | |||||
| * | allow QXmppJingleIq to have multiple contents | Jeremy Lainé | 2015-08-31 | 1 | -64/+72 |
| | | |||||
| * | fix compiler warning about unused variable | Jeremy Lainé | 2015-08-28 | 1 | -2/+1 |
| | | |||||
| * | QXmppCallManager : set the local SSRC in jingle IQ | Jeremy Lainé | 2015-08-27 | 1 | -0/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | re-order member initialization (silences GCC warning) | Jeremy Lainé | 2013-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fixed C-style pointer cast | Nikita Krupenko | 2013-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fixed uninitialized pointer in QXmppCallPrivate | Nikita Krupenko | 2013-08-28 | 1 | -0/+1 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -0/+2 |
| | | |||||
| * | hide QXmppCodec | Jeremy Lainé | 2012-07-20 | 1 | -1/+0 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | start moving client-specific code | Jeremy Lainé | 2012-02-08 | 1 | -0/+1005 |
