Skip to content

Fix for Python Notifier API. One new signal for Python Notifier API

Scott Petrovic requested to merge (removed):petrovic/window-python-api into master

This fixes one signal that had the incorrect name in SIP https://bugs.kde.org/show_bug.cgi?id=424515

This also adds a new Notifier when the window is successfully created

Test Plan

Run this extension and look at the output. notifier-test-extension.zip

Doing this as an extension is important. Some things like menu modifications need to have a valid main window before they can add items to it. The main window is not fully initialized when it is being created. This is why I also added the new notifier.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports