Drew Weymouth
0fd8b4621b
Fix #625 : Allow customization of grid card size
2025-05-28 09:21:24 -07:00
Drew Weymouth
af1ae4641e
Add setting to disable OS media player APIs
2025-05-26 17:17:00 -07:00
Drew Weymouth
fe9f3faa4e
Fix #602 : Allow album info dialog to scroll with long description
2025-04-15 17:21:18 -07:00
Daltro Augusto
0fa9cf0d4c
improved pt_br and a bit more of i18n cause why not
2025-04-11 02:22:37 -03:00
Drew Weymouth
31c23490d1
add context menu actions to search dialog, refactor controller
2025-03-29 13:25:56 -07:00
Drew Weymouth
95ef3eae38
expose more config file settings in the UI
2025-02-21 16:31:04 -08:00
Drew Weymouth
513a9f53d0
update Fyne packages for 2.6-alpha1
2025-02-11 16:37:51 -03:00
Drew Weymouth
f7e5e1e9a4
update searchdialog for fyne.Do
2025-02-08 08:35:34 -03:00
Drew Weymouth
34c04ba9d9
Expose language setting in settings dialog, fix some bugs
2024-12-17 19:15:16 -08:00
Drew Weymouth
d1d958644a
few translation fixes
2024-08-19 07:49:40 -07:00
Drew Weymouth
1d64778f3d
add icons to dialog buttons
2024-08-16 08:52:10 -07:00
Drew Weymouth
66b878a092
Fix #462 : persist Skip Duplicates setting in add to playlist dialog
2024-08-09 07:35:55 -07:00
Drew Weymouth
7c94a4c694
Updates #116 : add tool tips to buttons and various UI elements
2024-08-03 08:25:38 -07:00
Drew Weymouth
c5bba50b5a
move file path row to section with rest of file info
2024-07-27 17:11:28 -07:00
ericwyn
6ab3b20a90
i18n: update i18n references on menu labels, update chinese translation
2024-07-25 15:16:47 +08:00
Drew Weymouth
ff6a204284
localize list of startup pages in Settings
2024-07-24 07:55:43 -07:00
Drew Weymouth
d48337c83b
and some more
2024-07-21 11:13:27 -07:00
Drew Weymouth
9910d54f8e
more translations
2024-07-21 11:13:26 -07:00
Drew Weymouth
1096e4434b
add more translation entries
2024-07-21 11:12:55 -07:00
Drew Weymouth
0d2bca0a84
more translation prep
2024-07-21 11:10:01 -07:00
Drew Weymouth
d4066f0b1c
add support for composer tag
2024-07-19 08:03:10 -07:00
Drew Weymouth
bf97cdb526
add more to track info dialog
2024-07-18 17:33:42 -07:00
Drew Weymouth
03ce1cc115
add more info to dialog and adjust layout
2024-07-18 08:11:37 -07:00
Drew Weymouth
bb91a0c6b4
WIP: add track info dialog
2024-07-14 16:46:07 -07:00
Drew Weymouth
59d979ba80
Include radio stations in Quick Search
2024-07-01 08:04:10 -07:00
Drew Weymouth
edf85a4162
add option to show album years in grid views
2024-06-27 17:44:41 -07:00
Drew Weymouth
b23198d887
capitalize URL
2024-06-16 14:26:30 -07:00
Rob Emery
104ccc27c9
Hostname is just like "github.com", the field is actually the URI of the subsonic server (i.e. https://github.com/subsonic/ )
2024-06-16 21:13:18 +00:00
Drew Weymouth
b7af1e716c
use radio icon for image placeholder for radio stations
2024-06-01 17:42:40 -07:00
Drew Weymouth
1d96b7097c
don't show separators between list rows
2024-05-27 17:20:45 -07:00
Drew Weymouth
38a7983b6f
tweak padding in search dialogs
2024-05-26 13:30:59 -07:00
Drew Weymouth
ceed42dcf2
remove redundant CenterPad layout
2024-05-24 17:07:44 -07:00
Drew Weymouth
819f42dac0
onboard to new custom padded box layouts
2024-05-24 16:57:49 -07:00
Drew Weymouth
883c1f738d
rebase to Fyne 2.5 prerelease and onboard to new CustomPaddedLayout
2024-05-24 16:48:53 -07:00
Drew Weymouth
34427e5033
move "Create new playlist" result to bottom of list
2024-05-24 07:58:40 -07:00
Drew Weymouth
448421e556
simplify init of searchdialog
2024-05-24 07:53:34 -07:00
Drew Weymouth
3c5d1d521b
remove old addtoplaylistdialog
2024-05-24 07:37:34 -07:00
Drew Weymouth
e2a9ea49e0
rename skip duplicates check
2024-05-23 16:35:37 -07:00
Drew Weymouth
44f7eebad1
customize placeholder text and fix update bug
2024-05-23 16:32:07 -07:00
Drew Weymouth
b999d94e72
simplify onSearched
2024-05-23 16:09:26 -07:00
Drew Weymouth
21feca3265
remove Query from mediaprovider.SearchResult
2024-05-23 15:56:56 -07:00
Drew Weymouth
d43b4a4c8f
unexport SearchEntry
2024-05-23 15:50:19 -07:00
Drew Weymouth
b040df3a18
Refactor: move update logic back to base type
2024-05-23 15:45:42 -07:00
natilou
090874591a
go fmt
2024-05-18 16:07:50 -03:00
natilou
d939c7f85f
add 'Skip duplicates' option
2024-05-18 16:03:21 -03:00
natilou
1b53695589
add a list with all the playlists and then filter by the search text
2024-05-18 12:04:18 -03:00
natilou
9a587eee98
chore: Improve 'Add to playlists' dialog
2024-05-18 12:04:18 -03:00
natilou
6e6f377621
Add comment clarification about SearchDialog
2024-05-05 13:32:46 -03:00
natilou
2c7394ea98
rename method
2024-05-05 12:54:35 -03:00
natilou
4eefa4d1fb
chore: Implement SearchDialog component
...
Currently, this component is used by QuickSearch dialog. And then, it will be
used by the "Add to playlist" dialog.
I added some setters and getters to the QuickSearch dialog to abstract the interaction
between QuickSearch and SearchDialog from the Controller.
After this PR, I will implement the 'Add to playlist' dialog to incorporate the SearchDialog.
2024-05-05 12:54:35 -03:00