| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | 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 | -1/+2 |
| | | |||||
| * | REUSE-ify whole project | Linus Jahn | 2022-01-15 | 1 | -0/+6 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 2 | -45/+7 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 2 | -2/+2 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 2 | -2/+2 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -10/+9 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -6/+6 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -31/+14 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 2 | -2/+2 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 1 | -2/+1 |
| | | |||||
| * | Use raw literals, range based loops and auto | Jonah Brüchert | 2019-10-22 | 1 | -1/+1 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 2 | -2/+2 |
| | | | | | | | | | 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 | 2 | -2/+2 |
| | | |||||
| * | Port examples to the new build system | Niels Ole Salscheider | 2017-09-04 | 1 | -9/+0 |
| | | |||||
| * | [examples] remove gratuitous forward declaration | Jeremy Lainé | 2016-09-04 | 1 | -2/+0 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 2 | -2/+2 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 2 | -2/+2 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 2 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix example | Jeremy Lainé | 2012-09-14 | 4 | -58/+40 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 3 | -3/+3 |
| | | |||||
| * | fix reference to QXmppUtils | Jeremy Lainé | 2012-04-20 | 1 | -2/+2 |
| | | |||||
| * | fix indentation & compiler warnings | Jeremy Lainé | 2012-02-08 | 1 | -11/+23 |
| | | |||||
| * | do not force in-band transfers, SOCKS is much better | Jeremy Lainé | 2011-02-21 | 1 | -2/+4 |
| | | |||||
| * | transferManager is no more a default manager. change the example accordingly | Manjeet Dahiya | 2011-02-05 | 2 | -4/+11 |
| | | |||||
| * | copyright year update | Manjeet Dahiya | 2011-01-21 | 3 | -3/+3 |
| | | |||||
| * | don't use QXmppConfigure.jidBare() | Jeremy Lainé | 2010-09-01 | 1 | -1/+1 |
| | | |||||
| * | introduce a simpler connectToServer() function requiring only JID + password | Jeremy Lainé | 2010-08-29 | 1 | -1/+1 |
| | | |||||
| * | rename example.pri to examples.pri | Jeremy Lainé | 2010-08-10 | 1 | -1/+1 |
| | | |||||
| * | rename "example" to "examples" | Jeremy Lainé | 2010-08-10 | 4 | -0/+222 |
