gui: Show current wallet name in window title#15149
gui: Show current wallet name in window title#15149jonasschnelli merged 3 commits intobitcoin:masterfrom
Conversation
promag
commented
Jan 12, 2019

|
Yeah. Why not. |
@jonasschnelli I kind of agree, not very helpful I guess. |
506bae3 to
530ec6c
Compare
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
Now with Jonas suggestion. |
|
Concept ACK. |
530ec6c to
104251c
Compare
|
|
|
@luke-jr chrome shows the current tab title. code editors show current file. lots of other examples.. |
IMHO, window titles are okay to be context sensitive. |
|
Thanks @hebasto. |
|
Concept ACK, agree it's fine for window titles to be dynamic and context sensitive. |
c1e8f74 to
b0b2d11
Compare
|
re-tACK b0b2d112550817e31e469a19a2d69bcef97ae4be |
That would be the same as no wallet is loaded. Beside, we already use that wording for the default wallet name. And this won't be an issue if the goal is to avoid creating the default wallet. |
b0b2d11 to
3f46d58
Compare
|
Rebased after #14594 merge. |
That shouldn't cause any confusion. Either a wallet is visible or not. It's not clear yet what we're going to do about the default wallet, e.g. do we force users to give it a name? I expect only a fraction of users to care about the multi-wallet stuff, so a term like "default wallet" is confusing. |
3f46d58 to
fe7048b
Compare
|
@Sjors now with your suggestion. |
|
tACK fe7048b |
|
Tested ACK fe7048b |
fe7048b gui: Show current wallet name in window title (João Barbosa) 8a79261 gui: Keep network style in BitcoinGUI (João Barbosa) f411c8b gui: Remove unused return type in some BitcoinGUI methods (João Barbosa) Pull request description: <img width="876" alt="screenshot 2019-01-11 at 23 58 26" src="proxy.php?url=https://user-images.githubusercontent.com/3534524/51065458-d7ebaf80-15fc-11e9-9162-e37e9a10d448.png"> Tree-SHA512: 5c43f615834983bc1c5045e07c6e119044dd78ca947fd2679d302b519d5ce1d08d29ca00b1c11e88c4bbc4d56f2e6f4a8adc42084f3503e751e642e8a13112dc
|
Oops, now we have a trailing |
1ed425e gui: Fix window title update (João Barbosa) Pull request description: Removes trailing `-` from window title when running on mainnet. Reported by @Sjors in #15149 (comment). Tree-SHA512: 22f13c361496720f30a4926d928851ed74456c0d70bd313b0ebaca91a9ebfde96991091ac3d1b094f33d3ce9afafd709eb1917f00d96fa3ca69751b6b14e1d2b
fe7048b gui: Show current wallet name in window title (João Barbosa) 8a79261 gui: Keep network style in BitcoinGUI (João Barbosa) f411c8b gui: Remove unused return type in some BitcoinGUI methods (João Barbosa) Pull request description: <img width="876" alt="screenshot 2019-01-11 at 23 58 26" src="proxy.php?url=https://user-images.githubusercontent.com/3534524/51065458-d7ebaf80-15fc-11e9-9162-e37e9a10d448.png"> Tree-SHA512: 5c43f615834983bc1c5045e07c6e119044dd78ca947fd2679d302b519d5ce1d08d29ca00b1c11e88c4bbc4d56f2e6f4a8adc42084f3503e751e642e8a13112dc # Conflicts: # src/qt/bitcoingui.cpp # src/qt/bitcoingui.h
1ed425e gui: Fix window title update (João Barbosa) Pull request description: Removes trailing `-` from window title when running on mainnet. Reported by @Sjors in bitcoin#15149 (comment). Tree-SHA512: 22f13c361496720f30a4926d928851ed74456c0d70bd313b0ebaca91a9ebfde96991091ac3d1b094f33d3ce9afafd709eb1917f00d96fa3ca69751b6b14e1d2b


