Commit Graph

24870 Commits

Author SHA1 Message Date
Charles Haley 89f712dc53 Recover from yet another Amazon EU website change. This time they introduced a new table form with a very different structure. They switch between the form types on a seemingly random basis. 2013-07-12 10:01:42 +02:00
Charles Haley 433dcea35a Merge branch 'kovidgoyal/master' 2013-07-12 08:04:45 +02:00
Kovid Goyal 6a724d931f ... 2013-07-12 11:10:35 +05:30
Kovid Goyal 4a2a4a54d4 Add legacy add_format API 2013-07-12 11:04:47 +05:30
Kovid Goyal f9bd87d785 Ignore unused feeds API 2013-07-12 10:29:56 +05:30
Kovid Goyal 6c9a6c1020 Implement custom book data API 2013-07-12 10:23:38 +05:30
Kovid Goyal 90599f9c46 version 0.9.39 v0.9.39 2013-07-12 08:16:55 +05:30
Kovid Goyal 309136e88a Merge branch 'stores' of https://github.com/t3d/calibre 2013-07-12 07:43:59 +05:30
Tomasz Długosz 26d20cdf6b update empik plugin for website change 2013-07-11 22:36:26 +02:00
Kovid Goyal a8dba2f020 ... 2013-07-11 21:25:06 +05:30
Kovid Goyal 937f475a9e Implement adding of catalogs and news 2013-07-11 21:20:20 +05:30
Kovid Goyal 9f1b2ee1fa Merge pull request #32 from cbhaley/master
In device view: change so that "sync" icon has priority over "in library" icon
2013-07-11 08:19:44 -07:00
Charles Haley bb94f0007b In device view, make "waiting to sync" icon have precedence over "matched" icon 2013-07-11 15:44:38 +02:00
Charles Haley 1c8cdbe9ff Merge branch 'kovidgoyal/master' 2013-07-11 15:42:54 +02:00
Kovid Goyal 396c4a6131 Finish implementation of the rest of the import books API 2013-07-11 17:54:37 +05:30
Kovid Goyal 213a2136cf Implement import_book() 2013-07-11 17:18:45 +05:30
Kovid Goyal 1ac522d94e Improve coverage test 2013-07-11 16:58:03 +05:30
Kovid Goyal c1be9b1ecd Legacy wrappers for add_books() and create_book_entry() 2013-07-11 16:13:28 +05:30
Kovid Goyal 278a13abc3 Bulk metadata edit: option to not refresh after edit
Bulk metadata edit: Add a checkbox to prevent the refreshing of the book
list after the bulk edit. This means that the book list will not be
resorted and any existing search/virtual library will not be refreshed.
Useful if you have a large library as the refresh can be slow.
2013-07-11 15:08:20 +05:30
Charles Haley 8f221eecda Merge branch 'kovidgoyal/master' 2013-07-11 09:52:26 +02:00
Kovid Goyal b18b6e98b9 Merge branch 'master' of https://github.com/cbhaley/calibre
Add two features:

1) The ability to update cached metadata on the device by right clicking
the device icon and selecting 'Update cached metadata'. This has the
same effect as disconnecting and re-connecting the device. It basically
refreshes the device view to reflect any changes made to metadata in the
library after the device was connected.

