Wobuzz/wobuzz/ui
2025-02-03 17:59:37 +01:00
..
playlist_tabs Fixed another crash that occurred when double-clicking on the tab-bar but not on a tab. 2025-02-01 13:43:49 +01:00
process Decreased the background progress update rate a little. 2025-02-03 14:12:38 +01:00
settings Enabled input background again. (I disabled it for testing and accidentally committed that.) 2025-01-27 17:02:21 +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 Made a small memory optimisation by making the fonts a class variable and not an instance variable. 2025-02-02 16:08:25 +01:00
track.py Improved playlist design. 2025-01-26 17:18:42 +01:00
track_control.py Replaced shit that got removed in the last commit with something better. 2025-02-03 17:59:37 +01:00
track_progress_slider.py OOPing it more: Removed gui_communication/track_control.py and the complete gui_communication directory. 2025-01-25 16:02:03 +01:00