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

reduce bus/log spam #37

Merged
merged 4 commits into from
Apr 14, 2024
Merged

reduce bus/log spam #37

merged 4 commits into from
Apr 14, 2024

Commits on Apr 12, 2024

  1. modernize

    - rename methods for consistency (show/display/update_gui ... what a mess)
    
    - make the scheduled event update only mk1 faceplate, no need to spam the GUI bus every 10 seconds (this isnt the homescreen clock)
    
    - remove references to deprecated self.enclosure.display_manager
    
    - add settings changed callback, only send the repeating events if the setting is enabled, no need to spam debug logs otherwise!
    
    - rm create_skill deprecated function
    JarbasAl committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    231eb87 View commit details
    Browse the repository at this point in the history
  2. damn tests

    JarbasAl committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3b8c625 View commit details
    Browse the repository at this point in the history
  3. ui -> qt5

    rm dead files and bad automations
    JarbasAl committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b362362 View commit details
    Browse the repository at this point in the history
  4. typo

    JarbasAl committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    60d0003 View commit details
    Browse the repository at this point in the history