Wobuzz/wobuzz/ui
2025-03-02 14:54:44 +01:00
..
playlist_tabs Implemented loading of tracks via the window's top menubar. 2025-02-28 17:28:14 +01:00
process 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
settings Added appearance settings. 2025-03-02 14:54:44 +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 Moved track and playlist opening related gui functions to the popups class. 2025-03-01 22:42:31 +01:00
playlist.py Implemented loading of tracks via the window's top menubar. 2025-02-28 17:28:14 +01:00
popups.py Moved track and playlist opening related gui functions to the popups class. 2025-03-01 22:42:31 +01:00
track.py Implemented sorting by track title, artist name etc... 2025-02-23 16:38:56 +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 Added appearance settings. 2025-03-02 14:54:44 +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