Wobuzz/wobuzz/ui
The Wobbler f2f3937fb2 Fixed a bug where the process widget of the playlist loading thread wouldn't get deleted if the playlist was too short.
The bug occurred because the creation of the widget was done through a PyQt-Signal but the deletion occurred in the same thread as the background process.
2025-02-20 19:17:44 +01:00
..
playlist_tabs Removed border from playlist titles. (slightly noticeable) 2025-02-12 14:21:59 +01:00
process Fixed a bug where the process widget of the playlist loading thread wouldn't get deleted if the playlist was too short. 2025-02-20 19:17:44 +01:00
settings Added option to load playlists on start to the settings. 2025-02-20 17:44:09 +01:00
__init__.py Made the project also work with "pip install ." (without "-e") 2025-01-25 14:05:10 +01:00
library.py Implemented playing of different playlist, but its buggy. 2025-01-25 22:59:19 +01:00
library_dock.py Added a dock widget that shows background processes. 2025-02-03 14:08:19 +01:00
lines.py Improved library style. 2024-12-22 21:20:18 +01:00
main_window.py Added a dock widget that shows background processes. 2025-02-03 14:08:19 +01:00
playlist.py Fixed another crash that occurred because of another player.current_playlist.has_tracks()-check when the current playlist was None. 2025-02-20 17:53:03 +01:00
track.py Improved playlist design. 2025-01-26 17:18:42 +01:00
track_control.py Added some checks so the player doesnt crash because of things removed in latest commits. 2025-02-04 11:17:35 +01:00
track_progress_slider.py Added option to load playlists on start to the settings. 2025-02-20 17:44:09 +01:00