Skip to content

Conversation

@Zero-1729
Copy link
Contributor

@Zero-1729 Zero-1729 commented Oct 10, 2019

Edit: I have now limited the change in this PR to only renaming the window title from Debug Window to Node Window. Check this comment for more details.

This PR is in response to #17082, which aims to rename the Debug window title to a more user friendly term; Node window.

Closes #17082

@fanquake fanquake added the GUI label Oct 10, 2019
@hebasto
Copy link
Member

hebasto commented Oct 10, 2019

Concept ACK.

@hebasto
Copy link
Member

hebasto commented Oct 10, 2019

Could scripted diff be used for renaming commits?

Copy link
Contributor

@promag promag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concept ACK, agree with the scripted diff.

@Zero-1729
Copy link
Contributor Author

Zero-1729 commented Oct 10, 2019

Sorry, the ci tests failed because I seemed to have left debugwindow.ui instead of changing it to nodewindow.ui in src/Makefile.qt.include.

@Zero-1729
Copy link
Contributor Author

Are there any more changes/edits I need to make?

@DrahtBot
Copy link
Contributor

DrahtBot commented Oct 10, 2019

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Conflicts

No conflicts as of last run.

@laanwj
Copy link
Member

laanwj commented Oct 10, 2019

I think it makes sense to separate the change in user facing name (in a separate PR) from the internal refactoring to change the class name. These can be discussed / bike shedded seperately.

@promag
Copy link
Contributor

promag commented Oct 10, 2019

Agree with @laanwj. Also, maybe we can make the current tab the window title and so we don't have to decide for a new name?

@Zero-1729
Copy link
Contributor Author

I think it makes sense to separate the change in user facing name (in a separate PR) from the internal refactoring to change the class name. These can be discussed / bike shedded seperately.

Fair enough, I guess I could squash the commits into a single commit (gui: rename debug window); with only the initial commit, along with the revert from this commit, making this PR only the user facing change.

Then maybe open a separate PR later, with the internal class change and file renames, assuming this PR is merged.

@Zero-1729
Copy link
Contributor Author

Zero-1729 commented Oct 10, 2019

Agree with @laanwj. Also, maybe we can make the current tab the window title and so we don't have to decide for a new name?

@promag would that be changing the window title of NodeWidget (or RPCConsole) whenever a tab is set? Explicitly setting the window title to tab text, so {tab_name} Window, i.e: Information Window, Console Window, etc.

E.g:

Console Tab:
Sample Window 1

Is this what you mean? Or am I missing something?

@Zero-1729
Copy link
Contributor Author

Zero-1729 commented Oct 16, 2019

The changes made in this PR are too much, so I have squashed them all to only include the UI facing changes (i.e., the original gui: rename debug window commit), as per @laanwj's suggestion. Limiting this PR to the user facing change(s) only (i.e. the renaming of the window title from Debug window to Node window). That way this would remain a simple PR, instead of a super PR.

Also, with respect to @promag's suggestion, about making the window title the current tab name, I have created a separate branch with the changes included, alongside the internal class change from RPCConsole to NodeWidget, file renames, etc. That way, assuming those changes are requested, a new PR can easily be opened.

Copy link
Contributor

@jonasschnelli jonasschnelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK b5d6aceaae878cf1b0abaf039ceb82c0e65ec246 - trivial change. Only user facing name change.

@Zero-1729
Copy link
Contributor Author

Zero-1729 commented Nov 16, 2019

@jonasschnelli I just cloned the branch locally and built it from source, all the tests in src/test/test_bitcoin-qt were successful. 👍

The window title properly displays "Node window".

MarkLTZ added a commit to litecoinz-core/litecoinz that referenced this pull request Nov 17, 2019
@Zero-1729
Copy link
Contributor Author

Are there any other checks or changes that need to be done?

@promag
Copy link
Contributor

promag commented Nov 22, 2019

Also, with respect to @promag's suggestion, about making the window title the current tab name, I have created a separate branch with the changes included, alongside the internal class change from RPCConsole to NodeWidget, file renames, etc. That way, assuming those changes are requested, a new PR can easily be opened.

Oh thanks for the consideration!

@Zero-1729 Zero-1729 requested a review from promag November 23, 2019 14:25
@Zero-1729
Copy link
Contributor Author

@promag are there any more updates?

@fanquake
Copy link
Member

@Zero-1729 You can squash your commits.

@Zero-1729
Copy link
Contributor Author

Zero-1729 commented Nov 24, 2019

@fanquake squashed 👍

@Zero-1729
Copy link
Contributor Author

Are there any more updates I need to make to the current changes?

- Renamed 'Debug window' to a more user friendly term - 'Node window' - in the window title and tray menu.

fixes bitcoin#17082
@Zero-1729 Zero-1729 force-pushed the rename-debug-window branch from 5c4a9a9 to 44f15cf Compare January 6, 2020 19:34
Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 44f15cf, tested on Linux Mint 19.3:

DeepinScreenshot_select-area_20200107114953

DeepinScreenshot_select-area_20200107115040

@Zero-1729
Copy link
Contributor Author

