312 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
65786c30b7 Allow smaller images
Issue #1696
2021-03-19 12:26:40 +00:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
c95a806e72 Fix remaining deprecation warnings 2020-02-16 11:59:15 +00:00
Craig Drummond
b8645d1358 Fix most, but not all, deprecation warnings. 2020-02-16 09:51:37 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Timothée Jaussoin
634943c077 - Remove a bit of the extra spacing on the right of itemview
- Center the items even if there is only one column
2019-12-06 15:06:39 +01:00
Craig Drummond
521aa849bd Categorized view is reported to crash (#1530), so disable by default. Pass -DENABLE_CATEGORIZED_VIEW=ON to cmake to re-enable.
Closes #1530
2019-11-07 18:38:08 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Craig Drummond
7e8c0ab29b Use 'small bullet' unicode character to separate fields
Closes #1494
2019-05-23 17:42:32 +01:00
Craig Drummond
c8d9490b36 Add option to remove invalid tracks from playlists
Closes #1271
2018-09-02 14:50:31 +01:00
Craig Drummond
cf560ff698 Add slight padding on left for list view 2018-05-24 19:15:58 +01:00
Craig Drummond
2a42616f2c Don't use responsive layout for category view 2018-03-20 19:14:20 +00:00
Craig Drummond
4cbbf401b2 Fix cover refresh when using categorized view 2018-03-09 17:23:56 +00:00
Craig Drummond
df5d79ee3c Fix adding album tracks when using categorized view 2018-03-09 17:05:06 +00:00
Craig Drummond
1cc005ca38 More work on categrized view 2018-03-08 22:29:21 +00:00
Craig Drummond
bd693ad525 If categorizing by artist, no need to show artist under album name 2018-03-07 22:01:43 +00:00
Craig Drummond
eca5935a2a showIndex() TODO 2018-03-07 19:20:51 +00:00
Craig Drummond
168df22f5d Merge branch 'master' into 1224-categorizedview 2018-03-07 19:08:59 +00:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
93ea7378b2 Call mapToSource 2018-03-06 22:15:52 +00:00
Craig Drummond
9b1ac44344 Fix mouse over events 2018-03-06 22:08:58 +00:00
Craig Drummond
652e72004b Allow categorizedview to be responsive 2018-03-06 21:57:29 +00:00
Craig Drummond
6191959d48 Add zooming to categorizedview 2018-03-06 20:03:34 +00:00
Craig Drummond
789483a2ae Create own CategorizedView derevied from KCategorizedView 2018-03-06 19:55:24 +00:00
Craig Drummond
0aee2f6dc2 Create proxy model, and generate categories 2018-03-05 23:21:26 +00:00
Craig Drummond
0e36f74639 Add 'Categorized' to library view types. Currently non-functional... 2018-03-04 22:17:08 +00:00
Craig Drummond
b7e8021a36 Add information text to views when these would otherwise be blank. 2018-02-14 18:04:15 +00:00
Craig Drummond
14842a0ec4 Fix layout 2018-02-12 18:14:05 +00:00
Craig Drummond
4ef97d0755 Responsive grid view - flashing fixed? 2018-02-08 16:57:42 +00:00
Craig Drummond
e881c3d19e Whn grouping byt album and navigate to tracks show "Album by Artist" in
tite widget.
2018-02-06 18:50:25 +00:00
Craig Drummond
c488343564 Use QListView for titlewidget, to balance left and right views 2018-02-05 19:24:02 +00:00
Craig Drummond
555512abfb Disable responsive layout - still flickering! 2018-02-05 18:10:36 +00:00
Craig Drummond
7b4e9402ef Renable responsive cover view 2018-02-02 21:34:03 +00:00
Craig Drummond
968f8cf229 Disable responsive covers for now - causes flickering 2018-02-02 19:19:29 +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
Craig Drummond
7200708a1f If changing from listview to non-listview, goToTop so that header is
reset.
Closes #1185
2018-02-02 16:50:22 +00:00
Craig Drummond
b5da764dec Adjust horizontal gap between icons in grid view to equal distribute
icons over space.
Issue #1169
2018-01-19 21:49:48 +00:00
padertux
4f26eb686e Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
padertux
dc8cbed1eb Refactor code to use C++11 overriding 2018-01-08 22:51:48 +01:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
a4040c08ca More covers debug
Issue #1143
2017-12-17 13:32:12 +00:00
Craig Drummond
e743dd48f5 Add some debug to itemview 2017-12-17 11:22:44 +00:00
Craig Drummond
2bfedd3586 Adjust library seatch debounce based upon number of tracks in DB.
Issue #1144
2017-12-16 22:43:53 +00:00
Craig Drummond
311fb0c0fe 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
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
740abadbb7 Don't add zoom in / out actions to context menu! 2017-10-15 16:46:59 +01:00
Craig Drummond
72ab708475 Add actions to locate artist, album, and track in library
Issue #1098
2017-10-15 16:24:37 +01:00
Craig Drummond
f71f82beec Add ability to change grid cover size - Ctrl+ / Ctrl-
Issue #1092
2017-10-08 14:43:23 +01:00
Craig Drummond
c98b3da6fa Revert "Work-around unfocused item vew colours with Kantum"
This reverts commit 526c662dff.
2017-09-10 18:54:50 +01:00