43434 Commits

Author SHA1 Message Date
Kovid Goyal
c69f2851f3
String changes 2021-02-24 21:59:53 +05:30
Kovid Goyal
baea16dde4
Fix #1915775 [E-book viewer: Reset interface button needs a confirmation dialogue](https://bugs.launchpad.net/calibre/+bug/1915775) 2021-02-24 14:59:30 +05:30
Kovid Goyal
66a7213c27
Start searching at current spine item 2021-02-24 12:21:52 +05:30
Kovid Goyal
8799260f2f
string changes 2021-02-24 08:52:51 +05:30
Kovid Goyal
e47448de2e
Fix #1916653 [[Enhancement] Download news source by double clicking](https://bugs.launchpad.net/calibre/+bug/1916653) 2021-02-24 08:45:31 +05:30
Kovid Goyal
b0996fa9ad
Also fix saving in outbox 2021-02-23 22:09:03 +05:30
Kovid Goyal
98da158ca6
py3 compat when sending emails with non-ascii content 2021-02-23 21:44:11 +05:30
Kovid Goyal
1d3f6d3dd9
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-02-23 15:48:22 +05:30
Charles Haley
a3c8793c6a Template language improvements:
1) added the infix compare operator 'in'. Usage: pattern in expression.
2) added the template function list_count_matching()
3) documentation for the above.
2021-02-23 10:14:20 +00:00
Kovid Goyal
76b0b6ad65
Add a context menu for categories in files browser to allow easily selecting/de-selecting all items in a category 2021-02-23 13:58:08 +05:30
Kovid Goyal
6e86fb0698
Edit book: File browser: Show total size of items in category when hovering over category with mouse 2021-02-23 11:01:33 +05:30
Kovid Goyal
65eda67d7c
Python 3.7 compat 2021-02-23 09:59:16 +05:30
Kovid Goyal
dc9a13864b
E-book viewer: Fix selection popup bar sometimes going off screen when dragging up to the top line of text. Fixes #1915685 [ebook-viewer: Selection dialog may render partway off-screen](https://bugs.launchpad.net/calibre/+bug/1915685) 2021-02-23 09:57:30 +05:30
Kovid Goyal
6e73715533
Fix #1915768 [At one stage calibre welcome wizard only partially switches to the chosen language](https://bugs.launchpad.net/calibre/+bug/1915768) 2021-02-23 09:30:23 +05:30
Kovid Goyal
3a1aff810c
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-02-22 17:24:23 +05:30
Charles Haley
a12165e01b Template language changes:
1) add the possibility to specify a separator in a for statement.
2) add the template function list_remove_duplicates()
2021-02-22 11:43:19 +00:00
Kovid Goyal
f6235a1845
E-book viewer: Have the Table of Contents view automatically scroll to keep the chapter being read currently visible. Fixes #1916411 [Enhancement Request: ToC Behavior - Default to Current Chapter](https://bugs.launchpad.net/calibre/+bug/1916411) 2021-02-22 09:53:46 +05:30
Kovid Goyal
4d6d25a788
Merge branch 'master' of https://github.com/josdion/calibre 2021-02-21 19:07:35 +05:30
josdion
ac35a28c5e Remove EKnigi store
The web site e-knigi.net is down and domain is for sale.

