Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use SPDX license identifiers | Lucie Gérard | 2022-06-14 | 1 | -38/+2 |
* | Handle enums/flags as hash/map keys | Brett Stottlemyer | 2021-08-17 | 1 | -11/+2 |
* | Remove dead code in qt_metacall() | Brett Stottlemyer | 2021-07-19 | 1 | -8/+0 |
* | Various documentation fixes | Mårten Nordheim | 2021-03-09 | 1 | -5/+15 |
* | Clean-up warnings | Sona Kurazyan | 2021-02-22 | 1 | -1/+1 |
* | Use QList instead of QVector | Jarek Kobus | 2021-02-16 | 1 | -1/+0 |
* | Avoid constructing QMetaType from type id when possible | Sona Kurazyan | 2021-02-16 | 1 | -4/+4 |
* | Fix QMetaType Deprecation warnings | Brett Stottlemyer | 2021-02-15 | 1 | -11/+10 |
* | Fix compilation with Qt 6 | Sona Kurazyan | 2021-02-15 | 1 | -6/+6 |
* | Make sure class enums work dynamically | Brett Stottlemyer | 2019-05-20 | 1 | -4/+15 |
* | More fixes for (dynamic) enums in signals and slots | Brett Stottlemyer | 2019-05-17 | 1 | -0/+1 |
* | Fix a couple of metaObject vs m_metaObject issues | Brett Stottlemyer | 2019-05-06 | 1 | -2/+14 |
* | Fix handling of QVariant properties | Brett Stottlemyer | 2019-05-06 | 1 | -5/+12 |
* | Fix include directives | Friedemann Kleint | 2019-01-18 | 1 | -1/+1 |
* | Doc: Add missing dots | Paul Wicking | 2018-06-19 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-11-24 | 1 | -1/+4 |
|\ | |||||
| * | Send enum details | BogDan Vatra | 2017-11-02 | 1 | -1/+4 |
* | | Rename ReplicaPrivate -> ReplicaImplementation | Kevin Funk | 2017-10-06 | 1 | -10/+9 |
|/ | |||||
* | Correct QtRO license headers and added missing license filesv5.9.0-beta4 | Jani Heikkinen | 2017-05-02 | 1 | -13/+19 |
* | Replace Q_NULLPTR -> nullptr | Kevin Funk | 2017-03-29 | 1 | -1/+1 |
* | Use proper type id for user defined types | Mathias Hasselmann | 2017-03-22 | 1 | -1/+1 |
* | Doc: language review Qt Remote Objects | Nico Vertriest | 2017-03-07 | 1 | -7/+7 |
* | Fixes for license check | Brett Stottlemyer | 2017-01-14 | 1 | -21/+13 |
* | Introduce QT_REMOTEOBJECTS_DEBUG_ARGUMENTS | Kevin Funk | 2016-03-16 | 1 | -1/+7 |
* | Add default constructor for Replicas | Brett Stottlemyer | 2015-12-31 | 1 | -2/+8 |
* | Provide ReplicaPrivateStub | Brett Stottlemyer | 2015-12-31 | 1 | -3/+3 |
* | Fix slots with arguments | Sebastian Sauer | 2015-04-01 | 1 | -6/+9 |
* | Fix memory leaks | Kevin Funk | 2015-03-24 | 1 | -1/+3 |
* | Introduce documentation | Brett Stottlemyer | 2015-03-20 | 1 | -0/+35 |
* | Allow .rep API to differ from Source API | Brett Stottlemyer | 2015-01-27 | 1 | -8/+7 |
* | Remove not necessary includes | Montel Laurent | 2014-12-18 | 1 | -1/+0 |
* | Implement QRemoteObjectPending{Call, Reply} | Kevin Funk | 2014-11-20 | 1 | -1/+9 |
* | Say hello to QtRemoteObjects | Brett Stottlemyer | 2014-10-16 | 1 | -0/+136 |