[Differential] [Requested Changes To] D3738: [Task Manager] Tooltips redesign
hein (Eike Hein)
noreply at phabricator.kde.org
Wed Jan 4 05:35:46 UTC 2017
hein requested changes to this revision.
hein added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> Task.qml:229
>
> - active: !inPopup && !groupDialog.visible && plasmoid.configuration.showToolTips
> - interactive: true
> - location: plasmoid.location
> -
> - mainItem: toolTipDelegate
> -
> - onContainsMouseChanged: {
> - if (containsMouse) {
> - toolTipDelegate.parentIndex = itemIndex;
> -
> - toolTipDelegate.windows = Qt.binding(function() {
> - return model.LegacyWinIdList;
> - });
> - toolTipDelegate.mainText = Qt.binding(function() {
> - return model.display;
> - });
> - toolTipDelegate.icon = Qt.binding(function() {
> - return model.decoration;
> - });
> - toolTipDelegate.subText = Qt.binding(function() {
> - return model.IsLauncher === true ? model.GenericName : toolTip.generateSubText(model);
> - });
> - toolTipDelegate.launcherUrl = Qt.binding(function() {
> - return model.LauncherUrlWithoutIcon;
> - });
> + // workaround, see: https://bugreports.qt.io/browse/QTBUG-47523
> + // https://bugreports.qt.io/browse/QTBUG-55864
Can you flesh this out a bit more and explain exactly what situation (as it pertains specifically to our UI) breaks without the workaround? This at the very least needs to be cleaned up / fixed at a later date if it can't be now, and whoever does this will need a testcase description so they know their changed code satisfies the requirements.
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D3738
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: subdiff, #vdg, #plasma, hein
Cc: hein, colomar, plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170104/a1409487/attachment.html>
More information about the Plasma-devel
mailing list