Commit Graph

64 Commits

Author SHA1 Message Date
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
b79f87a377 Import initial cover download dialog. This is so that trunk actually compiles!
THIS IS NOT FINISHED, NOT EVEN SLIGHTLY!!!
2012-12-15 12:39:45 +00:00
craig.p.drummond
e65108a474 Add a 'Cache' page to settngs dialog, allowing cahce usage to be displayed and cache items delete. 2012-12-13 19:54:05 +00:00
craig.p.drummond
e6d2094c86 - Fix missing 'edit' icons in non-oxygen icon sets
- Add icon to createAction
2012-10-10 18:41:43 +00:00
craig.p.drummond@gmail.com
9573e1deb0 Cleanup network classes... 2012-10-08 17:24:26 +00:00
craig.p.drummond@gmail.com
d697b4dc06 Move cacheDir/configDir helpers into Utils 2012-10-08 11:35:29 +00:00
craig.p.drummond
a0c0cd9634 Support for modifiable keyboard shortcuts in Qt-only builds. (Code stolen from Quassel!) 2012-10-03 19:58:42 +00:00
craig.p.drummond
5669f724f6 Initial work on Qt translations. Commented out for the moment, as xgettext is crashing!!! 2012-09-02 20:13:00 +00:00
craig.p.drummond
f4adbaf6a4 Completly remove android changes - this NEVER worked very well, and never will with QWidgets :-( 2012-08-30 19:43:32 +00:00
craig.p.drummond
e275a59609 Use changeExtension() from Utils 2012-08-13 18:57:15 +00:00
craig.p.drummond
de7bef9b38 When saving lyrics provider settings to config file, need to use orignal ID string - not the translated one.
BUG: 44
2012-06-29 19:46:08 +00:00
craig.p.drummond@gmail.com
b2857f3f70 When fetching lyrics or info for a song which has had the 'various artists' workaround applied - revert this before requesting data. 2012-06-26 11:11:18 +00:00
craig.p.drummond
5b32b51a23 Android: more sizing fixes 2012-06-22 15:51:13 +00:00
craig.p.drummond
097483ef75 Android: no background image - and no lyrics at the moment :-( 2012-06-20 20:34:22 +00:00
craig.p.drummond
d932e73071 More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
63e0431f6c Make TagLib optional. 2012-06-18 18:22:58 +00:00
craig.p.drummond@gmail.com
9c22bf8da2 Fix/workaround issues with fetching lyrics from letras.mus.br#
BUG:36
2012-06-15 11:21:07 +00:00
craig.p.drummond
b010450297 Update ultimate_providers.xml to match Clementine 1.0.1 2012-06-12 20:39:33 +00:00
craig.p.drummond
3b26cb2086 Read lyrics from tags - ID3v2 only at the moment.
BUG:25
2012-06-10 20:50:59 +00:00
craig.p.drummond
632bc04c9b Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond
f9f1edcb6f Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
bc146ec538 When performing a custom lytics seatch, and we have no current song, dont attempt to save the file to MPDs music folder (there is no valid filename). 2012-05-04 11:11:27 +00:00
craig.p.drummond@gmail.com
b73ae6958b When refreshing lyrics, instead of startnig at first provider and iterating them all again (which will result in the same hit again), start at the next provider. This allows all providers to be checked. Thanks to Martin Blumenstingl for the patch. 2012-05-03 20:15:39 +00:00
craig.p.drummond@gmail.com
daf8c845e4 Limit downloaded covers to a max of 600x600 pixels.
When showing cover-widget tooltip, scale image if it is greater than 600x600.
BUG:8
2012-05-01 20:39:00 +00:00
craig.p.drummond@gmail.com
0da24c2647 Add option to draw (15% opacity) tiled cover as background to lyrics page. 2012-04-26 20:47:51 +00:00
craig
70b35ae0be Update text 2012-04-16 18:44:46 +00:00
craig
b4bfcee2d5 Set file perms for mpd lyrics files - and make thes owned by 'audio' group 2012-04-08 11:09:34 +00:00
craig
2afd4d4ed9 Allow editing of empty lyrics - so that can create! 2012-03-31 16:24:11 +00:00
craig
903c8d343d Remvove any formatting (bold, etc) from lyrics 2012-03-31 16:15:20 +00:00
craig
901bae9d15 Remove margins 2012-03-30 19:18:45 +00:00
craig
f024853bbd Add possibility to refine lyrics search 2012-03-30 19:12:12 +00:00
craig
4b22537ab2 Check fof changes before prompting 2012-03-29 15:48:09 +00:00
craig
bf16728db7 Show song name when editing 2012-03-29 15:47:51 +00:00
craig
ea5140ebad Formatting 2012-03-26 18:23:17 +00:00
craig
36f02f18d4 Action text 2012-03-26 18:23:07 +00:00
craig
e7cd88093c Only enable del action if file exists 2012-03-26 18:22:46 +00:00
craig
ca5243a4f3 Fix qt-build 2012-03-25 08:58:00 +00:00
craig
95a1a15f9d Add basic lyrics editing. 2012-03-25 08:42:32 +00:00
craig
5a583fff28 Fix reading of lyrics files with special characters - thanks to Martin
Blumenstingl for the patch.
2012-03-19 20:28:40 +00:00
craig
6d5a8647f2 SAve zoom settings 2012-03-14 21:42:28 +00:00
craig
c77d956653 When renaming files, rename file.lyrics if it exists. 2012-03-13 19:31:43 +00:00
craig
8746d6189a Fix memleaks 2012-02-28 19:32:50 +00:00
craig
b8b610b7a9 Fix icon size 2012-02-14 21:23:30 +00:00
craig
a643daaf8b - Add text-urilist to library/folder/album drag'n'drop mimetypes - so that can drop onto k3b
- Store mpdDir as a QString in settings class, so that everyone can access it from there
2012-01-30 19:27:09 +00:00
craig
73bc659d43 Cleanup 2012-01-04 19:19:13 +00:00
craig
7dad99ec88 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
e23cc29c0c Add info page, to show wikipedia info. 2011-12-20 22:17:05 +00:00
craig
b09563c5b5 Use QHash instead of QMap - its faster 2011-12-05 19:34:43 +00:00
craig
8f0521f07f Remove debug 2011-12-05 19:34:24 +00:00