Kovid Goyal
7b63184107
Make code to load hyphenation dicts re-useable
2018-05-24 13:08:05 +05:30
Kovid Goyal
0b53f53529
pep8
2018-05-24 12:39:40 +05:30
Kovid Goyal
1b89462d73
EPUB3 Input: Fix titlepage being referred to in the nav causing two titlepage entries in the final book.
2018-05-24 12:37:17 +05:30
Kovid Goyal
09ffa06cc4
Preserve existing nav markup when converting from EPUB 3 to EPUB 3
2018-05-24 10:26:24 +05:30
Kovid Goyal
b7d88ff218
pep8
2018-05-23 19:25:59 +05:30
Kovid Goyal
d329202ec6
Fix throbber buttons not being perfectly aligned inside toolbars
2018-05-23 19:23:49 +05:30
Kovid Goyal
b8b6e85abe
Add an option to use two lines for the text under the toolbar button in Preferences->Look & feel
2018-05-23 19:09:59 +05:30
Kovid Goyal
7fb27f7fa3
...
2018-05-23 15:27:51 +05:30
Kovid Goyal
4fba18f974
PDF Output: Allow using images in the header/footer templates
...
Images can be loaded using <img> tags with data URIs
2018-05-23 15:23:47 +05:30
Kovid Goyal
5012d9066c
pep8
2018-05-23 14:08:37 +05:30
Kovid Goyal
93f7310100
Update The New York Times Book Review
2018-05-23 13:32:55 +05:30
Kovid Goyal
49c777a941
Merge branch 'fix-install-instructions' of https://github.com/eli-schwartz/calibre
2018-05-22 19:53:56 +05:30
Eli Schwartz
25ef791cf4
Revamp the installation instructions, like a lot
2018-05-22 10:14:34 -04:00
Kovid Goyal
68bbec179a
Qt 5.11 compatibility
2018-05-22 19:40:13 +05:30
Kovid Goyal
029ad0d0d5
Merge branch 'patch-4' of https://github.com/bobbysteel/calibre
2018-05-22 19:28:55 +05:30
Kovid Goyal
3e2bd8cd09
Merge branch 'patch-3' of https://github.com/bobbysteel/calibre
2018-05-22 19:28:43 +05:30
bobbysteel
59a956c017
Update nytimes.recipe
2018-05-22 14:42:49 +01:00
bobbysteel
524103b265
Update nytimes_sub.recipe
2018-05-22 14:42:26 +01:00
bobbysteel
af4934d6b4
revert regex and add filter to strip head
2018-05-22 14:11:57 +01:00
bobbysteel
522b8cfb0a
revert regex and add filter to strip head
2018-05-22 14:11:01 +01:00
Kovid Goyal
10ab8bfa26
Conversion EPUB Output: Add an option to output EPUB 3 files.
2018-05-22 12:13:32 +05:30
Kovid Goyal
94058dd07b
Update Le Devoir
...
Fixes #1772549 [Le Devoir plugin broken -- again](https://bugs.launchpad.net/calibre/+bug/1772549 )
2018-05-22 09:09:18 +05:30
Kovid Goyal
c9488bd1b1
Merge branch 'patch-2' of https://github.com/bobbysteel/calibre
2018-05-21 22:03:06 +05:30
Kovid Goyal
68109cecf6
Merge branch 'patch-1' of https://github.com/bobbysteel/calibre
2018-05-21 22:02:04 +05:30
bobbysteel
e8ec6c7b86
fix hanging comment code
2018-05-21 17:29:28 +01:00
bobbysteel
855b9f1045
Fix hanging comment code
2018-05-21 17:28:51 +01:00
Kovid Goyal
766a7faeb6
...
2018-05-21 21:30:47 +05:30
Kovid Goyal
3048b56905
Edit Book: Spell check: Update the number of misspelled words/total words displayed when correcting/ignoring words. Fixes #1772276 [[enhancement] editor spelling check count]( https://bugs.launchpad.net/calibre/+bug/1772276 )
2018-05-21 09:48:13 +05:30
Kovid Goyal
ae10633c58
DOCX Output: Fix <pre> tags not being converted correctly. Fixes #1772219 [fail to keep the original program code format while converting]( https://bugs.launchpad.net/calibre/+bug/1772219 )
2018-05-20 11:57:08 +05:30
Kovid Goyal
a0e845be91
Fix handling of private entities
...
Conversion: Fix private entities that use the same name as an HTML entity not being handled correctly
Viewer: Fix HTML files with private entities displaying an artifact at
the top
Editor: Check Book: Show an error for HTML files with private entities
Editor: Fix HTML: Automatically resolve private entities
Fixes #1772157 [Private Named Entities problems](https://bugs.launchpad.net/calibre/+bug/1772157 )
2018-05-19 18:02:46 +05:30
Kovid Goyal
8ed67769dd
Quickview: Fix sizes not being displayed. Fixes #1772151 [In quickview the size of the epub isn't visable]( https://bugs.launchpad.net/calibre/+bug/1772151 )
...
Merge branch 'master' of https://github.com/cbhaley/calibre
2018-05-19 17:24:46 +05:30
Charles Haley
0cdfd6bb44
Fix #1772151 : the size column displays as blank.
2018-05-19 13:45:57 +02:00
Kovid Goyal
5d8ad82758
Add a UNKNOWN format if an input plugin results in a file without an extension
2018-05-18 18:55:47 +05:30
Kovid Goyal
1ebbd21264
Merge branch 'master' of https://github.com/j-howell/calibre
2018-05-18 18:52:43 +05:30
j-howell
ccfa34c9ec
Detect when format has changed during import
2018-05-18 08:51:48 -04:00
Kovid Goyal
fc924d5fc6
calibredb add: Run the input plugins before reading metadata instead of after.
...
Matches the behavior in the GUI. Means that metadata reading now happens
in the server process instead of the client process when coonencting
remotely. Fixes #1771863 [Metadata is read as the first step when importing books from the CLI but as the last when importing from the GUI](https://bugs.launchpad.net/calibre/+bug/1771863 )
2018-05-18 13:21:52 +05:30
Kovid Goyal
b0fa6bdd2e
Ensure custom metadata plugins are used in preference to builtin ones
2018-05-18 08:34:56 +05:30
Kovid Goyal
6272a790a4
Micro-optimization
2018-05-16 15:27:51 +05:30
Kovid Goyal
4422ba06b9
DOCX Input: Fix incorrect conversion of a framed block that contains a list. Fixes #1771279 [wrong tags order in list from DOCX]( https://bugs.launchpad.net/calibre/+bug/1771279 )
2018-05-16 15:20:53 +05:30
Kovid Goyal
46f19333c9
Improve formatting of help in Preferences->Tweaks
...
Lines are now wrapped by default and blockquotes are formatted uniformly
with four leading spaces.
2018-05-16 10:50:44 +05:30
Kovid Goyal
c1ef1a8557
Edit book: Compress images tool: Do not mark the book as changed if no images could be further compressed.
2018-05-16 01:28:09 +05:30
Kovid Goyal
eb0fca8cf7
String changes
2018-05-16 01:02:37 +05:30
Kovid Goyal
96f600eab6
Fix #1770506 [ZeroDivisionError prevents display of Look & feel preferences (hidpi)]( https://bugs.launchpad.net/calibre/+bug/1770506 )
2018-05-11 05:14:42 +05:30
Kovid Goyal
83cff90848
Update The Federalist
2018-05-09 19:54:17 +05:30
Kovid Goyal
6dc5ba94a7
Book list splitview: Fix horizontal scroll position of split view can change when changing the current column in one view.
...
Merge branch 'master' of https://github.com/JimmXinu/calibre
2018-05-09 07:37:22 +05:30
Jim Miller
03845e4c92
Save/restore horz scroll when mirroring selection across splitter.
2018-05-08 17:16:52 -05:00
Kovid Goyal
10b1829fe8
Dont make the splash screen unnecessarily large
2018-05-08 20:32:43 +05:30
Kovid Goyal
2a406cb55d
Fix Bookeen Saga not being recognized on macOS/Linux. Fixes #1769681 [New device "Bookeen Saga" not detected]( https://bugs.launchpad.net/calibre/+bug/1769681 )
2018-05-07 21:54:55 +05:30
Kovid Goyal
3b1238325d
Edit metadata dialog: Fix undo last trim not working for automatic trims. Fixes #1769606 [Undo automatic trim not working.]( https://bugs.launchpad.net/calibre/+bug/1769606 )
2018-05-07 15:59:24 +05:30
Kovid Goyal
eb1d951802
Content server: Fix series field blank in Italian translation
2018-05-07 08:25:06 +05:30