musicmuster/app
Keith Edmunds 02c0c9c861 Implement template management
Allow template edits and deletions. Deletions are now true deletes,
not just flagged in database as deletes, and this applies to all
playlists. Includes schema changes to cascade deletes.
2024-12-29 18:06:31 +00:00
..
ui Implement template management 2024-12-29 18:06:31 +00:00
audacity_controller.py Tighten up AudacityController type hints 2024-12-22 15:11:30 +00:00
classes.py Clean up data structures in musicmuster.py 2024-12-28 17:16:19 +00:00
config.py Implement File|New to create from template (possibly empty) 2024-12-29 14:32:32 +00:00
dbmanager.py Tighter mypy testing, fixed up type hints 2024-07-08 19:03:35 +01:00
dbtables.py Implement template management 2024-12-29 18:06:31 +00:00
dialogs.py Major update: correct use of proxy model 2024-12-26 14:09:21 +00:00
file_importer.py Major update: correct use of proxy model 2024-12-26 14:09:21 +00:00
helpers.py Misc tidying 2024-12-22 15:23:22 +00:00
infotabs.py Implement external browser 2024-07-19 19:59:18 +01:00
log.py Log.debug production stackprinter messages 2024-07-26 18:10:53 +01:00
models.py Implement template management 2024-12-29 18:06:31 +00:00
music_manager.py Split music_manager from classes 2024-12-22 15:14:00 +00:00
musicmuster.py Implement template management 2024-12-29 18:06:31 +00:00
playlistmodel.py Clean up data structures in musicmuster.py 2024-12-28 17:16:19 +00:00
playlists.py Clean up data structures in musicmuster.py 2024-12-28 17:16:19 +00:00
utilities.py Rewrite file importer 2024-12-22 15:22:21 +00:00
vlcmanager.py Fix resource leak 2024-08-02 18:35:33 +01:00