QML Text Component ignores alpha component of color property
Bug #1198830 reported by
Timo Jyrinki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtdeclarative-opensource-src (Ubuntu) |
Fix Released
|
Undecided
|
Timo Jyrinki |
Bug Description
We have a need for this Qt bug to be fixed:
https:/
After investigation it turns out that the fix is already in Qt trunk:
https:/
And in order to avoid a slight performance overhead it should be coupled with:
https:/
Related branches
lp://staging/~timo-jyrinki/ubuntu/saucy/qtdeclarative-opensource-src/merge_continued
- Ubuntu branches: Pending requested
-
Diff: 885 lines (+510/-58)12 files modified.pc/applied-patches (+2/-0)
debian/changelog (+83/-0)
debian/control (+52/-29)
debian/copyright (+42/-2)
debian/patches/0b190b7114c816689eeb8478ea5151732bc7a5de_backport.patch (+112/-0)
debian/patches/81a9dd71b9ce60ab4cae629b67d6f26ebdeb19db_backport.patch (+169/-0)
debian/patches/series (+2/-0)
debian/qtdeclarative5-doc-html.install (+2/-0)
debian/qtdeclarative5-doc.install (+2/-0)
debian/rules (+12/-6)
src/quick/scenegraph/qsgdistancefieldglyphnode_p.cpp (+24/-15)
src/quick/scenegraph/qsgdistancefieldglyphnode_p_p.h (+8/-6)
Changed in qtdeclarative-opensource-src (Ubuntu): | |
status: | New → Fix Committed |
To post a comment you must log in.
Built a package with the two patches.
The test procedure is: 1. Have the latest saucy image installed on your device. Log in, and do apt-get update && apt-get dist-upgrade on the device 2. apt-add-repository ppa:canonical- qt5-edgers/ qt5-beta2 3. apt-get update && apt-get dist-upgrade (check that you get the PPA versions of the packages) 4. Reboot. Test!