Commit Graph

50 Commits

Author SHA1 Message Date
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
8650da896c Adjust action icon position based upon dynamic sizing of grid items.
Closes #1186
2018-02-02 17:04:03 +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
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
35a3ff520c Reduce radious of action highlight 2017-08-26 19:56:57 +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
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
b4a0c0aabe Use light action background if rgb<=128 2016-07-22 17:46:24 +01:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
2d9b604fbf Use font-awesome icons 2015-08-22 08:57:21 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
2079cfaa66 Fix action selection when index's children not yet loaded
#721
2015-08-11 19:46:42 +01:00
craig.p.drummond
16d719f3d2 Better retina support. 2014-09-18 16:29:58 +00:00
craig.p.drummond
614ee1ee09 Increase gap between add and play icons in grid view. 2014-08-17 15:01:48 +00:00
craig.p.drummond
d315b36d92 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
478b73c2c1 RTL fixes 2014-06-20 17:58:28 +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
7e02d0058b Move model roles into separate roles.h file. 2014-04-23 20:36:38 +00:00
craig.p.drummond
1196c35c54 Dont draw background behind actions 2014-04-23 19:01:07 +00:00
craig.p.drummond
54b0eb57cc Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
9fb3591a27 Aborted attempt to add actions to table view - icons overlap text :-( 2014-01-27 19:40:18 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
bbbfdbd820 Minor improvements 2013-10-30 22:11:03 +00:00
craig.p.drummond
ffd0958710 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
d3505584a7 Use larger action icons in icon view when we have larger previews. 2013-05-13 20:46:25 +00:00
craig.p.drummond
abcb59a983 Move actions slightly to the left for icon view 2013-04-25 09:24:57 +00:00
craig.p.drummond
500b3c8767 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
fbb9a5d41c Remove QPointer usage 2013-03-04 19:39:41 +00:00
craig.p.drummond
65b6387052 Use list of actions 2013-03-01 21:32:22 +00:00
craig.p.drummond
20a5a4db49 - 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
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
09fc71608a Add actions to playlist grouped-view 2013-01-22 18:10:07 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
dc65214f60 Fix crash 2013-01-15 19:20:29 +00:00
craig.p.drummond
557dae723e Allow different actions in lower levels of model 2013-01-15 19:19:57 +00:00
craig.p.drummond
e8b59d89e4 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
b59bea3d89 Give tooltips to view actions. 2012-12-06 22:56:19 +00:00
craig.p.drummond
f508ddbbc2 - 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
craig.p.drummond
80ebbf5780 Don't enforce oxygen icons for Qt-only (Linux) builds. Cehck for missing icons, and use alternatives.
NOTE: This is not 100% complete yet - still require better icons for dynamic, playlists, and others...
2012-09-18 18:47:25 +00:00
craig.p.drummond
f4adbaf6a4 Completly remove android changes - this NEVER worked very well, and never will with QWidgets :-( 2012-08-30 19:43:32 +00:00
craig.p.drummond
f36a40926c Android: bigger gap between icons 2012-06-20 20:35:35 +00:00
craig.p.drummond
d932e73071 More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
0e2c130002 - Adjust size of covers in grouped view, icons in views, and main cover preview based upon font size.
- Add an extra cover-size setting (Automatic) which will adjust the covers in library and albums view based upon font size.
2012-06-18 18:23:47 +00:00
craig
9f727ba366 - Change icon of active dynamic playlist
- Allow to have any combination of act1, act2, and toggle in itemview
2012-04-16 18:39:50 +00:00
craig
e6182412c3 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00