Commit Graph

605 Commits

Author SHA1 Message Date
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
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