Wobuzz/wobuzz/ui
2025-03-07 20:27:18 +01:00
..
library Did some memory optimisation, moved some files and created a completely not tested gui class that will list an artist's tracks. 2025-03-06 16:35:13 +01:00
playlist_tabs Made the playlist tabs look prettier by making the tab title editor non-static. 2025-03-03 17:18:30 +01:00
process Made the main Library not be a dock. 2025-03-02 16:57:04 +01:00
settings Improved settings layout and deleted old file settings and behavior settings classes. 2025-03-02 17:53:04 +01:00
__init__.py Made the project also work with "pip install ." (without "-e") 2025-01-25 14:05:10 +01:00
lines.py Improved library style. 2024-12-22 21:20:18 +01:00
main_window.py Added "Open Playlist" option to the menubar. 2025-03-03 16:21:43 +01:00
playlist_view.py Added display of track genres. 2025-03-07 19:24:41 +01:00
popups.py Made the tracks get copied into the library on import. 2025-03-07 20:27:18 +01:00
track.py Added display of track genres. 2025-03-07 19:24:41 +01:00
track_control.py Added player.stop() call in the close_event, so the player definitely stops, even when a playlist is still loading / saving. 2025-03-01 17:29:31 +01:00
track_info.py Fixed another missing NoneType-check that caused a crash. 2025-03-05 16:51:50 +01:00
track_progress_slider.py Optimized the CPU usage a little by creating one QTimer that updates all progress indicators instead of having a different QTimer for each Widget. 2025-03-01 17:27:03 +01:00