Commit Graph

131 Commits

Author SHA1 Message Date
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
3f675c4d3b Re-enalble view background for all releases - issue is with Qt 2020-02-16 13:11:49 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
8b734082f4 Custom playqueue background is not workig with Qt 5.12 onwards, so
disabled for now.

Issue #1554
2019-12-03 17:55:51 +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
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
0c6f781b43 Don't use transparent as view background colour when using image
backgrounds. Causes issues with Kvantum's overlay scrollbars.
2018-01-08 19:41:49 +00:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
220a6cf1ac Disable AA so that line is only 1 pix - to be consistent with grouped
view.
2018-01-01 09:52:51 +00:00
Craig Drummond
209e3ee485 Move PlayQueueTreeStyle class into source file, as its only used here. 2017-12-31 18:54:11 +00:00
padertux
3756aae702 Improve drop indicator in table playqueue
In the table play queue the drop indicator is almost not visible when
tracks get moved by drag'n drop. In addition the drop indicator is
only shown in only one column and does not span the whole row. This
change does fix both issues.
2017-12-31 19:06:32 +01:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Wolfgang Scherer
eef8e72ed7 PlayQueue actions "Edit Track Info" and "Locate In Library" fixed for forked-daapd 2017-11-09 20:14:34 +01:00
Craig Drummond
7542b77672 When using a backdrop for the playqueue initially fill with the base
colour (taking window state into account)
2017-09-09 10:50:35 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
94f26acfe0 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
craig.p.drummond
93b70ec240 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
8a315200c6 - Separate title and track number in search model table view.
- Show rating in search model table view.
2015-02-27 22:06:34 +00:00
craig.p.drummond
793e178c2d Fix fetching of ratings in table style playqueue. 2015-02-27 18:23:57 +00:00
craig.p.drummond
ba6d330485 - (both) don't allow to set shorcut for actions that are menus (set prio, copy to dev)
- (trunk) reduce number of actions that can have shortcuts defined, list was way tooooo large!
2014-12-15 13:21:11 +00:00
craig.p.drummond
a192a02161 Need to set palette on widget as well as viewport for non OSX builds.
BUG: 557
2014-10-08 13:11:21 +00:00
craig.p.drummond
9b7e73b7aa Only need to set palette on viewport 2014-10-02 17:18:46 +00:00
craig.p.drummond
d220bd9d94 - Thinner splitters for more styles
- Because of the above, dont draw mac focus highlight for views
2014-10-02 17:16:13 +00:00
craig.p.drummond
7966a42098 Revert back to single context menu. 2014-09-16 17:54:54 +00:00
craig.p.drummond
dd6313abc6 Only show track actions if we have a selection 2014-08-22 15:48:07 +00:00
craig.p.drummond
934bd46354 Use 0..10 for ratings. 1=0.5 star, 2=1 star, 3=1.5 stars, etc. 2014-07-31 19:29:38 +00:00
craig.p.drummond
3ebca1f341 Slightly darker stars 2014-07-24 17:36:15 +00:00
craig.p.drummond
20392d4ebb Only have 2 pixmaps for stars - on and off 2014-07-23 18:59:31 +00:00
craig.p.drummond
75cc63ea16 Initial support for ratings - stored in MPD's sticker DB. This is NOT complete - support in dynamic playlists is still TODO... 2014-07-21 19:01:56 +00:00
craig.p.drummond
6d0c98f154 Fix playqueue background settings 2014-07-17 16:15:40 +00:00
craig.p.drummond
431a9fab2e Remove type-ahead search - its not wokring 100% reliably.
BUG: 503
2014-07-14 18:43:49 +00:00
craig.p.drummond
c056c3ff13 Remove list style for playqueue - no real point! 2014-07-10 19:49:32 +00:00
craig.p.drummond
62550239b5 RTL fixes 2014-06-20 17:58:28 +00:00
craig.p.drummond
1757a47c0c Allow drag'n'drop in list mode 2014-06-11 18:29:12 +00:00
craig.p.drummond
77df458307 Open search-widget as soon as user starts typing in view. 2014-06-05 18:41:32 +00:00
craig.p.drummond
4828228470 Fix context backdrop too... 2014-06-02 19:48:48 +00:00
craig.p.drummond
3673f6e9f4 Fix custom background image not appearing when Cantata started.
BUG: 489
2014-06-02 19:47:54 +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
1c3ea8c50c Check view pointers before using!!!
BUG: 477
2014-05-02 16:57:18 +00:00
craig.p.drummond
6f79dee43d Add button under playqueue to re-center playqueue on current song.
BUG: 472
2014-04-29 19:03:47 +00:00
craig.p.drummond@gmail.com
d8e62af143 Create action before accesing it!
BUG: 470
2014-04-25 11:34:15 +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
7686c373cd Add list style to playqueue 2014-04-23 18:57:22 +00:00
craig.p.drummond
c454533072 Re-organize play-queue view mode setting - make it easier to add more modes in future. 2014-04-22 18:41:48 +00:00
craig.p.drummond
9c20b3844e Handle updating background in playqueueview class 2014-03-07 17:17:56 +00:00