Commit Graph

516 Commits

Author SHA1 Message Date
craig
800dddc394 Request list of URL handlers immediately after connecting. 2012-04-17 15:51:40 +00:00
craig
9c19f04190 Default to 'Alt+<num>' for page shortcuts. 2012-04-16 18:44:07 +00:00
craig
4ca5f4f635 s/playlist/playqueue/g 2012-04-16 18:43:50 +00:00
craig
5818ab9047 Dont display message when dynamic mode enabled - too intrusive! 2012-04-16 18:39:05 +00:00
craig
693b26e27d - Add showPAge to MPRIS interface
- Add a 'search' action (Ctrl-F) that will move focus to curent tab's search
field - or to play queue search field (if play queue has focus).
2012-04-16 18:38:00 +00:00
craig
7afc042d9c Update grouped-view controlled albums set when we update model 2012-04-16 18:36:02 +00:00
craig
0970d7f5ec Better, less hacky, workaround for QAbstractItemView shif-select bug
(https://bugreports.qt-project.org/browse/QTBUG-18009). Thanks to Spitfire
from qtcentre.org forums for fix.
2012-04-16 18:35:20 +00:00
craig
50b771aa97 Revert back to oxygen shuffle icon - downloaded one was blurry!!! 2012-04-14 10:49:18 +00:00
craig
0925f08c40 Correct icon name 2012-04-14 10:44:19 +00:00
craig
34c89542cf Add a custom random/shuffle icon - matches repeat icon better. 2012-04-14 10:42:05 +00:00
craig
1476939541 Get URL handlers when stats updated 2012-04-14 10:25:17 +00:00
craig
7334becd9b Close old notifier when change track 2012-04-14 10:20:19 +00:00
craig
a37b5f5af6 In tag-editor, only set placeholder text to '(Various)' for fields where
there are actually some values set.
2012-04-14 10:20:01 +00:00
craig
8c9bb671dc Disable pos slider if no current track 2012-04-14 10:19:24 +00:00
craig
abd09e6a8a Stop dynamizer if stop on exit 2012-04-14 10:18:55 +00:00
craig
9a233fbaf1 clear any existing search when 'Locate In Library' is activated. 2012-04-11 21:51:58 +00:00
craig
24829b3d0f Fix detection of non standard filename covers. 2012-04-11 21:48:03 +00:00
craig
22e3e9282c Dynamic playlists!!! 2012-04-10 21:23:21 +00:00
craig
81f7b2a04f Fix grouped playqueue when we have repeated instances of an album. Now when
an album is expanded/collapsed - all instances are expanded/collapsed.
2012-04-10 16:16:06 +00:00
craig
7d02e8b27a Give streams key 0 2012-04-08 11:20:37 +00:00
craig
228a40b2e1 Only expand if we have text 2012-04-07 20:17:35 +00:00
craig
adf25e16f2 No message on del 2012-04-05 14:19:00 +00:00
craig
ab456ae98f Save/restore current index - like we do with playqueue.
Also, try to ensure an item is selected - in case we are delteing items
2012-04-04 20:25:23 +00:00
craig
3d0177514e Rename playqueue update 2012-04-04 19:53:55 +00:00
craig
7dde92ca47 Cleanup playqueue update function 2012-04-04 19:47:15 +00:00
craig
993dc7481e Use SH_ItemView_ActivateItemOnSingleClick to detect single click mode in Qt build. 2012-04-04 18:45:02 +00:00
craig
a1721afb6c Fix mobile wikipedia links - need to use m.wikipedia, so that when links are followed we stay on mobile version. 2012-04-03 22:35:13 +00:00
craig
e8345bbc26 Remove repeated line 2012-04-03 22:34:27 +00:00
craig
60e5f55e9e Only load covers when item shown 2012-04-03 20:54:50 +00:00
craig
75fc0c031a Need to load playqueue!!!! 2012-04-02 18:03:57 +00:00
craig
1b84b63a15 Only refresh library on re-connect, not initial connect 2012-04-02 17:57:46 +00:00
craig
d37b1d6770 Dont attempt to remove song from playlist if we are removing the playlist 2012-04-02 17:57:22 +00:00
craig
2d657b4007 Reduce memory usage - VERY slightly!!!! 2012-04-02 17:56:13 +00:00
craig
e6cc65ac1f Only load covers when album page is selected. 2012-04-01 17:08:15 +00:00
craig
97ae99f591 Add option to sort albumview by artist/year/album. 2012-03-29 21:39:03 +00:00
craig
ec1680f470 Cover setting 2012-03-29 16:11:08 +00:00
craig
d8d43ec62a Impreove 'single' icon 2012-03-29 15:50:46 +00:00
craig
22f266d93b When using large sizdebar, attempt to calculate correct min size. 2012-03-29 15:50:33 +00:00
craig
72265d2bf3 Support 'single' mode. 2012-03-29 15:49:47 +00:00
craig
5a57f336b8 Use 'plchangesposid' MPD command to get list of playqueue changes - means
less data needs to be read from MPD per playqueue update.
2012-03-29 15:49:19 +00:00
craig
c3c014341c Collapsed view height 2012-03-29 15:48:28 +00:00
craig
db9781a8bf Dont draw gray background for single tracks cover 2012-03-29 15:47:36 +00:00
craig
843d53da35 Fix google encoding - so that "Queensrÿche" now works 2012-03-29 15:47:07 +00:00
craig
8ddabea5c0 Set font family for info page. (KDE only) 2012-03-29 15:46:44 +00:00
craig
a34cb4213d - Add custom icons for library and info pages.
- Use cd icon (without music note) for albums page.
2012-03-27 21:11:02 +00:00
craig
ce34c9f31d Remvoe duplicate line 2012-03-27 17:39:31 +00:00
craig
3fe8b94b59 Automatically expand treeview items when searching. 2012-03-27 17:39:05 +00:00
craig
9d73bee560 Improve albums page responsiveness when loading covers. 2012-03-26 18:32:45 +00:00
craig
74e3663c5b Fix logic of replacing play queue - the clear message is sent in the MPD
thread just before the add message.
2012-03-26 18:22:26 +00:00
craig
a398a96b06 Need std dev support for remote dev 2012-03-26 18:21:50 +00:00