Wobuzz/wobuzz/ui
2025-01-26 16:51:08 +01:00
..
settings Added option to always clear the cache of the last track when another track starts to greatly reduce memory usage. 2025-01-25 18:29:27 +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 Enabled drag and drop between PlaylistViews. 2025-01-25 22:41:29 +01:00
lines.py Improved library style. 2024-12-22 21:20:18 +01:00
main_window.py OOPing it more: Removed gui_communication/track_control.py and the complete gui_communication directory. 2025-01-25 16:02:03 +01:00
playlist.py Removed an unnecessary line that was already commented out. 2025-01-26 16:51:08 +01:00
playlist_tabs.py Fixed some bugs that happened when tracks got rearranged. 2025-01-26 16:49:09 +01:00
track.py Fixed some bugs that happened when tracks got rearranged. 2025-01-26 16:49:09 +01:00
track_control.py Fixed some bugs that happened when tracks got rearranged. 2025-01-26 16:49:09 +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