summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectdynamicreplica.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Handle enums/flags as hash/map keysBrett Stottlemyer2021-08-171-11/+2
* Remove dead code in qt_metacall()Brett Stottlemyer2021-07-191-8/+0
* Various documentation fixesMårten Nordheim2021-03-091-5/+15
* Clean-up warningsSona Kurazyan2021-02-221-1/+1
* Use QList instead of QVectorJarek Kobus2021-02-161-1/+0
* Avoid constructing QMetaType from type id when possibleSona Kurazyan2021-02-161-4/+4
* Fix QMetaType Deprecation warningsBrett Stottlemyer2021-02-151-11/+10
* Fix compilation with Qt 6Sona Kurazyan2021-02-151-6/+6
* Make sure class enums work dynamicallyBrett Stottlemyer2019-05-201-4/+15
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-171-0/+1
* Fix a couple of metaObject vs m_metaObject issuesBrett Stottlemyer2019-05-061-2/+14
* Fix handling of QVariant propertiesBrett Stottlemyer2019-05-061-5/+12
* Fix include directivesFriedemann Kleint2019-01-181-1/+1
* Doc: Add missing dotsPaul Wicking2018-06-191-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-241-1/+4
|\
| * Send enum detailsBogDan Vatra2017-11-021-1/+4
* | Rename ReplicaPrivate -> ReplicaImplementationKevin Funk2017-10-061-10/+9
|/
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-13/+19
* Replace Q_NULLPTR -> nullptrKevin Funk2017-03-291-1/+1
* Use proper type id for user defined typesMathias Hasselmann2017-03-221-1/+1
* Doc: language review Qt Remote ObjectsNico Vertriest2017-03-071-7/+7
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* Introduce QT_REMOTEOBJECTS_DEBUG_ARGUMENTSKevin Funk2016-03-161-1/+7
* Add default constructor for ReplicasBrett Stottlemyer2015-12-311-2/+8
* Provide ReplicaPrivateStubBrett Stottlemyer2015-12-311-3/+3
* Fix slots with argumentsSebastian Sauer2015-04-011-6/+9
* Fix memory leaksKevin Funk2015-03-241-1/+3
* Introduce documentationBrett Stottlemyer2015-03-201-0/+35
* Allow .rep API to differ from Source APIBrett Stottlemyer2015-01-271-8/+7
* Remove not necessary includesMontel Laurent2014-12-181-1/+0
* Implement QRemoteObjectPending{Call, Reply}Kevin Funk2014-11-201-1/+9
* Say hello to QtRemoteObjectsBrett Stottlemyer2014-10-161-0/+136