| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503. | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -4/+7 |
| | | |||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | -1/+5 |
| | | | | | This way we can for example add a server for IPv4 and one IPv6. | ||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -1/+2 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -12/+12 |
| | | | | 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 | -4/+8 |
| | | | | | | | | 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. | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add QXmppIceConnection::gatheringState property | Jeremy Lainé | 2015-09-03 | 1 | -2/+8 |
| | | |||||
| * | [tests] rename component to componentId | Jeremy Lainé | 2015-08-30 | 1 | -3/+3 |
| | | |||||
| * | ICE: test server-reflexive candidate gathering | Jeremy Lainé | 2015-08-25 | 1 | -0/+67 |
| | | |||||
| * | ICE: make test more tolerant of connexion orders | Jeremy Lainé | 2015-08-25 | 1 | -5/+1 |
| | | |||||
| * | don't send triggered check if one is in progress | Jeremy Lainé | 2015-08-24 | 1 | -2/+2 |
| | | |||||
| * | make ICE use actual STUN transactions | Jeremy Lainé | 2015-08-24 | 1 | -2/+9 |
| | | |||||
| * | add a test for QXmppIceConnection | Jeremy Lainé | 2015-08-16 | 1 | -0/+81 |
