31101 Commits

Author SHA1 Message Date
Kovid Goyal
7fafdfcd9f Proper error message when hunspell fails to load 2015-07-22 14:35:55 +05:30
Kovid Goyal
66b8f4dcc6 Update bundled copy of hunspell to 1.3.3 2015-07-22 14:35:25 +05:30
Kovid Goyal
a837768348 Dont fail to recognize a UTF-8 encoded file even when the coding regexp has a spurious match 2015-07-22 14:09:26 +05:30
Kovid Goyal
e5cdc8f347 Make media query handling a little more robust 2015-07-22 13:09:54 +05:30
Kovid Goyal
6a2f6c2ad4 Conversion: Ignore stylesheets linked via media queries that use device specific features. Fixes #1476089 [Private bug](https://bugs.launchpad.net/calibre/+bug/1476089) 2015-07-22 12:01:44 +05:30
Kovid Goyal
7ef73186d7 ... 2015-07-22 08:25:39 +05:30
Kovid Goyal
da11b159c2 Remove no longer needed workaround for Qt bug
https://bugreports.qt.io/browse/QTBUG-40938
2015-07-21 17:29:57 +05:30
Kovid Goyal
c5044db1b4 ... 2015-07-21 08:31:07 +05:30
Kovid Goyal
49a66615e8 Fix covers not being read from some TXTZ files. Fixes #1475984 [could not read cover from txtz format](https://bugs.launchpad.net/calibre/+bug/1475984) 2015-07-20 12:01:10 +05:30
Kovid Goyal
336f803883 Driver for SONY DPT-S1. Fixes #1476093 [Sony DPT-S1 - device not detected](https://bugs.launchpad.net/calibre/+bug/1476093) 2015-07-20 11:47:44 +05:30
Kovid Goyal
1d717ccaec ODT Input: Add support for numbered lists that do not start numbering at 1. Fixes #1475846 [ordered list numbering is off if starts at not-1](https://bugs.launchpad.net/calibre/+bug/1475846) 2015-07-20 11:17:11 +05:30
Kovid Goyal
8e33b0503e Update Houston Chronicle
Merge branch 'master' of https://github.com/dkfurrow/calibre
2015-07-18 23:14:04 +05:30
Dale Furrow
e25dca7651 updated houston chronicle recipe 2015-07-18 11:06:54 -05:00
Kovid Goyal
c3424face0 ... 2015-07-18 00:46:24 +05:30
Kovid Goyal
b6f0d42c1a version 2.32.1 v2.32.1 2015-07-17 22:10:48 +05:30
Kovid Goyal
9017475556 Fix a regression in the previous release that caused conversion to PDF to fail 2015-07-17 22:06:37 +05:30
Kovid Goyal
99dd85dbc7 ... 2015-07-17 21:48:28 +05:30
Kovid Goyal
396aa7f150 DOCX Input: Dont error out when the input document contains a hyperlink that spans multiple paragraphs. Fixes #1474499 [Private bug](https://bugs.launchpad.net/calibre/+bug/1474499) 2015-07-17 21:47:11 +05:30
Kovid Goyal
4b5f34a441 ... 2015-07-17 20:51:21 +05:30
Kovid Goyal
65f0da0d49 Update La Jornada
Merge branch 'master' of https://github.com/rogeliodh/calibre
2015-07-17 20:14:46 +05:30
Rogelio Domínguez Hernández
84f1c0e71a Fix indenting 2015-07-17 09:37:23 -05:00
Rogelio Domínguez Hernández
68662d65d6 Correctly remove "partner" query param and some more fail proof in "La Jornada (Mexico)" recipe.
The recipe stopped working since July 11th, 2015 because "partner" query param changed position.
2015-07-17 09:22:05 -05:00
Kovid Goyal
253d9034c7 Fix #1475538 [version attribute missing when converting to azw3 format](https://bugs.launchpad.net/calibre/+bug/1475538) 2015-07-17 14:09:03 +05:30
Kovid Goyal
458276eb30 Stop uploading to sourceforge 2015-07-17 07:58:00 +05:30
Kovid Goyal
98a65cca6c version 2.32.0 v2.32.0 2015-07-17 06:15:38 +05:30
Kovid Goyal
b876c31ef5 ... 2015-07-16 21:38:58 +05:30
Kovid Goyal
c5e1104a01 calibredb: Add a new search sub-command that can be used to generate a list of book ids based on a search expression. Many other sub-commands can then use that list of ids to perform some action. 2015-07-16 21:36:12 +05:30
Kovid Goyal
ee52951410 calibredb list: Allow using id as a field 2015-07-16 21:19:36 +05:30
Kovid Goyal
31fb52fcd2 Update Psychology Today
Fixes #1475142 [Cannot download "Psychology Today" from "Fetch News".](https://bugs.launchpad.net/calibre/+bug/1475142)
2015-07-16 15:55:05 +05:30
Kovid Goyal
6daf4d61b9 Edit Book: Nicer error message when user tries to rename files in a format that does not support it, such as AZW3 2015-07-16 15:31:51 +05:30
Kovid Goyal
312696dbf1 Edit Book: Check Book: Add checks for missing OPF version and toc references. Fixes #1468649 [toc not display in readers/viewer](https://bugs.launchpad.net/calibre/+bug/1468649) 2015-07-16 09:07:43 +05:30
Kovid Goyal
4066ef9655 ... 2015-07-16 08:41:56 +05:30
Kovid Goyal
a3481c034a Dont launch separate interpreters for each sub-command during bootstrap 2015-07-15 13:47:11 +05:30
Kovid Goyal
9ef37427d3 Add a bootstrap sub-command to setup.py to ease building from a git checkout 2015-07-15 13:24:16 +05:30
Kovid Goyal
2f44e20967 Remove stub translations directory 2015-07-15 12:47:15 +05:30
Kovid Goyal
877d3c9e96 Fix error in template dialog when using {id} in send to device preferences. Fixes #1474513 [Send ebook to device with internal ID](https://bugs.launchpad.net/calibre/+bug/1474513)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-07-15 12:42:16 +05:30
Charles Haley
3160e35433 Fix #1474513: exception in template editor in send-to-device preferences when using {id} 2015-07-15 09:05:32 +02:00
Kovid Goyal
6be8b7ce7c Make the messages in the splash screen look a little nicer 2015-07-15 11:24:34 +05:30
Kovid Goyal
a9a5e39279 E-book viewer: Automatically save the current reading position every ten seconds. Prevents loss of reading position on crash/forced shutdown. Fixes #1473737 [Save page position in Viewer while open](https://bugs.launchpad.net/calibre/+bug/1473737) 2015-07-15 09:44:38 +05:30
Kovid Goyal
9474a3ecef OS X: Workaround for Qt 5 regression that causes any errors during startup to be hidden behind the splash screen. Fixes #1473017 [Splash screen covers menu in OS X](https://bugs.launchpad.net/calibre/+bug/1473017) 2015-07-15 08:41:28 +05:30
Kovid Goyal
b4f18732b8 jsbrowser: When trying to find the submit control, also look for button tags with type="submit" 2015-07-15 08:17:48 +05:30
Kovid Goyal
b11d1fe19f Update NRC Handelsblad 2015-07-15 08:11:23 +05:30
Kovid Goyal
30a2525d34 Conversion: Fix incorrect relative URLs being generated when an HTML or CSS file is placed higher in the folder hierarchy than the opf file. Fixes #1474287 [ePUB->AZW3: incorrect styles on inline ToC](https://bugs.launchpad.net/calibre/+bug/1474287) 2015-07-14 16:10:27 +05:30
Kovid Goyal
38028aa0d3 Tag Editor: Place the keyboard focus on the last edited field. Fixes #1473140 [Improvement/Feature Request: Tag Editor Change](https://bugs.launchpad.net/calibre/+bug/1473140)
Manage saved searches: Make the behavior of the renames search button
more intuitive. Fixes #1467147 [Rename search creates a new one instead](https://bugs.launchpad.net/calibre/+bug/1467147)

Merge branch 'master' of https://github.com/cbhaley/calibre
2015-07-13 16:48:56 +05:30
Charles Haley
b2333c1773 Tags editor: restore the focus to the last box typed in. 2015-07-13 13:10:09 +02:00
Kovid Goyal
459faab7d1 Hurriyet by Adrian Tennessee 2015-07-13 16:31:49 +05:30
Kovid Goyal
bbee85c952 Merge branch 'master' of https://github.com/Scimmia22/calibre 2015-07-13 15:52:01 +05:30
Kovid Goyal
33e085cbce Bump the QPlatformIntegrationFactoryInterface version for Qt 5.5
See #408 (Fix build with Qt 5.5.x)
2015-07-13 15:49:35 +05:30
Doug Newgard
7427823be5 Change rest of the shebangs to use python2 2015-07-12 12:41:28 -05:00
Charles Haley
3c68d52fae Fix #1467147 Rename search creates a new one instead 2015-07-10 14:32:26 +02:00