QT: Add 'copy full transaction details' option#7628
QT: Add 'copy full transaction details' option#7628jonasschnelli merged 1 commit intomasterfrom unknown repository
Conversation
That's a bit odd. My pull request compiled fine on every other job in the Travis CI build... so I'm not sure what to make of this. |
|
No worries, it is a know issue unrelated to your changes. |
|
ah, I see. what a relief |
|
Restarted travis, it should pass now. |
|
ACK https://github.com/ericshawlinux/bitcoin/commit/fff0dcc4a42f384fa9e7778fa0241f3448454658 Minor NIT: empty '()' on addresses without labels. Can be tested beforehand... For unconfirmed transaction: 4 confirms: Confirmed: With label: The debug log contains this on OS X (the same warning as with Copy raw transaction: |
|
Off-topic here, but anyway: it would be nice to be able to add label to the address directly from the main window, in Recent transactions. |
src/qt/transactiontablemodel.cpp
Outdated
There was a problem hiding this comment.
nit: what about only append L620 to L622 if !rec->address.empty()? I guess most users have couple of transaction without according address labels.
|
Tested ACK modulo nit. Agree with @paveljanik about the Binaries: https://bitcoin.jonasschnelli.ch/pulls/7628/ 4 Examples Two conceptual ideas for further improvements:
|
src/qt/transactiontablemodel.cpp
Outdated
There was a problem hiding this comment.
We should use details.append(tr("(no label)")+" "); here to allow translations.
|
Can you squash your commits? |
|
Ok |
Adds feature from issue #7484 modifies the ctrl-c binding to copy full transaction details in transaction view. Added translation
|
Tested ACK b51ed40. |
b51ed40 QT: Add 'copy full transaction details' option (Eric Shaw)
b51ed40 QT: Add 'copy full transaction details' option (Eric Shaw)
* Merge pull request #7154 a3c3ddb [Qt] add InMempool() info to transaction details (Jonas Schnelli) * Merge pull request #7218 fa5769e [qt] Fix misleading translation (MarcoFalke) fa8c8d7 torcontrol debug: Change to a blanket message that covers both cases (MarcoFalke) * Merge pull request bitcoin#7255 6fd0a07 Remove hardcoded fee from CoinControl ToolTip (fanquake) 5fdf32d Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake) * Merge pull request bitcoin#7263 a5a0831 Double semicolon cleanup. (21E14) * Merge pull request bitcoin#7334 fa989fb [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) (MarcoFalke) * Merge pull request bitcoin#7329 9d263bd Typo fixes in comments (Chris Wheeler) * Merge bitcoin#7396: [Qt] Add option to increase/decrease font size in the console window 43abb02 [Qt] Add a new chevron/arrow icon for the console prompt line (Jonas Schnelli) 56c9e66 [Qt] keep scroll position in GUI console after changing font size (Jonas Schnelli) 3a3a927 [Qt] Add option to increase/decrease font size in the console window (Jonas Schnelli) * Merge bitcoin#7628: QT: Add 'copy full transaction details' option b51ed40 QT: Add 'copy full transaction details' option (Eric Shaw) * Merge bitcoin#7668: Fix history deletion bug after font size change 21e45a0 Fix history deletion bug after font change (Andrew C) * Copy/Move font size related icons into theme folders * Use formatTxDate for date/time in TxPlainTextRole
Adds feature from issue #7484