Craig Drummond
|
c5e7fa9c0d
|
Use AUTOMOC
|
2018-03-07 19:04:14 +00:00 |
|
Craig Drummond
|
b9c15129ab
|
Fix buid with HTTP stream playback disabled
Closes #1199
|
2018-02-10 15:48:07 +00:00 |
|
Craig Drummond
|
a303313733
|
Finish(?) HTTP stream volume control
Issue #1173
|
2018-02-09 20:08:22 +00:00 |
|
Craig Drummond
|
37b113bd93
|
Add isMuted to HttpStream
|
2018-02-09 18:09:10 +00:00 |
|
Craig Drummond
|
6e16ac6f51
|
Initial work on HTTP volume control.
|
2018-02-08 21:56:48 +00:00 |
|
padertux
|
d01f915b4a
|
Refactor code to use C++11 nullptr
|
2018-01-08 23:01:25 +01:00 |
|
padertux
|
c2ee7e5ad8
|
Refactor code to use C++11 overriding
|
2018-01-08 22:51:48 +01:00 |
|
Craig Drummond
|
445d1497ac
|
Update (c) year
|
2018-01-01 10:11:39 +00:00 |
|
Craig Drummond
|
216de41d6c
|
Use text colour of toolbar text for toolbar icons
|
2017-09-07 20:55:02 +01:00 |
|
Craig Drummond
|
bea7c210cf
|
Revert "Remove Cantata's high-dpi handling code, this should be done by Qt."
This reverts commit 28df204fc4.
Issue #1077
|
2017-08-30 19:25:26 +01:00 |
|
Craig Drummond
|
28df204fc4
|
Remove Cantata's high-dpi handling code, this should be done by Qt.
Issue #1063
|
2017-08-15 23:20:18 +01:00 |
|
Craig Drummond
|
3ef2515e45
|
Remove touch support - does not work that well, and QtWidgets are not designed for touch
|
2017-04-11 17:15:21 +01:00 |
|
Craig Drummond
|
e67d6e3a23
|
Use Qt5's translation framework - ts files, not po files.
|
2017-04-08 10:35:31 +01:00 |
|
Craig Drummond
|
a2f007a2b7
|
Update (c) year
|
2017-04-02 18:45:30 +01:00 |
|
Craig Drummond
|
e60bdafa11
|
Remove KDE4 and Ubuntu Touch support
|
2017-04-01 22:55:27 +01:00 |
|
Craig Drummond
|
f571a5c8b3
|
Clamp colour in setColor
|
2016-08-23 20:33:23 +01:00 |
|
Craig Drummond
|
ecf52b03ba
|
Fix colouring issues with some Kvantum styles.
|
2016-08-23 19:46:11 +01:00 |
|
Craig Drummond
|
05647dca0f
|
Update (c) year
|
2016-01-08 18:55:13 +00:00 |
|
Craig Drummond
|
2406289303
|
Update (c) year
|
2015-08-13 21:12:34 +01:00 |
|
craig.p.drummond
|
12b7bf0e83
|
Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
|
2015-03-16 19:18:52 +00:00 |
|
craig.p.drummond
|
bd044155e6
|
- Thinner splitters for more styles
- Because of the above, dont draw mac focus highlight for views
|
2014-10-02 17:16:13 +00:00 |
|
craig.p.drummond
|
db1f9e9cec
|
- Add control buttons for windows thumbnail toolbutton.
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
|
2014-10-01 15:50:29 +00:00 |
|
craig.p.drummond
|
ec6f631952
|
Initial support for ratings - stored in MPD's sticker DB. This is NOT complete - support in dynamic playlists is still TODO...
|
2014-07-21 19:01:56 +00:00 |
|
craig.p.drummond
|
478b73c2c1
|
RTL fixes
|
2014-06-20 17:58:28 +00:00 |
|
craig.p.drummond
|
6f3e50cc40
|
Show volume % if not muted
|
2014-06-19 19:01:16 +00:00 |
|
craig.p.drummond
|
44f8bb9e1c
|
- Add spacing to left of volume slider
- No text on slider
|
2014-06-18 19:06:10 +00:00 |
|
craig.p.drummond
|
8b649d71d2
|
- Use 2 lines for song info
- Left aling text
- Slightly larger play/pause button
- Hide stop button by default
|
2014-06-18 19:04:50 +00:00 |
|
craig.p.drummond
|
0b72ffa25c
|
Refactor high-dpi stuff
|
2014-06-04 18:45:30 +00:00 |
|
craig.p.drummond
|
d29d9a8781
|
Alter includes to have su-folder - e.g. utils.h -> support/utils.h
|
2014-05-13 18:37:52 +00:00 |
|
craig.p.drummond
|
fb5094f7ff
|
Dont increase icon size for 'touch friendly' - looks awful. Instead, just increase with of toolbuttons by 33%
|
2014-04-24 19:10:27 +00:00 |
|
craig.p.drummond
|
54b0eb57cc
|
Make QtWidgets version more touch friendly?
|
2014-04-17 16:06:00 +00:00 |
|
craig.p.drummond
|
c592aa6804
|
If volume control is disabled (as MPD returns negative volume), then make control semi-transparent, and don't just hide.
|
2014-02-21 10:58:42 +00:00 |
|
craig.p.drummond
|
79de50f121
|
Match symbolic icons
|
2014-02-03 19:16:45 +00:00 |
|
craig.p.drummond
|
ec7406a9c1
|
No slider handle
|
2014-01-27 19:39:09 +00:00 |
|
craig.p.drummond
|
ab7ffecca3
|
Update (c) year
|
2014-01-06 19:32:05 +00:00 |
|
craig.p.drummond
|
097805c39c
|
Hide volume control if MPD returns a negative value for volume - which indicates MPD's volume mixer is disabled.
BUG: 366
|
2013-12-29 18:38:48 +00:00 |
|
craig.p.drummond
|
077c8293fb
|
Fix potential memory leak with cover images.
|
2013-12-19 20:07:12 +00:00 |
|
craig.p.drummond
|
469ebc0b2a
|
Add a config item to control volume step - no config UI
|
2013-10-25 20:02:38 +00:00 |
|
craig.p.drummond
|
bf3a6d5eb6
|
High DPI
|
2013-10-17 17:25:52 +00:00 |
|
craig.p.drummond
|
55534a8f45
|
No need for title on menu - it is not displayed!
|
2013-10-16 18:20:24 +00:00 |
|
craig.p.drummond
|
cc0ebf3aef
|
No focus
|
2013-10-15 17:21:31 +00:00 |
|
craig.p.drummond
|
a4e53518d9
|
wheelEvent
|
2013-10-15 17:21:13 +00:00 |
|
craig.p.drummond
|
d3faf72d8c
|
Fix fill
|
2013-10-15 17:20:58 +00:00 |
|
craig.p.drummond
|
a2732c6524
|
Fix for 'high dpi'
|
2013-10-15 17:20:43 +00:00 |
|
craig.p.drummond
|
28dbe22ba8
|
RTL
|
2013-10-15 17:19:44 +00:00 |
|
craig.p.drummond
|
e65eefa1d2
|
Custom volume control
|
2013-10-15 17:19:20 +00:00 |
|