24554 Commits

Author SHA1 Message Date
Kovid Goyal
3ee0576ed4 ... 2012-08-27 14:23:15 +05:30
Kovid Goyal
f9dc2cd6d7 ... 2012-08-27 11:59:01 +05:30
Kovid Goyal
9aa30a8b71 ... 2012-08-27 09:53:52 +05:30
Kovid Goyal
a14bc99af6 ... 2012-08-27 00:37:32 +05:30
Kovid Goyal
26618a2a9d Add a function to get information about all network interfaces 2012-08-26 22:39:35 +05:30
Kovid Goyal
a43ca92e02 MTP unix: Add a debug connected devices method. 2012-08-26 22:22:49 +05:30
Kovid Goyal
6b17b8a42b ... 2012-08-26 18:46:11 +05:30
Kovid Goyal
23c1910bdb ... 2012-08-26 18:40:09 +05:30
Kovid Goyal
ec8d874fd7 MTP: Update to work with libmtp 1.1.4 2012-08-26 18:26:35 +05:30
Kovid Goyal
9a25f5c023 ... 2012-08-26 17:48:52 +05:30
Charles Haley
cddf873db2 Add checkbox to set auto management 2012-08-26 12:54:09 +02:00
Kovid Goyal
3cc8ef1875 PDF Output: Allow generating PDF files with more than 512 pages on windows. Fixes #1041614 (IOError: [Errno 24] Too many open files: u'C) 2012-08-26 15:39:06 +05:30
Kovid Goyal
4d6e1aa1f6 PoDoFo, do not print out informational messages 2012-08-26 14:18:19 +05:30
Kovid Goyal
10e0c2bead ... 2012-08-26 13:41:10 +05:30
Kovid Goyal
37a38b606c ... 2012-08-26 12:49:08 +05:30
Kovid Goyal
238bc24cf2 More podofo refactoring 2012-08-26 12:17:04 +05:30
Kovid Goyal
1136f26186 Refactor the PoDoFo module 2012-08-26 10:13:34 +05:30
Kovid Goyal
ddce60ac90 ... 2012-08-26 09:12:31 +05:30
Kovid Goyal
3f9a16e687 ... 2012-08-26 08:55:52 +05:30
Kovid Goyal
a79920d5f1 ... 2012-08-26 08:42:45 +05:30
Kovid Goyal
9ba5fa1c41 libmtp: Only use list of known vids/pids for detection 2012-08-25 23:47:50 +05:30
Kovid Goyal
cf416ed13c Create a libusb based device scanner and use it on OS X. This is needed to enable MTP support. 2012-08-25 23:28:32 +05:30
Kovid Goyal
47fa81f0bd ... 2012-08-25 17:29:14 +05:30
Kovid Goyal
11e0d74428 Business Week Magazine and Chronicle of Higher Education by Rick Shang 2012-08-25 14:53:20 +05:30
Kovid Goyal
8c050a4355 Update Time 2012-08-25 14:42:36 +05:30
Kovid Goyal
9d697e8146 Remove legacy code 2012-08-25 09:34:12 +05:30
Kovid Goyal
34efc911ae libmtp: Filter ro storage at the python level for better debugging 2012-08-25 09:01:25 +05:30
Kovid Goyal
efd41d87ed Fix #1041389 (Drop down lists behaviour not consistent) 2012-08-25 08:49:15 +05:30
Kovid Goyal
f754786d12 When generating ICU sort keys handle strings with NULL bytes in them 2012-08-25 08:08:12 +05:30
Kovid Goyal
872a1434c7 ... 2012-08-25 00:01:55 +05:30
Kovid Goyal
016ec7ade3 Add a method to get the list of available transliterators in ICU 2012-08-24 22:32:14 +05:30
Kovid Goyal
e05c862dd0 CIPER Chile by Darko Miletic. Fixes #1041189 (New recipe for CIPER Chile) 2012-08-24 19:31:30 +05:30
Kovid Goyal
3efd69528c WPD passes all tests 2012-08-24 18:33:08 +05:30
Kovid Goyal
5c4f6df448 WPD: put_file works 2012-08-24 18:24:57 +05:30
Kovid Goyal
2d6b0badd0 ... 2012-08-24 17:55:32 +05:30
Kovid Goyal
9977d6d581 ... 2012-08-24 16:48:41 +05:30
Kovid Goyal
b8f45adf28 MTP: Add mem leak test for file operations 2012-08-24 16:33:24 +05:30
Kovid Goyal
8fed10364f ... 2012-08-24 16:01:07 +05:30
Kovid Goyal
917d142bde MTP: Add file transfer tests and fix libmtp not returning correct storage_id values in the object dict 2012-08-24 15:59:30 +05:30
Charles Haley
bd40339581 Merge from trunk 2012-08-24 10:29:38 +02:00
Kovid Goyal
5197dff52d MTP: Add tests for mem leaks 2012-08-24 11:50:07 +05:30
Kovid Goyal
19b196f782 IGN:Tag release 2012-08-24 11:21:26 +05:30
Kovid Goyal
b16ca1e038 ... 2012-08-24 10:46:56 +05:30
Kovid Goyal
8b85f562ed version 0.8.66 2012-08-24 10:03:22 +05:30
Kovid Goyal
bc254cb423 ... 2012-08-24 09:55:32 +05:30
Kovid Goyal
f4e95da28e ... 2012-08-24 09:32:25 +05:30
Charles Haley
043be33cc8 fix typo 2012-08-23 21:43:43 +02:00
Charles Haley
aae85f9328 Improved error messages and a critical bug fix. 2012-08-23 20:38:56 +02:00
Kovid Goyal
c26c1efb33 IGN: Updated translations 2012-08-23 21:42:29 +05:30
Kovid Goyal
259ea7b4c6 PDF Output: Handle input epub documents with filenames starting with a dot. Also do not hang if there is an unhandled error. Fixes #1040603 (Hangs when converting from epub to pdf) 2012-08-23 19:28:56 +05:30