57 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
6d4bba02f4 ...and some more 2021-12-27 17:07:59 +00:00
Craig Drummond
b65b182629 Misc fixes - taken from https://github.com/fenuks/cantata 2021-12-27 17:05:24 +00:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
4f52c08349 Fix one more deprecation warning 2020-02-16 13:16:54 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
9be4367865 Adjust action icon position based upon dynamic sizing of grid items.
Closes #1186
2018-02-02 17:04:03 +00:00
padertux
4f26eb686e Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
a9d97bd034 Reduce radious of action highlight 2017-08-26 19:56:57 +01:00
Craig Drummond
44993730bb devicePixelRatioF was introduced with Qt5.6, so for earlier versions
need to use devicePixelRatio
2017-07-04 21:57:41 +01:00
Craig Drummond
57f6aaf4e9 Use devicePixelRatioF 2017-07-03 18:58:46 +01:00
Craig Drummond
edba120db9 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
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98 Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
128582ebfe Use light action background if rgb<=128 2016-07-22 17:46:24 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
fb6d4e0bee Use font-awesome icons 2015-08-22 08:57:21 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
3c1f011120 Fix action selection when index's children not yet loaded
#721
2015-08-11 19:46:42 +01:00
craig.p.drummond
0cf5dc87cc Better retina support. 2014-09-18 16:29:58 +00:00
craig.p.drummond
bb53060523 Increase gap between add and play icons in grid view. 2014-08-17 15:01:48 +00:00
craig.p.drummond
382ddaa280 Give more space around top of covers in icon view - so that selection looks nicer 2014-06-30 18:44:00 +00:00
craig.p.drummond
62550239b5 RTL fixes 2014-06-20 17:58:28 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
abe6f47206 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
786f2b39f6 Move model roles into separate roles.h file. 2014-04-23 20:36:38 +00:00
craig.p.drummond
dd9d01deb2 Dont draw background behind actions 2014-04-23 19:01:07 +00:00
craig.p.drummond
17d4863385 Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
a7fc54d7d2 Aborted attempt to add actions to table view - icons overlap text :-( 2014-01-27 19:40:18 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
89c3dc64f6 Minor improvements 2013-10-30 22:11:03 +00:00
craig.p.drummond
e35b0f6b86 Dont use alternating rows in views (does not look too great with grouped view). Use a fading divider instead. 2013-05-16 18:09:32 +00:00
craig.p.drummond
7f0ff0b61d Use larger action icons in icon view when we have larger previews. 2013-05-13 20:46:25 +00:00
craig.p.drummond
d487aa3344 Move actions slightly to the left for icon view 2013-04-25 09:24:57 +00:00
craig.p.drummond
caf0ce28cb Looks like we need to do mouse in/out tracking for all view types :-( 2013-04-24 23:01:08 +00:00
craig.p.drummond
64de943f3d Remove QPointer usage 2013-03-04 19:39:41 +00:00
craig.p.drummond
daaedeadf0 Use list of actions 2013-03-01 21:32:22 +00:00
craig.p.drummond
7417f9040d - Move common actions into StdActions
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
7e48b05dbe Add actions to playlist grouped-view 2013-01-22 18:10:07 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
2f530a38c5 Fix crash 2013-01-15 19:20:29 +00:00
craig.p.drummond
8655c704e2 Allow different actions in lower levels of model 2013-01-15 19:19:57 +00:00
craig.p.drummond
c8679cbf74 Get tooltip text from model, but fall back to action if model has none. 2012-12-07 19:46:59 +00:00
craig.p.drummond
7a25d93db0 Give tooltips to view actions. 2012-12-06 22:56:19 +00:00
craig.p.drummond
e704299f24 - Use a random icon that matches the repeat icon better.
- Draw the consume icon in code, so that it matches random and repeat better.
2012-09-19 15:10:26 +00:00