Commit Graph

271 Commits

Author SHA1 Message Date
Craig Drummond
2551ec631e More covers debug
Issue #1143
2017-12-17 13:32:12 +00:00
Craig Drummond
8a7d7ffd02 Add some debug to itemview 2017-12-17 11:22:44 +00:00
Craig Drummond
5d38162236 Adjust library seatch debounce based upon number of tracks in DB.
Issue #1144
2017-12-16 22:43:53 +00:00
Craig Drummond
1cbeee7ce7 Make it possible to filter on year (or range of years) in library search
field.
Issue #1131
2017-12-01 18:57:31 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
a26562e52d Don't add zoom in / out actions to context menu! 2017-10-15 16:46:59 +01:00
Craig Drummond
96fc791f10 Add actions to locate artist, album, and track in library
Issue #1098
2017-10-15 16:24:37 +01:00
Craig Drummond
832d81dd10 Add ability to change grid cover size - Ctrl+ / Ctrl-
Issue #1092
2017-10-08 14:43:23 +01: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
96fb1dea50 Add semi-transparent background under progress, incase it is the same
colour as highlight
2017-09-07 20:33:15 +01:00
Craig Drummond
9ffba0a564 Use em-dash where appropriate
Issue #1064
2017-08-18 22:54:24 +01:00
Craig Drummond
1198d96360 In playlists page, internet, etc, allo back navigation to go fully back. 2017-08-17 16:54:00 +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
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
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
64083ad2b1 Remove unused widget 2016-10-29 15:21:45 +01:00
Craig Drummond
b58fbff787 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
9439e395b1 Match view mono icons to text color. 2016-07-18 22:48:10 +01:00
Craig Drummond
3616cf9ba3 QStyleOptionViewItemV4 is deprecated in Qt5 2016-07-07 19:01:40 +01:00
Craig Drummond
69e377c9b2 Folder page nolonger has a search field - so if upgrading from a 1.x config with folder search visible, then hide it. 2016-02-05 18:25:18 +00:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
d86f49f4d8 - Add tooltip for 'last modified' search
- only access YYYY/MM/DD  for search
#767
2015-11-29 22:34:45 +00:00
Craig Drummond
b9cdcd0d39 Fix windows build, and other, issues 2015-10-21 21:29:09 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
b0df037ec3 Only initialise view on setModel if it has not already been inialised.
#718
2015-08-03 18:10:53 +01:00
Craig Drummond
f07ea44a22 Auto-expand first level when searching 2015-07-30 19:32:37 +01:00
Craig Drummond
8903148d64 Remove searchIndex - no longer used. 2015-07-30 19:21:59 +01:00
Craig Drummond
09fe863357 Show CD cover in list/tree 2015-07-29 20:08:50 +01:00
Craig Drummond
30c2b0f6cc Add code to show CD cover in devices view. Disabled at the moment -as it
repeatedly scaled, etc., and I'm not 100% convinced its required...
2015-07-29 19:31:35 +01:00
Craig Drummond
200cf0736d Redraw view when scaled cover loaded.
#594
2015-07-24 17:20:29 +01:00
Craig Drummond
b66168a4f8 Vary search field timeout depending upon input length; 1s for 1char,
0.75 for 2 or 3 chars, and 0.5 otherwise
2015-07-22 09:30:24 +01:00
Craig Drummond
51dc9e0ecd Show + and |> buttons in some titlebars - allowing an album to be played
when its listing is shown
2015-07-20 20:28:03 +01:00
Craig Drummond
8c9ab83454 View frame fixes 2015-07-13 21:35:19 +01:00
Craig Drummond
d8ce400aa5 Work-around some issues with drawing item view frames - specifically
when to draw top/right and when not.
2015-07-05 23:21:20 +01:00
Craig Drummond
47d2658433 ...call GridCoverSong for title bar too 2015-07-04 12:08:40 +01:00
Craig Drummond
14e10bc5eb Always show artist images if in grid view 2015-07-04 12:01:34 +01:00
Craig Drummond
1b496df37f Fix image size when not using artist images 2015-06-28 18:56:09 +01:00
Craig Drummond
5fe2db6319 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
676cc73a44 If model is a proxy model need to connect to source to get dataChagnged
if index is QModelIndex()
2015-06-21 12:10:39 +01:00