musicmuster/app
Keith Edmunds e498457395 Add option to force DEBUG message to stderr
If the default log level for stderr is greater than DEBUG, DEBUG
message won't be shown. The DEBUG(msg) function now takes an optional
Boolean second parameter. If that is True, the DEBUG message is always
sent to stderr.
2021-06-06 10:50:40 +01:00
..
ui Select next/previous non-note row with j/k 2021-05-31 12:08:50 +01:00
config.py Add option to force DEBUG message to stderr 2021-06-06 10:50:40 +01:00
helpers.py Code review for V1.0.0 2021-04-09 23:21:42 +01:00
icons_rc.py Use resources for button icons 2021-04-06 19:06:42 +01:00
log.py Add option to force DEBUG message to stderr 2021-06-06 10:50:40 +01:00
model.py More 'detached session' fixes 2021-06-04 16:29:16 +01:00
music.py Hopefully addressing segfault in issue #3 2021-05-30 21:50:02 +01:00
musicmuster.py Set up session before calling DbDialog. Fixes #13 2021-06-06 10:23:27 +01:00
playlists.py Fix dimming of played tracks 2021-06-04 17:25:59 +01:00
songdb.py Use sessions correctly (fixes #5) 2021-06-02 08:26:54 +01:00