natilou
|
5bbe3aa262
|
Added home icon in BrowsingPane
- Added the home icon
- Added and implemented `GoHome()`
|
2023-06-10 14:37:06 -03:00 |
|
Drew Weymouth
|
8bd5ca3894
|
avoid unnecessary status line refreshes
|
2023-06-05 09:08:02 -07:00 |
|
Drew Weymouth
|
fedb9fd70d
|
add status line with media info to bottom of now playing page
|
2023-06-05 08:55:35 -07:00 |
|
Drew Weymouth
|
17f9370e0a
|
renumber correctly after removing tracks from playlist
|
2023-06-03 08:40:49 -07:00 |
|
Drew Weymouth
|
b64dcdcc0b
|
fix tracklist selection being maintained when sorting
|
2023-06-02 17:43:22 -07:00 |
|
Drew Weymouth
|
066be7bb8d
|
fix artist page favorite button state
|
2023-05-28 14:16:30 -07:00 |
|
Drew Weymouth
|
0d6bed8294
|
Fix #176: searching genres list works again
|
2023-05-27 09:17:28 -07:00 |
|
Drew Weymouth
|
7a77a77569
|
Playlist page - show track's original position in playlist for # column
|
2023-05-24 14:43:44 -07:00 |
|
Drew Weymouth
|
289aa56f7f
|
fix merge: re-disable sorting on genres page
|
2023-05-24 09:27:01 -07:00 |
|
Drew Weymouth
|
eafdae661b
|
fix merge
|
2023-05-24 09:20:36 -07:00 |
|
Drew Weymouth
|
e95474d0d0
|
Merge branch 'main' into feature/sort-tracklist-cols
|
2023-05-24 09:18:59 -07:00 |
|
Drew Weymouth
|
572a2e511d
|
reorder playlist tracks based on original sort and switch to unsorted view
|
2023-05-24 09:11:50 -07:00 |
|
Drew Weymouth
|
1e40465c94
|
remove extra padding around artist grid view
|
2023-05-23 19:19:45 -07:00 |
|
Drew Weymouth
|
20f950f508
|
rename func
|
2023-05-23 19:16:13 -07:00 |
|
Drew Weymouth
|
dfbbc2ffe0
|
get rid of debug print and unused func
|
2023-05-23 19:09:00 -07:00 |
|
Drew Weymouth
|
c5b8e0e3f7
|
fix tap events for gridview
|
2023-05-23 19:03:44 -07:00 |
|
Drew Weymouth
|
90936c086d
|
switch favorite artists view to grid
|
2023-05-23 18:35:34 -07:00 |
|
Drew Weymouth
|
de7a16639e
|
switch GridView to icon placeholder
|
2023-05-23 17:35:26 -07:00 |
|
Drew Weymouth
|
5acd9dd37f
|
switch artists page to grid view
|
2023-05-23 17:21:48 -07:00 |
|
Drew Weymouth
|
8bf9f20b8e
|
add center alignment option to list columns
|
2023-05-23 14:24:02 -07:00 |
|
Drew Weymouth
|
bd7388fbf2
|
properly restore tracklist sort in artist page
|
2023-05-23 12:59:06 -07:00 |
|
Drew Weymouth
|
84e1f01a68
|
add saving of tracklist sort in browsing history - but need to handle it Tracklist widget still
|
2023-05-23 11:10:43 -07:00 |
|
Drew Weymouth
|
137e0334e0
|
add disabling of sorting where appropriate
|
2023-05-23 11:10:43 -07:00 |
|
Drew Weymouth
|
1f3559de43
|
add tracklist sorting logic
|
2023-05-23 11:10:43 -07:00 |
|
Drew Weymouth
|
1686c563fe
|
Fix #172: properly set Favorites page view state on restoring from history
|
2023-05-22 21:18:33 -07:00 |
|
Drew Weymouth
|
e8ab651d9d
|
add genres to album filters panel
|
2023-05-18 18:10:09 -07:00 |
|
Drew Weymouth
|
480bd7a89d
|
don't add 'blank page' to navigation history
|
2023-05-16 17:27:39 -07:00 |
|
David Haymond
|
9e7ef075d7
|
Disable history btns when unable to navigate (#167)
|
2023-05-16 16:37:56 -07:00 |
|
Drew Weymouth
|
f926ed3fb9
|
fix some bugs and restructure a bit more
|
2023-05-15 17:05:18 -07:00 |
|
Drew Weymouth
|
fd106560d0
|
more refactoring - compiles now but not extensively tested
|
2023-05-14 20:50:06 -07:00 |
|
Drew Weymouth
|
85042fcbd4
|
begin the refactoring - doesnt compile
|
2023-05-14 19:31:04 -07:00 |
|
Drew Weymouth
|
2083af3935
|
add Shuffle context menu item to tracklist; unselect tracks on Favorites page by clicking outside
|
2023-05-13 16:47:15 -07:00 |
|
Drew Weymouth
|
33f456c94d
|
Merge pull request #162 from dweymouth/feature/albumviewfilter
Add album filters (excl. genre filter for now) to album grid views
|
2023-05-12 19:32:15 -07:00 |
|
Drew Weymouth
|
35b2bcb261
|
add album filters to favorites page
|
2023-05-12 19:29:02 -07:00 |
|
Drew Weymouth
|
4730b74039
|
add album filters to genre page
|
2023-05-12 09:22:49 -07:00 |
|
Drew Weymouth
|
c97edef403
|
let Ctrl+A select all tracks on favorites page w/ track view active
|
2023-05-11 16:54:54 -07:00 |
|
Drew Weymouth
|
87ae111cb2
|
more work on album filters
|
2023-05-11 16:45:47 -07:00 |
|
Drew Weymouth
|
0a20299cf4
|
add albumfilterdialog
|
2023-05-11 08:55:11 -07:00 |
|
Drew Weymouth
|
882f951aa1
|
add AlbumFilter to backend album iterators
|
2023-05-11 08:54:18 -07:00 |
|
Drew Weymouth
|
5634dfcfc1
|
simplify SearchEntry and extract a debouncer util func
|
2023-05-10 21:05:17 -07:00 |
|
Drew Weymouth
|
2ef0282c0b
|
update module import paths
|
2023-05-07 09:53:34 -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
|
750bc71ef1
|
fix last few non-themed icon references
|
2023-05-03 17:33:01 -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
|
76657b5c1c
|
Fix #136: add context menu to album and playlist grid views
|
2023-05-02 17:50:35 -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 |
|