Review Request 123161: Add copy and paste support for calculator widget
Bernhard Friedreich
friesoft at gmail.com
Sat Mar 28 15:18:03 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123161/
-----------------------------------------------------------
(Updated March 28, 2015, 3:18 p.m.)
Status
------
This change has been marked as submitted.
Review request for Plasma.
Changes
-------
Submitted with commit 16cad20c28e09109844f1e34ae87c71ae8259350 by David Edmundson on behalf of Bernhard Friedreich to branch master.
Bugs: 318221
http://bugs.kde.org/show_bug.cgi?id=318221
Repository: kdeplasma-addons
Description
-------
The current displayed value from the textfield can be copied.
Content from the clipboard can be pasted but only if the content
is a valid number
BUG: 318221
Diffs
-----
applets/calculator/package/contents/ui/calculator.qml 23f74bd1ac7de6b7f4519677bd96aa351a91cff1
Diff: https://git.reviewboard.kde.org/r/123161/diff/
Testing
-------
Copying:
*) Tried copying entered numbers and results - works for me :)
Pasting:
*) Pasting "asdf" leads to nothing being pasted - correct
*) Pasting "5" appends the number to the currently entered input or replaces the current number in case an operator has been pressed before
Only pasting doubles is possible - no signs or full math expressions are supported.
It looks like the plasmoid doesn't supports signed numbers in general (e.g. 5 - -5 doesnt result in 10)
Comments welcome :) This is my second patch so hopefully my work isn't complete garbage :P
Thanks,
Bernhard Friedreich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20150328/44dddae9/attachment-0001.html>
More information about the Plasma-devel
mailing list