Version: SVN (using Devel) OS: Linux Konqui just complained that the Ebay certificate chain wasn't valid, but clicking on details everything seemed to look fine. Then i wanted to check if i have that certificate installed (ca-certificates-20110421) - by checking the md5sum. Surprise: the digest field in the information dialog is non-selectable - none is. And rather than copying the digest manually i thought i'd file a bug report. However, i am not quite sure how to best tackle this - is there really no better way then to call setTextInteractionFlags(Qt::TextSelectableByMouse) for each and every label widget? Reproducible: Always Expected Results: Mouse selectable information fields! :) OS: Linux (x86_64) release 3.1.0-rc2 Compiler: x86_64-pc-linux-gnu-gcc
I don't know a better way than setting the flags on every label, but fortunately the UI here is designer-generated, so it's just a few clicks for every label.
Git commit 2748bb484c9f8a451b1b9963c1a1b562a2ea4e7c by Andreas Hartmetz. Committed on 18/08/2011 at 16:00. Pushed by ahartmetz into branch 'KDE/4.7'. Make SSL info text labels selectable by mouse. BUG: 280249 M +70 -51 kio/kssl/certificateparty.ui M +141 -106 kio/kssl/sslinfo.ui http://commits.kde.org/kdelibs/2748bb484c9f8a451b1b9963c1a1b562a2ea4e7c
Git commit 7cac5df7d0a8435edca419fbbb80faaf5aedd19b by David Faure, on behalf of Andreas Hartmetz. Committed on 18/08/2011 at 16:00. Pushed by dfaure into branch 'frameworks'. Make SSL info text labels selectable by mouse. BUG: 280249 (cherry picked from commit 2748bb484c9f8a451b1b9963c1a1b562a2ea4e7c) M +70 -51 kio/kssl/certificateparty.ui M +141 -106 kio/kssl/sslinfo.ui http://commits.kde.org/kdelibs/7cac5df7d0a8435edca419fbbb80faaf5aedd19b