Commit Graph
495 Commits
Author SHA1 Message Date
Drew Weymouth de36149ba4 add vol adjust options to system tray menu 2023-05-04 18:51:36 -07:00
Drew Weymouth cbc724df93 migrate to Fyne 2.2.4 2023-05-04 18:42:25 -07:00
Drew Weymouth 073de9499e move GridWrap widget out of Fyne fork 2023-05-04 17:14:44 -07:00
Drew Weymouth ea7d5047ac hide track title display if nothing playing 2023-05-04 17:10:10 -07:00
Drew Weymouth 5a3859d438 now playing cover should not be clickable when nothing playing 2023-05-04 17:07:53 -07:00
Drew Weymouth 2d3fb4be3a Merge pull request #154 from dweymouth/feature/lighttheme
Add light theme
2023-05-03 17:49:42 -07:00
Drew Weymouth bafcfc399a Update genrepage.go 2023-05-03 17:47:14 -07:00
Drew Weymouth 587979020e forgot a file 2023-05-03 17:34:09 -07:00
Drew Weymouth 750bc71ef1 fix last few non-themed icon references 2023-05-03 17:33:01 -07:00
Drew Weymouth 4ed6a75778 add theme choice to settings dialog 2023-05-03 17:32:36 -07:00
Drew Weymouth e486fcddad don't re-calculate values in loops for layouts 2023-05-03 09:09:13 -07:00
Drew Weymouth fd01e37260 add menu button to playlist page with add to queue, add to playlist actions 2023-05-02 18:09:56 -07:00
Drew Weymouth 0f6d803fa4 fix regression where similar artist links were shrinked to zero 2023-05-02 17:56:17 -07:00
Drew Weymouth 76657b5c1c Fix #136: add context menu to album and playlist grid views 2023-05-02 17:50:35 -07:00
Drew Weymouth a1d91d748c cleanup from bad merge 2: misc cleanum + make tracks icon themed 2023-05-01 18:02:53 -07:00
Drew Weymouth 64091bb84c cleanup from bad merge conflict 1: fix build errors 2023-05-01 17:56:13 -07:00
Drew Weymouth 61d8d6916a move ThemedRectangle to theme package 2023-05-01 17:50:00 -07:00
Drew Weymouth 6c81db4398 switch to simpler way of themeing PNG icons 2023-05-01 17:49:59 -07:00
Drew Weymouth 0d8c7d3830 fix type casting crash 2023-05-01 17:45:35 -07:00
Drew Weymouth 62f8f821cc hook up config settings to light/dark appearance 2023-05-01 17:45:34 -07:00
Drew Weymouth cdac9ae66f update rest of icons to themed 2023-05-01 17:42:09 -07:00
Drew Weymouth 94157b3a00 more light theme work: themed icon button, colors adj 2023-05-01 17:40:39 -07:00
Drew Weymouth 4711a2b196 more work on light theme colos 2023-05-01 17:34:25 -07:00
Drew Weymouth dd1adaf2a2 beginning of moving custom icons to theme 2023-05-01 17:34:23 -07:00
Drew Weymouth 118b19aa13 optimization: don't create page if it won't be navigated to 2023-04-30 12:16:35 -07:00
Drew Weymouth 053474f669 make track title in bottom panel link to Now Playing page 2023-04-30 10:17:34 -07:00
Drew Weymouth 78194165f4 show full size cover when clicking thumbnail in now playing display 2023-04-30 09:30:53 -07:00
Drew Weymouth b7a93e14b9 Update CHANGELOG.md 2023-04-29 20:55:08 -07:00
Drew Weymouth 68ddbe9834 Merge branch 'main' of github.com:dweymouth/supersonic 2023-04-29 20:52:01 -07:00
Drew Weymouth a9263c8d4e add settings option to choose startup page 2023-04-29 20:51:45 -07:00
Drew Weymouth 7a03f1f1cc Update CHANGELOG.md 2023-04-29 11:25:19 -07:00
Drew Weymouth ae1b767255 move playlist reorder options to submenu 2023-04-29 11:24:13 -07:00
Drew Weymouth a9eac505ea add tracklist submenu to bulk set rating 2023-04-29 11:18:40 -07:00
Drew Weymouth a4ab14cb73 remove obsolete TODO 2023-04-29 10:55:48 -07:00
Drew Weymouth 2729711604 small refactor 2023-04-29 10:53:14 -07:00
Drew Weymouth 5b6b6b4fe2 add context menu items to bulk set/unset favorite 2023-04-29 10:44:44 -07:00
Drew Weymouth c138be381e another quick refactor 2023-04-29 10:26:30 -07:00
Drew Weymouth 31e82ae367 refactor: generic SliceContains 2023-04-29 10:21:40 -07:00
Drew Weymouth 329b290d61 Merge pull request #150 from dweymouth/feature/playlistgrid
Add grid view option to playlists page
2023-04-28 20:25:32 -07:00
Drew Weymouth 1862efedc4 update CHANGELOG with #40 2023-04-28 20:25:11 -07:00
Drew Weymouth 58ed3d10db save playlists page view setting 2023-04-28 20:06:17 -07:00
Drew Weymouth 9b1349b0ac add grid view option to playlists page 2023-04-28 19:28:20 -07:00
Drew Weymouth 753e7f9bcc refactor 2: use generic model for grid view 2023-04-28 17:25:57 -07:00
Drew Weymouth cf4540eb32 refactor 1: renaming 2023-04-28 16:50:35 -07:00
Drew Weymouth a9cec173dd Fix #95: temporarily add tappable behavior to seekbar slider until Fyne 2.4 2023-04-27 09:21:07 -07:00
Drew Weymouth e7c1a7a452 update CHANGELOG and README with recent changes 2023-04-26 18:16:05 -07:00
Drew Weymouth b8bd6bc7a3 Merge pull request #147 from dweymouth/feature/rating
Add 5-star rating column to tracklist
2023-04-26 18:04:39 -07:00
Drew Weymouth d64f00517a refactor set track rating action 2023-04-26 18:03:33 -07:00
Drew Weymouth 2859a80e62 tweak tracklist column sizes 2023-04-26 17:34:39 -07:00
Drew Weymouth 88958bde1c Merge branch 'main' into feature/rating 2023-04-26 17:23:14 -07:00