summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 6.2 cleanupBrett Stottlemyer2021-09-084-2/+7
* Allow PODs to include enums/flagsBrett Stottlemyer2021-09-073-44/+264
* Allow debug run of repcBrett Stottlemyer2021-09-071-1/+6
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-12/+12
* Provide a schema for abstract local socketsBrett Stottlemyer2021-08-315-14/+86
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-311-12/+12
* Doc: Fix linking warning to 'qmake'Topi Reinio2021-08-261-1/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-3/+0
* Move class signature handling to parser.gBrett Stottlemyer2021-08-241-16/+202
* Allow automatic move for local variablesSona Kurazyan2021-08-241-1/+1
* Get rid of calls to virtual methods inside constructorsSona Kurazyan2021-08-242-45/+82
* Handle enums/flags as hash/map keysBrett Stottlemyer2021-08-175-42/+129
* Support general QMap<*>/QHash<*> types with a proxyBrett Stottlemyer2021-08-175-5/+291
* Clean up Qt RemoteObjects documentationSona Kurazyan2021-08-175-11/+16
* Enable use of Flags in .rep filesBrett Stottlemyer2021-08-171-1/+75
* Add ability to use class enums in .repBrett Stottlemyer2021-08-173-5/+15
* Doc: Add thumbnail images to the example docsVenugopal Shivashankar2021-08-171-0/+6
* reverseProxy: Update documentationMårten Nordheim2021-08-161-6/+5
* Allow multiline comments in .rep filesBrett Stottlemyer2021-08-101-1/+2
* Fix crash when using QList<*> with a proxyMichael Brasser2021-08-086-2/+353
* Restructure CMake API docs to add them to the main CMake docs pageSona Kurazyan2021-08-062-60/+151
* Make sure dynamic replica values are decodedBrett Stottlemyer2021-08-051-0/+7
* Refactor decodeVariant to pass by rvalue ref/std::moveBrett Stottlemyer2021-08-049-37/+39
* Doc: Use correct documentation groupPaul Wicking2021-08-041-2/+2
* Rename qt6_rep_from_headers -> qt6_reps_from_headersSona Kurazyan2021-08-033-7/+7
* CMake: make qt_rep_from_header function pluralSona Kurazyan2021-08-023-7/+7
* Clean-up the qremoteobjectsource.h headerSona Kurazyan2021-07-302-98/+114
* Fix crash when remoting QML objects with sub-objectsMichael Brasser2021-07-221-9/+24
* Remove dead code in serializeDefinition()Brett Stottlemyer2021-07-191-7/+4
* Remove dead code in qt_metacall()Brett Stottlemyer2021-07-191-8/+0
* CMake: Add version-less wrapper for qt6_rep_from_header functionSona Kurazyan2021-07-151-3/+14
* Document the qt6_rep_from_header CMake functionSona Kurazyan2021-07-152-0/+19
* CMake: Add version-less wrapper functionsJoerg Bornemann2021-07-151-0/+24
* CMake: Rename qt6_add_repc_files to be internalSona Kurazyan2021-07-141-6/+6
* Fix "Failed to create a timer" issue on WindowsBrett Stottlemyer2021-07-141-2/+11
* Install parser.g from RepParserBrett Stottlemyer2021-07-121-25/+3
* Make sure dynamic types set enumCount properlyBrett Stottlemyer2021-06-291-1/+2
* Switch usage of QList<QVariant> to QVariantListBrett Stottlemyer2021-06-292-2/+2
* Don't try to access replica's connection when it's not initialized yetSona Kurazyan2021-06-281-10/+26
* Update the outdated '### Qt 6' commentSona Kurazyan2021-06-242-4/+8
* Move items from qremoteobjectabstractitemmodeltypes_p.h to QtPrivateSona Kurazyan2021-06-245-156/+160
* Make qremoteobjectabstractitemmodeltypes.h privateSona Kurazyan2021-06-244-6/+17
* Encapsulate raw string with QLatin1StringKai Köhne2021-06-211-5/+5
* Remove old configure-related filesJoerg Bornemann2021-06-171-24/+0
* Document the renamed classes in the porting guideSona Kurazyan2021-06-171-0/+15
* Document the SC and BC guarantees for APIs from qconnectionfactories.hSona Kurazyan2021-06-173-5/+77
* Rename the classes for adding a custom transport supportSona Kurazyan2021-06-1719-167/+167
* CMake: Update to latest qml CMake APIAlexandru Croitor2021-06-056-92/+20
* Remove the IoDeviceBase::stream() methodSona Kurazyan2021-06-045-17/+14
* Port QRemoteObjectRegistry to new property systemSona Kurazyan2021-06-043-2/+26