Commit Graph

657 Commits

Author SHA1 Message Date
craig.p.drummond
ee76d2ab92 Click on time label to toggle between shwowing current time and time remaining. 2013-08-02 19:26:07 +00:00
craig.p.drummond
20f536ab85 Use KIconTheme to ascertain icon theme name with KDE builds. 2013-07-22 21:52:25 +00:00
craig.p.drummond
faa33400c2 Update online and devices views when cover size, or show year setting, is changed 2013-07-22 18:56:35 +00:00
craig.p.drummond
0223a501e5 Remove spacer when playqueue is placed in sidebar 2013-07-19 18:27:23 +00:00
craig.p.drummond
f0aad581a6 Dont include qtplural in localize.h - support folder should be as stand-alone as possible 2013-07-18 14:54:10 +00:00
craig.p.drummond
72cd22161c Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
BUG: 254
2013-07-18 14:52:45 +00:00
craig.p.drummond
b734b576e8 Speed up online services model by disabling dynamic sort 2013-07-16 18:30:45 +00:00
craig.p.drummond
589f5f40df Fix restoring of main window size for KDE builds.
BUG:258
2013-07-15 19:12:06 +00:00
craig.p.drummond
48e5c63f58 Cant seek cdda:// streams 2013-07-12 19:32:19 +00:00
craig.p.drummond
dcfd8d0722 If time & elapsed are 0, keep polling for the first few seconds to see if this changes 2013-07-12 19:05:49 +00:00
craig.p.drummond
4121277e8b Remove ENABLE_ONLINE_SERVICE cmake option - always enabled. 2013-07-11 18:38:48 +00:00
craig.p.drummond
04040697ba Play Queue search button text 2013-07-09 14:15:41 +00:00
craig.p.drummond
179d0eeca2 Better TunIn searches. Search is now in main window, and all types are searched.
BUG:252
2013-07-09 14:15:11 +00:00
craig.p.drummond
62fc004933 Allow seeking in cantata HTTP streams. 2013-07-05 20:39:15 +00:00
craig.p.drummond
41509e196d If stream is not a cantata stream, and the total time is known, then enable the position slider. 2013-07-05 19:22:45 +00:00
craig.p.drummond
f9ba35930c Show message on playqueue when fetching a stream 2013-07-05 19:21:08 +00:00
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
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
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
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
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
f3002c915f Dont attempt to get current song if connection is not active 2013-06-21 18:42:46 +00:00
craig.p.drummond
e772c8eef3 Fix page shortcuts 2013-06-19 18:25:15 +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
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
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
5e945f9dd3 Handle stream URL change - not actually tested!!! 2013-06-12 20:01:12 +00:00
craig.p.drummond
2fda9f973d Fix weird window behaviour with Qt5 startup??? 2013-06-12 19:59:04 +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
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@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
craig.p.drummond
aaddf7b6d3 s/ContextPage/ContextWidget/g s/InfoPage/ContextPage/g 2013-06-08 07:06:58 +00:00
craig.p.drummond
1a794e49df Context page shuld not be in sidebar by default 2013-06-07 20:53:48 +00:00
craig.p.drummond
8cf94d9f92 Fix toggling of info in sidebar 2013-06-07 20:31:06 +00:00
craig.p.drummond
ee7b572488 Re-add 'Show Current Song Information' into menu 2013-06-07 19:23:17 +00:00
craig.p.drummond
dc70298146 Add option to place context view into sidebar 2013-06-07 19:22:26 +00:00
craig.p.drummond
f647533e25 Hide htbackdrops from about pages if we have no API key 2013-06-04 18:34:32 +00:00
craig.p.drummond
dcd503a4a1 Fix link colours... 2013-06-03 18:28:57 +00:00
craig.p.drummond
ef3d8f221a Reduce number of actions 2013-06-03 18:16:53 +00:00
craig.p.drummond
30465b031d Use supplied device so as to autoplay correct AudioCD 2013-06-02 18:54:21 +00:00
craig.p.drummond
95447624c7 Fix update of song in context view 2013-06-02 18:34:41 +00:00
craig.p.drummond
0efdaa398b Auto play AudioCDs 2013-06-02 08:45:57 +00:00
craig.p.drummond
c8d2f6622b If current song is Unknown and CDDA, then its likely this is because we started to play before CDDB details were retrieved. In which case, query the playqueue model to see if it now has the correct details. 2013-06-01 09:22:02 +00:00