Wobuzz/wobuzz/ui
2025-01-26 12:43:15 +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 unnecessary import that was a mistaken autoimport by pycharm. 2025-01-26 12:43:15 +01:00
playlist_tabs.py Fixed playlist double-click behaviour. 2025-01-26 12:33:23 +01:00
track.py Implemented editing of playlist. 2025-01-25 18:04:46 +01:00
track_control.py Added a button that adds a playlist. 2025-01-25 21:46:48 +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