summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-231-2/+2
|\ \
| * | Prospective build fixSimon Hausmann2020-01-231-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-111-1/+1
|\| |
| * | Merge branch '5.14' into 5.15Tony Sarajärvi2020-01-081-1/+1
| |\ \
| | * | Fix internal compiler error of MinGW 8.1 caused by generated codeFriedemann Kleint2020-01-071-1/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-211-331/+331
|\| | | | |_|/ |/| |
| * | Replace endl with Qt::endlAllan Sandfeld Jensen2019-12-191-333/+331
| * | Fix Qt6 buildAlexandru Croitor2019-12-191-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-295-1803/+0
|\| |
| * | Prospective build fix after changes in qtbase's bootstrap librarySimon Hausmann2019-10-285-1803/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-091-2/+2
|\| |
| * | repc: Use declarative approach in moc.priJoerg Bornemann2019-10-071-2/+2
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-10-041-0/+2
|\ \ | |/ |/|
| * Fix Qt6 buildAlexandru Croitor2019-07-091-0/+2
* | Support SLOTs with return values in QMLMichael Brasser2019-08-232-3/+27
* | Cleanup generated codeBogDan Vatra2019-07-191-25/+10
|/
* repc: eradicate Q_FOREACH loopsMarc Mutz2019-06-192-51/+57
* Port from QLatin1Literal to QLatin1StringLiang Qi2019-06-141-2/+2
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-171-10/+17
* Fix dynamic enums in Props and SignalsBrett Stottlemyer2019-05-071-9/+41
* Fix handling of QVariant propertiesBrett Stottlemyer2019-05-061-8/+15
* Clean up windows qmake scopesOliver Wolff2018-11-221-1/+1
* Do not register enums from other classesBogDan Vatra2018-09-261-13/+13
* Fix issues with refactored CLASS/MODEL supportMichael Brasser2018-05-171-0/+2
* Add a blank line after generated <Class>SourceAPIMichael Brasser2018-04-271-0/+1
* Support non-CONSTANT pointer typesBrett Stottlemyer2018-04-251-3/+5
* Fix handling of CONSTANT propertiesBrett Stottlemyer2018-04-251-3/+14
* Allow nodes to proxy (or convert) replicasBrett Stottlemyer2018-04-251-5/+5
* Address repc generated override warningBrett Stottlemyer2018-04-051-1/+1
* Make (internal) Source objects hierarchicalBrett Stottlemyer2018-04-041-4/+4
* Rework REPC QObject* handlingv5.11.0-beta3Brett Stottlemyer2018-04-042-189/+130
* repc: Fix g++ 7.2 compiler warning about fall throughFriedemann Kleint2018-03-191-1/+1
* Add metatype registrations for POD attributesv5.11.0-beta2Michael Brasser2018-03-081-1/+4
* Fix infinite loop during slot cleanup for propertiesChristian Gudrian2018-02-261-0/+1
* [repc] Don't use override for READONLY PROPsMichael Brasser2017-12-232-4/+7
* Ensure we setNode for replicas with MODELsMichael Brasser2017-12-231-1/+1
* Have SimpleSource derive from SourceBrett Stottlemyer2017-12-131-135/+146
* Add/extend Class/Model keywords for repcBrett Stottlemyer2017-12-131-46/+133
* Fix crash with templated enableRemotingMichael Brasser2017-12-081-1/+1
* Correctly handle class enum signal parametersMichael Brasser2017-12-081-6/+29
* Fix unused object warningBogDan Vatra2017-11-241-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-243-16/+71
|\
| * Send also the methods and then signals parameter namesBogDan Vatra2017-11-021-1/+17
| * Send enum detailsBogDan Vatra2017-11-021-1/+17
| * Generate a protected setter for SimpleSource READONLY propertiesv5.10.0-beta2Michael Brasser2017-10-062-7/+31
| * repc: Fix warnings in generated codeKevin Funk2017-09-251-12/+10
| * Win: Set proper description for repc toolKai Koehne2017-09-201-0/+1
* | Move free qtro_* functions in QtPrivate namespaceKevin Funk2017-09-271-7/+7
* | repcodegenerator: Prefix members with m_Kevin Funk2017-09-221-52/+52
|/
* Sync moc copy with moc from qtbase 5.9 branchKevin Funk2017-06-0922-476/+691