-
Notifications
You must be signed in to change notification settings - Fork 725
[GUI] CoinControlDialog, every copy to clipboard action implemented. #1269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GUI] CoinControlDialog, every copy to clipboard action implemented. #1269
Conversation
…y showed label + inform snackbar notifying the user.
random-zebra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK e3dd115
Great change 👍 Much needed.
Mrs-X
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was on my ToDo list as well, great ❤️
ACK e3dd115 with a little NIT which has no real-life relevance because almost no-one owns that much PIV:
if you copy big amounts (like 17 054 301.41186167) the clipboard-content isn't accepted in the Amount field because of the thousand-separators, so it would make sense to remove those before the value is copied.
… clipboard texts.
|
Updated with latest @Mrs-X comment, now the code removes the extra spacing char/s from the text before copying it to the clipboard. |
random-zebra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK c919f0e and merging...
…implemented. c919f0e [GUI] CoinControlDialog, removing extra spacing char from the copy to clipboard texts. (furszy) e3dd115 [GUI] CoinControlDialog, copy to clipboard action implemented on every showed label + inform snackbar notifying the user. (furszy) Pull request description: CoinControlDialog, copy to clipboard action implemented in every showed label + inform snackbar notifying the user.  ACKs for top commit: random-zebra: ACK c919f0e and merging... Tree-SHA512: cac0e599005105f052a2cf34e622447e91a2f01a61876bd6111de85a49c90b99c7699cc7c87e022e092696f60b1cb431688e25ebf33d31125dbd9c664e518b6a
|
Thanks allot for this. Huge help. |
…y showed label + inform snackbar notifying the user. Github-Pull: PIVX-Project#1269 Rebased-From: e3dd115
… clipboard texts. Github-Pull: PIVX-Project#1269 Rebased-From: c919f0e
4663310 [GUI] Min window size (furszy) 5c76d51 Doc: Update manpages for 4.0.2 (Fuzzbawls) 79bfec9 Build: Bump version to 4.0.2 (Fuzzbawls) 82d0af7 Doc: Update release notes for 4.0.2 (Fuzzbawls) 3432e29 [GUI] Transaction record cold staking fixes. (furszy) e5badbc [RPC] Don't do extra PoW round for pos blocks in 'generate' RPC Github-Pull: #1274 Rebased-From: 6b5ce00 (random-zebra) 7b8169c [Trivial] Update copyright headers for 4.0.2 (Fuzzbawls) 8faf4bf [Core] Update checkpoints for first v7 block (Fuzzbawls) f6e8a14 [GUI] Add latest block number to topbar pushButtonSync Github-Pull: #1268 Rebased-From: 84b4ae4 (random-zebra) 8edfa83 [GUI] Connect P2CSUnlockOwner and P2CSUnlockStaker records to the model Github-Pull: #1265 Rebased-From: 4b24380 (random-zebra) e475827 [GUI] CoinControlDialog, removing extra spacing char from the copy to clipboard texts. (furszy) dbe2b3a [GUI] CoinControlDialog, copy to clipboard action implemented on every showed label + inform snackbar notifying the user. (furszy) 3404bd9 [Wallet] Don't add P2CS automatically to CWalletTx::GetLockedCredit Github-Pull: #1264 Rebased-From: 4789652 (random-zebra) d1f5731 [GUI] Force NavMenu to show dashboard button at startup. (furszy) cdee261 [GUI] Open the app's window in the smallest, currently available, size. (furszy) fc766c8 [GUI] TransactionRecord type P2CSDelegationSentOwner and P2CSDelegationSent distinction. (furszy) 49de2e4 [Qt][Bug] Load the most recent instead of the first transactions (Fuzzbawls) 827ca3e [Bug][GUI] Double counted delegated balance fix. (furszy) Pull request description: Updates the `4.0` branch with relevant merged PRs in preparation for tagging the `4.0.2` release. Included PRs: #1261 #1267 #1263 #1266 #1264 #1269 #1265 #1268 #1273 #1272 #1274 #1279 Top commit has no ACKs. Tree-SHA512: 561d9319d08756c040751c6ce145505610ed2ebc4351a87d9d3bb05ecb98df9f35d492e9e3eb7e111ce611268c4a24bb13720e3f81917a671038f8ab23f14de4
CoinControlDialog, copy to clipboard action implemented in every showed label + inform snackbar notifying the user.