Linus Walleij | 8ab5426 | 2006-06-21 07:12:28 +0000 | [diff] [blame^] | 1 | 2006-06-21 Linus Walleij <triad@df.lth.se> |
| 2 | |
| 3 | * src/libmtp.h.in: added function to retrieve supported |
| 4 | filetypes. |
| 5 | * src/libmtp.c: ditto. |
| 6 | * examples/detect.c: use that function. |
| 7 | |
Linus Walleij | cf223e6 | 2006-06-19 09:31:53 +0000 | [diff] [blame] | 8 | 2006-06-19 Linus Walleij <triad@df.lth.se> |
| 9 | |
| 10 | * src/unicode.c: support all endianness, detect |
| 11 | byte-order-mark |
| 12 | * src/unicode.h: ditto. |
| 13 | * src/libmtp.c: ditto. |
| 14 | * examples/detect.c: use proper tempfile function. |
| 15 | * src/libmtp.h.in: add some more track properties. |
| 16 | * src/libmtp.c: ditto. |
| 17 | * examples/tracks.c: ditto. |
| 18 | |
Linus Walleij | 2e4b5f9 | 2006-06-16 14:00:49 +0000 | [diff] [blame] | 19 | 2006-06-16 Linus Walleij <triad@df.lth.se> |
| 20 | |
| 21 | * src/libmtp.h.in: new interfaces for single metadata post |
| 22 | retrieveal. |
| 23 | * src/libmtp.c: ditto. |
| 24 | * examples/playlists.c: display track info using the new |
| 25 | individual track metadata retrieveal method. |
| 26 | * examples/getplaylist.c: ditto. |
| 27 | |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 28 | 2006-06-13 Linus Walleij <triad@df.lth.se> |
| 29 | |
| 30 | * src/libmtp.h.in: added default folders to device struct. |
Linus Walleij | 545c779 | 2006-06-13 15:22:30 +0000 | [diff] [blame] | 31 | Add some new function prototypes. |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 32 | * src/libmtp.c: discover and use the default folders if |
Linus Walleij | 545c779 | 2006-06-13 15:22:30 +0000 | [diff] [blame] | 33 | we can find them. Retrieve device secure time and cert |
| 34 | out of sheer curiosity. |
| 35 | * src/ptp.c: sync to libgphoto2 with my patches. |
| 36 | * src/ptp.h: ditto. |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 37 | |
Linus Walleij | 438bd7f | 2006-06-08 11:35:44 +0000 | [diff] [blame] | 38 | 2006-06-07 Linus Walleij <triad@df.lth.se> |
| 39 | |
| 40 | * src/libmtp.h.in: new playlist API and refactorings. |
| 41 | * src/libmtp.c: ditto, and refactorings. |
| 42 | * src/unicode.h: const correctness. |
| 43 | * src/unicode.c: ditto. |
| 44 | * examples/playlists.c: new example program. |
| 45 | * configure.ac: bump to 0.0.9 |
| 46 | * src/Makefile.am: bump library interface. |
| 47 | |
Linus Walleij | 52e3ac5 | 2006-06-05 10:30:00 +0000 | [diff] [blame] | 48 | 2006-06-05 Linus Walleij <triad@df.lth.se> |
| 49 | |
| 50 | * examples/sendtr.c: fixed annoying bug that made this |
| 51 | program totally useless. |
| 52 | * src/libmtp.c: cosmetics. |
| 53 | * configure.ac: bump to 0.0.8. |
| 54 | |
Linus Walleij | 345a337 | 2006-06-03 20:55:25 +0000 | [diff] [blame] | 55 | 2006-06-03 Linus Walleij <triad@df.lth.se> |
| 56 | |
| 57 | * src/libmtp.c: metadata bugs, album name and genre |
| 58 | confused. Fixe it and released libmtp 0.0.7. |
| 59 | |
Linus Walleij | dc09dc0 | 2006-06-01 14:23:41 +0000 | [diff] [blame] | 60 | 2006-06-01 Linus Walleij <triad@df.lth.se> |
| 61 | |
| 62 | * Released libmtp 0.0.6. |
| 63 | |
Linus Walleij | 549ec4d | 2006-05-31 19:59:52 +0000 | [diff] [blame] | 64 | 2006-05-31 Linus Walleij <triad@df.lth.se> |
| 65 | |
| 66 | * src/libmtp.c: fixed mapping for JPEG vs JFIF |
| 67 | * src/libmtp.h.in: added proper type for JPEG |
| 68 | * examples/sendfile.c: send proper JPEG type |
| 69 | |
Linus Walleij | d3fdd97 | 2006-05-30 15:51:37 +0000 | [diff] [blame] | 70 | 2006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net> |
| 71 | |
| 72 | * src/libmtp.c: fixed a bug in update metadata due to |
| 73 | bad use of return code. |
| 74 | * src/libusb-glue.c: fixed a loop exiting problem with |
| 75 | good 'ol GOTO. |
| 76 | |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 77 | 2006-05-29 Linus Walleij <triad@df.lth.se> |
| 78 | |
| 79 | * src/libusb-glue.c: one more device. |
| 80 | * doc/examples.h: produce correct documentation. |
| 81 | * configure.ac: bump to 0.0.6. |
Linus Walleij | f67bca9 | 2006-05-29 09:33:39 +0000 | [diff] [blame] | 82 | * src/ptp.c: sync to libgphoto2. |
| 83 | * src/ptp.h: ditto. |
| 84 | * src/ptp-pack.c: ditto. |
Linus Walleij | f0f3d48 | 2006-05-29 14:10:21 +0000 | [diff] [blame] | 85 | * src/libmtp.c: fixed all filetype API related functions |
| 86 | not to use any PTP intrinsic defines at all, made all |
| 87 | parameters to functions use the internal libmtp interface |
| 88 | enumerations and definitions. Removed LIBMTP_Release(): |
| 89 | we can live with the memory lost during init. You're not |
| 90 | supposed to re-initialize the device. Consequently removed |
| 91 | the delete function that cleaned the filetype assoc list. |
| 92 | * examples/refactortest.c: reflect changes. |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 93 | |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 94 | 2006-05-26 Dave Kelly <libmtp@ravelox.co.uk> |
| 95 | |
| 96 | * src/libmtp.c: refactored object handling to be more generic |
| 97 | * src/libmtp.h.in: ditto |
| 98 | * examples/refactortest.c: Added simple example to use refactoring |
| 99 | * examples/getplaylist.c: Added example to extract playlist data |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 100 | * src/ptp.c: Re-added ptp_get/set_objectreferences to allow |
| 101 | for playlist handling |
| 102 | * src/ptp.h: ditto |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 103 | |
Linus Walleij | 1fd2d27 | 2006-05-08 09:22:01 +0000 | [diff] [blame] | 104 | 2006-05-08 Linus Walleij <triad@df.lth.se> |
| 105 | |
| 106 | * src/libmtp.h.in: add simple detection function. |
| 107 | * src/libusb-glue.c: implement MTP "OS descriptor" for |
| 108 | looking for MTP devices. |
| 109 | * examples/detect.c: make it possible to do very |
| 110 | rudimentary detection with "detect -p". |
| 111 | * configure.ac: bump to 0.0.5. |
| 112 | |
Linus Walleij | 685137f | 2006-05-07 18:09:02 +0000 | [diff] [blame] | 113 | 2006-05-07 Linus Walleij <triad@df.lth.se> |
| 114 | |
| 115 | * COPYING: since we no longer use any parts of libptp2 |
| 116 | and only files from libgphoto2, we switch to the GNU |
| 117 | Lesser General Public License (GNU LGPL). libptp2 is |
| 118 | a derived work from libgphoto2, and so is libmtp, there |
| 119 | are no remnants of libptp2 in libmtp anymore. |
| 120 | |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 121 | 2006-05-04 Linus Walleij <triad@df.lth.se> |
| 122 | |
| 123 | * examples/sendfile.c: fixes some more filetypes. |
Linus Walleij | 453813c | 2006-05-04 19:46:43 +0000 | [diff] [blame] | 124 | * src/libmtp.c: respectfully rearranged to use a filetype mapping |
| 125 | table. |
| 126 | * src/ptp-pack.c: real nasty unicode packing bug. |
| 127 | * Release libmtp 0.0.4. |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 128 | |
Linus Walleij | d6a4997 | 2006-05-02 08:24:54 +0000 | [diff] [blame] | 129 | 2006-05-02 Linus Walleij <triad@df.lth.se> |
| 130 | |
| 131 | * src/libmtp.c: general shaping up for release. All track |
| 132 | and file sending functions now respects a parent ID to be |
| 133 | sent along with files and tracks. |
| 134 | * src/libmtp.h.in: dito. |
| 135 | * src/libusb-glue.c: dito. |
| 136 | * examples/sendfile.c: interface dependency changes. |
| 137 | * examples/sendtr.c: dito. |
| 138 | |
Linus Walleij | c60275a | 2006-04-30 10:58:11 +0000 | [diff] [blame] | 139 | 2006-04-30 Linus Walleij <triad@df.lth.se> |
| 140 | |
| 141 | * src/ptp.c: sync upstream. |
| 142 | * src/ptp.h: dito. |
| 143 | |
Linus Walleij | 370c68d | 2006-04-27 14:19:01 +0000 | [diff] [blame] | 144 | 2006-04-27 Linus Walleij <triad@df.lth.se> |
| 145 | |
| 146 | * examples/sendfile.c: first file sender program based |
| 147 | on API implementation and changes by Chris Allegretta. |
| 148 | * examples/Makefile.am: new program, new entry. |
| 149 | * src/libmtp.c: reflect this new functionality. |
| 150 | * src/libmtp.h.in: dito. |
| 151 | |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 152 | 2006-04-25 Linus Walleij <triad@df.lth.se> |
| 153 | |
| 154 | * Rebased the sources around libgphoto2 instead. |
| 155 | This was a major revision... |
| 156 | * src/ptp.c: imported libgphoto2 version verbatim. |
| 157 | * src/ptp.h: imported libgphoto2 version, minor patch. |
| 158 | * src/ptp-pack.c: imported libgphoto2 version, minor patch. |
Linus Walleij | 9a96f0b | 2006-04-25 08:46:59 +0000 | [diff] [blame] | 159 | * src/ptp-pack.h: dropped, libgphoto2 does not use it. |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 160 | * src/mtp.c: dropped, since all functions are now in ptp.c |
| 161 | * src/mtp-pack.c: dropped, same reason. |
| 162 | * src/mtp.h: dropped, same reason. |
| 163 | * src/mtp-pack.h: dropped, same reason. |
| 164 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 165 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 166 | |
Linus Walleij | 902c0b9 | 2006-04-21 10:52:48 +0000 | [diff] [blame] | 167 | * Released libmtp 0.0.3 |
| 168 | * Bumped source to 0.0.4 |
| 169 | |
| 170 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 171 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 172 | * src/ptp-pack.c: GCC 4.x compilation patch from |
| 173 | Diego Pettenò. |
Linus Walleij | a06a279 | 2006-04-21 07:52:26 +0000 | [diff] [blame] | 174 | * src/libusb-glue.c: New Samsung device and some |
| 175 | from libgphoto2. |
Linus Walleij | 9c6ca02 | 2006-04-21 10:24:15 +0000 | [diff] [blame] | 176 | * src/ptp.h: some defines from libgphoto2 to get |
| 177 | a bit more compatible. |
| 178 | * src/libmtp.c: Added a folder API implementation by |
| 179 | Dave "ravelox" Kelly. |
| 180 | * src/libmtp.h.in: dito. |
| 181 | * examples/folders.c: dito. |
| 182 | * examples/newfolder.c: dito. |
| 183 | * examples/trexist.c: dito. |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 184 | |
Linus Walleij | 6fd2f08 | 2006-03-28 07:19:22 +0000 | [diff] [blame] | 185 | 2006-03-28 Linus Walleij <triad@df.lth.se> |
| 186 | |
| 187 | * m4/*: updated macros to work with GCC 4.1.0. |
| 188 | * examples/hotplug.c: new program to create device |
| 189 | ID lists. |
| 190 | * libmtp.rules: now an auto-generated file. |
| 191 | * libmtp.usermap: now an auto-generated file. |
| 192 | |
Linus Walleij | f6bc178 | 2006-03-24 15:12:47 +0000 | [diff] [blame] | 193 | 2006-03-24 Linus Walleij <triad@df.lth.se> |
| 194 | |
| 195 | * Beginning a file API, fixed some example program |
| 196 | names and such. |
| 197 | |
Linus Walleij | 6946ac5 | 2006-03-21 06:51:22 +0000 | [diff] [blame] | 198 | 2006-03-18 Linus Walleij <triad@df.lth.se> |
| 199 | |
| 200 | * Fixed up callback interface to a simpler version, |
| 201 | the old one was bloated stuff from libnjb anyway. |
| 202 | Bump to 0.0.2. |
| 203 | |
Linus Walleij | 9b28da3 | 2006-03-16 13:47:58 +0000 | [diff] [blame] | 204 | 2006-03-16 Linus Walleij <triad@df.lth.se> |
| 205 | |
| 206 | * Fixed the .h file and implementation so you really only |
| 207 | need this one .h file to interface the library. |
| 208 | |
Linus Walleij | 8012406 | 2006-03-15 10:26:09 +0000 | [diff] [blame] | 209 | 2006-03-15 Linus Walleij <triad@df.lth.se> |
| 210 | |
| 211 | * Added three device information retrieval functions. |
| 212 | |
Linus Walleij | 15e344f | 2006-03-06 15:15:00 +0000 | [diff] [blame] | 213 | 2006-03-06 Linus Walleij <triad@df.lth.se> |
| 214 | |
| 215 | * Moving some things around to structure the source. More |
| 216 | will be needed... |
| 217 | |
Linus Walleij | 9321860 | 2006-02-27 08:53:38 +0000 | [diff] [blame] | 218 | 2006-02-27 Linus Walleij <triad@df.lth.se> |
| 219 | |
| 220 | * Release libmtp 0.0.1 so people have something to play with, |
| 221 | what the heck. Probably saves someones day. |
| 222 | |
Linus Walleij | 95698cd | 2006-02-24 10:40:40 +0000 | [diff] [blame] | 223 | 2006-02-24 Linus Walleij <triad@df.lth.se> |
| 224 | |
| 225 | * Deltr example program to delete tracks, plus corresponding |
| 226 | interface call. |
| 227 | |
Linus Walleij | 17e39f7 | 2006-02-23 15:54:28 +0000 | [diff] [blame] | 228 | 2006-02-23 Linus Walleij <triad@df.lth.se> |
| 229 | |
| 230 | * Fixed up sendtr program and metadata tagging function that is |
| 231 | used after sending files. |
| 232 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 233 | 2006-02-22 Linus Walleij <triad@df.lth.se> |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 234 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 235 | * Untested gettr.c and sendtr.c programs to get and send tracks |
| 236 | created. |
| 237 | |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 238 | 2006-01-30 Linus Walleij <triad@df.lth.se> |
| 239 | |
| 240 | * Created the initial GNU source directory structure. |
| 241 | * Added the most basic files. |