Commit graph

15 commits

Author SHA1 Message Date
39bd7e3167 Added a "track_info"-toolbar which shows an image found in the current audio file's metadata (usually the front-cover) and information about the currently playing track such as title and artist name. 2025-02-21 17:26:47 +01:00
ccda6b30c8 Added a "View" submenu to the window's menu and an action to the submenu that opens the background processes. 2025-02-20 19:23:31 +01:00
c55c1222f0 Added a dock widget that shows background processes. 2025-02-03 14:08:19 +01:00
060132be36 Added icon and desktop entry. 2025-01-31 21:25:46 +01:00
cd6d37497f OOPing it more: Removed gui_communication/track_control.py and the complete gui_communication directory. 2025-01-25 16:02:03 +01:00
07e53ef2e7 OOPing it more: Removed gui_communication/menu_bar.py 2025-01-25 15:33:38 +01:00
5e5521bc67 Added settings gui class to ui/settings/__init__.py 2025-01-25 15:20:04 +01:00
da27963884 Connected PlaylistView.itemDoubleClicked to a function that then tells the player to play that track. 2024-12-29 14:31:21 +01:00
af2b7b6c8d Implemented displaying of tracks in a QTreeWidget. 2024-12-28 20:41:18 +01:00
94269fdae4 Added a "Playlist" class. 2024-12-24 17:22:30 +01:00
ab018494e9 Added "Save All"-Button to the settings. 2024-12-24 14:02:55 +01:00
6498f43d5f Added "library_path" setting, added a gui for the settings, changed the window layout and did a bunch of other things. 2024-12-24 12:13:24 +01:00
6aae95c865 Added settings and implemented restoring of window size. 2024-12-23 17:12:21 +01:00
368bbbe6f8 Improved library style. 2024-12-22 21:20:18 +01:00
b158a234fd Added "Track Control" gui. 2024-12-20 18:02:59 +01:00