Commit Graph

586 Commits

Author SHA1 Message Date
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
craig.p.drummond
7f8c2941b1 Disable online services by default for Windows builds. Loading Jamendo seems to cause a crash. I dont actually use online services, or windows builds, and I'm no windows developer - so I'm unsure how to debug, and dont have the time nor the enthusiasm to try to fix this. 2013-05-01 18:34:04 +00:00
craig.p.drummond
86d775ab59 Model shound not care if view is grouped or not, thats up to the view to handle! This fixes issues where the playqueue grouped view would sometimes get an horizontal scrollbar! 2013-05-01 18:11:55 +00:00
craig.p.drummond
63ff21f740 Only scroll playqueue if filter is empty 2013-05-01 07:03:13 +00:00
craig.p.drummond
29672621e7 Now that playqueue model returns the correct row count for items (i.e. 0), then there is no need to switch back and forth between the model and the proxy model. 2013-05-01 07:02:47 +00:00
craig.p.drummond
eab1676df6 Show spinner when loading streams, so that the user has some feedback! 2013-04-27 11:17:32 +00:00
craig.p.drummond
a1471af686 Make monochrome icons configurable. On by default for Linux, off by default for windows 2013-04-26 18:43:16 +00:00
craig.p.drummond
3210fe3c40 Monochrome sidebar icons 2013-04-25 22:25:03 +00:00
craig.p.drummond
2bf9535ec1 Reduce usage of Icons::streamIcon - as I'dlike to use a better icon, if I can find one! 2013-04-24 18:31:03 +00:00
craig.p.drummond
6aa8b8eda7 Use CoverWidget::image() 2013-04-24 18:30:15 +00:00
craig.p.drummond
39e90cd6cb Simplify 2013-04-24 18:29:58 +00:00
craig.p.drummond
2708f14001 Allow setting of artist image in cover dialog 2013-04-24 18:28:05 +00:00
craig.p.drummond
10b2c31c5d Show next track in tooltip of next track button. (Only valid whilst playing) 2013-04-22 19:44:32 +00:00
craig.p.drummond
2a9e7a5a6e Add a 'stop dynamic' button under playqueue when dynamic is enabled but dynamic page is not visible. 2013-04-14 19:23:33 +00:00
craig.p.drummond
aceb5a7a7f - Ignore mouse-wheel move on volume button if muted
- Add mouse-wheel filter to volume popup menu
2013-04-14 12:28:50 +00:00
craig.p.drummond
1459bfd784 Initialise playback buttons to disabled 2013-04-08 17:11:08 +00:00
craig.p.drummond
85e864031d When adding new stream to playqueue, ensure list of strems is loaded - so that we can get list of existing categories/genres 2013-04-06 07:46:59 +00:00
craig.p.drummond
330cf5c12d track ID is a signed in 2013-04-06 07:45:11 +00:00
craig.p.drummond
8efae3ec46 Better control over stopAfterCurrentId 2013-04-06 07:44:47 +00:00
craig.p.drummond
017900ea94 Fix playqueue save 2013-04-06 07:42:51 +00:00
craig.p.drummond
b2ade9f34b No arrow on toolbuttons with menus 2013-04-06 07:42:10 +00:00
craig.p.drummond
8243c2d9e7 Add 'Stop after track' to playqueue context menu. 2013-04-04 19:57:52 +00:00
craig.p.drummond
a304174850 Mute/unmute 2013-04-04 19:00:51 +00:00
craig.p.drummond
4d76620b06 Only draw background behind lyrics, not info (as this already has an image) 2013-04-03 16:59:47 +00:00
craig.p.drummond
58c8b4b3bc Show similar artists, and artist image 2013-04-03 16:57:00 +00:00
craig.p.drummond
6cae59925d Create 3 stop actions:
- stop immediately
- stop after current
- stop, which calls one of the above depending upon which the user has selected as the default.
2013-03-29 21:26:12 +00:00
craig.p.drummond
b82c71a0a9 Implement 'Stop after current track' 2013-03-29 20:58:28 +00:00
craig.p.drummond
1f4f8bbf46 Tooltip for save button 2013-03-28 20:01:34 +00:00
craig.p.drummond
403d5fc9cd Use menu for save playqueue button 2013-03-28 19:14:31 +00:00
craig.p.drummond
4d492839c9 Remove 'Add Stream' button from main window 2013-03-28 19:13:52 +00:00
craig.p.drummond
a21609f4a0 Playqueue menu 2013-03-28 19:13:05 +00:00
craig.p.drummond
c97266608b Move 'needsUpdating' into pages 2013-03-28 19:12:43 +00:00
craig.p.drummond
07cf9da719 Press F11 to make Cantata fullscreen. 2013-03-28 19:12:13 +00:00
craig.p.drummond
af388f785a Rename var 2013-03-27 21:50:37 +00:00
craig.p.drummond
dba9f1cf2a No need to re-init toolbar icons 2013-03-27 21:50:22 +00:00
craig.p.drummond
c357acfa2c Differentiate "Add Stream" actions 2013-03-27 21:49:31 +00:00
craig.p.drummond
3e98fd1cc6 Better control over playqueue actions 2013-03-27 21:48:04 +00:00
craig.p.drummond
1e5768dfb7 Update info background when setting changes 2013-03-22 20:59:09 +00:00
craig.p.drummond
b7e7b48431 Use artist image for info background 2013-03-22 20:53:48 +00:00
craig.p.drummond
5b35d19084 Update notification and mpris when song in stram changes 2013-03-20 21:28:36 +00:00
craig.p.drummond
fd8c3f212d Use EchoNest to retrieve artist information. 2013-03-20 19:57:33 +00:00
craig.p.drummond
83acb8c37e Qt5, KDE, and Windows compile fixes 2013-03-20 19:35:06 +00:00
craig.p.drummond
77e030b2e3 Use 0 for 'Dynamic' setting 2013-03-19 19:29:54 +00:00
craig.p.drummond
da3ccb81d9 Add stream name to fragment part of URL sent to MPD. This way, when the playqueue listing is received back from MPD, the name can be determined. 2013-03-19 19:29:24 +00:00
craig.p.drummond
04a638c0fa Better stream info 2013-03-19 19:28:55 +00:00