forked from MycroftAI/skill-date-time
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * damn tests * ui -> qt5 rm dead files and bad automations * typo
- Loading branch information
Showing
12 changed files
with
43 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,6 @@ jobs: | |
run: | | ||
VER=$(python setup.py --version) | ||
python scripts/remove_alpha.py | ||
- name: Prepare Skillstore metadata | ||
run: | | ||
python scripts/prepare_skillstore.py | ||
python scripts/release_skillstore.py | ||
- name: "Generate release changelog" | ||
uses: heinrichreimer/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,6 @@ jobs: | |
run: | | ||
VER=$(python setup.py --version) | ||
python scripts/remove_alpha.py | ||
- name: Prepare Skillstore metadata | ||
run: | | ||
python scripts/prepare_skillstore.py | ||
python scripts/release_skillstore.py | ||
- name: "Generate release changelog" | ||
uses: heinrichreimer/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,6 @@ jobs: | |
run: | | ||
VER=$(python setup.py --version) | ||
python scripts/remove_alpha.py | ||
- name: Prepare Skillstore metadata | ||
run: | | ||
python scripts/prepare_skillstore.py | ||
python scripts/release_skillstore.py | ||
- name: "Generate release changelog" | ||
uses: heinrichreimer/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.