42960 Commits

Author SHA1 Message Date
Charles Haley
940e8cd89e Use real toolbuttons instead of the funky styles pushbuttons. 2021-04-03 13:41:23 +01:00
Charles Haley
c374a33e0c Enhancement #1922405: Make the Create/edit a column icon rule window narrower.
Implemented with FlowLayout.
2021-04-03 13:40:43 +01:00
Kovid Goyal
578aa4617f
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-04-03 14:26:00 +05:30
Charles Haley
7a04279803 Template tester changes:
1) Add button to set breakpoints on every line
2) Make using Tab and Shift-Tab do indenting
2021-04-03 09:47:19 +01:00
Kovid Goyal
efa95ceb0b
string changes 2021-04-03 06:10:58 +05:30
Kovid Goyal
1b03cd029a
EPUB2 metadata: Read ISBNs in identifier elements without schemes if they are valid ISBNs and no properly identified isbns are present 2021-04-02 20:26:52 +05:30
Kovid Goyal
9562e85768
Add webp to mime database 2021-04-02 16:42:51 +05:30
Kovid Goyal
20d53b1081
Allow editing webp images in the editor 2021-04-02 16:38:18 +05:30
Kovid Goyal
555b629e17
Dont put the code to convert webp in the base module 2021-04-02 16:32:29 +05:30
Kovid Goyal
2d68fbabb0
MOBI Output: Convert WebP images to PNG so they work with Amazon's software. Fixes #1922341 [epub image (WebP format) couldn't get into the mobi format](https://bugs.launchpad.net/calibre/+bug/1922341) 2021-04-02 16:29:06 +05:30
Kovid Goyal
d1c22611b3
DOCX Input: When converting embedded fonts, replace spaces in the filename with underscores to keep the execrable epubcheck happy. Fixes #1921793 [Conversion Problem: Embedded OpenType TT fonts in DOCX files](https://bugs.launchpad.net/calibre/+bug/1921793) 2021-04-02 13:55:48 +05:30
Kovid Goyal
d8649c6fed
When exporting highlights as text or markdown also output top level chapter titles 2021-04-02 13:38:19 +05:30
Kovid Goyal
da6c7c6c3c
Update The Straits Times 2021-04-02 13:09:46 +05:30
Kovid Goyal
aabe59dd54
Fix #1922301 [Epub viewer selection error](https://bugs.launchpad.net/calibre/+bug/1922301) 2021-04-02 12:30:40 +05:30
Kovid Goyal
00b596afb2
Fix language/isbn/publisher/pubdate not being downloaded form amazon because of website changes 2021-04-02 11:19:44 +05:30
Kovid Goyal
3446f3b5d3
Fix getting search results from google broken because of markup changes 2021-04-02 10:43:33 +05:30
Kovid Goyal
4b0745052d
Another markup format for series info on amazon.com pages 2021-04-02 10:20:29 +05:30
Kovid Goyal
eb56bc531b
Update Amazon metadata plugin for changes to amazon.co.jp
Fixes #1922309 [Japanese amazon encoding issue](https://bugs.launchpad.net/calibre/+bug/1922309)
2021-04-02 10:08:13 +05:30
Kovid Goyal
151bc8eca0
Fix #1922304 [[Enhancement] Colons missing in the Cover generation settings screen](https://bugs.launchpad.net/calibre/+bug/1922304) 2021-04-02 10:06:25 +05:30
Kovid Goyal
7b21abcfe9
... 2021-04-01 07:53:15 +05:30
Kovid Goyal
5f8239fa78
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1922131 [Advanced rules editor fails after new library with structure](https://bugs.launchpad.net/calibre/+bug/1922131)
2021-04-01 07:44:37 +05:30
Charles Haley
aaf7ed6a25 Bug #1922131: Advanced rules editor fails after new library with structure 2021-03-31 22:03:15 +01:00
Kovid Goyal
e427437f89
... 2021-03-31 22:33:37 +05:30
Kovid Goyal
541178ade0
string changes 2021-03-31 21:47:57 +05:30
Kovid Goyal
76364ec4c6
E-book viewer: Selection bar: Add keyboard shortcuts for all buttons. Hover over a button in the bar to see the shortcut. 2021-03-30 22:36:28 +05:30
Kovid Goyal
098885a465
pep8 2021-03-30 18:22:53 +05:30
Kovid Goyal
b9a64085e9
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-03-30 18:22:24 +05:30
Charles Haley
0665d8734d String cleanup. 2021-03-30 13:01:35 +01:00
Charles Haley
96f99a4703 Ensure the template text box in the template tester gets as much space as available 2021-03-30 12:39:43 +01:00
Charles Haley
c2fa7ca19b Template formatter and tester changes:
Formatter:
- Clean up line number processing to make them more accurate
- Provide more detail in breakpoint labels
- Ensure all error strings are translatable
- Clean up error strings to distinguish between translated and untranslated parts

Tester:
- Remove context menu, replacing it with 2 small buttons for load and store
2021-03-30 12:34:07 +01:00
Kovid Goyal
ba06b74522
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-03-29 22:23:51 +05:30
Charles Haley
ea40045e0a Template tester: add file save/load to the context menu 2021-03-29 17:42:35 +01:00
Kovid Goyal
5e022932ba
pep8 2021-03-29 16:08:36 +05:30
Kovid Goyal
c765da312c
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1921674 [Template editor: Syntax highlighting of field references](https://bugs.launchpad.net/calibre/+bug/1921674)
2021-03-29 16:06:17 +05:30
Charles Haley
c66a7e7332 Enhancement: add 'breakpoints' to the template tester. Includes adding line numbers.
Also improved syntax highlighting.
This will undoubtably change again, but I want to get it out for testing.
2021-03-29 11:32:59 +01:00
Kovid Goyal
97bf4c1773
Edit book: Fix detection of class names containing hyphens/underscores 2021-03-29 11:01:31 +05:30
Kovid Goyal
176ad16b04
Fix py3 compat issue in irish times 2021-03-28 22:28:42 +05:30
Kovid Goyal
a80357301c
... 2021-03-28 16:10:05 +05:30
Kovid Goyal
3848fb45d0
String changes 2021-03-27 20:39:10 +05:30
Kovid Goyal
b3ba942ce6
Dont rely on select_one() since it is not present in older calibre 2021-03-27 16:13:56 +05:30
Kovid Goyal
bdfb061ac9
Merge branch 'cover' of https://github.com/xxyzz/calibre 2021-03-27 16:11:55 +05:30
Kovid Goyal
9673e288be
Fix #1921572 [[Viewer] Ctrl+A doesn't work when some text is selected](https://bugs.launchpad.net/calibre/+bug/1921572) 2021-03-27 16:10:56 +05:30
xxyzz
d360331af4
remove := syntax 2021-03-27 18:34:20 +08:00
xxyzz
84741b17df
get the economist cover url from json 2021-03-27 18:10:22 +08:00
Kovid Goyal
57302df132
Fix #1921551 [Saving annotations using "Browse Annotations" saves as incorrect file type](https://bugs.launchpad.net/calibre/+bug/1921551) 2021-03-27 07:33:26 +05:30
Kovid Goyal
4eda7a69fd
Fix #1921530 [Private bug](https://bugs.launchpad.net/calibre/+bug/1921530) 2021-03-26 22:40:29 +05:30
Kovid Goyal
ad3aab9bdd
Use alt+arrow rather than arrow on for next book on book details page 2021-03-26 16:44:25 +05:30
Kovid Goyal
e895b4ebde
Better errors when browsing spineless books 2021-03-26 16:42:13 +05:30
Kovid Goyal
39b894f1fe
Fix #1921460 [Rename class in zackzack recipe](https://bugs.launchpad.net/calibre/+bug/1921460) 2021-03-26 12:30:42 +05:30
Kovid Goyal
070a35906f
String changes 2021-03-26 12:21:41 +05:30