Keith Edmunds
847840251c
More signal / signal handler cleanups
2025-04-21 11:48:16 +01:00
Keith Edmunds
f172eaaeb2
Clean up signals
...
Remove search_wikipedia_signal and search_songfacts_signal. Improve
signal names. Make Current a dataclass.
2025-04-21 10:37:27 +01:00
Keith Edmunds
25771f5235
Slightly simplify track times; appears to be working
2025-04-20 22:08:25 +01:00
Keith Edmunds
c93d24aef5
Row timings improved but next row not always correct
2025-04-20 21:37:18 +01:00
Keith Edmunds
a2a9afb04f
Rewrite track timings; looks to be working
2025-04-19 21:45:53 +01:00
Keith Edmunds
db6fb7b367
Cleanup signals
2025-04-19 21:45:26 +01:00
Keith Edmunds
5d7b55a0ab
Change track_ended_signal to signal_track_ended
2025-04-19 18:25:56 +01:00
Keith Edmunds
223c7cd3ab
Use vlc events to trigger end-of-track actions
2025-04-19 12:26:44 +01:00
Keith Edmunds
edd8c36c53
Use signals for setting next track
2025-04-19 12:25:29 +01:00
Keith Edmunds
9f234bb007
Fix segfault inserting tracks
2025-04-16 10:33:01 +01:00
Keith Edmunds
8fa98a2207
Have model check for adding existing track
2025-04-15 21:22:07 +01:00
Keith Edmunds
d6bb3d04d8
Row edit updates now handled in PlaylistRow
2025-04-15 10:22:10 +01:00
Keith Edmunds
a0ded4b73d
Handle signal_insert_track better.
2025-04-15 10:21:26 +01:00
Keith Edmunds
747f28f4f9
WIP: track ending signal
2025-04-14 19:18:26 +01:00
Keith Edmunds
498923c3b3
Connect up signal_insert_track
2025-04-14 09:45:06 +01:00
Keith Edmunds
b34e0a014a
WIP: more database updates; all tests run
2025-04-13 19:49:05 +01:00
Keith Edmunds
f9c33120f5
Document and clean up signals
2025-04-13 18:05:00 +01:00
Keith Edmunds
ffb1b238f4
WIP: Make ds.track_update more generic
2025-04-13 16:34:37 +01:00
Keith Edmunds
83780bfb68
Clean up unused signals
2025-04-13 15:38:09 +01:00
Keith Edmunds
11400536b5
test_file_importer tests pass
2025-04-13 12:22:41 +01:00
Keith Edmunds
a8791f925d
All test_playlistmodel tests pass
2025-04-13 10:17:58 +01:00
Keith Edmunds
aec994bafd
Rename ds functions; fix add track to header
2025-04-13 09:12:33 +01:00
Keith Edmunds
0c717241ff
Command out @log_call decorators
2025-04-12 19:24:25 +01:00
Keith Edmunds
728d012257
WIP: working on tests
2025-04-12 19:16:09 +01:00
Keith Edmunds
38c49b32d7
WIP: rename repository.py → ds.py
2025-04-12 11:15:21 +01:00
Keith Edmunds
9a6bb038e1
WIP: fix insert tracks from query at selected row
2025-04-12 10:31:11 +01:00
Keith Edmunds
f9c8541b17
WIP: moving to signals
2025-04-08 16:11:39 +01:00
Keith Edmunds
f3b1e05e83
WIP Remove repository.py dependency on helpers.py
2025-04-05 16:32:31 +01:00
Keith Edmunds
c182a69a5d
WIP: remove session from playlistmodel
2025-04-04 18:54:46 +01:00
Keith Edmunds
4eaab98745
WIP: progressing no sessions in app files
2025-04-04 16:19:17 +01:00
Keith Edmunds
38b166737b
WIP: add track to header
...
Logic works; playlistrow.py doesn't yet update database but prints a
message saying db needs to be updated.
2025-03-30 13:30:04 +01:00
Keith Edmunds
0ea12eb9d9
Clean up merge from dev
2025-03-30 12:05:41 +01:00
Keith Edmunds
75cc7a3f19
Merge changes from dev
2025-03-30 11:56:24 +01:00
Keith Edmunds
f64671d126
Improve function logging
...
Use @log_call decorator
Add 'checked' parameter to menu slots because PyQt6 will pass a
boolean 'checked' parameter even when the menu item can't be checked.
Remove superfluous logging calls.
2025-03-29 21:04:59 +00:00
Keith Edmunds
3cd764c893
WIP: moving rows within playlist works
2025-03-29 18:20:38 +00:00
Keith Edmunds
4e89d72a8f
WIP: move within playlist tests working
2025-03-29 18:20:38 +00:00
Keith Edmunds
6296566c2c
WIP: Can play tracks without errors
2025-03-29 18:20:38 +00:00
Keith Edmunds
3db71a08ae
WIP remove sessions, use reporistory
2025-03-29 18:20:38 +00:00
Keith Edmunds
7b0e2b2c6c
WIP: playlists load, can't play track
2025-03-29 18:20:38 +00:00
Keith Edmunds
4265472d73
Keep track of selected rows in model
2025-03-29 18:20:38 +00:00
Keith Edmunds
c94cadf24f
WIP: Use PlaylistRowDTO to isolate SQLAlchemy objects
2025-03-29 18:20:38 +00:00
Keith Edmunds
ca4c490091
Add log_call decorator and issue 287 logging
2025-03-29 18:19:14 +00:00
Keith Edmunds
c9ff1aa668
Improver performance loading playlists
2025-03-09 19:23:55 +00:00
Keith Edmunds
4e51b44b44
More work on data() return types
2025-03-09 16:40:19 +00:00
Keith Edmunds
74402f640f
Only invalidate required roles
2025-03-08 21:36:09 +00:00
Keith Edmunds
963da0b5d0
No db calls when servicing data() except for caching
2025-03-08 21:30:37 +00:00
Keith Edmunds
85493de179
Remove profiling decorators
2025-03-08 12:03:47 +00:00
Keith Edmunds
2f8afeb814
WIP Issue 285
2025-03-08 12:02:07 +00:00
Keith Edmunds
6dd34b292f
Improve ApplicationError reporting
2025-03-07 15:44:21 +00:00
Keith Edmunds
ccc1737f2d
Issue 285: additional logging and profiling
2025-03-07 09:30:23 +00:00