summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-203-32/+33
|\
| * QRemoteObjectMetaObjectManager: fix -Wunused-but-set-variableMarc Mutz2023-01-201-4/+0
| * Remove qlalr warnings when building the moduleBrett Stottlemyer2022-12-311-27/+32
| * Fix missing QIODevice disconnect() signal connectionLionel Fafchamps2022-12-121-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-023-3/+4
|\|
| * QtRemoteObjectsQml: remove dependency from unused private headerSona Kurazyan2022-08-292-2/+0
| * Fix race condition when accessing invalid indexElias Steurer2022-07-051-1/+4
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-2454-1118/+1118
|/
* Update commercial license headersTarja Sundqvist2022-06-1454-1118/+1118
* repparser: add missing #include <QHash>, <QSet>Marc Mutz2022-04-051-0/+2
* QNX: Fix compiler warningsPasi Petäjäjärvi2022-03-262-5/+5
* QNX: Fix compiler warningPasi Petäjäjärvi2022-03-261-0/+1
* qconnection_qnx_global_p.h: add missing Qt namespaceMarc Mutz2022-02-181-0/+4
* Check nullptr before using pointerZhang Hao2022-02-101-1/+3
* Doc: State Qt versions for when CMake commands etc. were introducedJoerg Bornemann2022-02-091-0/+8
* Fix reconnect to replaced server nodeBernd Weimer2021-10-251-1/+1
* Fix header change replicationJoni Poikelin2021-10-132-4/+11
* Fix warnings on Android with developer-buildAssam Boudjelthia2021-10-041-6/+7
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* CMake: Manually run moc on generated rep_$name_$type headersAlexandru Croitor2021-09-221-2/+50
* CMake: Use new __QT_INTERNAL_OUTPUT_MOC_JSON_FILES option in APIAlexandru Croitor2021-09-201-2/+4
* 6.2 cleanupBrett Stottlemyer2021-09-084-2/+7
* Allow PODs to include enums/flagsBrett Stottlemyer2021-09-083-44/+264
* Make sure dynamic types set enumCount properlyBrett Stottlemyer2021-09-081-1/+2
* 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
* 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-185-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
* 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-043-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