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

Refactor the main window to a .ui file #3184

Merged
merged 7 commits into from
Mar 15, 2024
Merged

Refactor the main window to a .ui file #3184

merged 7 commits into from
Mar 15, 2024

Conversation

amolenaar
Copy link
Member

@amolenaar amolenaar commented Mar 12, 2024

PR Type

What kind of change does this PR introduce?

  • Bug fix
  • Feature
  • Chore (refactoring, formatting, local variables, other cleanup)
  • Documentation content changes

What is the current behavior?

Issue Number: related to #3177

What is the new behavior?

Instead of our custom layout markup, let's just put everything in the main window ui file.

This allows us to more easily refactor the UI and introduce Adwaita widgets.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Comma is used for system preferences now.
@amolenaar amolenaar marked this pull request as draft March 12, 2024 17:12
@github-actions github-actions bot added the python Pull requests that update Python code label Mar 12, 2024
@amolenaar amolenaar marked this pull request as ready for review March 12, 2024 19:55
@amolenaar amolenaar requested a review from danyeaw March 12, 2024 19:55
Ths replaces our custom layout xml file.
Now we can control it form the main window.
This should help if we transition to more modern
Adwaita widgets.
@github-actions github-actions bot added the packaging Update to packaging aspects label Mar 13, 2024
@amolenaar amolenaar changed the title Mainwindow UI Mainwindow in .ui file Mar 13, 2024
@danyeaw danyeaw added chore Maintenance related PR and removed python Pull requests that update Python code packaging Update to packaging aspects labels Mar 15, 2024
Copy link
Member

@danyeaw danyeaw left a comment

Choose a reason for hiding this comment

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

Thanks @amolenaar!

@danyeaw danyeaw merged commit 09f1717 into main Mar 15, 2024
19 checks passed
@danyeaw danyeaw deleted the mainwindow-ui branch March 15, 2024 01:52
@danyeaw danyeaw changed the title Mainwindow in .ui file Refactor the main window to a .ui file Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance related PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants