aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRtpChannel.h
Commit message (Collapse)AuthorAgeFilesLines
* Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-161-304/+0
|
* Make QXmpp work with projects using QT_NO_KEYWORDSLinus Jahn2020-02-111-5/+5
| | | | | | | | | | | This replaces all occurencies of 'slots' and 'signals' with 'Q_SLOTS' and 'Q_SIGNALS'. This allows for smooth integration with software projects that need QT_NO_KEYWORDS, such as those ones that rely on boost libraries. Closes #115. Co-authored-by: Tommaso Cucinotta <tommaso.cucinotta@santannapisa.it>
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+3
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-50/+56
|
* Replace deprecated Q_ENUMS with Q_ENUMLinus Jahn2019-10-271-1/+1
| | | | | Q_ENUM exists since Qt 5.5, more details can be found here: https://woboq.com/blog/q_enum.html
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-16/+16
| | | | | | | | 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-0/+6
|
* move QXmppRtpPacket to it's own filesJeremy Lainé2015-08-201-28/+0
|
* QXmppRtpChannel: make it possible to get / set the local SSRCJeremy Lainé2015-08-191-0/+6
|
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-131-1/+1
| | | | This allows compilation with GCC in pedantic mode.
* 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
|
* doc fixesJeremy Lainé2012-07-211-11/+8
|
* documentation fixesJeremy Lainé2012-07-211-6/+32
|
* fixJeremy Lainé2012-07-201-1/+1
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* fix doc warningsJeremy Lainé2012-05-101-0/+2
|
* start marking classes with QXMPP_EXPORTJeremy Lainé2012-04-201-6/+6
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+289