| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | 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 | -54/+98 |
| | | |||||
| * | Replace raw pointers with unique_ptr | Linus Jahn | 2022-09-02 | 1 | -10/+4 |
| | | | | | safer, simpler | ||||
| * | 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 | -2/+2 |
| | | | | | | | | With some configurations QPair(a, b) (without template parameters) causes errors, but it works with qMakePair(). Fixes #360. | ||||
| * | doc: Fix many small doxygen warnings | Linus Jahn | 2021-03-28 | 1 | -1/+3 |
| | | |||||
| * | Refactor and clean up TransferManager | Linus Jahn | 2021-03-28 | 1 | -44/+45 |
| | | |||||
| * | doc: Fix warnings from TransferManager | Linus Jahn | 2021-03-28 | 1 | -33/+101 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | QXmppTransferManager: Fix undefined behaviour when parsing features (#322) | Jan Lorenz | 2020-12-11 | 1 | -2/+6 |
| | | | | Co-authored-by: Jan Lorenz <jan.lorenz@pascom.net> | ||||
| * | Fix undocumented Q_PROPERTies | Linus Jahn | 2020-02-04 | 1 | -29/+1 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -152/+82 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -11/+12 |
| | | |||||
| * | Replace manual xmlns writing by writeDefaultNamespace() | Linus Jahn | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h") | ||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -105/+28 |
| | | | | 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 | -22/+20 |
| | | | | | | | | 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 | -6/+6 |
| | | |||||
| * | QXmppTransferManager: Port away from QTime.elapsed() | Jonah Brüchert | 2019-10-19 | 1 | -1/+2 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -15/+15 |
| | | | | | | | | | 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 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add missed variables initialization in constructors of few classes. | Boris Pek | 2018-09-18 | 1 | -0/+1 |
| | | |||||
| * | Tiny cosmetic fix to avoid cppcheck message about memory leak. | Boris Pek | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | QXmppTransferManager: Close only devices which we opened. | Alexandr Akulich | 2015-10-27 | 1 | -1/+4 |
| | | | | | | | | | sendFile() method expects the device to be opened, but QXmppTransferJob::terminate() closes the dev unconditionaly, which breaks reusable QIODevice workflow. Introduce a private boolean variable saying "we created this device". | ||||
| * | QXmppTransferManager: Fixed device ownership. | Alexandr Akulich | 2015-10-27 | 1 | -3/+2 |
| | | | | | | | - sendFile() without a device argument now set Job as a parent for the constructed (own) device. - sendFile() with a device argument does not reparent the device anymore. | ||||
| * | File transfer: Make sure the filename is being converted to a QUrl correctly | fbeutel | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | check sendFile is actually given a full JID | Jeremy Lainé | 2015-08-15 | 1 | -6/+10 |
| | | |||||
| * | add a note that QXmppTransferManager::sendFile requires a full JID | Jeremy Lainé | 2015-08-15 | 1 | -0/+6 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fixed possible memory leak in QXmppTransferManager | Nikita Krupenko | 2013-08-28 | 1 | -1/+1 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 1 | -2/+2 |
| | | |||||
| * | move IPv6 specifics inside QXmppSocksServer | Jeremy Lainé | 2012-09-18 | 1 | -19/+4 |
| | | |||||
| * | enable IPv6 file transfers | Jeremy Lainé | 2012-09-17 | 1 | -29/+25 |
| | | |||||
| * | bring QXmppTransferManager back to 3 arguments | Jeremy Lainé | 2012-09-17 | 1 | -2/+2 |
| | | |||||
| * | Allow StreamHost::host to contain a host name | Jeremy Lainé | 2012-09-17 | 1 | -9/+9 |
| | | |||||
| * | fix | Jeremy Lainé | 2012-09-12 | 1 | -1/+1 |
| | | |||||
| * | test stream initiation IQ serialisation / parsing | Jeremy Lainé | 2012-09-12 | 1 | -32/+12 |
| | | |||||
| * | add/test QXmppTransferFileInfo parsing/serialisation | Jeremy Lainé | 2012-09-12 | 1 | -0/+26 |
| | | |||||
| * | QXmppTransferManager: use actual data forms instead of manually parsing them | Jeremy Lainé | 2012-09-12 | 1 | -98/+38 |
| | | |||||
| * | Added description field to file transfers. | 0xd34df00d | 2012-09-10 | 1 | -1/+21 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -0/+4 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -13/+15 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | allow QXmppTransferManager to use point-to-point links | Jeremy Lainé | 2012-06-26 | 1 | -2/+1 |
| | | |||||
| * | restore 7 second timeout for SOCKS candidate tests | Jeremy Lainé | 2012-06-07 | 1 | -0/+17 |
| | | |||||