Here is the messages from the web site owner:
Unfortunately, E-knigi.net no longer exists.
If anyone wants to buy the name, write to valtodorov at gmail.com
2021-02-21 13:33:15 +02:00
Kovid Goyal
8dd82b116e
pep8 2021-02-21 16:42:32 +05:30
Kovid Goyal
59d43a21c7
Merge branch 'master' of https://github.com/josdion/calibre 2021-02-21 16:38:54 +05:30
josdion
4fc67c81a4 Fix biblio store
Update html parser to be consistent with the current version of the site.
2021-02-21 12:55:40 +02:00
Kovid Goyal
f72f500e47
Merge branch 'master' of https://github.com/davidfor/calibre 2021-02-21 11:22:19 +05:30
David
58a7565500 Add option for cover letterbox color to KoboTouch driver
Plus bump the supported firmware version the recent release.
2021-02-21 16:24:13 +11:00
Kovid Goyal
1609cec78c
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-02-21 07:56:35 +05:30
Kovid Goyal
fb9930a439
Merge branch 'master' of https://github.com/josdion/calibre 2021-02-21 07:56:11 +05:30
josdion
7d9ebf412d Fix chitanka store
Update html parser to be consistent with the current version of the site.
2021-02-21 01:00:56 +02:00
Charles Haley
456adc2f2b Fix bug in template function subitems that allowed empty items in the returned value 2021-02-20 16:57:16 +00:00
Kovid Goyal
8e98cb061f
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-02-19 20:52:18 +05:30
Charles Haley
4cd6f6f1f5 Fix bug in template 'for' where loop variables are not stripped. 2021-02-19 13:26:53 +00:00
Kovid Goyal
ac65947be9
Merge branch 'patch-1' of https://github.com/yegortimoshenko/calibre 2021-02-19 09:20:44 +05:30
Yegor Timoshenko
2dd8ec37d2
Use an em dash to separate window title fragments
See the discussion here: https://bugzilla.mozilla.org/show_bug.cgi?id=1279647
2021-02-18 22:37:46 +03:00
Kovid Goyal
ea7886c709
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-02-18 21:45:10 +05:30
Charles Haley
8fbb8df75c Add a new template function set_globals() that sets key:value pairs in the globals dict. Also slightly improve template language documentation. 2021-02-18 16:03:45 +00:00
Kovid Goyal
5aa83f99af
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-02-17 20:40:49 +05:30
Charles Haley
1af28bd3ba Add template function 'is_marked()' 2021-02-17 14:43:42 +00:00
Kovid Goyal
fa4713d1f3
Making editing bytes as text alway decode as UTF-8 instead of repr() 2021-02-16 09:07:49 +05:30
Kovid Goyal
fd77db2da5
Edit book: Fix editing of JavaScript files not working. Fixes #1915770 [editor creates mal-formed .js files](https://bugs.launchpad.net/calibre/+bug/1915770) 2021-02-16 08:38:29 +05:30
Kovid Goyal
52d048ece3
Viewer: Also send a load event to the window object after the iframe loads 2021-02-15 21:01:10 +05:30
Kovid Goyal
0de82426ff
Sphinx: Replace use of deprecated css_files 2021-02-15 04:37:09 +05:30
Kovid Goyal
4311cae31a
Update Slate 2021-02-14 20:48:03 +05:30
Kovid Goyal
a2fe4afafe
Fix #1915630 [E-book viewer: "Save as" should prefill filename input field with the filename of the image](https://bugs.launchpad.net/calibre/+bug/1915630) 2021-02-14 11:13:14 +05:30
Kovid Goyal
c85e70c195
Update Harper's Magazine 2021-02-14 10:11:48 +05:30
Kovid Goyal
506bde6434
Use https 2021-02-14 09:20:54 +05:30
Kovid Goyal
2c2e6319c3
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-02-13 18:56:49 +05:30
Charles Haley
fb2f184958 Two changes:
1) Add the alias "list_contains" to the "in_list" function so that naming is more consistent.
2) Add composite categories to valid grouped searches.
2021-02-13 13:08:27 +00:00
Kovid Goyal
69de7dea5f
... 2021-02-12 12:05:56 +05:30
Kovid Goyal
6752ccb57c
version 5.11.0 v5.11.0 2021-02-12 08:33:01 +05:30
Kovid Goyal
24b37296d5
... 2021-02-11 17:37:37 +05:30
Kovid Goyal
c7ee68b0ba
Disable transifex job in yml file rather than github UI 2021-02-11 16:05:27 +05:30