The Wobbler Wobbl · he/him
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 14:47:27 +01:00
f377263a0a Fixed a bug where playlists weren't saved when they weren't loaded from a .m3u.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 14:22:03 +01:00
e5b7ebe6e8 Removed border from playlist titles. (slightly noticeable)
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 14:04:14 +01:00
3ac97755bf Set the cursor when hovering over a Playlist title to a normal cursor and made the Player start with the last playlist as active tab.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 13:50:16 +01:00
0c2c91389d Playlists now get loaded when they are started and removed debug prints.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-11 17:34:09 +01:00
0879575882 Made the double click working again.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-04 14:43:13 +01:00
22ffd211df Got it working, but it's not better than before...
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-04 13:14:20 +01:00
6134c21ce4 Made it working again.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-04 11:17:40 +01:00
cf1b4bacd1 Added some checks so the player doesnt crash because of things removed in latest commits.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 18:04:06 +01:00
c164201a55 Just moved some code around.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 18:00:45 +01:00
efe10e7d50 Added a comment.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 17:59:40 +01:00
d36326c029 Replaced shit that got removed in the last commit with something better.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 17:53:39 +01:00
bedca22ca6 Removed some mechanic that is going to be reimplemented.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 17:26:03 +01:00
67d353dcef Removed unused import.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 14:12:41 +01:00
6eac6468a0 Decreased the background progress update rate a little.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 14:08:24 +01:00
c55c1222f0 Added a dock widget that shows background processes.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-03 14:06:21 +01:00
67c3b9e226 Fixed another crash that occurred because of a missing playlist.has_tracks() check.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-02 16:08:30 +01:00
95d40dd30c Made a small memory optimisation by making the fonts a class variable and not an instance variable.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-02 14:56:10 +01:00
563aab6204 Added some comments.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-02 13:47:36 +01:00
83deb903c1 Removed property that was never used and idk what I wanted to do with it.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-01 15:06:32 +01:00
2b8969d929 Improved installation instructions.