Kovid Goyal
a304b67ce3
Remove WebKit from the ToC Editor
2019-09-13 09:12:16 +05:30
Kovid Goyal
2ccbe705b2
Rebuild coffeescript
2019-09-13 09:12:15 +05:30
Kovid Goyal
4634768d3f
Fix a regression that broke the per_lang_title_sort_articles tweak
...
There must not be blank lines in tweak definitions in default_tweaks.py
Fixes #1834329 ["articles" for sort strings do not working/save](https://bugs.launchpad.net/calibre/+bug/1834329 )
2019-06-27 06:15:37 +05:30
Eli Schwartz
f75ea236e5
py3: make templite templates use python3-compatible syntax
2019-05-20 00:55:13 -04:00
Kovid Goyal
05ef1457e8
Dont store tweaks in a .py file
...
Use a .json file instead. As with the previosu migrations of pickle and
.py config files this causes the settings to become disjoint if an
upgrage/downgrade is done.
2019-03-26 11:25:15 +05:30
Kovid Goyal
390b0d45c1
Dont use a python file to store catalog section templates
2019-03-25 20:18:19 +05:30
Kovid Goyal
a15857ba14
E-book viewer: Switch to using modern MathJax with HTML rather than SVG output
...
Seems to work fine with the ancient WebKit the user and PDF output use
and allows us to have only a single mathjax bundled with calibre. Also,
the SVG backend in unmaintained, so the HTML backend is more robust
going forward.
2019-01-04 19:00:04 +05:30
Kovid Goyal
3c972def4f
Update embedded rapydscript
...
Fixes strings with double quotes in them not being translated on the
server.
2019-01-03 17:46:24 +05:30
Kovid Goyal
d87540c482
Rebuild coffeescript
2018-09-12 09:38:12 +05:30
Flaviu Tamas
1d15fe84c0
Use six for reraise
2018-09-10 12:11:30 +05:30
Kovid Goyal
814bfc8afc
Merge branch 'master' of https://github.com/nialldaley/calibre
2018-08-14 06:51:22 +05:30
Niall Daley
758c24f920
Add a tweak to allow skipping network check on news download.
...
The mechanism used for checking for available network connections
may not always be accurate, so allow it to be skipped. For instance
network manager may not be aware of all available connection and
so return a false negative.
This has been added as a tweak to allow those who know what they're
doing to use the alternate behavior, without breaking the default
check mechanism.
2018-08-13 13:07:17 +01:00
Kovid Goyal
a275acb5c0
E-book viewer: Set the column-fill property to auto
...
Needed for people that build calibre against newer version of
Qt WebKit.
2018-06-16 09:05:08 +05:30
Kovid Goyal
d7828644f5
Fix #1775991 [Update the Quick Start Guide in Swedish]( https://bugs.launchpad.net/calibre/+bug/1775991 )
2018-06-09 18:33:30 +05:30
Kovid Goyal
1cbd6ccf9b
E-book viewer: Fix very slow loading for HTML files with very many images on Linux. Fixes #1774884 [loading flow for some ebooks takes painfully long in linux]( https://bugs.launchpad.net/calibre/+bug/1774884 )
...
For some reason setting column break inside on the images was
causing a re-layout only on Linux.
2018-06-06 17:53:11 +05:30
Kovid Goyal
04ba64d0d7
Also update links in translated quick start guides
2018-06-06 07:14:42 +05:30
Kovid Goyal
8396aa623b
Fix broken links in the Quick Start Guide
...
Also migrate all links to https. Fixes #1775297 [Quick-Start Guide needs TLC](https://bugs.launchpad.net/calibre/+bug/1775297 )
2018-06-06 06:52:40 +05:30
Kovid Goyal
d8fe18acb4
...
2018-06-01 19:32:40 +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
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
b744fac844
Update RapydScript to fix POT file generation for plurals
2018-04-20 10:12:40 +05:30
Kovid Goyal
d01236eff5
Update RapydScript
2018-04-18 07:50:18 +05:30
Kovid Goyal
60c8d6effe
Update RapydScript
2018-04-04 06:05:10 +05:30
Kovid Goyal
b6fb23ed68
Update RapydScript
2018-03-24 10:12:22 +05:30
Kovid Goyal
06455c33df
Update RapydScript
2018-03-13 23:13:50 +05:30
Kovid Goyal
5e4f43588e
PDF Output: When the input document contains multiple anchors with the same value, use the first anchor rather than the last. This follows browser behavior. Fixes #1752825 [Private bug]( https://bugs.launchpad.net/calibre/+bug/1752825 )
2018-03-02 16:50:19 +05:30
Kovid Goyal
c9f56651ba
FB2 Input: Add <div> to <blockquote> content to silence the useless epubcheck
2018-02-28 09:28:47 +05:30
Kovid Goyal
4983623691
Allow adding the Virtual library button to any toolbar/menu via Preferences->Toolbars & menus
2018-02-26 09:00:56 +05:30
Kovid Goyal
8601b46151
Conversion: Handle the deprecated type attribute on <ol> tags. Fixes #1751148 [Bad conversion <ol type="a"> from ePub to azw3]( https://bugs.launchpad.net/calibre/+bug/1751148 )
2018-02-23 08:29:51 +05:30
Kovid Goyal
1d5ea851d7
Update RapydScript
2018-02-13 18:23:20 +05:30
Kovid Goyal
61ab18b81a
Update RapydScript
2018-01-23 16:17:24 +05:30
Kovid Goyal
6cd33e110e
Add a tweak in Preferences->Tweaks to exclude some fields when using the Edit metadata->Copy metadata/paste actions
2017-12-18 08:00:18 +05:30
Kovid Goyal
0569c9f01e
...
2017-11-29 17:00:28 +05:30
Kovid Goyal
0b09e059c2
Set the default value of the enter tweak to do_nothing
2017-11-19 07:21:47 +05:30
Kovid Goyal
60b0f56e7b
Add a tweak to control behavior of Enter on the book list
...
Merge branch 'master' of https://github.com/cbhaley/calibre
2017-11-18 04:44:53 +05:30
Charles Haley
1ecaf1c5ff
Add tweak to change the (new) behavior of the enter key
2017-11-17 18:15:15 +01:00
Serized
b9a08430e4
Icon size optimisation
2017-10-18 18:15:49 +02:00
Serized
8cdf671f83
Add an icon for the restart and similar books actions
...
The icon looks better when the action is placed in one of the main
toolbars
2017-10-18 18:11:35 +02:00
Kovid Goyal
4b40482d3b
String changes
2017-10-01 16:47:46 +05:30
Kovid Goyal
5391aeda8c
String changes
2017-09-25 21:00:53 +05:30
Kovid Goyal
fcd533a21c
Update RapydScript
2017-09-06 11:24:08 +05:30
Kovid Goyal
3e6d7c93d2
String changes
2017-07-18 13:09:12 +05:30
Kovid Goyal
b65f2ccbc0
Rename the quickview icon and make it match the other icons colors
2017-07-04 22:48:05 +05:30
Charles Haley
95db631c4a
Give Quickview its own icon
...
Icon comes from https://www.iconfinder.com/icons/2191555/eye_look_no_hide_see_show_watch_icon#size=128
2017-07-04 10:56:30 +02:00
Kovid Goyal
ebdec9f6ae
Comments editor: Add a button to easily insert separators (i.e. <hr> tags) when editing comments
2017-07-02 11:34:16 +05:30
Kovid Goyal
ce4f774114
Viewer: Fix incorrect display of pages in paged mode for books that override the default box-sizing CSS property on the <body> element. Fixes #1700109 [css margin-left and margin-right problem]( https://bugs.launchpad.net/calibre/+bug/1700109 )
2017-06-27 15:28:33 +05:30
Kovid Goyal
90d18917b5
String changes
2017-06-26 16:03:10 +05:30
Kovid Goyal
0e173abfbf
String changes
2017-06-19 18:23:02 +05:30
Kovid Goyal
4ac77d0a71
String changes
2017-06-10 23:26:31 +05:30