| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support installing QXmpp with Qt 5 and Qt 6 in parallel | Linus Jahn | 2023-04-07 | 4 | -4/+4 |
| | | | | | Closes #540. | ||||
| * | cmake: Use generate_export_header() instead of doing manually | Linus Jahn | 2022-12-29 | 1 | -1/+1 |
| | | | | | | | | | | This is going to make it easier for us to maintain things. It's also consistent with the new QXmppOmemo module. This requires CMake 3.7 now. Closes #523. | ||||
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 7 | -17/+11 |
| | | | | | | | | | | | | | | | | 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 | 5 | -9/+17 |
| | | |||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 2 | -4/+4 |
| | | |||||
| * | REUSE-ify whole project | Linus Jahn | 2022-01-15 | 13 | -1/+59 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 16 | -356/+52 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 16 | -16/+16 |
| | | |||||
| * | cmake: Simplify Qt5/Qt6 handling | Linus Jahn | 2021-02-26 | 1 | -5/+2 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 16 | -16/+16 |
| | | |||||
| * | Disable foreach also in examples and tests | Linus Jahn | 2020-10-10 | 1 | -3/+6 |
| | | |||||
| * | CMake: Hide Qt6 find errors | Linus Jahn | 2020-07-10 | 1 | -1/+1 |
| | | |||||
| * | Introduce Qt 6 compatibility | Linus Jahn | 2020-07-03 | 1 | -2/+5 |
| | | |||||
| * | Adapt to changes in QList in Qt 6.0 | Linus Jahn | 2020-07-03 | 1 | -1/+1 |
| | | | | | Template parameters of QList can't be forward declared anymore. | ||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 8 | -35/+26 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 11 | -35/+32 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 4 | -51/+24 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 16 | -16/+16 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 7 | -21/+14 |
| | | |||||
| * | Port away from deprecated client extension getters of the QXmppClient | Linus Jahn | 2019-10-23 | 4 | -60/+50 |
| | | | | | | This replaces the deprecated getters in the examples and in the documentation. | ||||
| * | Use raw literals, range based loops and auto | Jonah Brüchert | 2019-10-22 | 2 | -2/+2 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 9 | -16/+16 |
| | | | | | | | | | 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 | 16 | -16/+16 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix paths in CMakeLists.txt | Niels Ole Salscheider | 2018-06-17 | 1 | -3/+4 |
| | | |||||
| * | Port examples to the new build system | Niels Ole Salscheider | 2017-09-04 | 16 | -114/+28 |
| | | |||||
| * | Remove example_4 and GuiClient | Niels Ole Salscheider | 2017-09-04 | 69 | -6639/+0 |
| | | | | | | The build was disabled for some time. There is still git if we want to bring them back. | ||||
| * | [examples] remove gratuitous forward declaration | Jeremy Lainé | 2016-09-04 | 1 | -2/+0 |
| | | |||||
| * | fix include of utils.h | Jeremy Lainé | 2015-08-31 | 1 | -1/+1 |
| | | |||||
| * | prune trailing whitespace | Jeremy Lainé | 2014-12-19 | 5 | -5/+5 |
| | | |||||
| * | add rpath to examples | Jeremy Lainé | 2014-12-19 | 1 | -0/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 63 | -63/+63 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 63 | -63/+63 |
| | | |||||
| * | GuiClient: restore Qt4 compatibility | Jeremy Lainé | 2014-03-26 | 1 | -0/+8 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 63 | -64/+64 |
| | | |||||
| * | Fixes to support Qt5. | Manjeet Dahiya | 2014-01-28 | 4 | -6/+8 |
| | | |||||
| * | finish integrating TURN | Jeremy Lainé | 2012-09-18 | 2 | -6/+27 |
| | | |||||
| * | start adding code to lookup TURN server | Jeremy Lainé | 2012-09-18 | 2 | -4/+62 |
| | | |||||
| * | example_3_transferHandling: set file description | Jeremy Lainé | 2012-09-17 | 1 | -1/+1 |
| | | |||||
| * | declare proxy for transfer example | Jeremy Lainé | 2012-09-17 | 1 | -0/+1 |
| | | |||||
| * | embed file to send | Jeremy Lainé | 2012-09-17 | 3 | -1/+8 |
| | | |||||
| * | remove references to qxmpp.test1@gmail.com | Jeremy Lainé | 2012-09-14 | 4 | -4/+4 |
| | | |||||
| * | rework example | Jeremy Lainé | 2012-09-14 | 4 | -49/+21 |
| | | |||||
| * | fix example | Jeremy Lainé | 2012-09-14 | 4 | -45/+15 |
| | | |||||
| * | fix example | Jeremy Lainé | 2012-09-14 | 4 | -58/+39 |
| | | |||||
| * | fix example | Jeremy Lainé | 2012-09-14 | 4 | -58/+40 |
| | | |||||
| * | cleanup examples | Jeremy Lainé | 2012-09-14 | 9 | -96/+38 |
| | | |||||
| * | use credentials on qxmpp.org | Jeremy Lainé | 2012-09-14 | 2 | -5/+7 |
| | | |||||
| * | set default avatar | Jeremy Lainé | 2012-09-13 | 2 | -3/+7 |
| | | |||||
| * | fix display of own vCard | Jeremy Lainé | 2012-09-13 | 3 | -5/+8 |
| | | |||||
