Commit Graph
1469 Commits
Author SHA1 Message Date
Drew Weymouth b782892fb4 Merge pull request #482 from Tuba2/main
Updated Brazilian Portuguese translation
2024-09-13 07:37:46 -07:00
Tuba 1b7889818d Updated Brazilian Portuguese translation
- Included translation for the "Now Playing" and "Repeat" strings;
- Fixed translations for the "Search page", "Private playlist by", and "Public playlist by" strings.
2024-09-13 01:36:00 -03:00
Drew Weymouth fe39239a10 Merge pull request #481 from dweymouth/playback-cmd-queue
Prep for Jukebox mode - add queue to accumulate playback commands
2024-09-11 17:01:06 -07:00
Drew Weymouth fd2d831fe6 add missed handler for cmdLoadRadioStation 2024-09-11 16:59:53 -07:00
Drew Weymouth 7950999450 fix seeking to next track repeatedly and quickly 2024-09-11 11:34:14 -07:00
Drew Weymouth 1fff7f6488 fix coalescing logic of multiple seekFwdBackN commands 2024-09-11 08:20:15 -07:00
Drew Weymouth 00ffb8b3a1 implement SeekFwdBackN 2024-09-11 07:57:38 -07:00
Drew Weymouth 72de61568a Fix #477: scroll to currently playing track when loading Now Playing page 2024-09-07 08:17:19 -07:00
Drew Weymouth d19ce0ccad fix deadlock regression with tracklist.AppendTracks 2024-09-07 08:01:37 -07:00
Drew Weymouth fec6fe5eb7 fix nocopy of mutex 2024-09-06 18:07:31 -07:00
Drew Weymouth 0d281bc5bf switch to atomic.Bool 2024-09-06 18:06:11 -07:00
Drew Weymouth 65efac0ba5 move refresh into AppendTracks impl 2024-09-06 17:46:47 -07:00
Drew Weymouth 5f8f2e7d7e Merge pull request #476 from benoit-smith/main
Update fr.json
2024-09-05 08:05:46 -07:00
Drew Weymouth d48632c4a2 Merge pull request #475 from Mister-Digital/main
German translation
2024-09-05 08:05:23 -07:00
Benoît Smith cd45bb815d Update fr.json 2024-09-05 15:19:22 +02:00
Alex Kager 4528d66f2f Updated German translation
Fixed incorrect translation for "Play Queue", fixed one inconsistency in translation
2024-09-05 09:59:30 +02:00
Alex Kager 0bdd341416 German translation 2024-09-04 21:43:22 +02:00
Drew Weymouth 0c2dc3e54d Merge pull request #474 from benoit-smith/main
Update fr.json
2024-09-03 08:00:33 -07:00
Benoît Smith 617a784062 Update fr.json 2024-09-03 09:39:12 +02:00
Drew Weymouth faf067ce7e add shared callback impl between mpv and jukebox players 2024-09-01 08:45:09 -07:00
Drew Weymouth b4da3626b1 Merge pull request #473 from Masterlocker/main
language update (en.json pl.json)
2024-08-31 09:42:47 -07:00
Masterlocker f4ffed2c7c Merge branch 'main' into main 2024-08-31 18:17:00 +02:00
Drew Weymouth c2efb048e2 more jukebox work 2024-08-31 09:09:12 -07:00
Drew Weymouth 3bad04a74a update jukebox player to synchronous 2024-08-30 16:48:44 -07:00
Masterlocker 3b794a16da Update pl.json 2024-08-30 21:10:21 +02:00
Masterlocker ad28998709 language update 2024-08-30 20:46:31 +02:00
Drew Weymouth 360095b78e Merge pull request #472 from Masterlocker/main
Update polish language
2024-08-30 11:16:37 -07:00
Masterlocker 238a7499ff Update polish language 2024-08-30 19:35:37 +02:00
Drew Weymouth 136bade8b4 hook up cmd queue to PlaybackManager 2024-08-30 08:20:02 -07:00
Drew Weymouth 0fffe9d8ed more playback commands 2024-08-28 08:25:13 -07:00
Drew Weymouth 188a94b41b beginning of reworking playback to use a command queue 2024-08-27 18:16:16 -07:00
Drew Weymouth 8339b8dbc5 fix wrong tool tip on repeat control 2024-08-23 08:01:28 -07:00
Drew Weymouth 91964d9608 prepare for 0.13.1 release 2024-08-20 08:34:58 -07:00
Drew Weymouth 62803b9f09 save settings when window closing to avoid losing some settings on crash-exits 2024-08-20 08:00:25 -07:00
Drew Weymouth 389c94e7e1 fix color assertion crash when showing pop up queue on Windows 2024-08-19 08:49:40 -07:00
Drew Weymouth 6075b5c82e move saving play queue to window close intercept instead of app exit in case we crash during exit tasks 2024-08-19 08:46:44 -07:00
Drew Weymouth cf01553974 update changelog 2024-08-19 08:25:37 -07:00
Drew Weymouth 16518afe4a update Fyne 2024-08-19 08:13:54 -07:00
Drew Weymouth d1d958644a few translation fixes 2024-08-19 07:49:40 -07:00
Drew Weymouth d958e31cda Merge pull request #466 from benoit-smith/main
Update fr.json
2024-08-18 07:58:07 -07:00
Benoît Smith 8cd800d29a Update fr.json 2024-08-18 03:00:15 +02:00
Benoît Smith 077e9a2bf4 Update fr.json 2024-08-17 21:12:40 +02:00
Benoît Smith d0f3b59d66 Merge branch 'dweymouth:main' into main 2024-08-17 21:08:26 +02:00
Drew Weymouth 4905f82ef2 fix translations of "Search page" 2024-08-16 08:57:55 -07:00
Drew Weymouth 1d64778f3d add icons to dialog buttons 2024-08-16 08:52:10 -07:00
Drew Weymouth d6354086bb Fix #467: translate "public/private playlist by" as single string 2024-08-16 08:38:02 -07:00
Drew Weymouth 72e670f13f disable window workaround on Wayland as well 2024-08-15 08:32:05 -07:00
Drew Weymouth b44fab22b2 only use window size workaround on linux where needed 2024-08-15 08:17:42 -07:00
Drew Weymouth 40c730d4c0 Merge pull request #465 from Underpath/adding-spanish-translation
i18n: add Spanish translation
2024-08-15 08:01:00 -07:00
Benoît Smith 1a9546c07e Update fr.json 2024-08-14 14:25:55 +02:00