| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark QtRemoteObjects as security critical | Γystein Heskestad | 2025-07-04 | 1 | -0/+1 |
* | Add a static method setLocalServerOptions to QRemoteObjectHost | Γystein Heskestad | 2023-09-11 | 1 | -0/+14 |
* | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
* | Use SPDX license identifiers | Lucie GΓ©rard | 2022-06-14 | 1 | -38/+2 |
* | Refactor decodeVariant to pass by rvalue ref/std::move | Brett Stottlemyer | 2021-08-04 | 1 | -1/+1 |
* | Rename the classes for adding a custom transport support | Sona Kurazyan | 2021-06-17 | 1 | -6/+6 |
* | Remove the IoDeviceBase::stream() method | Sona Kurazyan | 2021-06-04 | 1 | -2/+2 |
* | Refactor serialization code into an abstracted class | Brett Stottlemyer | 2021-05-27 | 1 | -15/+14 |
* | Avoid constructing QMetaType from type id when possible | Sona Kurazyan | 2021-02-16 | 1 | -1/+1 |
* | Fix QMetaType Deprecation warnings | Brett Stottlemyer | 2021-02-15 | 1 | -4/+4 |
* | Fix compilation with Qt 6 | Sona Kurazyan | 2021-02-15 | 1 | -1/+1 |
* | Annual QStringLiteral sweep | Marc Mutz | 2019-08-05 | 1 | -1/+1 |
* | Eradicate some more tricky Q_FOREACH loops | Marc Mutz | 2019-07-14 | 1 | -1/+1 |
* | Eradicate some simple Q_FOREACH loops | Marc Mutz | 2019-07-04 | 1 | -1/+2 |
* | Fix dynamic use_enum logic (Qt types only) | Brett Stottlemyer | 2019-05-18 | 1 | -8/+4 |
* | More fixes for (dynamic) enums in signals and slots | Brett Stottlemyer | 2019-05-17 | 1 | -2/+11 |
* | Fix return value propagation through proxies | Brett Stottlemyer | 2019-05-13 | 1 | -2/+20 |
* | Merge remote-tracking branch 'origin/5.12.1' into 5.12 | Qt Forward Merge Bot | 2019-02-01 | 1 | -2/+2 |
|\ |
|
| * | QVariant is also a standalone type and we must treated accordingly | BogDan Vatra | 2018-12-21 | 1 | -2/+2 |
* | | Fix include directives | Friedemann Kleint | 2019-01-18 | 1 | -1/+1 |
|/ |
|
* | Break socket listen out of QRemoteObjectSourceIo constructorv5.12.0-beta4 | Lee Helpingstine | 2018-11-06 | 1 | -14/+17 |
* | Support externally generated QIODevices | Brett Stottlemyer | 2018-08-15 | 1 | -16/+35 |
* | Make (internal) Source objects hierarchical | Brett Stottlemyer | 2018-04-04 | 1 | -53/+57 |
* | Add/extend Class/Model keywords for repc | Brett Stottlemyer | 2017-12-13 | 1 | -3/+6 |
* | Say hello to QRemoteObjectNode::heartbeatInterval property | BogDan Vatra | 2017-12-08 | 1 | -0/+4 |
* | Send and check the protocol versionv5.10.0-beta3 | BogDan Vatra | 2017-10-24 | 1 | -0/+3 |
* | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -13/+19 |
|\ |
|
| * | Correct QtRO license headers and added missing license filesv5.9.0-beta4 | Jani Heikkinen | 2017-05-02 | 1 | -13/+19 |
* | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-04-12 | 1 | -2/+2 |
|\| |
|
| * | Replace Q_NULLPTR -> nullptr | Kevin Funk | 2017-03-29 | 1 | -1/+1 |
| * | Load backends properly in Qt static builds | Kevin Funk | 2017-03-24 | 1 | -1/+1 |
* | | Convert from QSignalMapper to lambda | Kevin Funk | 2017-03-24 | 1 | -6/+6 |
|/ |
|
* | Fixes for license check | Brett Stottlemyer | 2017-01-14 | 1 | -21/+13 |
* | Make it build on VS2013 | Tobias NΓ€tterlund | 2016-09-21 | 1 | -1/+1 |
* | Generate, send and check class signature for .rep generated classes | BogDan Vatra | 2016-09-08 | 1 | -2/+2 |
* | Send property information of the changed signals | BogDan Vatra | 2016-06-20 | 1 | -2/+2 |
* | [fix] Correct sent typeName | Brett Stottlemyer | 2016-03-28 | 1 | -2/+2 |
* | Provide type name for source locations | Kevin Funk | 2016-03-21 | 1 | -5/+11 |
* | Fix SourceIo object | Brett Stottlemyer | 2015-12-31 | 1 | -2/+3 |
* | Make connection-factories public | Brett Stottlemyer | 2015-12-02 | 1 | -1/+3 |
* | Make connection factories static | Brett Stottlemyer | 2015-12-01 | 1 | -1/+1 |
* | Fix handling of invalid urls | Brett Stottlemyer | 2015-11-30 | 1 | -3/+5 |
* | Fix crash. | BogDan Vatra | 2015-09-24 | 1 | -2/+3 |
* | [internal] Don't use QRemoteObjectPacket | Brett Stottlemyer | 2015-08-31 | 1 | -40/+38 |
* | [internal] Remove packet->serialize() | Brett Stottlemyer | 2015-08-31 | 1 | -6/+3 |
* | [internal] Separate packet enum from class | Brett Stottlemyer | 2015-08-31 | 1 | -3/+3 |
* | Improved backend transmission performance. | BjΓΆrn Breitmeyer | 2015-08-27 | 1 | -6/+8 |
* | Add setName() to Nodes | Brett Stottlemyer | 2015-07-03 | 1 | -23/+24 |
* | Make sure new Source objects are shared | Brett Stottlemyer | 2015-06-09 | 1 | -0/+6 |
* | QRemoteObjectSourcePrivate -> QRemoteObjectSource | Kevin Funk | 2015-04-30 | 1 | -8/+8 |