Wobuzz/wobuzz/ui
2025-03-02 17:45:08 +01:00
..
playlist_tabs Implemented loading of tracks via the window's top menubar. 2025-02-28 17:28:14 +01:00
process Made the main Library not be a dock. 2025-03-02 16:57:04 +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 Made the main Library not be a dock. 2025-03-02 16:57:04 +01:00
library_dock.py Made the main Library not be a dock. 2025-03-02 16:57:04 +01:00
lines.py Improved library style. 2024-12-22 21:20:18 +01:00
main_window.py Made the view menu use the autogenerated QMainWindow.createPopupMenu(). 2025-03-02 17:45:08 +01:00
playlist.py Made the main Library not be a dock. 2025-03-02 16:57:04 +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 a window title to the track info. 2025-03-02 16:59:09 +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