[Gammaray-commits] [KDAB/GammaRay] 84ac7e: Normalize signal/slot names and argument type name...
Volker Krause
volker.krause at kdab.com
Wed Apr 26 15:06:10 CEST 2017
Branch: refs/heads/master
Home: https://github.com/KDAB/GammaRay
Commit: 84ac7eeab24a4f43336b823358229212e0ccc01b
https://github.com/KDAB/GammaRay/commit/84ac7eeab24a4f43336b823358229212e0ccc01b
Author: Volker Krause <volker.krause at kdab.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)
Changed paths:
M common/networkselectionmodel.cpp
M core/remote/remotemodelserver.cpp
Log Message:
-----------
Normalize signal/slot names and argument type names
Commit: c722962a54cf200e3e770e758d6f0bc98cf1788c
https://github.com/KDAB/GammaRay/commit/c722962a54cf200e3e770e758d6f0bc98cf1788c
Author: Volker Krause <volker.krause at kdab.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)
Changed paths:
M core/remote/remotemodelserver.cpp
Log Message:
-----------
Add some shortcuts for expensive but known to serialize types
QUrl serialization creates temporary strings, bad enough for the actual
serialization, no need to do this during the trial run too.
Commit: 61a98415b41380e9e971ca6d0c9b1f673141928f
https://github.com/KDAB/GammaRay/commit/61a98415b41380e9e971ca6d0c9b1f673141928f
Author: Volker Krause <volker.krause at kdab.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)
Changed paths:
M core/probe.cpp
M core/probe.h
Log Message:
-----------
Remove obsolete handling of QQuickItem reparenting
We can nowadays distinguish between the two different parents, and we have
separate tools to track those, so this isn't needed anymore. Saves us a
string-based connect per QObject, and thus multiple allocations.
Compare: https://github.com/KDAB/GammaRay/compare/09e1e1c2a554...61a98415b413
More information about the Gammaray-commits
mailing list