Commit Graph

140 Commits

Author SHA1 Message Date
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +00:00
padertux
d01f915b4a Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
5cea460543 Improve scrollbars with some themes
Issue #1150
2017-12-24 14:57:45 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
5e3031743a Revert "Work-around unfocused item vew colours with Kantum"
This reverts commit 526c662dff.
2017-09-10 18:54:50 +01:00
Craig Drummond
526c662dff Work-around unfocused item vew colours with Kantum 2017-09-10 14:47:26 +01:00
Craig Drummond
0813792ab7 Non-rounded current track highlight 2017-08-26 19:47:29 +01:00
Craig Drummond
9ffba0a564 Use em-dash where appropriate
Issue #1064
2017-08-18 22:54:24 +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
3ef49aa27d Revert "Use em-dash where appropriate"
This reverts commit aa41876e0c.
2017-08-15 23:00:26 +01:00
Craig Drummond
aa41876e0c Use em-dash where appropriate
Issue #1064
2017-08-15 22:57:07 +01:00
Craig Drummond
15d1116474 devicePixelRatioF was introduced with Qt5.6, so for earlier versions
need to use devicePixelRatio
2017-07-04 21:57:41 +01:00
Craig Drummond
06888e8c1c Use devicePixelRatioF 2017-07-03 18:58:46 +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
18e2fb6dcf Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
5601cbe02c Fix display of artist when showing composer albums 2017-03-13 18:52:24 +00:00
Craig Drummond
031caf0c2d Fix windows builds 2016-07-18 22:55:41 +01:00
Craig Drummond
9439e395b1 Match view mono icons to text color. 2016-07-18 22:48:10 +01:00
Craig Drummond
7b44154227 Flat current track highlight. 2016-06-03 18:56:45 +01:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
0b415b21a9 Add a modified verison of Humanity CD icon. Previously icon from theme was chosen. 2015-12-09 18:23:49 +00:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
craig.p.drummond
58b90d497e Show composer images - see README for details. 2015-04-05 22:32:27 +00:00
craig.p.drummond
1693fe4ef8 Add option to provide a list of genres which should use composer, and not album-artist, to group albums. 2015-03-25 23:19:42 +00: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
f60e81b98b Only request ratings when needed 2014-10-07 07:01:10 +00:00
craig.p.drummond
310d4cd6cc Use same selection drawing for all views. 2014-10-01 19:42:52 +00:00
craig.p.drummond
205341367e Fix current track highlight in grouped view under windows for header item. 2014-10-01 17:46:54 +00:00
craig.p.drummond
16d719f3d2 Better retina support. 2014-09-18 16:29:58 +00:00
craig.p.drummond
cfb2075ec4 Fix playqueue current track highlight with Mac 2014-09-14 14:09:53 +00:00
craig.p.drummond
d701bbb151 Cache and scale stream icon 2014-09-04 18:43:27 +00:00
craig.p.drummond
75d27d8ff6 turn null key constant into enum constant 2014-07-31 19:31:14 +00:00
craig.p.drummond
da0587a523 Use 0..10 for ratings. 1=0.5 star, 2=1 star, 3=1.5 stars, etc. 2014-07-31 19:29:38 +00:00
craig.p.drummond
9982111d75 Slightly darker stars 2014-07-24 17:36:15 +00:00
craig.p.drummond
dbbc01025c Only have 2 pixmaps for stars - on and off 2014-07-23 18:59:31 +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
e08a2e80fe Move buildPath into Utils 2014-06-25 16:45:59 +00:00
craig.p.drummond
a7ec3600fb - Fix position of album title divider line
- USe drawLine from BasicItemDelegate
2014-06-21 14:31:22 +00:00
craig.p.drummond
478b73c2c1 RTL fixes 2014-06-20 17:58:28 +00:00
craig.p.drummond
5b33e1fc5f Fix drawing of active track when this is also fist track in an album 2014-06-19 19:02:58 +00:00
craig.p.drummond
593acd3b3e Store radio station 'name' field in extra map 2014-06-16 19:14:18 +00:00
craig.p.drummond
d24998ed33 Increase size of playqueue entries by 25% 2014-06-12 18:57:49 +00:00
craig.p.drummond
8fe7865330 If artist is different to album-artist, then show track title as "title - artist" 2014-06-09 18:43:00 +00:00
craig.p.drummond
63442d27ec Use TouchProxyStyle to enable flick-charm 2014-05-19 18:33:36 +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
af2151599e Adjust item size if touch-friendly 2014-05-06 18:41:39 +00:00
craig.p.drummond
301e79945c In playqueue, if song's artist is different to album artist, then show song as 'title - artist' 2014-05-06 18:40:56 +00:00