Craig Drummond
c5e7fa9c0d
Use AUTOMOC
2018-03-07 19:04:14 +00:00
padertux
d01f915b4a
Refactor code to use C++11 nullptr
2018-01-08 23:01:25 +01:00
padertux
c2ee7e5ad8
Refactor code to use C++11 overriding
2018-01-08 22:51:48 +01:00
Craig Drummond
2d1a6e0261
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
445d1497ac
Update (c) year
2018-01-01 10:11:39 +00:00
Craig Drummond
349d28aa0e
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
059c959eab
Move PlayQueueTreeStyle class into source file, as its only used here.
2017-12-31 18:54:11 +00:00
padertux
cd76da1974
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
948026d73b
Use for(var: list) and not foreach(var, list)
2017-11-27 22:36:53 +00:00
Wolfgang Scherer
cd9c30791f
PlayQueue actions "Edit Track Info" and "Locate In Library" fixed for forked-daapd
2017-11-09 20:14:34 +01:00
Craig Drummond
782a07de1f
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
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
b58fbff787
Use FontAwesome icons for all action icons.
2016-07-19 19:44:51 +01:00
Craig Drummond
05647dca0f
Update (c) year
2016-01-08 18:55:13 +00:00
Craig Drummond
2406289303
Update (c) year
2015-08-13 21:12:34 +01:00
craig.p.drummond
12b7bf0e83
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
2d343f8b79
- 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
bfb2e9e8d8
Fix fetching of ratings in table style playqueue.
2015-02-27 18:23:57 +00:00
craig.p.drummond
1a0b401a90
- (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
01f1e044bc
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
ec858623a8
Only need to set palette on viewport
2014-10-02 17:18:46 +00:00
craig.p.drummond
bd044155e6
- 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
144a930f25
Revert back to single context menu.
2014-09-16 17:54:54 +00:00
craig.p.drummond
aaca967af5
Only show track actions if we have a selection
2014-08-22 15:48:07 +00:00
craig.p.drummond
da0587a523
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
9982111d75
Slightly darker stars
2014-07-24 17:36:15 +00:00
craig.p.drummond
dbbc01025c
Only have 2 pixmaps for stars - on and off
2014-07-23 18:59:31 +00:00
craig.p.drummond
ec6f631952
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
447b3c0435
Fix playqueue background settings
2014-07-17 16:15:40 +00:00
craig.p.drummond
11528ec20d
Remove type-ahead search - its not wokring 100% reliably.
...
BUG: 503
2014-07-14 18:43:49 +00:00
craig.p.drummond
81a3633598
Remove list style for playqueue - no real point!
2014-07-10 19:49:32 +00:00
craig.p.drummond
478b73c2c1
RTL fixes
2014-06-20 17:58:28 +00:00
craig.p.drummond
b8da39b95c
Allow drag'n'drop in list mode
2014-06-11 18:29:12 +00:00
craig.p.drummond
0d6fe28ffa
Open search-widget as soon as user starts typing in view.
2014-06-05 18:41:32 +00:00
craig.p.drummond
c7b1997d66
Fix context backdrop too...
2014-06-02 19:48:48 +00:00
craig.p.drummond
a40a7a8f9c
Fix custom background image not appearing when Cantata started.
...
BUG: 489
2014-06-02 19:47:54 +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
9fbdfab280
Check view pointers before using!!!
...
BUG: 477
2014-05-02 16:57:18 +00:00
craig.p.drummond
7a94fc8a83
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
175887be1d
Create action before accesing it!
...
BUG: 470
2014-04-25 11:34:15 +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
b5775be669
Add list style to playqueue
2014-04-23 18:57:22 +00:00
craig.p.drummond
1232bdee69
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
3f0aefe0c4
Handle updating background in playqueueview class
2014-03-07 17:17:56 +00:00
craig.p.drummond
9f17d0f02d
- Remove corner cover widget.
...
- Remove collapsing of interface.
- Move position label inbetween controls.
- Use only 1 line for song details.
2014-02-19 20:39:12 +00:00
craig.p.drummond
a422c6b2ad
Create a base class for TableViews
2014-02-04 19:14:11 +00:00
craig.p.drummond
dc3035bfc4
Fix usage of Qt5 deprecated funciton.
...
BUG: 403
2014-02-02 10:50:14 +00:00
craig.p.drummond
ab9b11e98b
Hide scrollbars if header is set to stretch
...
BUG: 397
2014-01-30 19:23:35 +00:00
craig.p.drummond
c916b78ffd
Mouse-over for all views
2014-01-30 19:21:31 +00:00