Commit Graph

29 Commits

Author SHA1 Message Date
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01: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
3c6b7a3bb5 Show Music folder in settings dialog accessed from action dialog 2014-03-18 19:46:52 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
d2684adf6d - Handle multiple storage locations on MTP devices.
- Fix creation of music folder on MTP devices.
2013-02-24 22:50:53 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
6992f88027 - Store properties on remote device
- If no music items, delete cache
- If properties are all default, remove file
2012-12-18 19:38:28 +00:00
craig.p.drummond
de823fa17c Add option to specify max cover size when transfering to device. 2012-12-07 19:44:45 +00:00
craig.p.drummond@gmail.com
bdba0e4088 Fix Qt-only compile
BUG:89
2012-09-18 11:29:43 +00:00
craig.p.drummond
4aecafef4c Add Track Organizer dialog to Qt-only build. 2012-05-31 19:48:31 +00:00
craig.p.drummond
f5f3114145 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
631d9d60f2 Fxi saving, etc. 2012-02-22 17:27:41 +00:00
craig
5b68bd2e2b Initial work on remote (sshfs) devices. 2012-02-21 17:01:43 +00:00
craig
0c38fd5668 Add option to cache contents of UMS library to an XML file on the device. 2012-01-30 19:27:46 +00:00
craig
135ab049bb Add option to only transcode if source is a different format. 2012-01-28 21:37:23 +00:00
craig
0ff0354885 Use clicked() not pressed() 2012-01-28 12:41:37 +00:00
craig
8534e5f4a3 Initial transcode support 2012-01-28 11:26:49 +00:00
craig
1c1899ed84 Must have filename scheme to be able to save. 2012-01-26 20:04:26 +00:00
craig
99e28e68d6 Save coverFileName setting. 2012-01-21 23:18:42 +00:00
craig
b5c7e43041 Allow to configure source and destination devices.
Add a label if device has not been configured before.
2012-01-21 22:51:02 +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
332d407c04 Need to recreate properties dialog each time, as it could be child of either listview or action dialog!!! 2012-01-19 20:30:14 +00:00
craig
01c7eb8a1e Settings for MTP devices 2012-01-19 19:28:35 +00:00
craig
11d40462c8 Make cover name editable 2012-01-18 21:03:09 +00:00
craig
8b3928da96 Allow user to specify name for coverfile. 2012-01-16 20:47:03 +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