Commit Graph

69 Commits

Author SHA1 Message Date
craig.p.drummond
5fd87a55b2 Reduce spacing of icons at bottom of window 2013-02-15 17:24:28 +00:00
craig.p.drummond
38e9523750 Gnome icons 2013-02-15 17:23:38 +00:00
craig.p.drummond
efb5bae099 Make tool buttons square 2013-02-15 17:22:14 +00:00
craig.p.drummond
ceeaad08a1 Download lyrics from MPD server via HTTP 2013-02-15 17:19:22 +00:00
craig.p.drummond
cb1d5b4b26 Support for Qt5 2013-02-08 17:57:02 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
04067dd520 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
9f5e0fa17d 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
5c68ed6503 - 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
f7f02057de Cleanup network classes... 2012-10-08 17:24:26 +00:00
craig.p.drummond@gmail.com
c325a9ed28 Move cacheDir/configDir helpers into Utils 2012-10-08 11:35:29 +00:00
craig.p.drummond
974b50814c Support for modifiable keyboard shortcuts in Qt-only builds. (Code stolen from Quassel!) 2012-10-03 19:58:42 +00:00
craig.p.drummond
5c7d22c72d 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
49cc24eb46 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
7bf63b3a63 Use changeExtension() from Utils 2012-08-13 18:57:15 +00:00
craig.p.drummond
31ece6fffc 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
b1ec217249 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
b3f36f1cae Android: more sizing fixes 2012-06-22 15:51:13 +00:00
craig.p.drummond
bd22eaa1e4 Android: no background image - and no lyrics at the moment :-( 2012-06-20 20:34:22 +00:00
craig.p.drummond
8894263b1f More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
c1c61ce0d4 Make TagLib optional. 2012-06-18 18:22:58 +00:00
craig.p.drummond@gmail.com
dcc47d1b57 Fix/workaround issues with fetching lyrics from letras.mus.br#
BUG:36
2012-06-15 11:21:07 +00:00
craig.p.drummond
c142deed7e Update ultimate_providers.xml to match Clementine 1.0.1 2012-06-12 20:39:33 +00:00
craig.p.drummond
1b7ae77d7b Read lyrics from tags - ID3v2 only at the moment.
BUG:25
2012-06-10 20:50:59 +00:00
craig.p.drummond
f31a7264cd Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond
f5f3114145 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
618b55055a 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
596d66d3d8 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
99c564acf7 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
63ff2b6c2b Add option to draw (15% opacity) tiled cover as background to lyrics page. 2012-04-26 20:47:51 +00:00
craig
5ca939c923 Update text 2012-04-16 18:44:46 +00:00
craig
cf2fa440b5 Set file perms for mpd lyrics files - and make thes owned by 'audio' group 2012-04-08 11:09:34 +00:00
craig
51bf08b6e8 Allow editing of empty lyrics - so that can create! 2012-03-31 16:24:11 +00:00
craig
5b9d27089b Remvove any formatting (bold, etc) from lyrics 2012-03-31 16:15:20 +00:00
craig
40853fd5ff Remove margins 2012-03-30 19:18:45 +00:00
craig
fbe7487d97 Add possibility to refine lyrics search 2012-03-30 19:12:12 +00:00
craig
e299686b3a Check fof changes before prompting 2012-03-29 15:48:09 +00:00
craig
efab933f8f Show song name when editing 2012-03-29 15:47:51 +00:00
craig
459acf33c6 Formatting 2012-03-26 18:23:17 +00:00
craig
e256c53845 Action text 2012-03-26 18:23:07 +00:00
craig
1cdbb9b256 Only enable del action if file exists 2012-03-26 18:22:46 +00:00
craig
5feae62af3 Fix qt-build 2012-03-25 08:58:00 +00:00
craig
1e325bbd3b Add basic lyrics editing. 2012-03-25 08:42:32 +00:00
craig
fd2ce91469 Fix reading of lyrics files with special characters - thanks to Martin
Blumenstingl for the patch.
2012-03-19 20:28:40 +00:00
craig
d992b6fb8a SAve zoom settings 2012-03-14 21:42:28 +00:00
craig
6fd75d5337 When renaming files, rename file.lyrics if it exists. 2012-03-13 19:31:43 +00:00
craig
baa73c3246 Fix memleaks 2012-02-28 19:32:50 +00:00
craig
3e525093a6 Fix icon size 2012-02-14 21:23:30 +00:00
craig
90211f2de8 - 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