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

Spinbox callbacks and the revisionator #63

Merged
merged 8 commits into from
May 29, 2023

Conversation

demonnic
Copy link
Owner

Adds

  • Revisionator
    • used to manage running incremental patches for package upgrades
    • keeps track of the currenlty applied patch level using a file
    • only applies patches which are newer than the currently applied patch level any time :migrate() is run
    • :migrate() returns true if patches were applied, false if it was already at the latest patch level
  • Demontools.echoConverter
  • SpinBox
    • callBack
      • a function which will be called any time the spinbox's value is adjust.
      • called like mySpinBox.callBack(self.name, value, oldValue)
    • also raises an event with the same parameters. This allows for your choice of how to listen for changes.

@demonnic demonnic merged commit bb94c00 into main May 29, 2023
1 check passed
@demonnic demonnic deleted the spinbox_callbacks_revisionator branch May 29, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant