Commit Graph

644 Commits

Author SHA1 Message Date
craig.p.drummond
15ece55ffb Fixed height for song label - means 'Not Playing' is not required to be shown. 2014-02-26 20:10:09 +00:00
craig.p.drummond
1f25756e59 Use single label to show current song details 2014-02-25 19:28:02 +00:00
craig.p.drummond
0c2ac1d5f4 USe different small scale factor depending upon current font size 2014-02-25 19:27:29 +00:00
craig.p.drummond
720aee083a Dont auto-switch to context view if playing a radio stream 2014-02-25 19:25:00 +00:00
craig.p.drummond
c592aa6804 If volume control is disabled (as MPD returns negative volume), then make control semi-transparent, and don't just hide. 2014-02-21 10:58:42 +00:00
craig.p.drummond
5d88477a9e Show tooltips below slider 2014-02-20 19:07:57 +00:00
craig.p.drummond
50e1f360f2 Center time slider 2014-02-20 18:53:27 +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
951ad0ba08 Slightly better... 2014-02-19 20:28:19 +00:00
craig.p.drummond
2589ab2530 Auto-scroll lyrics
BUG: 405
2014-02-18 19:34:37 +00:00
craig.p.drummond
fffe1aff5c Use WindowText, not ButtonText, for mono icons 2014-02-17 20:04:39 +00:00
craig.p.drummond
88e24dcbe2 Move search fields back to the top of views. 2014-02-10 20:36:06 +00:00
craig.p.drummond
943d27190c Use system menu icon for Linux builds. 2014-02-10 19:11:47 +00:00
craig.p.drummond
44ef760462 Dont embed pre-rendered versions of icon. Cantata *needs* svg icon loader, so removing previous work around... 2014-02-10 19:09:54 +00:00
craig.p.drummond
6312243352 Change views to scroll-per-pixel. 2014-02-09 15:46:14 +00:00
craig.p.drummond
a7a7094b29 No 'go back' action for search page - its only ever 1 level deep! 2014-02-07 20:11:35 +00:00
craig.p.drummond
3629118675 Dont react to mouse-release event in coverwidget if an override cursor has been set. Fixes the case, with Qt5 builds, where a drag is started on the cover widget causes interface to expand/collapse. 2014-02-07 20:10:18 +00:00
craig.p.drummond
78860e1daf Simplify - no need for highlight colouring 2014-02-06 19:49:11 +00:00
craig.p.drummond
a422c6b2ad Create a base class for TableViews 2014-02-04 19:14:11 +00:00
craig.p.drummond
34fad515f4 Remove typo 2014-02-04 19:13:42 +00:00
craig.p.drummond
e53a843bba Reset stylesheet when disabled 2014-02-03 19:17:03 +00:00
craig.p.drummond
79de50f121 Match symbolic icons 2014-02-03 19:16:45 +00:00
craig.p.drummond
b94aa86b74 Specify colour of symbolic icons in css file 2014-02-03 19:16:22 +00:00
craig.p.drummond
826d8ce63a Show time-slider position tooltip immediately.
BUG: 404
2014-02-02 16:12:34 +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
9692a5b62f Remove code duplication with startDrag() 2014-01-30 19:25:43 +00:00
craig.p.drummond
983925157a Reduce alpha - to be consistent with context view switcher widget 2014-01-30 19:25:27 +00:00
craig.p.drummond
8cba35b3db Only use 'mouse-over' if view is under mouse 2014-01-30 19:24:02 +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
craig.p.drummond
4bf5628b7b Remove status colun, and draw status icon in first column. 2014-01-29 19:25:30 +00:00
craig.p.drummond
8dd127e63d Tidy up 2014-01-29 19:18:33 +00:00
craig.p.drummond
79f49cbe0f Simplify 2014-01-29 19:18:17 +00:00
craig.p.drummond
45efc628ad Highlight background of label 2014-01-29 19:18:04 +00:00
craig.p.drummond
88cab86602 Use stretch header class from Clementine for table style views.
BUG: 397
2014-01-29 19:17:08 +00:00
craig.p.drummond
a542e1e9ca Only translate "Unknown" and "Various Artists" once 2014-01-29 19:15:57 +00:00
craig.p.drummond
528c772076 Grouped view is always single column! 2014-01-28 22:17:56 +00:00
craig.p.drummond
cb65db90c8 Playlists model ALWAYS needs to return a columnCount of 6. In TreeView, set a flag 'forceSingleColumn' when model is set, TreeView will hide all bar 1st column.
This is better than resetting the proxy each time - as this messes up the column stretching.

BUG: 397
2014-01-28 20:23:04 +00:00
craig.p.drummond
d55c599794 o need to create a widget to hold view, just add to stack. 2014-01-28 19:14:26 +00:00
craig.p.drummond
1f3a417d6e loadMediaIcon only use by Linux builds 2014-01-28 19:11:28 +00:00
craig.p.drummond
0debad37ec Bundle own copy of symblic media icons - so that these can be recoloured to match current theme. 2014-01-28 19:08:07 +00:00
craig.p.drummond
90de694daa Clicking on title list/icon view navigates back.
BUG: 392
2014-01-28 19:05:00 +00:00
craig.p.drummond
f6b148ff56 Use a separate page for each view type 2014-01-27 19:41:36 +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
e4cf9bf16b Reset model to reset column count 2014-01-27 19:39:44 +00:00
craig.p.drummond
ec7406a9c1 No slider handle 2014-01-27 19:39:09 +00:00
craig.p.drummond
29352f15a6 intercept OverrideShortcut event 2014-01-27 19:38:27 +00:00
craig.p.drummond
cbedf2776d Add 'Table' style view for playlists.
BUG: 391
2014-01-27 19:37:54 +00:00
craig.p.drummond
e6333a6373 If list view has focus, pressing Backspace will navigate back.
BUG: 392
2014-01-26 10:01:33 +00:00
craig.p.drummond
5cac84c7a3 Also update if type changes 2014-01-25 10:02:06 +00:00