[Gammaray-commits] [KDAB/GammaRay] fea886: Add license headers for quickitemoverlay.*
Anton Kreuzkamp
anton.kreuzkamp at kdab.com
Tue Mar 11 16:25:12 CET 2014
Branch: refs/heads/newQuickScenePreview
Home: https://github.com/KDAB/GammaRay
Commit: fea886bf5fe69938c993a83d431d02fcfb103768
https://github.com/KDAB/GammaRay/commit/fea886bf5fe69938c993a83d431d02fcfb103768
Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M plugins/quickinspector/quickitemoverlay.cpp
M plugins/quickinspector/quickitemoverlay.h
Log Message:
-----------
Add license headers for quickitemoverlay.*
Commit: d18e5402f9276d08f7b6130b9b70e7ed4fc93349
https://github.com/KDAB/GammaRay/commit/d18e5402f9276d08f7b6130b9b70e7ed4fc93349
Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M plugins/quickinspector/quickpreview.qml
Log Message:
-----------
Add some comments to the QQ-scene preview QML code
Commit: 34a695a5afebb01cd5b652b011bafd77369d6b78
https://github.com/KDAB/GammaRay/commit/34a695a5afebb01cd5b652b011bafd77369d6b78
Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M plugins/quickinspector/quickitemoverlay.cpp
Log Message:
-----------
Use decimal rgba notation in quickitemoverlay.
Qt4 doesn't seem to support the QColor("#aarrggbb") syntax, although
the docs say so. Now we're using the decimal based
QColor(rrr, ggg, bbb, aaa) instead, which does work.
Compare: https://github.com/KDAB/GammaRay/compare/fe3b0e721d7c...34a695a5afeb
More information about the Gammaray-commits
mailing list