I now realize I can't cancel the review request I mistakenly made to @promag a while back, as I lack the permissions. He should just ignore the request so I don't waste his time, especially since @hebasto has ACKed the changes.

Copy link
Contributor

@theStack theStack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 44f15cf, tested on Linux (Lubuntu 16.04):
17096_1
17096_2

jonasschnelli added a commit that referenced this pull request Jan 27, 2020
44f15cf gui: renamed 'debug window' to 'node window' (Zero)

Pull request description:

  **Edit**: I have now limited the change in this PR to only renaming the window title from `Debug Window` to `Node Window`. Check [this comment](#17096 (comment)) for more details.

  This PR is in response to #17082, which aims to rename the `Debug window` title to a more user friendly term; `Node window`.

  Closes #17082

ACKs for top commit:
  hebasto:
    ACK 44f15cf, tested on Linux Mint 19.3:
  theStack:
    ACK 44f15cf, tested on Linux (Lubuntu 16.04):

Tree-SHA512: 9fc73f2e67badb38525c550ce4c313288858b3fde30ef17fee85230be5bf31cf94408c699265b5e1256dfed60f8d04f48927d9b2831ba9f25498b98e6fa7180f
@jonasschnelli jonasschnelli merged commit 44f15cf into bitcoin:master Jan 27, 2020
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Jan 27, 2020
44f15cf gui: renamed 'debug window' to 'node window' (Zero)

Pull request description:

  **Edit**: I have now limited the change in this PR to only renaming the window title from `Debug Window` to `Node Window`. Check [this comment](bitcoin#17096 (comment)) for more details.

  This PR is in response to bitcoin#17082, which aims to rename the `Debug window` title to a more user friendly term; `Node window`.

  Closes bitcoin#17082

ACKs for top commit:
  hebasto:
    ACK 44f15cf, tested on Linux Mint 19.3:
  theStack:
    ACK bitcoin@44f15cf, tested on Linux (Lubuntu 16.04):

Tree-SHA512: 9fc73f2e67badb38525c550ce4c313288858b3fde30ef17fee85230be5bf31cf94408c699265b5e1256dfed60f8d04f48927d9b2831ba9f25498b98e6fa7180f
MarkLTZ added a commit to litecoinz-core/litecoinz that referenced this pull request Feb 3, 2020
Fix intro dialog labels when the prune button is toggled (bitcoin#17453)
Rename debug window (bitcoin#17096)
Add close window shortcut (bitcoin#15768)
Add privacy to the Overview page (bitcoin#16432)
Remove WalletView and BitcoinGUI circular dependency (bitcoin#17937)
Force set nPruneSize in QSettings after the intro dialog (bitcoin#17696)
@promag
Copy link
Contributor

promag commented Sep 20, 2020

@Zero-1729 sorry missed your review request.

@Zero-1729
Copy link
Contributor Author

@promag no worries 👍.

sidhujag pushed a commit to syscoin-core/syscoin that referenced this pull request Nov 10, 2020
44f15cf gui: renamed 'debug window' to 'node window' (Zero)

Pull request description:

  **Edit**: I have now limited the change in this PR to only renaming the window title from `Debug Window` to `Node Window`. Check [this comment](bitcoin#17096 (comment)) for more details.

  This PR is in response to bitcoin#17082, which aims to rename the `Debug window` title to a more user friendly term; `Node window`.

  Closes bitcoin#17082

ACKs for top commit:
  hebasto:
    ACK 44f15cf, tested on Linux Mint 19.3:
  theStack:
    ACK bitcoin@44f15cf, tested on Linux (Lubuntu 16.04):

Tree-SHA512: 9fc73f2e67badb38525c550ce4c313288858b3fde30ef17fee85230be5bf31cf94408c699265b5e1256dfed60f8d04f48927d9b2831ba9f25498b98e6fa7180f
jasonbcox pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Nov 25, 2020
Summary:
44f15cfdcfc64d5a0c36fded39e4aef49415b11b gui: renamed 'debug window' to 'node window' (Zero)

Pull request description:

  **Edit**: I have now limited the change in this PR to only renaming the window title from `Debug Window` to `Node Window`. Check [this comment](bitcoin/bitcoin#17096 (comment)) for more details.

  This PR is in response to #17082, which aims to rename the `Debug window` title to a more user friendly term; `Node window`.

  Closes #17082

Backport of Core [[bitcoin/bitcoin#17096 | PR17096]]

Test Plan: Verify new string names in `bitcoin-qt`

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D8523
ftrader pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Apr 14, 2021
Summary:
44f15cfdcfc64d5a0c36fded39e4aef49415b11b gui: renamed 'debug window' to
'node window' (Zero)

Pull request description:

**Edit**: I have now limited the change in this PR to only renaming
the window title from `Debug Window` to `Node Window`. Check [this
comment](bitcoin/bitcoin#17096 (comment))
for more details.

This PR is in response to #17082, which aims to rename the `Debug
window` title to a more user friendly term; `Node window`.

  Closes #17082

Backport of Core [[bitcoin/bitcoin#17096 |
PR17096]]

Test Plan: Verify new string names in `bitcoin-qt`

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D8523
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GUI: rename "debug window"

9 participants