aboutsummaryrefslogtreecommitdiff
path: root/examples/example_3_transferHandling
Commit message (Collapse)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-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 codeLinus Jahn2022-09-061-1/+2
|
* REUSE-ify whole projectLinus Jahn2022-01-151-0/+6
|
* Convert copyright headers to REUSELinus Jahn2022-01-142-45/+7
|
* Update copyright years (2022 edition)Linus Jahn2022-01-092-2/+2
|
* Update copyright headers to 2021Linus Jahn2021-02-192-2/+2
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-10/+9
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-6/+6
|
* Port majority of old-style connects (#237)JBB2020-01-201-31/+14
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-062-2/+2
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-2/+1
|
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-1/+1
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-082-2/+2
| | | | | | | | 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-082-2/+2
|
* Port examples to the new build systemNiels Ole Salscheider2017-09-041-9/+0
|
* [examples] remove gratuitous forward declarationJeremy Lainé2016-09-041-2/+0
|
* update project homepageJeremy Lainé2014-03-282-2/+2
|
* update project homepageJeremy Lainé2014-03-272-2/+2
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-262-2/+2
|
* example_3_transferHandling: set file descriptionJeremy Lainé2012-09-171-1/+1
|
* declare proxy for transfer exampleJeremy Lainé2012-09-171-0/+1
|
* embed file to sendJeremy Lainé2012-09-173-1/+8
|
* fix exampleJeremy Lainé2012-09-144-58/+40
|
* update copyright yearJeremy Lainé2012-07-183-3/+3
|
* fix reference to QXmppUtilsJeremy Lainé2012-04-201-2/+2
|
* fix indentation & compiler warningsJeremy Lainé2012-02-081-11/+23
|
* do not force in-band transfers, SOCKS is much betterJeremy Lainé2011-02-211-2/+4
|
* transferManager is no more a default manager. change the example accordinglyManjeet Dahiya2011-02-052-4/+11
|
* copyright year updateManjeet Dahiya2011-01-213-3/+3
|
* don't use QXmppConfigure.jidBare()Jeremy Lainé2010-09-011-1/+1
|
* introduce a simpler connectToServer() function requiring only JID + passwordJeremy Lainé2010-08-291-1/+1
|
* rename example.pri to examples.priJeremy Lainé2010-08-101-1/+1
|
* rename "example" to "examples"Jeremy Lainé2010-08-104-0/+222