Commit Graph

630 Commits

Author SHA1 Message Date
craig.p.drummond@gmail.com
9babcb2a9b 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
6e2ae6654b 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
1312ded6db 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
89d415ded2 Consistent way to get layout spacing 2013-06-13 18:54:28 +00:00
craig.p.drummond
bdd7b75664 Fix cover widget size 2013-06-13 18:54:02 +00:00
craig.p.drummond
cb0fe99376 Handle stream URL change - not actually tested!!! 2013-06-12 20:01:12 +00:00
craig.p.drummond
54c075c852 Fix weird window behaviour with Qt5 startup??? 2013-06-12 19:59:04 +00:00
craig.p.drummond
dc6e3af0d8 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
44860efc17 Move 'Play Stream' icon from toolbar and into menu 2013-06-11 18:00:52 +00:00
craig.p.drummond
19f0b642f6 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
7ebfd00f51 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
d650197ae6 s/ContextPage/ContextWidget/g s/InfoPage/ContextPage/g 2013-06-08 07:06:58 +00:00
craig.p.drummond
5341f6ad16 Context page shuld not be in sidebar by default 2013-06-07 20:53:48 +00:00
craig.p.drummond
29c4a340d7 Fix toggling of info in sidebar 2013-06-07 20:31:06 +00:00
craig.p.drummond
79f90a3318 Re-add 'Show Current Song Information' into menu 2013-06-07 19:23:17 +00:00
craig.p.drummond
18be905799 Add option to place context view into sidebar 2013-06-07 19:22:26 +00:00
craig.p.drummond
f140ab7c1b Hide htbackdrops from about pages if we have no API key 2013-06-04 18:34:32 +00:00
craig.p.drummond
628f073b51 Fix link colours... 2013-06-03 18:28:57 +00:00
craig.p.drummond
1c6e42851d Reduce number of actions 2013-06-03 18:16:53 +00:00
craig.p.drummond
f4309df212 Use supplied device so as to autoplay correct AudioCD 2013-06-02 18:54:21 +00:00
craig.p.drummond
507e830649 Fix update of song in context view 2013-06-02 18:34:41 +00:00
craig.p.drummond
c17c8f1f16 Auto play AudioCDs 2013-06-02 08:45:57 +00:00
craig.p.drummond
761f369419 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
craig.p.drummond
3361f2f865 If Cantata is passed cdda:// then it will load, and start to play, the current AudioCD.
BUG: 224
2013-06-01 08:48:13 +00:00
craig.p.drummond
d4fbd83afc Use 24px playback icons if the icon theme has these. 2013-05-31 17:24:56 +00:00
craig.p.drummond
d064136112 Expand sync dialog, and action dialog, items on click 2013-05-30 18:09:05 +00:00
craig.p.drummond
7ee7bbb56d s/FileSchedulder/FileThread/g 2013-05-30 18:07:33 +00:00
craig.p.drummond
03488da230 Only require 2 stop actions; stop now, or stop after current. Default stop action is always 'stop now' 2013-05-29 18:59:30 +00:00
craig.p.drummond
fea42d0b91 Make 'stop after current track' and 'stop immediately' assignable to KDE global shortcuts. 2013-05-28 19:13:45 +00:00
craig.p.drummond
f7ef7c74a3 Fall back to last.fm search if fail to find a wikipedia match 2013-05-28 19:11:31 +00:00
craig.p.drummond
747821aad7 Disable 'song info' action if collapsed 2013-05-27 18:31:55 +00:00
craig.p.drummond
99e53efd5e Fix link colours in about dialog when using dark context view. 2013-05-24 20:13:30 +00:00
craig.p.drummond
0167a869e2 Link to GPL text 2013-05-24 19:08:46 +00:00
craig.p.drummond
7dd8de0d7a Show list of albums for an artist 2013-05-24 19:05:14 +00:00
craig.p.drummond
aca34bba54 Zooming of context page 2013-05-24 19:03:21 +00:00
craig.p.drummond
c907dbfb92 Link to QtMPC web site 2013-05-23 18:43:16 +00:00
craig.p.drummond
605fe95588 Give credit to htbrackdrops and wikipedia 2013-05-23 16:58:50 +00:00
craig.p.drummond
751149c28e Make 'wikipedia intro only' and backdrops configurable 2013-05-23 16:56:39 +00:00
craig.p.drummond
8780e072ff Code layout 2013-05-23 16:55:47 +00:00
craig.p.drummond
16cdf47331 Remove gap between splitter/context view and 'toolbar'. In context page, and tabwidget/playqueue, re-add some spacing 2013-05-23 16:55:30 +00:00
craig.p.drummond
67f7058633 Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
23fac23d50 Simplify HTTP server settings. Now only the interface can be chosen. HTTP server is used for all non-MPD files. If computer has no active network connection (e.g. lo is the only interface), then the HTTP server settings page is hidden. 2013-05-13 20:40:37 +00:00
craig.p.drummond
77ffaff6f3 Fix non taglib compile 2013-05-07 19:07:33 +00:00
craig.p.drummond
efa4b43db7 Remove unused var 2013-05-05 17:57:25 +00:00
craig.p.drummond
813ee2f784 - Fix deletion of threads.
- Enable online services for windows builds.
2013-05-04 10:35:06 +00:00
craig.p.drummond
cbc2e2309a Fix missing slots in windows builds. Basically we should have all slots, and only #ifdef out the code in the slot body. 2013-05-03 23:49:08 +00:00
craig.p.drummond
17c5d4ce32 Fix non-taglib builds 2013-05-03 21:58:57 +00:00
craig.p.drummond
481acceaff Connect 'Set Cover' signal for windows builds. 2013-05-03 18:06:35 +00:00
craig.p.drummond
98f666df22 Add option to toggle mono icons 2013-05-03 18:06:05 +00:00
craig.p.drummond
8945d1ec6c Add "(Muted)" to volume button tooltip if volume is currently muted. 2013-05-03 18:05:21 +00:00