Commit Graph

1053 Commits

Author SHA1 Message Date
Craig Drummond
218029bff3 Fix potential issue with display pixel resolution 2017-07-06 16:42:46 +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
79e41ee7fa And better radio icon 2017-07-03 22:51:39 +01:00
Craig Drummond
06888e8c1c Use devicePixelRatioF 2017-07-03 18:58:46 +01:00
Craig Drummond
6b94b0f4a9 Enable retina support for all builds. 2017-07-03 18:24:34 +01:00
Craig Drummond
91cdabec62 Try to always use fontawesome icons 2017-07-03 18:12:17 +01:00
Craig Drummond
f7952f2bd7 Align bottom right 2017-06-30 17:50:03 +01:00
Craig Drummond
673a43f2a3 Adjust menu position to take into account Kvantum shadows 2017-06-29 18:03:06 +01:00
Craig Drummond
09eb4dcbf1 Fix sizegrip - looks better with kvantum now 2017-06-23 17:13:45 +01:00
Craig Drummond
47bc81beeb Fix Kvantum causing views to overlap. Kvantum returns a -ve number for
scrollbar spacing, which was not handled.
2017-06-21 22:35:43 +01:00
Craig Drummond
1ab8f65f6c Fix view size when using Fusion 2017-06-21 22:33:04 +01:00
Craig Drummond
11eef40e1a Only show song year if it is different to album year 2017-06-19 18:09:37 +01:00
rezodlub
586d5fd299 Clear back index on model reset 2017-06-14 22:36:12 +02:00
rezodlub
8557abd903 Clear back index on view mode change 2017-06-12 12:27:15 +02:00
rezodlub
9ed52f091d Fix unlimited back depth 2017-06-12 09:51:42 +02:00
rezodlub
73d39eae14 Unlimited back depth 2017-06-12 09:43:30 +02:00
rezodlub
cc154963ec Return to previous view when going 'back' from more than one level. 2017-06-11 18:56:30 +02:00
Craig Drummond
25a0c02d04 Show song year in toolbar
Issue #1012
2017-04-28 21:13:59 +01:00
Craig Drummond
9eabea60c7 Fix macOS compile 2017-04-20 20:53:33 +01:00
Craig Drummond
e8ca1b6de7 Remove mac specific icons 2017-04-11 17:27:21 +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
3e06d37633 Remove USE_SYSTEM_MENU_ICON cmake option 2017-04-08 19:32:40 +01:00
Craig Drummond
4f7357c5bd Reduce number of advanced config items - there was just too many. 2017-04-08 19:27:18 +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
e60bdafa11 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
5601cbe02c Fix display of artist when showing composer albums 2017-03-13 18:52:24 +00:00
Craig Drummond
253a133000 Blank widget for spacer 2017-02-04 10:05:43 +00:00
Craig Drummond
69e7396f37 When getting tracks to add to playlist, dont filter out other playlists or cue files. This way an error message can be shown.
Issue #902
2016-10-29 18:57:47 +01:00
Craig Drummond
55d99f4cff - Change to FontAwesome 4.7 webfont
- Use FontAwesome podcast icon for podcasts
2016-10-29 15:30:38 +01:00
Craig Drummond
64083ad2b1 Remove unused widget 2016-10-29 15:21:45 +01:00
Craig Drummond
4cc3e86fb6 Remove dark background 2016-08-26 16:52:43 +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
40eae2e05c Darken (or lighten) titlewidget background 2016-08-14 17:20:54 +01:00
Craig Drummond
379890162e Fix crash when changinh playqueue view type. (Issue #878) 2016-08-11 17:05:44 +01:00
Craig Drummond
5fbe587770 Use minus icon if removing list item 2016-08-11 17:02:57 +01:00
Craig Drummond
b4a0c0aabe Use light action background if rgb<=128 2016-07-22 17:46:24 +01:00
Craig Drummond
8fe3968ea9 Clamp colour of all mono icons 2016-07-22 16:37:48 +01:00
Craig Drummond
b58fbff787 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
cba74b8e50 Define a const for red 2016-07-19 18:42:17 +01:00
Craig Drummond
2fb1b909df Always use toolbar text colour for toolbar icons 2016-07-19 18:35:27 +01:00
Craig Drummond
9a8fe2523b Use highlighted text colour for selected icons 2016-07-19 18:21:21 +01: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
37ab241522 Slimmer titlewidget 2016-07-13 17:42:27 +01:00
Craig Drummond
3616cf9ba3 QStyleOptionViewItemV4 is deprecated in Qt5 2016-07-07 19:01:40 +01:00
Craig Drummond
91adf4fba7 Dont use bold font for main text - use ligher text for sub 2016-06-17 22:21:43 +01:00
Craig Drummond
16796f1041 Ensure there is enough space for text 2016-06-17 17:12:16 +01:00