Commit Graph

1190 Commits

Author SHA1 Message Date
craig.p.drummond
61640038a8 Update palette when playqueue is moved to/from sidebar 2013-07-01 19:55:13 +00:00
craig.p.drummond
a9e4896ffa ctr-f also shows playqueue search if playqueue is in sidebar 2013-07-01 19:54:19 +00:00
craig.p.drummond
14de6a7950 Fix note 2013-07-01 19:53:22 +00:00
craig.p.drummond
2d17a2dba0 Place search fields on bottom of views, and hide by default. Show when Ctrl-F is used for views, and Ctrl-Shift-F for playqueue. 2013-06-30 21:35:43 +00:00
craig.p.drummond
8eec292509 Fix track change notification on some streams where only track title, and no artist, is sent. 2013-06-29 08:03:58 +00:00
craig.p.drummond
d27922e52f Simplify streams page 2013-06-28 18:24:49 +00:00
craig.p.drummond
29e003c5de Add 'Copy Songs To Device' action to playlists page. 2013-06-26 16:19:29 +00:00
craig.p.drummond
7a42703c7e Optionally use current album cover as play queue backdrop 2013-06-25 18:05:48 +00:00
craig.p.drummond
de51725408 Add Cancel to add collection message box 2013-06-24 19:54:15 +00:00
craig.p.drummond
c3b9d38c8e Fix enabling of Next button! D'oh!!!
BUG: 247
2013-06-24 19:35:54 +00:00
craig.p.drummond
22ab40786b Fix clean build - header is no longer generated! 2013-06-24 18:50:04 +00:00
craig.p.drummond
20259dd766 Remove margin 2013-06-24 18:49:45 +00:00
craig.p.drummond
5838853d3f Better Qt sizing 2013-06-24 18:49:12 +00:00
craig.p.drummond
514a259dd7 Widget order 2013-06-24 18:48:56 +00:00
craig.p.drummond
d3cee2f516 Dont build proxy config dialog by default, proxy config should really be a system thing - and not a feature you would expect in a music player! 2013-06-24 18:47:53 +00:00
craig.p.drummond
493e571935 Fix special value text width 2013-06-24 18:46:20 +00:00
craig.p.drummond
b5c2c8d66c No need to emit connectTo in serversettings::save, as this is done later 2013-06-24 18:42:59 +00:00
craig.p.drummond
cd8d69b947 Combine Output and Playback config pages. 2013-06-24 18:41:53 +00:00
craig.p.drummond
c1ecedd026 Connection is referred to as collection in pref dialog, so use collection in main window too 2013-06-23 09:15:25 +00:00
craig.p.drummond
93db55160e Add support for a simple profile where MPD is started by cantata, and the only settings are the music folder and cover names. 2013-06-23 08:51:19 +00:00
craig.p.drummond
640a380091 No need to shouw list of outputs if there is only 1 2013-06-22 15:03:34 +00:00
craig.p.drummond
f3002c915f Dont attempt to get current song if connection is not active 2013-06-21 18:42:46 +00:00
craig.p.drummond
e733221f95 Use new MPD website 2013-06-21 18:41:53 +00:00
craig.p.drummond
c0e8e6edac Spelling! 2013-06-21 18:41:36 +00:00
craig.p.drummond
d9295f5871 Better sizing 2013-06-21 18:41:11 +00:00
craig.p.drummond
e772c8eef3 Fix page shortcuts 2013-06-19 18:25:15 +00:00
craig.p.drummond
476100edcb Dont set frame type 2013-06-19 18:24:40 +00:00
craig.p.drummond
19e6a428ef Poll cantata-dynamic if its not running 2013-06-19 18:22:07 +00:00
craig.p.drummond@gmail.com
0f6a66b86e Assing volume popup as a menu to volume button - this seems to help with auto-raise state and Qt5 2013-06-18 11:09:20 +00:00
craig.p.drummond
5f47d69246 Fix embedded covers sometimes not shwowing - filename needs to be kept internal to covers class.
BUG: 241
2013-06-17 18:34:57 +00:00
craig.p.drummond
cf2524a321 Use fanart.tv for backdrops in contextview. This provides larger images than discogs (which is still the fallback), and HomeTheaterBackdrops seems to be no longer available :-( 2013-06-16 19:42:37 +00:00
craig.p.drummond
291c07c8b5 Don't show page shortcuts in tooltips, as tooltip is not updated when shortcut is changed. 2013-06-15 19:12:08 +00:00
craig.p.drummond
662de74d1f Also use discogs for artist images in cover dialog. 2013-06-14 17:26:02 +00:00
craig.p.drummond
76ca7dddc0 Fix Qt5 crash on exit due to destructnig static QStringList 2013-06-13 18:55:00 +00:00
craig.p.drummond
f00fb0b20d Consistent way to get layout spacing 2013-06-13 18:54:28 +00:00
craig.p.drummond
d9635b02ec Fix cover widget size 2013-06-13 18:54:02 +00:00
craig.p.drummond
e2dd014dd0 Set min width too 2013-06-12 20:11:57 +00:00
craig.p.drummond
5e945f9dd3 Handle stream URL change - not actually tested!!! 2013-06-12 20:01:12 +00:00
craig.p.drummond
bd85025219 Fix KDE compile 2013-06-12 20:00:13 +00:00
craig.p.drummond
0c7da8f760 Remveo stream widgets if not compiled for HTTP support 2013-06-12 20:00:00 +00:00
craig.p.drummond
e786604098 Fix layout 2013-06-12 19:59:27 +00:00
craig.p.drummond
2fda9f973d Fix weird window behaviour with Qt5 startup??? 2013-06-12 19:59:04 +00:00
craig.p.drummond
83f529d441 Fix preferecne dialog sizes between Qt4, Qt5, and high dpi 2013-06-12 19:58:33 +00:00
craig.p.drummond
a5622b4682 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
dafc24a53a Move 'Play Stream' icon from toolbar and into menu 2013-06-11 18:00:52 +00:00
craig.p.drummond
9fbc90cfa4 Fix HTTP stream settings not being visible! 2013-06-11 17:58:20 +00:00
craig.p.drummond
88f26a5462 Enable MPD HTTP stream playback using QtMultiMedia for Qt5 builds. Thanks to Marcel Bosling for the patch. Disabled by default, to enable pass -DENABLE_HTTP_STREAM_PLAYBACK=ON to cmake. 2013-06-11 17:46:19 +00:00
craig.p.drummond
e0a585759b Need to force reset of table-view header 2013-06-11 17:00:21 +00:00
craig.p.drummond@gmail.com
d8c6e3a32b Fix build with no taglib
BUG: 236
2013-06-11 11:24:13 +00:00
craig.p.drummond@gmail.com
1a15052ed1 If this is the first run of Cantata, and we are connected to MPD (because of initial settings wizard), then pretend we received a 'connected()' signal from MPDConnection
BUG: 238
2013-06-11 11:21:38 +00:00