Commit Graph

241 Commits

Author SHA1 Message Date
craig.p.drummond
5078e933ea - Fix saving of file paths
- Convert home-path to/from ~ for files too
BUG: 544
2014-09-17 18:28:44 +00:00
craig.p.drummond
a41e255466 Remove unused functions 2014-09-16 21:40:26 +00:00
craig.p.drummond
d5ce7de372 Re-format mode MessageBox messages - so that they can be split into main/sub text for MacOS dialogs. 2014-09-16 21:21:43 +00:00
craig.p.drummond
26546ce4ac Allow to change stream, and online-service, filter search category without closing current search field. 2014-09-16 17:54:10 +00:00
craig.p.drummond
56ecd8ed60 Fix downloading of podcasts when url is redirected.
BUG: 537
2014-09-12 19:54:06 +00:00
craig.p.drummond
8f6c53fa67 Remove 'Add albums in random order' from view context menus. 2014-08-18 19:06:52 +00:00
craig.p.drummond
24cd2680bf Remove extra margin in podcast settings dialog. 2014-07-30 19:04:30 +00:00
craig.p.drummond
751ce81b44 Fix soundcloud and podcast grouping in playqueue 2014-07-17 16:12:36 +00:00
craig.p.drummond
4255572b48 Fix podcast and soundcloud serice icon display 2014-07-17 16:11:28 +00:00
craig.p.drummond
7e8ecf694f Fix SoundCloud and Podcast icon in cover widget, etc. 2014-07-16 20:41:13 +00:00
craig.p.drummond
49596ce248 Hide online service URLs from playqueue tooltips 2014-07-16 19:10:19 +00:00
craig.p.drummond
1c42a29ba6 Online service covers 2014-07-16 19:09:39 +00:00
craig.p.drummond
0d19ee77ab - Remove GUI option to control saving of scaled covers. This is enabled by default, and can be toggled via the config file.
- Dont re-load view when sort changes.
2014-07-16 19:07:41 +00:00
craig.p.drummond
d5d5c23479 - Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
c3d288fd8e Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
8641988124 Fix sound cloud searches in Qt5 2014-07-10 19:47:15 +00:00
craig.p.drummond
df494f9445 Use Qt5's own json parser fopr Qt5 builds. 2014-07-10 19:46:40 +00:00
craig.p.drummond
313ad1c13e Mac package fixes 2014-07-07 19:03:31 +00:00
craig.p.drummond
83fafbd648 Fix progress display when saving XML 2014-06-17 16:53:40 +00:00
craig.p.drummond
859ef5322d Reduce memory usage - by only creating a set for genres if there is more than 1 2014-06-16 19:23:14 +00:00
craig.p.drummond
5e18d5f007 Use QDesktopServices to start browser / file-manager 2014-06-10 19:48:00 +00:00
craig.p.drummond
94e1bb17f3 Fix wikpedia/last.fm link in track view 2014-06-10 19:45:08 +00:00
craig.p.drummond
b9d55b9864 Include tags/tags.h 2014-06-01 09:02:35 +00:00
craig.p.drummond
d0f466ae31 Should not need to move from old to new locations anymore 2014-06-01 08:55:05 +00:00
craig.p.drummond
5f661150ac icon entry specifies filename 2014-05-23 21:45:19 +00:00
craig.p.drummond
744b6a8287 Read podcast_directories.xml from install folder and ~/.local/share/cantata 2014-05-23 21:41:20 +00:00
craig.p.drummond
5b1fb58eff - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
63442d27ec Use TouchProxyStyle to enable flick-charm 2014-05-19 18:33:36 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
f83da3d5fe Multiple genre support. 2014-05-01 19:26:57 +00:00
craig.p.drummond
d578a1b806 Cancel downloads when un-subscribe 2014-05-01 19:26:14 +00:00
craig.p.drummond
ce1dd4535e Only use 'leaves' if filter is active 2014-05-01 19:25:12 +00:00
craig.p.drummond
345b755818 Add option to only act on songs that pass current string or genre filter.
BUG: 473
2014-04-30 18:48:00 +00:00
craig.p.drummond
54b0eb57cc Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
bd1b077552 If MPD database is refreshed whilst listview is not at top level, then reset view to top level 2014-04-04 19:34:10 +00:00
craig.p.drummond
c916ba368c Code layout re-org 2014-04-02 17:35:21 +00:00
craig.p.drummond
ff55be5305 Remove grouping of multiple-artist albums under 'Various Artists' 2014-04-01 18:02:12 +00:00
craig.p.drummond
b4ecefc243 Remove ununsed 'Back' action. 2014-03-31 17:53:49 +00:00
craig.p.drummond
8b19eaf390 REduce KDE differences 2014-03-26 19:34:28 +00:00
craig.p.drummond
b7268e16ab Use a class to hide KConfig/QSettings differences - as opposed to using #defines 2014-03-25 19:47:36 +00:00
craig.p.drummond
efd7fc50ba Use new location of Jamendo DB listing.
BUG: 445
2014-03-21 20:05:28 +00:00
craig.p.drummond
6fa9f3497a If downloading online-service track listing fails, then stop loader and show error. 2014-03-21 20:04:11 +00:00
craig.p.drummond
1c99ba468b Load artist iamges in non-UI thread too. Should only be album images in artists view that are loaded in UI thread. Tried loading these in non_UI thread, but didnt like delay in showing covers. 2014-03-20 19:58:40 +00:00
craig.p.drummond
61364e95aa Reset devices and online-services models when artist-view cover size changes. 2014-03-20 19:47:16 +00:00
craig.p.drummond
7e09738346 Remove support for artist images in online services. 2014-03-19 19:51:29 +00:00
craig.p.drummond
bdf187ac41 When song is updated in context view, abort any current network jobs.
BUG: 442
2014-03-17 19:48:11 +00:00
craig.p.drummond
ff96393700 Improve external tags helper 2014-03-14 19:14:03 +00:00
craig.p.drummond
05e823a1c6 Remove unused var 2014-03-12 17:20:51 +00:00
craig.p.drummond
74e608742e Reduce memory usage, by storing album covers in a cache - and using this for display. 2014-03-12 17:20:29 +00:00
craig.p.drummond
c4da330abe Remove more space 2014-02-27 17:40:31 +00:00