Wobuzz/wobuzz/ui
2025-02-22 18:25:17 +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 "track_info"-toolbar which shows an image found in the current audio file's metadata (usually the front-cover) and information about the currently playing track such as title and artist name. 2025-02-21 17:26:47 +01:00
playlist.py Rearranged some code. 2025-02-22 18:25:17 +01:00
track.py Rearranged some code. 2025-02-22 18:25:17 +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_info.py Fixed another crash that occurred because of an unexpected NoneType in the getting of the playing track's cover. 2025-02-21 20:37:24 +01:00
track_progress_slider.py Fixed another crash by adding a check that makes sure that the current playlist is not NoneType before a current_playlist.has_tracks()-call. 2025-02-21 20:20:35 +01:00