Skip to content
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: Add tournament progress counter to window title #701

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alwey
Copy link
Contributor

@alwey alwey commented Jan 2, 2022

This PR resolves #112 and resolves #658, a suggestion how to follow the progress of tournaments more easily. It consists of two commits.

By the first commit the number of finished tournament games and the final number of games are added to the title text.
The title text for non-tournament games is unchanged. Currently the sequence number of a tournament game is neither transmitted nor stored in the GUI accessibly, so the number of finished games is used.

The second commit provides a checkbox in the SettingsDlg (in Tools->Settings->General) to enable/disable the display of the counter. At the moment the default is set to false - do not display.

I hope this is useful.

tt3
The tabs of a single game and two tournament games just after tournament start.

tt2
The tabs of two tournament games after tournament end. A single game is shown in the right tab.

se1
The feature can be activated by ticking the checkbox Tools->Settings->General->Display game count in title.

@alwey alwey changed the title GUI: Add tournament progress counter to window title [WIP] GUI: Add tournament progress counter to window title Jan 2, 2022
Add check box m_gameCountInTitleCheck to SettingsDlg
Read and write setting "ui/game_count_in_title"
@alwey alwey changed the title [WIP] GUI: Add tournament progress counter to window title GUI: Add tournament progress counter to window title Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add current/total game number of tournament to the main title [Enhancement] tournament info
1 participant