Commit Graph

299 Commits

Author SHA1 Message Date
craig.p.drummond@gmail.com
dea1f32ea2 Fix noticing of tag chages when MPD database is updated. When comparing songs need to check all fields - not just filename! 2012-06-26 11:23:35 +00:00
craig.p.drummond@gmail.com
a39c563323 When reading mpd.conf file, if bind_to_address is set to "any", then use default of "locahost". 2012-06-26 11:12:11 +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@gmail.com
36c4c18de1 Store settings in config file if KDE wallet is disabled.
BUG:41
2012-06-26 11:09:57 +00:00
craig.p.drummond
16ec81f67a Fix compile with avcodec v54
BUG:40
2012-06-25 18:13:23 +00:00
craig.p.drummond
d45292f9aa Only show number of tracks, and duration, in playqueue status - consistent with other players. 2012-06-22 15:53:40 +00:00
craig.p.drummond
020a881b7d ...and allow sidebar on top too :-) 2012-06-20 16:20:36 +00:00
craig.p.drummond
c6a55ea4fa Add option to have sidebar on the bottom. 2012-06-20 16:19:13 +00:00
craig.p.drummond
703c5054c9 Provide sub-text for all items in folderview, fixes corruption of list mode. 2012-06-20 16:18:50 +00:00
craig.p.drummond
b97a383ec0 Fix issue (in Qt-builds) where messge widget sometimes (mainly at start-up) is not not as wide as the main window. 2012-06-19 15:45:53 +00:00
craig.p.drummond
5706ab86d6 Add keyboard short-cut for 'back' icon in listviews. 2012-06-18 18:25:54 +00:00
craig.p.drummond
1cc61648ae Add option to place playqueue in sidebar. 2012-06-18 18:25:28 +00:00
craig.p.drummond
0e2c130002 - Adjust size of covers in grouped view, icons in views, and main cover preview based upon font size.
- Add an extra cover-size setting (Automatic) which will adjust the covers in library and albums view based upon font size.
2012-06-18 18:23:47 +00:00
craig.p.drummond
63e0431f6c Make TagLib optional. 2012-06-18 18:22:58 +00:00
craig.p.drummond
8acc55cfdd Make more columns italic in replaygain dailog to make entries that will be modified. 2012-06-18 18:22:41 +00:00
craig.p.drummond
6a6a1a9fc2 Drastically reduce replay-gain calculation memory usage. 2012-06-18 18:22:09 +00:00
craig.p.drummond
83d492e033 Only ignore closeEvent if this is a 'spontaneous' event and we have a tray icon.
BUG:21
2012-06-15 20:27:39 +00:00
craig.p.drummond
09527996b1 Support MPD queue functionality. Add an 'Add With Priority' to menu of library, etc, views. Add a 'Set Priority' to play queue. Requires MPD 0.17.0 or newer. 2012-06-15 19:05:14 +00:00
craig.p.drummond@gmail.com
4b17e32a13 Add option to specify HTTP server listen address/interface. 2012-06-15 11:40:53 +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
51af167a9d Workaround tab-widget issues with Gtk style. 2012-06-14 19:06:08 +00:00
craig.p.drummond
1682fd955e If widget style returns -1 for spacing, default to 4 pixels instead.
BUG:35
2012-06-14 19:05:51 +00:00
craig.p.drummond
7343aec378 When clicking on a label associated with a combobox, show the combo popup. 2012-06-12 20:41:38 +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
69173b6f98 Formatting 2012-06-12 20:38:51 +00:00
craig.p.drummond@gmail.com
3ce1821970 Show playlist files in library and album views.
BUG:27
2012-06-12 11:16:37 +00:00
craig.p.drummond@gmail.com
568ca4abf6 Dont allow selection to overlap tab-widget border lines in preferences dialog. 2012-06-12 11:02:20 +00:00
craig.p.drummond
746192d4a3 - Allow Icon/List for library view.
- Add option to show artist images in library view.
BUG:30
2012-06-11 21:07:24 +00:00
craig.p.drummond@gmail.com
c678d98515 Enable mouse-tracking for all list/tree views.
BUG:28
2012-06-11 11:09:27 +00:00
craig.p.drummond@gmail.com
49b47476e8 Fix background painting in lyrics view for non-oxygen styles.
BUG:32
2012-06-11 11:07:34 +00:00
craig.p.drummond@gmail.com
4adffd0161 Fix genre filtering in albums view.
BUG:31
2012-06-11 11:04:56 +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
cca948d2f9 Read images from mp3 (ID3v2), mp4, flac, and ogg files.
BUG:24
2012-06-10 16:04:57 +00:00
craig.p.drummond
28947a62b0 Disable volume control if MPD returns a volume of -1 - as it does when the mixer is disabled.
BUG:23
2012-06-10 13:45:12 +00:00
craig.p.drummond
614ad21b64 If an MPD connection has more than 1 output, show an 'Outputs' sub menu in the settings menu. 2012-06-08 17:54:25 +00:00
craig.p.drummond
632bc04c9b Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond@gmail.com
f53788fc9f When adding items to the playqueue, sort the selected items based upon their QModelIndex. 2012-06-07 11:27:29 +00:00
craig.p.drummond@gmail.com
e95ba21ba7 Add support for listing playlist files in folder view.
BUG: 19
2012-06-06 11:14:29 +00:00
craig.p.drummond
649a43f9dd Fix size of playback buttons in qt-only build. Force icons to have a 28x28 setting. 2012-06-01 16:28:48 +00:00
craig.p.drummond
17f0985226 Remove ThreadWeaver usage, and add ReplayGain calculation support to Qt-only builds. 2012-06-01 16:27:08 +00:00
craig.p.drummond
4cac61a939 - Make Qt-only builds single instance apps, as per KDE build.
- Add commandline file loading support to Qt-only builds.
2012-06-01 16:25:49 +00:00
craig.p.drummond
bdec7c03b5 Implement a basic spinner widget for item views in Qt-only builds. 2012-06-01 16:24:54 +00:00
craig.p.drummond
853fece7eb Fix 'locate in library' when MPD dir is not accessible. 2012-06-01 16:24:40 +00:00
craig.p.drummond
4c726a1a3b Disable 'Edit Tags' and 'Organize Files' actions if MPD dir is not readable. 2012-06-01 16:24:21 +00:00
craig.p.drummond
17a2efc29f Add Track Organizer dialog to Qt-only build. 2012-05-31 19:48:31 +00:00
craig.p.drummond
a2a5842ccb Initial windows port. 2012-05-30 17:34:58 +00:00
craig.p.drummond
14f6268115 Implement Ctrl+MouseWheel zoom for Qt-only info view. 2012-05-30 17:15:11 +00:00
craig.p.drummond
9fb6213538 Add ability to play MPD HTTP output strem via phonon.
NOTE: There seems to be some delay when starting, etc, probably caused by MPD/Phonon buffering.
2012-05-29 19:21:05 +00:00
craig.p.drummond@gmail.com
2b59280f6c Fix Qt-only install failure (cannot find RUNTIME)
BUG:18
2012-05-21 11:24:40 +00:00
craig.p.drummond
f46d670ea7 When 'Return'/'Enter' is pressed when play queue has focus, start playing from the first selected song.
BUG:16
2012-05-18 16:46:42 +00:00