Commit Graph

209 Commits

Author SHA1 Message Date
craig.p.drummond
c0d3ac81db - Add control buttons for windows thumbnail toolbutton.
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00
craig.p.drummond
55cafd92f3 Podcast fixes/improvements
- Add actions to mark podcast as episode as listened or new.
- Add action to cancel podcast downloads.
- Download podcasts sequentially.
- Fix display of unplayed podcast episode counts.
BUG: 547
2014-09-25 18:18:26 +00:00
craig.p.drummond
7bfc8eb8b1 Hack around lack of auto-raise on OSX 2014-09-24 21:03:20 +00:00
craig.p.drummond
0e05af098b Retina support for covers in views. 2014-09-19 16:43:48 +00:00
craig.p.drummond
0cf5dc87cc Better retina support. 2014-09-18 16:29:58 +00:00
craig.p.drummond
5cae42aecb Allow to change stream, and online-service, filter search category without closing current search field. 2014-09-16 17:54:10 +00:00
craig.p.drummond
2b5c142866 If 'force single click' is disabled, then double-click on icon view will not add artist/album to playqueue but navigate into.
BUG: 541
2014-09-15 11:22:00 +00:00
craig.p.drummond
0ee187bb01 Simplify 2014-08-17 15:03:19 +00:00
craig.p.drummond
44aaa1e859 Fix comment 2014-08-17 15:03:02 +00:00
craig.p.drummond
48161dc53a Better var names 2014-08-17 15:02:44 +00:00
craig.p.drummond
32bdaf7147 Larger covers 2014-08-17 15:02:29 +00:00
craig.p.drummond
68f5fe3708 Remove double semi-colons 2014-08-17 15:02:07 +00:00
craig.p.drummond
7588d5d1d6 Always large action icons for grid view. 2014-08-17 15:01:32 +00:00
craig.p.drummond
3f910a7668 Fix view item size if not showing covers 2014-08-12 19:45:27 +00:00
craig.p.drummond
54c9f0c648 Move updating, etc, into ItemView 2014-07-30 19:03:24 +00:00
craig.p.drummond
82154caebf Load album covers for artists view in UI thread 2014-07-24 17:35:09 +00:00
craig.p.drummond
68cc3c2410 - Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
118e1d68f2 Fix sub-text rect 2014-07-16 19:02:35 +00:00
craig.p.drummond
8469d7d1dc Correct signal name 2014-07-14 18:44:12 +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
6bd61fdd8d Use larger actions for icon view 2014-06-30 18:44:45 +00:00
craig.p.drummond
382ddaa280 Give more space around top of covers in icon view - so that selection looks nicer 2014-06-30 18:44:00 +00:00
craig.p.drummond
f653dc55ca Exclude some more keys from activating search field 2014-06-21 11:40:20 +00:00
craig.p.drummond
62550239b5 RTL fixes 2014-06-20 17:58:28 +00:00
craig.p.drummond
2b4b1f8577 Fix search field being displayed after a dialog is dismissed 2014-06-11 18:28:51 +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
5e28cf7ba2 Restore search field visibility for; PlayQueue, Artists, Albums, Folders, Playlists, Dynamic, and Devices views
BUG: 485
2014-05-30 16:03:56 +00:00
craig.p.drummond
430f4af231 Only show search if enabled 2014-05-20 18:16:16 +00:00
craig.p.drummond
9780da2158 Reduce alpha of sub-text 2014-05-15 11:14:12 +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
c329d0136a Draw icons at full opacity if touch-friendly and item is selected 2014-04-29 19:00:49 +00:00
craig.p.drummond
f7a3170340 Increase size of items if touch-friendly 2014-04-28 19:40:06 +00:00
craig.p.drummond
abe6f47206 Dont increase icon size for 'touch friendly' - looks awful. Instead, just increase with of toolbuttons by 33% 2014-04-24 19:10:27 +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
dd9d01deb2 Dont draw background behind actions 2014-04-23 19:01:07 +00:00
craig.p.drummond
80a2f81458 Fix back button text 2014-04-23 19:00:11 +00:00
craig.p.drummond
bd4ee119ae Remove 'Go Back' from context menu 2014-04-23 18:59:07 +00:00
craig.p.drummond
d26cb5ea53 Combine back button and label into 1 button 2014-04-22 18:39:06 +00:00
craig.p.drummond
17d4863385 Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
3d8f2a9e4d Fix crash when chaging view mode whilst search is active. 2014-04-17 16:02:35 +00:00
craig.p.drummond
1929ddaffe If MPD database is refreshed whilst listview is not at top level, then reset view to top level 2014-04-04 19:34:10 +00:00
craig.p.drummond
719b10fed8 Code layout re-org 2014-04-02 17:35:21 +00:00
craig.p.drummond
6637482bc6 - When mouse-over listview title, use highlight colour for text (and not whole background). This is more consistent with time-slider's time remaining label.
- Make shortcut for 'Go Back' action changeable.
2014-03-31 17:53:25 +00:00
craig.p.drummond
e3eca2e9fb Remove action from menu when hide 2014-03-31 17:52:41 +00:00
craig.p.drummond
3700ff736f Remove home button - not really needed. 2014-03-31 17:52:20 +00:00
craig.p.drummond
3b700eefb8 REduce KDE differences 2014-03-26 19:34:28 +00:00
craig.p.drummond
c0f99fa23b - Be consistent with dsiaplying year's of albums - year is shown in brackets after album name.
- Only show album year in non-icon view.
2014-03-11 19:45:38 +00:00
craig.p.drummond
0dd5b07989 For some Gtk styles, make it appear as if there is just one line between views. 2014-02-27 17:45:16 +00:00
craig.p.drummond
efd36899dc USe different small scale factor depending upon current font size 2014-02-25 19:27:29 +00:00
craig.p.drummond
ddf3d94d5b No 'go back' action for search page - its only ever 1 level deep! 2014-02-07 20:11:35 +00:00