Commit Graph

240 Commits

Author SHA1 Message Date
craig
d9bc2ddfcf Use foreach 2012-01-25 17:34:01 +00:00
craig
cc95b844d6 Add finter-enabling to all models 2012-01-25 17:33:23 +00:00
craig
6806bf6669 Improve playqueue handling when we have 1000s of entries. 2012-01-24 21:59:37 +00:00
craig
713a52d8a3 Better cache usage 2012-01-24 19:58:29 +00:00
craig
f015ef7c16 Reduce amount library is loaded 2012-01-24 19:31:36 +00:00
craig
85b9d7c095 Mention music folder is also unsed for transferring to/from devices. 2012-01-22 19:31:56 +00:00
craig
45a2b3bc2e Only clear models if lastdbUpdate time is invalid 2012-01-22 19:00:19 +00:00
craig
3d9ab838a6 Reduce number of MPD reloads 2012-01-21 21:26:57 +00:00
craig
a1a08fc5a9 No need for update dialog - never seen this shown anyway!!! 2012-01-21 21:00:24 +00:00
craig
e8577a9703 Rename 'Update Database' action to 'Refresh', as the curent view is now also refreshed. 2012-01-21 20:58:58 +00:00
craig
3f81f07f3b - 'Fix Various Artists' setting belongs with device config
- Store Cantata specific UMS settings in separate file, as Amarok will completely replace the standard one!
2012-01-21 20:26:24 +00:00
craig
d92b723f9b Also check for folder.jpg/png 2012-01-20 20:19:13 +00:00
craig
a62f2c907f When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
6073a71980 When we recieve an updated signal frmo MPD, refresh library view. 2012-01-19 20:21:16 +00:00
craig
01c7eb8a1e Settings for MTP devices 2012-01-19 19:28:35 +00:00
craig
096d8a013c Configurable lsit/treeview for devices 2012-01-19 19:28:20 +00:00
craig
11b1db05cc Start of MTP device support. Still todo: copy-to device, remove songs, covers??? 2012-01-18 21:08:19 +00:00
craig
03dcd82ba1 Dsiable streams model when page hidden 2012-01-18 21:02:38 +00:00
craig
44d2e63d39 Fix Qt only build 2012-01-18 21:02:03 +00:00
craig
450bbcf917 Disable folders model when page hidden 2012-01-18 21:01:18 +00:00
craig
5dc18cfb44 When changing name of playlist, show the original name in the line-edit. 2012-01-16 21:01:50 +00:00
craig
5053ddd96e - 1 remove action
- fix text of edit actions
2012-01-16 20:58:32 +00:00
craig
8b3928da96 Allow user to specify name for coverfile. 2012-01-16 20:47:03 +00:00
craig
07252ad365 Disable albums model when page is hidden 2012-01-16 19:49:18 +00:00
craig
6617678831 Update albums when update db 2012-01-16 19:48:55 +00:00
craig
14f592c7e6 Copy/delete covers 2012-01-16 19:48:41 +00:00
craig
5b212ca399 Devices page requires library model to be loaded - so that can check for song existence 2012-01-16 19:47:07 +00:00
craig
00e8fd6c8a Add option to hide delete songs action 2012-01-15 21:25:07 +00:00
craig
658f0bc29e 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
fecaeb504b When checking for existing covers, also check AlbumArt.jpg/png 2012-01-11 20:13:50 +00:00
craig
99fcf7086a Use KInputDialog, not QInputDiallog, for KDE build. 2012-01-10 21:21:01 +00:00
craig
c16e6df623 When editing a stream category name, show the current name in the entry field. 2012-01-10 21:20:27 +00:00
craig
2a5085d589 Expand/collapse interface via clicking on album cover. 2012-01-06 19:39:42 +00:00
craig
6a3d36a05e Reduce control button spacing 2012-01-06 19:38:35 +00:00
craig
75c802418d eanble year in library view, and mpris support by default. 2012-01-06 19:38:22 +00:00
craig
9396c7e617 Fix Qt text formatting 2012-01-06 19:38:00 +00:00
craig
578b9a77cc KSqueezedLabel cant really handle rich text 2012-01-06 19:37:30 +00:00
craig
5996b24f5c Create custom cover for single-tracks album. 2012-01-06 19:36:38 +00:00
craig
4b14546648 Disable position slider when playing a stream. 2012-01-06 19:36:01 +00:00
craig
abb2712b87 Use 'play' icon for 'replace play queue', and 'add' icon for 'add to play queue' 2012-01-04 19:32:31 +00:00
craig
04f3aab21e Show track details in titlebar, so that these also appear in taskbar tooltips. 2012-01-04 19:20:11 +00:00
craig
518b7d41bb Cleanup 2012-01-04 19:19:13 +00:00
craig
db2c277063 Only need to load on mpd connection status change. 2012-01-04 19:18:48 +00:00
craig
e75e080a0b Fix streams export 2012-01-04 19:17:21 +00:00
craig
9fc2286ce3 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
79ea9b2c3f Fix display of dockmanager cover when read frmo amarok/clementine 2012-01-03 20:28:15 +00:00
craig
2a32ec80c3 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
39d8f5ef49 Fix class name case 2012-01-03 19:57:12 +00:00
craig
47ac68ee4b Change dock item icon to cover 2012-01-03 19:56:03 +00:00
craig
66d03b0c84 MPRISv2 interface 2012-01-03 19:55:13 +00:00