aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppDataForm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-6/+4
| | | | | | | 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.
* Refactor data form media elementLinus Jahn2019-10-231-40/+247
| | | | | | | | | | | * Add QXmppDataForm::MediaSource instead of using a QPair<QString, QString> to save the URIs and content types. * Deprecate QXmppDataForm::Media: The extra class was useless: Each Field has exactly one media element and the media element has only two attributes (size and media sources) * Add mediaSources and mediaSize attributes to the QXmppDataForm::Field * Deprecate getters/setters for the Media element of QXmppDataForm::Field (they are still working and tested)
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-1/+1
| | | | | | | | 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-081-1/+1
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* add explicit copy constructor for QXmppDataForm::MediaJeremy Lainé2012-07-211-0/+8
|
* doc fixesJeremy Lainé2012-07-211-1/+2
|
* don't write null form valuesJeremy Lainé2012-07-181-1/+1
|
* add support for XEP-0221: Data Forms Media ElementJeremy Lainé2012-07-181-0/+130
|
* Fix and test data form title/instructions XML serialization.Jeremy Lainé2012-07-181-3/+2
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* hide QXmppDataForm internalsJeremy Lainé2012-05-141-50/+124
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+448