Commit Graph

1213 Commits

Author SHA1 Message Date
craig.p.drummond
f2799181f2 Use Q_OS_XXX not Q_WS_XXX 2012-06-12 20:41:08 +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
a8d4177b54 Formatting 2012-06-12 20:38:51 +00:00
craig.p.drummond@gmail.com
692bbf6590 Show playlist files in library and album views.
BUG:27
2012-06-12 11:16:37 +00:00
craig.p.drummond@gmail.com
ea969ce1d0 Clear default artist pixmap when cover size is changed.
BUG:34
2012-06-12 11:02:57 +00:00
craig.p.drummond@gmail.com
7ca4356a81 Set ListView grid size before setting the mode.
BUG:33
2012-06-12 11:02:35 +00:00
craig.p.drummond@gmail.com
42a6cccd72 Dont allow selection to overlap tab-widget border lines in preferences dialog. 2012-06-12 11:02:20 +00:00
craig.p.drummond@gmail.com
a19f702d25 Update with lyrics tag support. 2012-06-12 11:01:52 +00:00
craig.p.drummond
04b02b2b82 - 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
7c893bba51 Enable mouse-tracking for all list/tree views.
BUG:28
2012-06-11 11:09:27 +00:00
craig.p.drummond@gmail.com
1087e36433 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
27694d1531 Fix genre filtering in albums view.
BUG:31
2012-06-11 11:04:56 +00:00
craig.p.drummond@gmail.com
7f337a52a7 Add warning about requiring oxygen icons 2012-06-11 11:03:28 +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
2224e3e7f7 Call 'status' *before* 'plchangesposid'. then ensure that the list of tracks we emit is filled with the amout status has returned. This fixes the case when we are playnig with streams, and mpd just updates the first track. Before we were only getting an update with 1 row, and thinking there was only 1 item in the play queue...
BUG:22
2012-06-10 20:03:28 +00:00
craig.p.drummond
73a7e1122e Read images from mp3 (ID3v2), mp4, flac, and ogg files.
BUG:24
2012-06-10 16:04:57 +00:00
craig.p.drummond
d52977ff8a Fix storing of connection details for qt-only build. 2012-06-10 14:52:49 +00:00
craig.p.drummond
8251eaf3b8 Dont attempt to access HTTPSocket if its not been created!
BUG:22
2012-06-10 14:48:11 +00:00
craig.p.drummond
3d4c516184 Remove double semi-colons... 2012-06-10 14:44:29 +00:00
craig.p.drummond
153c04ba69 Fix adding of playlists via d'n'd.
NOTE: cannot respect position when d'n'd as dont know size of playlist
2012-06-10 14:12:49 +00:00
craig.p.drummond
21d3167bbf 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
ee2b6f50bb Fix song duration display when playing a stream 2012-06-10 13:18:04 +00:00
craig.p.drummond
276b23dc58 Show connection name in window titlebar - if we have multiple servers defined. 2012-06-10 12:54:17 +00:00
craig.p.drummond
605a469703 Fix update when chaning connection 2012-06-09 12:27:15 +00:00
craig.p.drummond
4d53b63ced Fix removal of default connection 2012-06-09 12:01:12 +00:00
craig.p.drummond
40e5274d2b Fix loading of servers in qt-only build 2012-06-08 17:56:39 +00:00
craig.p.drummond
384f02457d Enable connect button on state change 2012-06-08 17:56:17 +00:00
craig.p.drummond
47009f2d4f Dont include widgets/itemview.ui twice 2012-06-08 17:55:52 +00:00
craig.p.drummond
96ed347879 Include QUrl 2012-06-08 17:55:19 +00:00
craig.p.drummond
b99ec2b073 Multiple server support fixes 2012-06-08 17:54:59 +00:00
craig.p.drummond
8c9eb631f4 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
f31a7264cd Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond@gmail.com
0f639db994 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
e245eb305e Take into account disc number when sorting songs. 2012-06-07 11:27:18 +00:00
craig.p.drummond@gmail.com
fd45c97646 - Reduce size of spinner
- Stop spinner when finished (code was commented out to test Qt-only spinner!)
2012-06-06 11:15:46 +00:00
craig.p.drummond@gmail.com
7a489e74d2 Add support for listing playlist files in folder view.
BUG: 19
2012-06-06 11:14:29 +00:00
craig.p.drummond
c46113c1c5 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
2eca235c80 Read MPD dir setting at start-up, so that the is-readable flag is set. 2012-06-01 16:27:35 +00:00
craig.p.drummond
f376b3d02b Remove ThreadWeaver usage, and add ReplayGain calculation support to Qt-only builds. 2012-06-01 16:27:08 +00:00
craig.p.drummond
81a8a9a0b5 Fix order of title/message in Qt dialogs. 2012-06-01 16:26:41 +00:00
craig.p.drummond
b568759c8f Fix error text 2012-06-01 16:26:27 +00:00
craig.p.drummond
9be66ec3e0 - 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
235731eb8d If URL scheme is empty, assume it is a file. 2012-06-01 16:25:12 +00:00
craig.p.drummond
2265eebe17 Implement a basic spinner widget for item views in Qt-only builds. 2012-06-01 16:24:54 +00:00
craig.p.drummond
ad05236cbd Fix 'locate in library' when MPD dir is not accessible. 2012-06-01 16:24:40 +00:00
craig.p.drummond
9ac7dad2c2 Disable 'Edit Tags' and 'Organize Files' actions if MPD dir is not readable. 2012-06-01 16:24:21 +00:00
craig.p.drummond
c064cce9b5 Save MPD filename settings. 2012-06-01 16:24:04 +00:00
craig.p.drummond
2c8a4942f2 Fix build. 2012-06-01 16:23:49 +00:00
craig.p.drummond
4aecafef4c Add Track Organizer dialog to Qt-only build. 2012-05-31 19:48:31 +00:00
craig.p.drummond
e6b6463cc1 Use 'ok' passed to getText 2012-05-31 17:47:52 +00:00