aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qmetaobjectpublisher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve backward supportAllan Sandfeld Jensen2023-02-141-7/+7
* Add server-side support for custom convertersArno Rehn2023-02-091-17/+16
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QMetaObjectBuilder: pass meta types to QMetaMethodInvokerThiago Macieira2022-09-161-1/+4
* Remove warnings about no transport being connectedArno Rehn2022-09-021-3/+0
* QMetaObjectPublisher: use new way to QMetaObject::invokeMethodThiago Macieira2022-08-251-34/+63
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* QMetaObjectPublisher: Never send stale queued messagesArno Rehn2021-12-141-3/+15
* Transparently handle QFuture<T> method return typesArno Rehn2021-09-271-3/+100
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2021-08-091-1/+1
* Make blockUpdates bindableØystein Heskestad2021-05-201-9/+17
* Handle per-transport client idle statusØystein Heskestad2021-05-201-18/+52
* Speculative fix for Android and iOS compilation issueAllan Sandfeld Jensen2021-05-141-1/+1
* Make property update interval configurable and add testsØystein Heskestad2021-05-051-10/+29
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-221-28/+75
* Handle signals in the registered object's threadMilian Wolff2021-04-161-6/+17
* Replace Q_NULLPTR with nullptr and fix a warningØystein Heskestad2021-03-231-7/+7
* Stop using foreachAllan Sandfeld Jensen2021-02-011-7/+7
* Fix variant conversion after change in qtbaseAllan Sandfeld Jensen2021-02-011-0/+3
* Stop using deprecated QVariant::type()Allan Sandfeld Jensen2021-01-291-3/+3
* Stop using deprecated QMetaType functionsAllan Sandfeld Jensen2020-09-211-11/+13
* Use QVariant(QMetaType, const void *) constructorJüri Valdmann2020-09-101-2/+2
* Fix mismatched enum warnings in QMetaObjectPublisher::unwrapVariantJüri Valdmann2020-09-091-2/+2
* Fix infinite recursion when wrapping a self-contained object twiceArno Rehn2020-08-171-7/+14
* Use QList instead of QVectorJarek Kobus2020-06-291-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-141-2/+11
|\
| * Fix deprecation warningVolker Hilsheimer2020-04-161-1/+1
| * Restore compatibility with custom QVariantList/QVariantMap convertersMilian Wolff2020-04-151-2/+11
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-10-041-1/+1
|\ \
| * | Bump Qt version to Qt 6Alexandru Croitor2019-07-111-1/+1
* | | Unwrap QObjects embedded inside argumentsAndrew Webster2019-09-201-1/+39
* | | Pack QVariants into args when QVariant is expectedAndrew Webster2019-09-201-0/+1
| |/ |/|
* | Correctly link transports to implicitly wrapped objectsArno Rehn2019-07-261-1/+5
|/
* Merge remote-tracking branch 'origin/5.13' into devMilian Wolff2019-05-281-1/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-181-1/+4
| |\
| | * Fix generic conversion of list-like values to JSON arraysArno Rehn2019-05-151-1/+4
* | | Implement actual overload resolutionArno Rehn2019-03-291-8/+175
* | | Always rebuild the class info for wrapped objectsMilian Wolff2019-03-251-3/+3
* | | Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-251-13/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-261-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1Liang Qi2019-02-251-0/+3
| |\|
| | * Also add already wrapped objects to the transport-to-objects mapArno Rehn2019-02-041-2/+6
| | * Correctly unwrap registered objectsArno Rehn2019-02-041-0/+3
* | | Convert QObjects in QVariantMapsAndrew Webster2019-02-061-0/+12
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-021-5/+34
|\|
| * Correctly convert enums and QFlags from and to JSONArno Rehn2019-01-311-0/+34
| * Remove warning when the notify signal has more than one argumentArno Rehn2019-01-231-5/+0
* | Prevent crashes by fixing mapping of transport to wrapped objectsMilian Wolff2018-10-251-1/+3
|/
* Allow deleting a channel during method invocationJüri Valdmann2018-01-081-3/+9