D27322: Allow move or add window to Activities during Dnd using Ctrl modifier

David Edmundson noreply at phabricator.kde.org
Tue Feb 11 15:15:13 GMT 2020


davidedmundson added a comment.


  Seems sensible +1

INLINE COMMENTS

> pagermodel.cpp:615
> +                    // if on >1 activity, remove it from the current activity and add it to the new activity
> +                    QString currentActivity = d->activityInfo->currentActivity();
> +                    //qDebug() << id << " is on " << activities << ", removing from " << currentActivity;

const

> pagermodel.cpp:616
> +                    QString currentActivity = d->activityInfo->currentActivity();
> +                    //qDebug() << id << " is on " << activities << ", removing from " << currentActivity;
> +                    activities.removeAll(currentActivity);

please port to qCDebug() and uncomment

(or just remove)

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D27322

To: wstephenson, davidedmundson, #plasma, hein
Cc: plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200211/40171303/attachment-0001.html>


More information about the Plasma-devel mailing list