Commit Graph

57 Commits

Author SHA1 Message Date
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98 Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
eaca1f34f3 When listing albums where composer is used for artist grouping, place album artist name after album name if different from composer.
Issue #896
2016-10-16 22:33:41 +01:00
Craig Drummond
860a0890a9 Clamp colour of all mono icons 2016-07-22 16:37:48 +01:00
Craig Drummond
94f26acfe0 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
craig.p.drummond
93b70ec240 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
44559506f2 Respect carriage returns when displaying comments in context view.
BUG: 631
2015-02-20 22:33:36 +00:00
craig.p.drummond
eefd6d8564 Fix crash in context view if song tracks changed quickly. 2014-09-20 20:09:55 +00:00
craig.p.drummond
30b4b83a7b Use 'Metadata' and not 'Tags' as metadata/tags view in context song pane. 2014-08-18 19:08:47 +00:00
craig.p.drummond
f86e03fd00 Make track filename clickable 2014-08-11 19:32:07 +00:00
craig.p.drummond
7d2c57b695 Show extra audio properties from MPD in context/track/tags 2014-08-10 10:00:10 +00:00
craig.p.drummond
1ecbbdf8b7 Make tag-order consistent with tag editor 2014-07-10 19:48:51 +00:00
craig.p.drummond
5bd06445bf Clear info view if there is no text found 2014-06-17 16:57:50 +00:00
craig.p.drummond
7428b71b14 Only load lyrics if it is the current tab 2014-06-17 16:56:45 +00:00
craig.p.drummond
2f2795497f Only update if visible 2014-06-17 16:56:05 +00:00
craig.p.drummond
95ebe9e3fc Change case of unknown tags - e.g. THIS_IS_A_TAG -> This is a tag 2014-06-11 18:26:37 +00:00
craig.p.drummond
47255069bc Order tag entries 2014-06-11 18:25:57 +00:00
craig.p.drummond
e751c09364 Also read performer for display in context view 2014-06-11 18:25:29 +00:00
craig.p.drummond
68e39ed20a Only need to check file once 2014-06-11 18:25:04 +00:00
craig.p.drummond
0f07d346e4 Use external editor to edit lyrics 2014-06-11 18:24:44 +00:00
craig.p.drummond
dfd5980c6f Add a 'tags' view to tracks view to list all tags via taglib 2014-06-11 18:24:13 +00:00
craig.p.drummond
8cb302666e Remove colon 2014-06-10 19:49:21 +00:00
craig.p.drummond
2308642c5c Use QDesktopServices to start browser / file-manager 2014-06-10 19:48:00 +00:00
craig.p.drummond
761a9ec9a7 Add option to re-load lyrics from disk 2014-06-10 19:46:45 +00:00
craig.p.drummond
27bc161f39 Fix wikpedia/last.fm link in track view 2014-06-10 19:45:08 +00:00
craig.p.drummond
110ca299c1 Show track info in context-view as well as artist and album info. Track info is stacked behind lyrics. 2014-06-09 18:43:49 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
d66042fe8c 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
5c4b8d1c47 Auto-scroll lyrics
BUG: 405
2014-02-18 19:34:37 +00:00
craig.p.drummond
6daf18d942 Decode Mopidy local:track:file paths 2014-01-21 18:57:47 +00:00
craig.p.drummond
6d9a577736 Fix delete lyrics prompt 2014-01-20 19:27:08 +00:00
craig.p.drummond
4201e936b5 If file path starts with /, then its not an MPD file 2014-01-16 19:31:12 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
89f0e10af6 Translate provider name when shown in song view 2013-11-28 19:55:25 +00:00
craig.p.drummond
9c474c8875 Add action to cancel context jobs 2013-11-20 22:11:34 +00:00
craig.p.drummond
c049af0cc8 Revert reading/writing of tags in external helper - its not working correctly
BUG: 319
2013-10-25 20:01:33 +00:00
craig.p.drummond
5343b1273a Read/write tags in an external app - as per Clementine and Amarok. Isolates Cantata from TagLib crashes. 2013-10-22 18:22:41 +00:00
craig.p.drummond
65be0c33ca Always use unix dir separator internally 2013-10-14 18:16:32 +00:00
craig.p.drummond
5f84f50967 Dir separator... 2013-10-14 18:14:12 +00:00
craig.p.drummond
556071c2a7 Use NetworkJob to automatically, and consistently, handle re-directs 2013-09-18 18:11:49 +00:00
craig.p.drummond
8eb5ec0abb Check if song is empty 2013-08-08 19:14:29 +00:00
craig.p.drummond
f0bad94c9c Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
BUG: 254
2013-07-18 14:52:45 +00:00
craig.p.drummond
dc6e3af0d8 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
7296950164 Only revert various artists in contextpage class 2013-06-04 18:48:22 +00:00
craig.p.drummond
1c6e42851d Reduce number of actions 2013-06-03 18:16:53 +00:00
craig.p.drummond
9ae929a329 - Try no to use yes/no in dialogs - as Gtk reverses this to no/yes!!
- Use standard gui items, and create Qt equivalents
2013-05-29 19:00:50 +00:00
craig.p.drummond
ac86c7bfc9 Fix KDE compile 2013-05-23 16:59:05 +00:00