2) Allow manually matching books on the device to book in the library.
You can right click on a book in the device view and select "Match book
to library" to tell calibre that a book on the device is the same as a
particular book in the library. For the change to stick, you have to use
the 'Update cached metadata' action described above.
2013-07-11 13:14:58 +05:30
Kovid Goyal 6c310278c9 Log what type of ToC is used 2013-07-11 10:41:32 +05:30
Charles Haley a04c4159f7 Merge branch 'kovidgoyal/master' 2013-07-10 17:44:59 +02:00
Charles Haley a0c9d46214 Make sure eclipse files are ignored 2013-07-10 17:44:23 +02:00
Charles Haley b6c0716cff Add:
1) send metadata to device while connected
2) ability to manually match books on device with books in library
2013-07-10 17:44:00 +02:00
Kovid Goyal 0f6161e5ba Update Houston Chronicle 2013-07-09 22:28:14 +05:30
Kovid Goyal 135a0420b1 Driver for Coby Kyros MID1126
Fixes #1199410 [Unrecognized device Coby Kyros MID1126](https://bugs.launchpad.net/calibre/+bug/1199410)
2013-07-09 21:08:27 +05:30
Kovid Goyal 2544d48fbe A bit of formatting 2013-07-09 19:00:16 +05:30
Kovid Goyal dca69aa470 Confirm format override when add files to book
When adding formats to an existing book, ask for confirmation if some
formats will be overwritten.
2013-07-09 17:50:04 +05:30
Kovid Goyal 03041f925e Tweak to restrict list of output formats
Add a tweak to restrict the list of output formats available in the
conversion dialog. Go to Preferences->Tweaks to change it.
2013-07-09 17:33:28 +05:30
Kovid Goyal 26f86ca987 jsbrowser(): Fix typo causing some images to not be downloaded
Fixes images missing in the Time recipe
2013-07-09 16:54:11 +05:30
Kovid Goyal ed55e76ff4 Update cracked.com 2013-07-09 15:45:20 +05:30
Kovid Goyal bba659b852 Add a check for modern WebKit 2013-07-09 14:53:40 +05:30
Kovid Goyal a94539c32b jsbrowser: Fix handling of html with non lxml safe chars 2013-07-09 14:44:46 +05:30
Kovid Goyal c4cb0e445e Update amazon metadata download plugin for website changes
Amazon metadata download: Update plugin to deal with the new amazon.com
website
2013-07-08 15:56:09 +05:30
Kovid Goyal af3d990264 Edelweiss: Workaround broken advanced search
Edelweiss metadata download plugin: Workaround for advanced search being
broken at the Edelweiss website.
2013-07-08 12:52:51 +05:30
Kovid Goyal 3a9fa00032 Try to automatically fix temp folder permissions on windows 2013-07-08 12:24:39 +05:30
Kovid Goyal fae8aa1405 Dont change into temp dir when downloading single covers
Works around the problem with temp dir permissions on some windows
computers.
2013-07-08 11:32:40 +05:30
Kovid Goyal a8deb4b1f8 Ignore type errors when sorting device collections
Invalid data in the device database on sony readers could cause errors
when sorting device collections, ignore those errors.
2013-07-08 10:30:34 +05:30
Kovid Goyal a41a945e8f Add FAQ about windows temp folder permissions 2013-07-08 10:26:50 +05:30
Kovid Goyal 08834f636a Update mediapart.fr 2013-07-07 22:47:57 +05:30
Charles Haley 1ad3753e20 Merge branch 'kovidgoyal/master' 2013-07-07 15:39:58 +02:00
Kovid Goyal e64ff83e07 Legacy implementations of a few direct methods 2013-07-07 11:44:30 +05:30
Kovid Goyal 3b438889a4 Test emptying db 2013-07-07 11:17:57 +05:30
Kovid Goyal 535cff6f03 Tests for remove_books() 2013-07-07 10:32:20 +05:30
Kovid Goyal 75cf58d0f1 Glenn Brenwald and Ludwig von Mises Institute by anywho 2013-07-07 08:47:26 +05:30
Kovid Goyal e836bbd203 DOCX Input: Fix no page break being inserted before the last section.
Fixes #1198414 [Private bug](https://bugs.launchpad.net/calibre/+bug/1198414)
2013-07-06 19:02:00 +05:30
Kovid Goyal 0711e03bd4 Initial implementation of remove_book(), needs testing 2013-07-06 12:43:02 +05:30
Kovid Goyal 20920b37b2 Implement add_books() 2013-07-06 11:24:19 +05:30
Kovid Goyal 7c9ae4ebc9 ... 2013-07-06 11:13:55 +05:30