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

Bugs found during development of PyQt v6.7.0 #16

Closed
philthompson10 opened this issue Mar 14, 2024 · 0 comments
Closed

Bugs found during development of PyQt v6.7.0 #16

philthompson10 opened this issue Mar 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@philthompson10
Copy link
Contributor

philthompson10 commented Mar 14, 2024

The development of PyQt v6.7.0 is the first major use of the refactored MetaSIP. This issue corresponds to all the bugs found during that development.

  • Clicking Hide Ignored in the context menu of a .sip file causes a crash because of an unrefactored attribute name.
  • The dialog used to specify the version range of an API item crashes because of an undefined attribute.
  • The version range of an API item is not updated on the screen after using the version dialog (although it is updated in the project file).
  • The callable properties dialog crashes because of an attribute error setting the window title.
  • The callable properties dialog crashes because of an attribute error when save the values.
  • The signature of an API item is not updated when %MethodCode is specified.
  • Adding manual code doesn't update the GUI.
  • New manual code isn't marked as Unchecked or given an appropriate version range.
  • Deleting an API item doesn't update the GUI.
  • A newly scanned class variable can be given the wrong initial status.
  • The context menu for methods is missing the access specifiers.
  • The argument properties dialog crashes when setting the KeepReference annotation.
  • Deleting a .sip file doesn't update the GUI.
  • Inserting a file into the external editor crashes because of the use of a PyQt5-style enum.
@philthompson10 philthompson10 added the bug Something isn't working label Mar 14, 2024
@philthompson10 philthompson10 self-assigned this Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant