Commit Graph

32 Commits

Author SHA1 Message Date
Sumner Evans
0ed2c266d8 Run black on entire project 2020-05-08 11:30:23 -06:00
Sumner Evans
bd7336c96f Got to where all I have to do is hook up the cache manager 2020-05-08 11:30:19 -06:00
Sumner Evans
8b9098b217 A bunch more refactoring 2020-05-08 11:30:19 -06:00
sentriz
8b1a6d6892 use total_seconds() when calculating search change diff
as tested like:

    $ python -c "from datetime import datetime; import time; a = datetime.now(); time.sleep(0.5); b = datetime.now(); print((b-a).seconds)"
    0
    $ python -c "from datetime import datetime; import time; a = datetime.now(); time.sleep(0.5); b = datetime.now(); print((b-a).total_seconds())"
    0.50064
2020-04-20 20:57:37 +01:00
Sumner Evans
fa58933f19 Resolves #16: added tooltips to all of the buttons 2020-03-18 22:59:19 -06:00
Sumner Evans
c5f7e69028 Merge branch 'master' of gitlab.com:sumner/sublime-music 2020-03-06 08:12:35 -07:00
Sumner Evans
2a0c480d4b Adding a bunch of flake8 extensions and working through the errors 2020-02-22 17:03:37 -07:00
Sumner Evans
1de7ba6327 Improve the handling of cover art caches
Only download the cover art once at size=1000, then use that everywhere by scaling it down
2020-02-22 07:56:40 -07:00
Sumner Evans
2a4d97671c Fix linter errors 2020-01-19 09:02:02 -07:00
Sumner Evans
9a9f7672e3 Allowing failure of Flatpak build 2020-01-19 08:37:31 -07:00
Sumner Evans
d7cc5af224 Made retrieval of browse path async; added arrows to directories 2020-01-18 15:39:07 -07:00
Sumner Evans
48a2d17773 Put browse side by side with Artists and Albums panels 2020-01-14 21:50:16 -07:00
Sumner Evans
ddb6549c97 Fixed issue where the loading indicator went away to fast on search 2020-01-14 20:11:23 -07:00
Sumner Evans
5e9267d381 Added cancellation of previous searches to try and improve search perf 2020-01-14 20:11:22 -07:00
Sumner Evans
ba35cae6e1 Added Browse tab and implemented logic to change stack state 2020-01-14 20:11:22 -07:00
Sumner Evans
21d36d7f43 Did some cleanup of search when in browse by filesystem mode 2019-12-29 12:31:34 -07:00
Sumner Evans
633315e186 Fixed some bugs with server search 2019-12-29 10:06:40 -07:00
Sumner Evans
9a11ee3fa8 Refactor: move search logic to CacheManager 2019-12-29 09:53:49 -07:00
Sumner Evans
910717dd93 Resize search bar when focused 2019-12-29 08:33:33 -07:00
Sumner Evans
87cb041113 Open search popup on click of search bar 2019-12-29 08:28:16 -07:00
Sumner Evans
af4ae163f6 Shortcut when no query 2019-12-29 00:25:39 -07:00
Sumner Evans
8c7c0b4f19 Added playlist search 2019-12-29 00:18:56 -07:00
Sumner Evans
4f935ab4d2 Added cover art for the Artists results 2019-12-28 23:25:24 -07:00
Sumner Evans
42d2a71037 Adding cover art to search results; Closes #87 2019-12-28 23:25:24 -07:00
Sumner Evans
026b147f7f Clicking on the results goes to them 2019-12-28 23:25:24 -07:00
Sumner Evans
7744356a47 Started implementing search 2019-12-28 23:25:24 -07:00
Sumner Evans
e88cb5781d Fixed bug where popups closed on a click inside the popup 2019-12-28 23:25:23 -07:00
Sumner Evans
8a1fa8d186 Made a bunch of popups non-modal so that the rest of the window works when they are open 2019-12-28 18:16:22 -07:00
Sumner Evans
196fff786b Update download state when downloading from Play Queue 2019-12-19 18:19:23 -07:00
Sumner Evans
006ccbac48 Resolves #58: Added ability to right click on songs in Play Queue 2019-12-11 21:48:11 -07:00
Sumner Evans
dc8d330a1b Refactored to use index in the play queue instead of the song ID 2019-11-24 20:32:42 -07:00
Sumner Evans
2c2bc9380d Renamed from Libremsonic to Sublime Music 2019-10-19 20:09:11 -06:00