summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve backward supportAllan Sandfeld Jensen2023-02-141-7/+7
* Add server-side support for custom convertersArno Rehn2023-02-092-18/+24
* Fix project structure and auto registryMichal Klocek2023-02-0317-247/+97
* SignalHandler: optimize remove(QObject*)Marc Mutz2022-12-251-5/+5
* Add wrappers to optionally convert incoming dataØystein Heskestad2022-11-111-1/+10
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-072-4/+4
* 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-254-83/+70
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add the missing header files to a CMake source treeAlexey Edelev2022-08-011-6/+3
* VariantArgument: use QGenericArgument directly instead of Q_ARGThiago Macieira2022-07-181-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-074-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-1021-729/+45
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Enable documentation testing in CITopi Reinio2022-05-091-4/+7
* Revise Qt Web Channel module landing pageAndreas Eliasson2022-03-281-35/+34
* Remove .prev_CMakeLists.txtKai Köhne2022-03-221-24/+0
* Make sure all private headers include at least one otherThiago Macieira2022-03-083-1/+4
* Do not highlight the WebChannel Standalone Example anymore in Qt CreatorZhang Hao2022-02-161-2/+0
* Remove unused .qrc fileJoerg Bornemann2022-01-181-5/+0
* QMetaObjectPublisher: Never send stale queued messagesArno Rehn2021-12-141-3/+15
* Include <QProperty> explicitlyMarc Mutz2021-11-081-0/+1
* Transparently handle QFuture<T> method return typesArno Rehn2021-09-272-3/+103
* Migrate to autogenerated cpp exportsAlexey Edelev2021-09-272-14/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-4/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2021-08-091-1/+1
* Doc: Add Changes Qt 5 to Qt 6 page to Qt WebChannelPaul Wicking2021-08-041-0/+44
* Remove outdated qmake pro-filesØystein Heskestad2021-07-194-72/+0
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-061-1/+1
* Update to new CMake API for QMLUlf Hermann2021-06-051-3/+8
* Make blockUpdates bindableØystein Heskestad2021-05-204-12/+32
* Handle per-transport client idle statusØystein Heskestad2021-05-202-24/+85
* 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-054-12/+87
* Use QProperty observation to push property updates to clientsArno Rehn2021-04-223-31/+138
* Handle signals in the registered object's threadMilian Wolff2021-04-163-7/+24
* Replace Q_NULLPTR with nullptr and fix a warningØystein Heskestad2021-03-233-10/+10
* Re-generate CMake project filesJoerg Bornemann2021-03-151-5/+5
* Stop using foreachAllan Sandfeld Jensen2021-02-011-7/+7
* Fix variant conversion after change in qtbaseAllan Sandfeld Jensen2021-02-011-0/+3
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Allan Sandfeld Jensen2021-01-297-0/+126
|\
| * Merge remote-tracking branch 'origin/wip/cmake' into devAllan Sandfeld Jensen2021-01-297-0/+126
| |\
| | * Regenerate projectswip/cmakeAlexandru Croitor2019-11-253-8/+33
| | * Add cmake supportJüri Valdmann2019-09-236-0/+103
* | | Stop using deprecated QVariant::type()Allan Sandfeld Jensen2021-01-291-3/+3
|/ /
* | Use qsizetype instead of int for QQmlListPropertyPeter Varga2020-12-012-17/+12
* | Stop using deprecated QMetaType functionsAllan Sandfeld Jensen2020-09-211-11/+13
* | Use QVariant(QMetaType, const void *) constructorJüri Valdmann2020-09-102-3/+3