Clementine-audio-player-Mac.../src/devices
David Sansome 8306ddc90b Convert paths to native windows seperators in many places throughout the UI 2010-08-28 19:07:23 +00:00
..
afcdevice.cpp Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
afcdevice.h Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
afcfile.cpp Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
afcfile.h Improve error handling while transferring the iTunes database to/from the iPod 2010-08-09 19:24:17 +00:00
afctransfer.cpp Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
afctransfer.h Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
connecteddevice.cpp Remove the pointless CreateInThread method from BackgroundThread and instead move objects to the right thread after creation. 2010-08-27 18:36:57 +00:00
connecteddevice.h Initial support for MTP devices 2010-08-14 15:57:05 +00:00
devicedatabasebackend.cpp Save changes made in the device properties dialog 2010-07-04 15:18:37 +00:00
devicedatabasebackend.h Save changes made in the device properties dialog 2010-07-04 15:18:37 +00:00
devicekitlister.cpp Semi-working WMDM device lister 2010-08-15 23:26:04 +00:00
devicekitlister.h Semi-working WMDM device lister 2010-08-15 23:26:04 +00:00
devicelister.cpp *Fix device lister shutdown on mac 2010-08-23 10:26:00 +00:00
devicelister.h Properly shut down the WMDM lister 2010-08-22 15:42:21 +00:00
devicemanager.cpp Convert paths to native windows seperators in many places throughout the UI 2010-08-28 19:07:23 +00:00
devicemanager.h Semi-working WMDM device lister 2010-08-15 23:26:04 +00:00
deviceproperties.cpp Don't show empty rows in the Hardware Information view 2010-08-10 18:45:34 +00:00
deviceproperties.h Save changes made in the device properties dialog 2010-07-04 15:18:37 +00:00
deviceproperties.ui Don't show the device capacity text in the device properties dialog any more 2010-07-31 12:48:55 +00:00
devicestatefiltermodel.cpp In the organise dialog, prompt before connecting a device that hasn't been connected before 2010-08-14 12:30:51 +00:00
devicestatefiltermodel.h In the organise dialog, prompt before connecting a device that hasn't been connected before 2010-08-14 12:30:51 +00:00
deviceview.cpp Avoid using such small font sizes 2010-08-28 18:43:01 +00:00
deviceview.h Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +00:00
filesystemdevice.cpp Copy files to afc devices. Doesn't quite work yet 2010-08-08 17:41:06 +00:00
filesystemdevice.h Copy files to afc devices. Doesn't quite work yet 2010-08-08 17:41:06 +00:00
giolister.cpp Semi-working WMDM device lister 2010-08-15 23:26:04 +00:00
giolister.h Fix compile problem with glib >= 2.25. Fixes issue #662 2010-08-27 16:43:11 +00:00
gpoddevice.cpp Initial support for MTP devices 2010-08-14 15:57:05 +00:00
gpoddevice.h Support removing files from ipods 2010-08-14 10:32:47 +00:00
gpodloader.cpp Keep a shared_ptr on connected devices during the lifetime of their background processing threads 2010-08-09 21:32:25 +00:00
gpodloader.h Keep a shared_ptr on connected devices during the lifetime of their background processing threads 2010-08-09 21:32:25 +00:00
ilister.cpp Semi-working WMDM device lister 2010-08-15 23:26:04 +00:00
ilister.h Semi-working WMDM device lister 2010-08-15 23:26:04 +00:00
imobiledeviceconnection.cpp Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
imobiledeviceconnection.h Keep the same iPod connection when copying or removing multiple files, instead of connecting and disconnecting for each one. Also fix the lockdownd hack. 2010-08-14 11:16:11 +00:00
macdevicelister.h *Fix device lister shutdown on mac 2010-08-23 10:26:00 +00:00
macdevicelister.mm *Fix device lister shutdown on mac 2010-08-23 10:26:00 +00:00
mtpconnection.cpp Support copying files to MTP devices 2010-08-14 16:39:45 +00:00
mtpconnection.h Support copying files to MTP devices 2010-08-14 16:39:45 +00:00
mtpdevice.cpp Support removing files from MTP devices 2010-08-14 17:06:38 +00:00
mtpdevice.h Support copying files to MTP devices 2010-08-14 16:39:45 +00:00
mtploader.cpp Support removing files from MTP devices 2010-08-14 17:06:38 +00:00
mtploader.h Initial support for MTP devices 2010-08-14 15:57:05 +00:00
wmdmdevice.cpp Support deleting files from WMDM devices 2010-08-28 14:56:53 +00:00
wmdmdevice.h Support copying files to WMDM devices. Sometimes doesn't crash 100% of the time. 2010-08-23 19:13:27 +00:00
wmdmlister.cpp Try to parse a drive letter out of a WMDM device name, so we can use it as a filesystem device and have ipod support 2010-08-28 18:21:37 +00:00
wmdmlister.h Try to parse a drive letter out of a WMDM device name, so we can use it as a filesystem device and have ipod support 2010-08-28 18:21:37 +00:00
wmdmloader.cpp Save the entire path to files on a WMDM device 2010-08-28 14:48:41 +00:00
wmdmloader.h Save the entire path to files on a WMDM device 2010-08-28 14:48:41 +00:00
wmdmprogress.cpp Add some better error handling when copying files to WMDM devices, and receive progress notifications (they're not used yet except to output to stderr) 2010-08-28 14:33:23 +00:00
wmdmprogress.h Add some better error handling when copying files to WMDM devices, and receive progress notifications (they're not used yet except to output to stderr) 2010-08-28 14:33:23 +00:00
wmdmthread.cpp Support copying files to WMDM devices. Sometimes doesn't crash 100% of the time. 2010-08-23 19:13:27 +00:00
wmdmthread.h Support copying files to WMDM devices. Sometimes doesn't crash 100% of the time. 2010-08-23 19:13:27 +00:00