D6183: [Digital Clock] Allow copying current date and time to clipboard

Kai Uwe Broulik noreply at phabricator.kde.org
Sun Apr 8 20:46:57 UTC 2018


broulik accepted this revision.
broulik added a comment.
This revision is now accepted and ready to land.


  Let's go for it now! Thanks for patience and apologies it took so long :/
  Do you have commit access? else I need your email address and can push it on your behalf.

INLINE COMMENTS

> DigitalClock.qml:77
> +        onContextualActionsAboutToShow: {
> +            ClipboardMenu.secondsIncluded =main.showSeconds;
> +        }

You can merge the two :)

  onContextualActionsAboutToShow: {
      ClipboardMenu.secondsIncluded = main.showSeconds;
      ClipboardMenu.currentDate = main.currentTime;
  }

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

To: bschiffner, #plasma, broulik
Cc: sharvey, davidedmundson, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180408/f247ca46/attachment.html>


More information about the Plasma-devel mailing list