27048 Commits

Author SHA1 Message Date
Kovid Goyal
00147c8e6c Port the autoreload script to RapydScript 2017-04-06 18:19:57 +05:30
Kovid Goyal
79f47bfd8a Fix duplicate Content-Type header for some resources 2017-04-06 15:09:24 +05:30
Kovid Goyal
5db33faeb8 Encode local state using # instead of ? in URLS
Needed for appcache (appcache caches URLs with different ? query
parameters separately).

Also probably semantically more correct, since
the query data represents local state.
2017-04-06 11:47:00 +05:30
Kovid Goyal
3d63a57ff4 calibredb check_library: Vacuum database when runnning the check 2017-04-05 15:14:30 +05:30
Kovid Goyal
84f7464be5 Implement manual position sync 2017-04-04 20:03:40 +05:30
Kovid Goyal
66e4cd3779 Update current_metadata after book is loaded 2017-04-04 09:34:21 +05:30
Kovid Goyal
a4d5792e95 Implement automatic syncing to last read position for the most recently read books
Note that position syncing only works with user accounts (anonymous
users do not have syncing)
2017-04-04 09:21:21 +05:30
Kovid Goyal
4933604bb4 Refresh the book list when a User Category is added/edited. Fixes
Merge branch 'master' of https://github.com/cbhaley/calibre
2017-04-03 17:23:40 +05:30
Kovid Goyal
3eea31897e ... 2017-04-03 17:20:31 +05:30
Charles Haley
e02197a09e Fix bug #1675535 2017-04-03 12:47:38 +02:00
Kovid Goyal
78ac7cb6b1 Fix #1678549 [[Enhancement] Make Comments Editor Link Tool edit boxes wider](https://bugs.launchpad.net/calibre/+bug/1678549) 2017-04-02 09:17:30 +05:30
Kovid Goyal
09fd203e87 EPUB metadata: Fix deleting ISBN from EPUB file could result in an EPUB file without a package identifier if the ISBN was used as the package identifier. Fixes #1677383 [Embed Metadata plugin tool creating errors](https://bugs.launchpad.net/calibre/+bug/1677383) 2017-03-31 09:16:22 +05:30
Kovid Goyal
14849c9005 Check Book: Add a check for empty identifier elements 2017-03-30 06:02:01 +05:30
Kovid Goyal
db8a4190d5 Swapped arguments 2017-03-28 21:02:25 +05:30
Kovid Goyal
f706e2a046 Fix #1676177 [Wrong window title at template_dialog.ui](https://bugs.launchpad.net/calibre/+bug/1676177) 2017-03-27 09:04:22 +05:30
Kovid Goyal
612058168d ... 2017-03-27 08:42:52 +05:30
Kovid Goyal
3edb914a7d Add some more ignored tags when getting length of flow 2017-03-21 14:26:29 +05:30
Kovid Goyal
96375439d2 ... 2017-03-21 14:11:33 +05:30
Kovid Goyal
7e0aecf855 Send last read position to server 2017-03-21 14:07:39 +05:30
Kovid Goyal
b8005284f1 Use same code path for generating image based PDFs as for text based PDFs
Allows getting rid of a bunch of old code. Also removes dependency on
the highly finicky Qt PDF printer
2017-03-21 11:43:41 +05:30
Kovid Goyal
ca08d4dec9 Get rid of --old-pdf-engine as it is not maintained 2017-03-21 10:43:49 +05:30
Kovid Goyal
6a0959572c ... 2017-03-21 09:03:39 +05:30
Kovid Goyal
8fadf72388 More graceful report for unnamed MTP devices 2017-03-20 20:35:25 +05:30
Kovid Goyal
ad4366681e Output failure to read node size from sysfs in debug mode 2017-03-19 21:58:42 +05:30
Kovid Goyal
17f513d4fc Increase timeout on test 2017-03-19 18:37:29 +05:30
Kovid Goyal
89bdcfe893 Amazon metadata download: Fix title and author names being bolded in the downloaded comments when using bing to get amazon metadata. Fixes #1674088 [When downloading book metadata, words from title and author name are bolded in "Comments"](https://bugs.launchpad.net/calibre/+bug/1674088) 2017-03-19 18:01:17 +05:30
Kovid Goyal
8cb7229045 ... 2017-03-19 17:41:50 +05:30
Kovid Goyal
5a955ee69f ... 2017-03-19 17:35:51 +05:30
Kovid Goyal
5bf14d6afc ... 2017-03-19 12:50:28 +05:30
Kovid Goyal
7dc9a727b9 PDF Output: Fix a regression that broke PDF Output for documents containing mathematics. Fixes #1673983 [Private bug](https://bugs.launchpad.net/calibre/+bug/1673983) 2017-03-19 12:43:56 +05:30
Kovid Goyal
6f2392eb77 E-book viewer: Fix a regression that broke the "Clear recently read books" action in the viewer 2017-03-18 18:31:03 +05:30
Kovid Goyal
e494a603d6 version 2.82.0 2017-03-18 09:49:33 +05:30
Kovid Goyal
1b1b92e7df Call initialize() on the patches 2017-03-18 09:08:26 +05:30
Kovid Goyal
8433f1d7a8 Generator erroneously used as list 2017-03-18 09:02:32 +05:30
Kovid Goyal
e3edc50f77 Prevent dynamically updated amazon source plugin from being used until calibre 2.82 because of #1673884 2017-03-18 08:44:56 +05:30
Kovid Goyal
cd408d9c96 Fix a typo that caused dynamically updated metadata source plugins to stop working. Fixes #1673884 [Amazon Metadata Plugin Not Used When "metadata-sources-cache.json" Exists](https://bugs.launchpad.net/calibre/+bug/1673884) 2017-03-18 08:43:07 +05:30
Kovid Goyal
1216ced919 A bit of consistency 2017-03-17 13:46:51 +05:30
Kovid Goyal
93157d253d Catalog generation: Ignore tags with commas in them when generating genres 2017-03-17 12:00:15 +05:30
Kovid Goyal
fe58ac0c98 ... 2017-03-15 22:07:03 +05:30
Charles Haley
a1d38c75f0 Make the validation formatter work with "program:"-style templates. 2017-03-15 15:09:01 +01:00
Kovid Goyal
3ca574fa32 News download: Do not use IE user agent as more and more websites are serving JPEG XR images to IE 2017-03-15 17:00:53 +05:30
Kovid Goyal
b2e38cd0d4 Amazon metadata download: Fix spurious results when searching for books that are not present on amazon using a search engine. 2017-03-15 09:43:50 +05:30
Kovid Goyal
c8131cf507 Merge branch 'master' of https://github.com/t3d/calibre 2017-03-15 08:44:48 +05:30
Tomasz Długosz
eec6746df4 fix links in virtualo plugin 2017-03-14 22:22:41 +01:00
Kovid Goyal
1b4f9f06b5 ... 2017-03-14 13:11:06 +05:30
Kovid Goyal
75ac68f7c7 Get Books: Fix free samples being detected as independent books when searching OPDS based stores such as Feedbooks. Fixes #1672500 [Failed: Downloading](https://bugs.launchpad.net/calibre/+bug/1672500) 2017-03-14 11:36:37 +05:30
Kovid Goyal
ee08313e83 Edit Book: Saved Searches: Add keyboard shortcut (Alt+Up/Down Arrow) to move selected searches 2017-03-12 11:43:38 +05:30
Kovid Goyal
6189ece113 Edit Book: Saved Searches: Preserve selection when using arrows to move multiple items 2017-03-12 11:34:13 +05:30
Kovid Goyal
ac1fd2b9b3 Fix template formatter functions not being reloaded asfter a check library operation
Fix an error during shutdown caused by some library closed plugins

Merge branch 'master' of https://github.com/cbhaley/calibre
2017-03-11 23:56:31 +05:30
Charles Haley
b9b688efc5 During shutdown, the gui attempts to update itself if a library closed plugin updates columns. This happens because the gui thinks the database is still open when the windows are being hidden. 2017-03-11 18:38:56 +01:00