Commit Graph

61 Commits

Author SHA1 Message Date
craig.p.drummond
4c49bdc00a Adjust images when change sizes. 2012-06-15 19:40:41 +00:00
craig.p.drummond@gmail.com
b916645b47 - Reduce size of spinner
- Stop spinner when finished (code was commented out to test Qt-only spinner!)
2012-06-06 11:15:46 +00:00
craig.p.drummond
bdec7c03b5 Implement a basic spinner widget for item views in Qt-only builds. 2012-06-01 16:24:54 +00:00
craig.p.drummond
f9f1edcb6f Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
c87402d2b6 When grouping songs into albums, take into account song year. Its possible for an artist to release two albums with the same name in different years!
BUG:6
2012-04-30 11:07:58 +00:00
craig.p.drummond@gmail.com
16936274b2 Fix albums view position when going back from album contents. 2012-04-26 17:17:15 +00:00
craig.p.drummond@gmail.com
c47987a661 Fix fetching of covers for grouped playlists. 2012-04-20 11:34:15 +00:00
craig
9f727ba366 - Change icon of active dynamic playlist
- Allow to have any combination of act1, act2, and toggle in itemview
2012-04-16 18:39:50 +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
9a233fbaf1 clear any existing search when 'Locate In Library' is activated. 2012-04-11 21:51:58 +00:00
craig
22e3e9282c Dynamic playlists!!! 2012-04-10 21:23:21 +00:00
craig
6527e9849a Fix del key event filter in grouped view. 2012-04-04 18:45:24 +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
3fe8b94b59 Automatically expand treeview items when searching. 2012-03-27 17:39:05 +00:00
craig
b11f749408 No actions in grouped view 2012-03-23 20:35:49 +00:00
craig
c62a31e271 Drop modes 2012-03-23 20:33:22 +00:00
craig
1cfd62a95c Add action to show current track in lib 2012-03-21 19:05:55 +00:00
craig
41c8e61e4b No auto expand for playlist 2012-03-21 19:04:54 +00:00
craig
e6182412c3 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
4d29644fa8 Use single-shot timers for search! Otherwise we keep on re-searching!!!!! 2012-03-11 20:51:25 +00:00
craig
6e8e8f1ace Much better playlist tree style 2012-03-06 19:03:40 +00:00
craig
361e2c2fb4 Better text alignment with dif sized icons 2012-03-06 19:00:40 +00:00
craig
a6dc0e5b0f Darker sub-text 2012-03-06 19:00:20 +00:00
craig
d8627fa867 Update playlist list-style text 2012-03-05 19:50:40 +00:00
craig
5c49d36551 Esc key navigates back in list views - if view has focus. 2012-03-05 19:50:18 +00:00
craig
a295dc1b99 Fix album view search text 2012-03-05 19:49:46 +00:00
craig
adfa0c6e65 Reduce size 2012-03-02 20:28:32 +00:00
craig
a34b7c29c6 Use correct palette 2012-03-02 20:28:20 +00:00
craig
973963c179 init vars 2012-02-28 19:32:24 +00:00
craig
16d94e438e Fix drag'n'drop of tracks from album view into play queue - affected list
and icon/list modes.
2012-02-25 21:53:32 +00:00
craig
231f6684d7 Some items dont have toggle 2012-02-22 17:27:17 +00:00
craig
9111091df8 Add connect/disconnect action 2012-02-21 22:23:55 +00:00
craig
4ff83462df Fix crash when navigating listviews. 2012-02-13 21:04:38 +00:00
craig
1e7a791278 Simplify 2012-02-09 19:16:10 +00:00
craig
f4000ecce8 Fix search placeholder text when navigating back in list style devices. 2012-02-09 19:15:59 +00:00
craig
73295c6414 Allow icon names iwth path 2012-02-03 19:36:54 +00:00
craig
8e5ab6054b Delayed search for all views 2012-01-25 17:41:24 +00:00
craig
613f625422 Initial import of device support work
- Basic copy to/from device support.
- When refreshing library/albums, only affect parts of the model that have
  changed. (Previously the whole model was replaced).
- Allow songs to be deleted.

TODO:
- Make song deletion actually work
- Copy/delete album covers
- When deleting a whole album/artist, need to delete corresponding dir if it is empty.
- MTP devices
2012-01-15 19:18:12 +00:00
craig
16d525f9e3 Draw translucent icon below text 2012-01-06 19:37:12 +00:00
craig
8fdfed2363 In list/icon view, show actions of not selected/highlighted items at 20% opacity. 2012-01-06 19:35:49 +00:00
craig
27a8c7351d Use 'play' icon for 'replace play queue', and 'add' icon for 'add to play queue' 2012-01-04 19:32:31 +00:00
craig
0bf2d3553f Allow to use icon view in all bar lowest level - in case we ever have icon/list view for library. 2012-01-04 19:18:07 +00:00
craig
7dad99ec88 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
ec6cae6016 Fix:
when in a lower level, and search to an item that matches higher - the model navigates up - but the nav buttons dont change!!!!
this leads to a crash when press nav button!
   e.g. Im/
          Final Front../
            El Dorado...
        A/
           B

        If we are in 'B' and type 'Dorado' then we change to 'Im' - but nav buttons do not!
2012-01-03 19:58:33 +00:00
craig
70c10f9ed5 Fix actions not always displaying. 2011-12-30 13:45:22 +00:00
craig
1c664d2086 More opaque action background. 2011-12-30 13:43:37 +00:00
craig
10247c1861 Better detection of when mouse is in action rect. 2011-12-30 13:31:51 +00:00
craig
66263829dc Fix some right-to-left issues. 2011-12-22 20:28:01 +00:00
craig
1e46e13da5 Show spinner over library/album/folder view when loading. (KDE only) 2011-12-22 20:03:54 +00:00
craig
20bfa4ecea Hmmm, for single-click we need to connec to QTreeView::activated 2011-12-22 00:29:42 +00:00