Commit Graph

21623 Commits

Author SHA1 Message Date
Kovid Goyal 2d23f6d493 Update published signatures when re-uploading an installer 2012-09-05 10:05:55 +05:30
Kovid Goyal 288e71de6f ... 2012-09-05 09:33:11 +05:30
Kovid Goyal 206af4c041 Device drivers: Ignore corrupted metadata.calibre, instead of raising an error 2012-09-05 09:28:06 +05:30
Kovid Goyal 6ec107a928 Switch to using psutil to measure memory consumption 2012-09-04 13:22:49 +05:30
Kovid Goyal 7fb0ef8256 ... 2012-09-04 09:44:37 +05:30
Kovid Goyal f07002fdd2 MTP: Fix last modified date not getting read correctly on windows 2012-09-03 21:42:31 +05:30
Kovid Goyal f36feac5ba ... 2012-09-03 21:38:08 +05:30
Kovid Goyal 75f1271681 Fix #1045046 (Houston Chronicle news fetch failing) 2012-09-03 19:57:39 +05:30
Kovid Goyal 4fcbf630e5 MTP: Print last modified date when dumping filesystem 2012-09-03 17:56:15 +05:30
Kovid Goyal 92c46d2ded MTP: Sending books to device and deleting books from device implemented 2012-09-03 17:36:45 +05:30
Kovid Goyal 4d7ed1b4c6 ... 2012-09-03 17:23:12 +05:30
Kovid Goyal 86726f44d8 ... 2012-09-03 15:02:05 +05:30
Kovid Goyal 7a1d05199e ... 2012-09-03 15:01:35 +05:30
Kovid Goyal 0b02c1f593 ... 2012-09-03 14:59:31 +05:30
Kovid Goyal 66d01629c3 ... 2012-09-03 14:45:59 +05:30
Kovid Goyal 598f3bd17c ... 2012-09-03 14:43:32 +05:30
Kovid Goyal e7e3b86573 Refactor out sanity_check as a utility method and re-organize utility methods into their own module 2012-09-03 14:40:31 +05:30
Kovid Goyal 4016e852d8 ... 2012-09-03 13:58:43 +05:30
Kovid Goyal bc7de03717 Fix getting device GUI name in the GUI to not use the classmethod, as some drivers (MTP) require it to be an instance method. 2012-09-03 13:44:24 +05:30
Kovid Goyal f9dec96a16 ... 2012-09-03 13:08:34 +05:30
Kovid Goyal ed05dbaa2d Android driver: Add an extra customization option to configure the directory to which eboks are sent on the storage cards. Fixes #1045045 (Android save-to directory list honored only for main memory) 2012-09-03 13:04:51 +05:30
Kovid Goyal 0e8b5d6bb4 Updated various Romanian news sources 2012-09-03 12:09:18 +05:30
Kovid Goyal fbd7f787c2 E-book viewer: Make the detection of full screen layouts like covers a little more robust 2012-09-03 11:53:40 +05:30
Kovid Goyal e6af33d5e9 Disable libusb/libmtp on OS X 2012-09-02 19:38:46 +05:30
Kovid Goyal ae73428839 ... 2012-09-02 18:06:19 +05:30
Kovid Goyal 94b192b134 ... 2012-09-02 18:04:56 +05:30
Kovid Goyal f280dd4de7 Remove PyOS_vsnprintf as it is broken on windows 2012-09-02 17:40:15 +05:30
Kovid Goyal efac50df46 PDF Output: Do not error out when generating an outline which points to pages that have been removed. Fixes #1044799 (Private bug) 2012-09-02 15:13:12 +05:30
Kovid Goyal 5736706846 podofo: Implement writing to python file objects 2012-09-02 14:59:20 +05:30
Kovid Goyal b3fd7d3e01 ... 2012-09-02 09:38:42 +05:30
Kovid Goyal a4b1689901 Fix Financial Times (UK) 2012-09-02 09:37:42 +05:30
Kovid Goyal 9360c5833a Fix Chronicle of Higher Education 2012-09-02 09:35:50 +05:30
Kovid Goyal a907f919da When adding books to calibre and the book does not have a published date, set the published date to undefined rather than todays date 2012-09-02 09:33:54 +05:30
Kovid Goyal 0e6cce50e6 Update Business Week Magazine 2012-09-02 09:12:20 +05:30
Kovid Goyal def42a1da3 PDF Output: Use less memory when writing out the PDF file 2012-09-02 00:44:18 +05:30
Kovid Goyal 4e20f776bc When vieweing a book on the device by clicking in the book details panel, first copy the book off the device, this allows it to work for the smart device driver and the MTP driver 2012-09-02 00:06:54 +05:30
Kovid Goyal 4bc92ec184 PDF Output: Fix page numbers in outline not always correct 2012-09-02 00:06:02 +05:30
Kovid Goyal e61dbefc7f ... 2012-09-01 23:12:18 +05:30
Kovid Goyal 468a47eb5d ... 2012-09-01 23:07:10 +05:30
Kovid Goyal 2e66bd1aa5 MTP: Implement prepare_addable_books and refactor the GUI to run prepare_addable_books in the device thread 2012-09-01 23:00:40 +05:30
Kovid Goyal b9737b9659 MTP: Implement get_file() 2012-09-01 21:57:09 +05:30
Kovid Goyal 4785359e6a ... 2012-09-01 15:33:33 +05:30
Kovid Goyal 7b2a947a86 ... 2012-09-01 15:22:49 +05:30
Kovid Goyal d278180bde Windows: workaround for eject() not being called on the device thread 2012-09-01 15:06:53 +05:30
Kovid Goyal 9a110fb0d5 ... 2012-09-01 14:55:26 +05:30
Kovid Goyal 49d1fbad18 ... 2012-09-01 14:55:03 +05:30
Kovid Goyal 1c3e62f35b MTP: Try to get modified date from the device 2012-09-01 14:51:52 +05:30
Kovid Goyal 023b947608 Debug device detection for MTP devices 2012-09-01 13:41:37 +05:30
Kovid Goyal 63e6014edc ... 2012-09-01 13:11:24 +05:30
Kovid Goyal 5601852363 Enable detection of MTP devices in the GUI and with ebook-device, with a tweak. Note that MTP support is not yet completed. 2012-09-01 12:54:12 +05:30