log src/mtp_up/mtp.c @ 2149:cf20f1bd2f1e

age author description
Thu, 01 Nov 2007 21:20:20 +0100 mf0102 - updated German translation
Sat, 13 Oct 2007 23:09:40 -0500 William Pitcock playlist API vtabling
Sun, 07 Oct 2007 00:25:33 -0500 William Pitcock s/vfs_/aud_vfs_/g
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Tue, 11 Sep 2007 02:28:47 +0300 Matti Hamalainen Oops, one argument for tuple_get_string() was missing, fixed. Pointed out by
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sun, 09 Sep 2007 23:22:52 +0300 Matti Hamalainen Fix some tuple function calls to conform with new API.
Sun, 09 Sep 2007 22:06:10 +0300 Matti Hamalainen Fix plugins to conform with PLAYLIST_{UN}LOCK() change.
Fri, 24 Aug 2007 20:38:41 +0300 Cristi Magherusan fixed filename
Thu, 23 Aug 2007 18:26:44 +0300 Cristi Magherusan now i'm free'ing the metadata struct
Thu, 23 Aug 2007 16:47:45 +0300 Cristi Magherusan switched to uploading tracks instead of files, added disconnect option, other misc. fixes
Fri, 17 Aug 2007 00:12:43 +0300 Cristi Magherusan made it enabled by default if having libmtp, fixes Chainsaw's bug and adds some improvements
Thu, 16 Aug 2007 18:22:00 +0300 Cristi Magherusan some fixes, more debug info
Thu, 16 Aug 2007 03:29:09 +0300 Cristi Magherusan merge
Thu, 16 Aug 2007 03:26:27 +0300 Cristi Magherusan handling device disconnected errors
Tue, 14 Aug 2007 23:33:33 +0300 Cristi Magherusan the pending uploads are cancelled on exit, so it doesnt lock anymore while cleaning up
Tue, 14 Aug 2007 22:55:17 +0300 Cristi Magherusan fixed the upload
Tue, 14 Aug 2007 00:14:43 +0300 Cristi Magherusan URI-fication
Sat, 11 Aug 2007 18:10:34 +0300 Cristi Magherusan the label wasn't restored on failure
Sat, 11 Aug 2007 17:56:51 +0300 Cristi Magherusan the menu item is now disabled during upload
Sat, 11 Aug 2007 15:55:14 +0300 Cristi Magherusan lots of fixes
Sat, 11 Aug 2007 02:50:12 +0200 Giacomo Lozito do not assume that mtp_cleanup is only called after mtp_init (it's not true for general plugins); also, destroy the menuitem as it seems that it still holds a reference after being removed from its menushell
Sat, 11 Aug 2007 02:43:18 +0300 Cristi Magherusan remove the item from the menu when the plugin is disabled
Sat, 11 Aug 2007 01:52:28 +0300 Cristi Magherusan MTP upload plugin