laanwj
commented at 2:05 PM on April 25, 2016:
member
A small GUI annoyance for me has always been that it's impossible to have multiple transaction detail windows open, for example to compare transactions.
This patch makes the window non-modal so that it is possible to open transaction details at will.
laanwj added the label GUI on Apr 25, 2016
qt: Make it possible to show details for multiple transactions
A small GUI annoyance for me has always been that it's impossible to
have multiple transaction detail windows open, for example to compare
transactions.
This patch makes the window non-modal so that it is possible to open
transaction details at will.
17a6a21786
laanwj force-pushed on Apr 25, 2016
jonasschnelli
commented at 2:06 PM on April 25, 2016:
contributor
Nice! Also though about this. Thanks.
utACK1f3b3fd48bb6c5787893529862430bd77b2c7fb3
laanwj
commented at 3:14 PM on April 25, 2016:
member
Another thing to consider here now may be to add some information to the window title. After all if there are multiple open it may be useful to distinguish them in taskbars etc.
I'm not sure on what to add though; transaction id seems to be of limited usefulness. Maybe date/recipient/amount.
paveljanik
commented at 3:19 PM on April 25, 2016:
contributor
Numbering the windows?
laanwj
commented at 3:21 PM on April 25, 2016:
member
Numbering doesn't seem more useful to me than just keeping them with the same window title. It needs to actually identify the transaction.
(also this opens up issues with reusing or not reusing numbers, I'd rather just add (part of) the transaction id in that case)
jonasschnelli
commented at 3:23 PM on April 25, 2016:
contributor
What about the shortened transaction id (middle truncated). Something like 4d8fad...8dd9f9 for 4d8fad408da55d4b54e3be97960db06d78489f5984e0a6e8ada082295e8dd9f9?
paveljanik
commented at 3:48 PM on April 25, 2016:
contributor
Full tx ID. window manager/... will shorten it if needed (ie. Transaction details: tx_id).
jonasschnelli
commented at 4:35 PM on April 25, 2016:
contributor
To make this work on OSX (not sure about Windows) you need to make the dialog non-modal.
jonasschnelli
commented at 7:29 PM on April 25, 2016:
contributor
I tested with the full transaction-ID as window title. LGTM.
<img width="942" alt="bildschirmfoto 2016-04-25 um 21 27 50" src="https://cloud.githubusercontent.com/assets/178464/14796268/be111e20-0b2c-11e6-8b31-e55bb8584027.png">
laanwj
commented at 5:12 AM on April 26, 2016:
member
@jonasschnelli: Interesting, do you know why is this necessary specifically here, how about the other places where we use setAttribute(Qt::WA_DeleteOnClose)?
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:15 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me