Skip to content

Conversation

@semuadmin
Copy link
Contributor

PyGPSClient Pull Request Template

Description

  1. Updates to main application window geometry (size and position) handling. Current window geometry is now saved to json configuration file as screengeom_s (e.g. "1373x798+71+44"), and will be restored on restart. Default startup geometry is centered at 75% of screen resolution.

Fixes #234

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist:

  • I agree to abide by the code of conduct (see CODE_OF_CONDUCT.md).
  • My code follows the style guidelines of this project (see CONTRIBUTING.MD).
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • (if appropriate) I have added test cases to the tests/test_*.py unittest suite to maintain test coverage.
  • I have tested my code against the full tests/test_*.py unittest suite.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I have signed my commits.
  • I understand and acknowledge that the code will be published under a BSD 3-Clause license.

streamline set_layout weights

add screengeom to config

add CTRL-U update binding

minor UI tweaks

minor UI tweaks
@semuadmin semuadmin added this to the v1.6.1 milestone Jan 20, 2026
@semuadmin semuadmin requested a review from a team January 20, 2026 08:37
@semuadmin semuadmin self-assigned this Jan 20, 2026
@semuadmin semuadmin added the enhancement New feature or request label Jan 20, 2026
@semuadmin semuadmin marked this pull request as draft January 20, 2026 08:37
@semuadmin semuadmin marked this pull request as ready for review January 20, 2026 09:28
@semuadmin semuadmin modified the milestones: v1.6.1, RC 1.5.22 Jan 20, 2026
@semuadmin semuadmin merged commit cdd320d into master Jan 20, 2026
5 checks passed
@semuadmin semuadmin deleted the RC-1.6.1 branch January 20, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Under Linux, the window will keep growing due to lack of initial size, and then crash.

3 participants