28274 Commits

Author SHA1 Message Date
Kovid Goyal
778edcbab8 Update Daily Express 2013-09-10 08:00:42 +05:30
Kovid Goyal
c390b2e0ec Increase default max cover size tweak 2013-09-09 21:03:47 +05:30
Kovid Goyal
ec29e28944 DOCX Input: Fix various issues with numbering->lists
DOCX Input: Handle numbered paragraphs where the numbering is specified
in the paragraph style, instead of on the paragraph directly. Also
support the use of arbitrary, styled text for bullets.
2013-09-09 11:13:35 +05:30
Kovid Goyal
14c1c6aabe Show timestamps in local timezone in viewer metadata page 2013-09-09 08:52:10 +05:30
Kovid Goyal
e9b531584f Nicer fix for trailing <br>
Also handles headings and list items with trailing <br>s
2013-09-08 13:36:08 +05:30
Kovid Goyal
604530e569 DOCX Input: Line breaks at the end of a paragraph
DOCX Input: Fix a single line break at the end of a paragraph not being
rendered as a blank line.
2013-09-08 12:40:52 +05:30
Kovid Goyal
7a4f87b992 DOCX Input: Specify zero default margins for headings
DOCX Input: Fix extra top/bottom margins around headings when the
heading style in word does not specify any top/bottom margins.
2013-09-08 11:22:34 +05:30
Kovid Goyal
255fcce9e5 pep8 2013-09-07 16:47:25 +05:30
Kovid Goyal
233395c0d4 Content server: Fix key error in opds feed after using virtual libraries in the main server
Fixes #1222108 [KeyError virt_libs on opds](https://bugs.launchpad.net/calibre/+bug/1222108)
2013-09-07 16:46:41 +05:30
Kovid Goyal
301dc7a70f Update Anandtech 2013-09-07 14:55:32 +05:30
Kovid Goyal
f0b49de770 Do not scroll the book list horizontally after editing metadata
Fixes #1221552 [Changing column view of boooks to title as first column when starting to "edit metadata individually"](https://bugs.launchpad.net/calibre/+bug/1221552)
2013-09-07 14:02:51 +05:30
Kovid Goyal
7d9081a4e4 DOCX Input: Handle images in footnotes and endnotes
Fixes #1221686 [conversion from docx cannot handle images in footnotes](https://bugs.launchpad.net/calibre/+bug/1221686)
2013-09-07 13:51:10 +05:30
Kovid Goyal
f0d61014ab newdb: Handle databases with case duplicates
databases created with pre 1.0 versions of calibre could have multiple
tags/series/publishers/etc. that differ only in the case. This is
because sqlite's case handling only works for ascii characters.
This could cause problems when setting metadata.
Automatically detect and fix these databases. Fixes #1221545 [edit metadata individually>Download Metadata>press ok>unhandled exception](https://bugs.launchpad.net/calibre/+bug/1221545)
2013-09-07 13:21:45 +05:30
Kovid Goyal
18e3f9464b Fix dump and restore on memory limited systems 2013-09-07 12:55:11 +05:30
Kovid Goyal
00bd5a658e Update High Country News 2013-09-06 21:02:19 +05:30
Kovid Goyal
61abebaf96 version 1.2 v1.2.0 2013-09-06 09:58:39 +05:30
Kovid Goyal
b5e7eaa2c7 Show number of dups found 2013-09-06 09:50:23 +05:30
Kovid Goyal
fa392c42a8 User manual updates 2013-09-05 16:57:41 +05:30
Kovid Goyal
9c4c9cf07f ... 2013-09-05 16:31:25 +05:30
Kovid Goyal
8e009161b1 PDF Output: Workaround for broken Qt font-variant handling
PDF Output: Workaround a bug in the library calibre uses to render HTML
to PDF that caused text in some documents that used small-caps fonts to
not render correctly. Fixes #1216354 [Private bug](https://bugs.launchpad.net/calibre/+bug/1216354)
2013-09-05 16:03:02 +05:30
David Forrester
0aeec73eae Kobo driver: Sideloaded kepubs not added from device properly
When a sideloaded kepub is added from a Kobo device to the calibre
library, it is added as an epub, but the file copied is corrupt.
Fixes #1221035 [Sideloaded kepubs not added to library correctly](https://bugs.launchpad.net/calibre/+bug/1221035)
2013-09-05 14:40:10 +05:30
Kovid Goyal
80887a8a14 pep8 2013-09-05 11:02:07 +05:30
Kovid Goyal
9c5d2646e3 pep8 2013-09-05 10:59:34 +05:30
Kovid Goyal
d7a206c563 Conversion: Add support for the CSS3 rem font size unit 2013-09-05 10:49:45 +05:30
Kovid Goyal
58ac84cb57 Fix set_custom legacy API for series fields with index in value
Fixes #1220914 [db.set_custom on custom series column ignores [number]](https://bugs.launchpad.net/calibre/+bug/1220914)
2013-09-05 10:07:30 +05:30
Kovid Goyal
ff18978f1c Delay eval column headers so that language change works 2013-09-05 09:53:51 +05:30
Kovid Goyal
e7bcf65c34 Fix changing language in welcome wizard
Fix changing the user interface language in the welcome wizard causing
some parts of the interface to remain in the old language until calibre
is restarted. Fixes #1220767 [Language mismatch on the welcome wizard e-mail page & throughout the rest of the program UI](https://bugs.launchpad.net/calibre/+bug/1220767)
2013-09-05 09:43:58 +05:30
Kovid Goyal
ffc0b5af73 pep8 2013-09-05 08:47:12 +05:30
David Forrester
a7bec029de Add device ids for new Kobo Aura
Fixes #1220693 [Add device id for new Kobo Aura](https://bugs.launchpad.net/calibre/+bug/1220693)
2013-09-04 18:50:03 +05:30
Kovid Goyal
d313792645 Possible fix for 1220468 2013-09-04 17:22:08 +05:30
Kovid Goyal
f0a5fd521b MTP driver: Allow ignoring any folder on the device
MTP driver: Allow ignoring any folder on the device, not just top level
folders. For newly connected devices, scan
/Android/data/com.amazon.kindle for books by default (newer versions of
the Kindle app place downloaded files there).
2013-09-04 15:56:02 +05:30
Kovid Goyal
36f595f5a8 ... 2013-09-04 12:29:21 +05:30
Kovid Goyal
5e55a83ea5 Update FAQ for change in calibre button 2013-09-04 11:05:31 +05:30
Kovid Goyal
f10a409a38 pep8 2013-09-04 09:03:08 +05:30
Kovid Goyal
db195e6b75 newdb: Fix setting author names with | in them
Fixes #1220348 [Vertical bar "|" in author name causes ConstraintError](https://bugs.launchpad.net/calibre/+bug/1220348)
2013-09-04 08:26:36 +05:30
Kovid Goyal
cca7c89f24 Line numbers for OOM exceptions in the unrar module 2013-09-03 13:21:47 +05:30
Kovid Goyal
a4f2d0d664 Content server: Ignore current VL in GUI when embedded
Content server: When running from inside the main calibre program, do not
restrict the books shown based on the current virtual library in the
main program. If you wish to restrict the books shown in the content
server, use Preferences->Sharing over the net.
2013-09-03 12:37:20 +05:30
Kovid Goyal
7905b2e4ef Serialize dates in local tz in csv/xml catalogs 2013-09-03 12:16:43 +05:30
Kovid Goyal
b1f17de41c pep8 2013-09-03 11:17:44 +05:30
Kovid Goyal
0fd842dd9a Expand ~ in content-server --with-library 2013-09-03 11:06:53 +05:30
Kovid Goyal
28b104d10d Nicer error message when virtual library has no books
Fixes #1220030 [Content Server No Books Error](https://bugs.launchpad.net/calibre/+bug/1220030)
2013-09-03 11:06:20 +05:30
Kovid Goyal
2023fb01d0 newdb: Replace dump and restore with vacuum
apsw has various issues with dump and restore, so replace it with
vacuum. Fixes #1217988 [Database integrity issue with V 1.0.0](https://bugs.launchpad.net/calibre/+bug/1217988)
2013-09-03 10:34:54 +05:30
Kovid Goyal
e687b24c1f Add speculative T3 device names to the driver 2013-09-03 10:05:17 +05:30
Kovid Goyal
7e54dff245 Merge pull request #75 from cbhaley/master
Increase timeout for detecting disconnected clients
2013-09-02 06:07:32 -07:00
Charles Haley
4dd983542e Increase timeout for detecting disconnected clients to avoid problems when there are many thousands of books on the device. 2013-09-02 14:58:42 +02:00
Kovid Goyal
e7c146d3cb Merge pull request #74 from cbhaley/master
Change quickview to not sort search results.
2013-09-02 04:39:08 -07:00
Charles Haley
b00e3b0a3e Change quickview to not sort search results. They are sorted in QV's table. 2013-09-02 13:29:44 +02:00
Kovid Goyal
9ec829f46c Speed up sorting when book list is showing a subset
Speed up sorting when the book list is showing a restricted set of
books, such as when the results of a search are displayed or a virtual
library is used. Fixes #1217622 [calculated column sorts update the entire database while inside a Virtual Library](https://bugs.launchpad.net/calibre/+bug/1217622)
2013-09-02 15:36:21 +05:30
Kovid Goyal
86564b27e9 Fix test breakage caused by code to remove rating=0 entries 2013-09-02 12:53:13 +05:30
Kovid Goyal
f6eb9b0ba5 PDF Output: Accept commas in custom paper size specification
Used in some European countries.
2013-09-02 11:24:02 +05:30