Commit Graph

603 Commits

Author SHA1 Message Date
craig.p.drummond
00fab35495 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
c4828f3c2a Make 'stop after current track' and 'stop immediately' assignable to KDE global shortcuts. 2013-05-28 19:13:45 +00:00
craig.p.drummond
7dc4cdf9c3 Fall back to last.fm search if fail to find a wikipedia match 2013-05-28 19:11:31 +00:00
craig.p.drummond
7b82b49bd0 Disable 'song info' action if collapsed 2013-05-27 18:31:55 +00:00
craig.p.drummond
1ca9a87b69 Fix link colours in about dialog when using dark context view. 2013-05-24 20:13:30 +00:00
craig.p.drummond
66f6eeb902 Link to GPL text 2013-05-24 19:08:46 +00:00
craig.p.drummond
e872ac2c2c Show list of albums for an artist 2013-05-24 19:05:14 +00:00
craig.p.drummond
780eec1b27 Zooming of context page 2013-05-24 19:03:21 +00:00
craig.p.drummond
55ecb8d141 Link to QtMPC web site 2013-05-23 18:43:16 +00:00
craig.p.drummond
c2e37061ea Give credit to htbrackdrops and wikipedia 2013-05-23 16:58:50 +00:00
craig.p.drummond
f318bd5d4f Make 'wikipedia intro only' and backdrops configurable 2013-05-23 16:56:39 +00:00
craig.p.drummond
0d32b64c08 Code layout 2013-05-23 16:55:47 +00:00
craig.p.drummond
12921d2fd9 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
6115ba30ca Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
70046145b8 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
899de190a4 Fix non taglib compile 2013-05-07 19:07:33 +00:00
craig.p.drummond
e240fa3faf Remove unused var 2013-05-05 17:57:25 +00:00
craig.p.drummond
ab3c63410f - Fix deletion of threads.
- Enable online services for windows builds.
2013-05-04 10:35:06 +00:00
craig.p.drummond
1c3b174dd7 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
7ca4730dbb Fix non-taglib builds 2013-05-03 21:58:57 +00:00
craig.p.drummond
8f0151b7d2 Connect 'Set Cover' signal for windows builds. 2013-05-03 18:06:35 +00:00
craig.p.drummond
135c3d7f72 Add option to toggle mono icons 2013-05-03 18:06:05 +00:00
craig.p.drummond
41afdf7a00 Add "(Muted)" to volume button tooltip if volume is currently muted. 2013-05-03 18:05:21 +00:00
craig.p.drummond
8b20c72c8c 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
04cb1d3837 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
43638a61b9 Only scroll playqueue if filter is empty 2013-05-01 07:03:13 +00:00
craig.p.drummond
5d86f18525 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
b0b0cb7421 Show spinner when loading streams, so that the user has some feedback! 2013-04-27 11:17:32 +00:00
craig.p.drummond
7b1bdd47e9 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
78f5298bab Monochrome sidebar icons 2013-04-25 22:25:03 +00:00
craig.p.drummond
93fa9cb03d 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
7fc924435d Use CoverWidget::image() 2013-04-24 18:30:15 +00:00
craig.p.drummond
2429a37e15 Simplify 2013-04-24 18:29:58 +00:00
craig.p.drummond
50b4be5f8a Allow setting of artist image in cover dialog 2013-04-24 18:28:05 +00:00
craig.p.drummond
fd581bce70 Show next track in tooltip of next track button. (Only valid whilst playing) 2013-04-22 19:44:32 +00:00
craig.p.drummond
8fda3f537c 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
46c7b6fe8b - 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
d6963005a5 Initialise playback buttons to disabled 2013-04-08 17:11:08 +00:00
craig.p.drummond
36da7d08aa 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
b78b318dc2 track ID is a signed in 2013-04-06 07:45:11 +00:00
craig.p.drummond
20c0ca438d Better control over stopAfterCurrentId 2013-04-06 07:44:47 +00:00
craig.p.drummond
215938e965 Fix playqueue save 2013-04-06 07:42:51 +00:00
craig.p.drummond
07d2a48314 No arrow on toolbuttons with menus 2013-04-06 07:42:10 +00:00
craig.p.drummond
55911ebc93 Add 'Stop after track' to playqueue context menu. 2013-04-04 19:57:52 +00:00
craig.p.drummond
b4d2ac68b0 Mute/unmute 2013-04-04 19:00:51 +00:00
craig.p.drummond
6bfb7c7e80 Only draw background behind lyrics, not info (as this already has an image) 2013-04-03 16:59:47 +00:00
craig.p.drummond
3710656286 Show similar artists, and artist image 2013-04-03 16:57:00 +00:00
craig.p.drummond
efa23bd5f3 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
3d1629ab35 Implement 'Stop after current track' 2013-03-29 20:58:28 +00:00
craig.p.drummond
46709be248 Tooltip for save button 2013-03-28 20:01:34 +00:00