34493 Commits

Author SHA1 Message Date
Kovid Goyal
fd9cc8ce30
Show an error when toc editor fails to start 2022-02-08 11:14:00 +05:30
Kovid Goyal
2c9e9831e7
More context menu icons 2022-02-08 05:54:00 +05:30
Kovid Goyal
d5201ff24d
Fix #1960227 [[Enhancement - Content server] Don't display arrows on the cover on the Book details page if there are no previous/next book](https://bugs.launchpad.net/calibre/+bug/1960227) 2022-02-07 18:28:15 +05:30
Kovid Goyal
22aaea6073
More context menu icons 2022-02-07 14:51:30 +05:30
Kovid Goyal
f4a1cdc98c
Sort menu: Show the current sort at the top of the menu 2022-02-07 14:41:16 +05:30
Kovid Goyal
78af40cf17
Use a better monospace font on windows for book details 2022-02-07 13:54:24 +05:30
Kovid Goyal
a03b4ac614
Fix #1960203 [Add clear button to the fields in the Create Virtual library window](https://bugs.launchpad.net/calibre/+bug/1960203) 2022-02-07 13:37:17 +05:30
Kovid Goyal
a467d5ef07
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-02-07 13:16:53 +05:30
Kovid Goyal
e52c124224
Embed fonts: Create <head> when missing. Fixes #1960180 [Error embedding fonts](https://bugs.launchpad.net/calibre/+bug/1960180) 2022-02-07 08:19:46 +05:30
Charles Haley
288a5f8593 Add a tweak to change the behavior of the tab character in completing combo boxes 2022-02-06 22:10:35 +00:00
Kovid Goyal
2adc821a67
... 2022-02-06 12:00:16 +05:30
Kovid Goyal
6fae77e7f4
Tag editor: Use a proxy model for better filter performance
Also simplifies the code
2022-02-06 11:58:36 +05:30
Kovid Goyal
726adf2a8c
... 2022-02-06 06:20:44 +05:30
Kovid Goyal
b4ab128f8d
Dont change the type of opts.trusted_ips 2022-02-06 06:02:52 +05:30
Kovid Goyal
5858575750
Fix incorrect serialization of ip_addresses in the preferences dialog after the content server has been started 2022-02-05 10:50:12 +05:30
Kovid Goyal
affd7be313
Content server: Ignore failure to strftime log entries 2022-02-05 10:36:22 +05:30
Kovid Goyal
e903aabf0c
... 2022-02-05 07:28:30 +05:30
Kovid Goyal
cf5f2ee4fc
Cleanup previous PR 2022-02-04 20:32:28 +05:30
Charles Haley
fae3fb28d0 Migrate the remaining edit metadata tweaks to gprefs. 2022-02-04 13:26:14 +00:00
Kovid Goyal
ca0a977b09
Better handling of empty prefix list 2022-02-04 16:41:08 +05:30
Kovid Goyal
b4e6ae8c2b
Handle empty sort prefixes 2022-02-04 16:34:00 +05:30
413Michele
39137915bd
Fix typo: missing space 2022-02-04 11:51:07 +01:00
Kovid Goyal
48ec109eab
Merge branch 'tooltip' of https://github.com/413Michele/calibre 2022-02-04 16:13:50 +05:30
Kovid Goyal
10b738b533
Remove coloring of splitter handles
It's inconsistent to have this in one dialog in the application and
no where else. If needed, this should be implemented in the calibre
style application wide.
2022-02-04 16:08:04 +05:30
413Michele
c992418341
Update Column icons tooltip information
I added some info on the difference between "with text" and "without text" icons, as I couldn't understand the effect that option had before testing it
2022-02-04 11:30:41 +01:00
Charles Haley
3cd97e670f Enhancement #1959928: add a splitter between cover and formats in all-on-one metadata edit.
While there, slightly color the splitters to make them easier to discover and use.
2022-02-04 10:19:01 +00:00
Kovid Goyal
a7782679fe
version 5.36.0 2022-02-04 10:40:10 +05:30
Kovid Goyal
b36c5e7624
When reviewing metadata if the newly downloaded metadata has no language but there is an existing language, ensure it is preserved. Fixes #1959981 [book metadata download fails language attribute](https://bugs.launchpad.net/calibre/+bug/1959981) 2022-02-04 10:39:16 +05:30
Kovid Goyal
8ceb229914
... 2022-02-04 08:09:06 +05:30
Kovid Goyal
91443bc3bd
Normalize command line args for ebook-meta 2022-02-04 08:01:08 +05:30
Kovid Goyal
fce128a10e
Edit book: Fix pasting files from another editor instance failing if a file with the same name already exists. Fixes #1959782 [Problems with drag and drop or adding files in the editor](https://bugs.launchpad.net/calibre/+bug/1959782) 2022-02-03 20:05:43 +05:30
Kovid Goyal
ed209b9374
Fix #1959893 [Trim Image - Size of selected area is incorrect](https://bugs.launchpad.net/calibre/+bug/1959893) 2022-02-03 19:14:05 +05:30
Charles Haley
1bb20d414f Use splitters in the all-in-one-tab edit metadata dialog. 2022-02-03 13:04:07 +00:00
Kovid Goyal
00d4459071
Amazon metadata download: Fix paragraphs in the comments being merged. Fixes #1959659 [Metadata download: preserve paragraph tags in comments](https://bugs.launchpad.net/calibre/+bug/1959659) 2022-02-03 13:21:38 +05:30
Kovid Goyal
68b08f4a6a
Metadata download: Fix published date and series information not being fetched for some books from amazon.de. Fixes #1958979 [Amazon metadata download gets not all fields in some cases](https://bugs.launchpad.net/calibre/+bug/1958979) 2022-02-03 12:15:42 +05:30
Kovid Goyal
0ffbd4e3a8
py310: more float->int goodness 2022-02-03 07:56:45 +05:30
Kovid Goyal
9d0b555d80
more pyqt6 enum goodness 2022-02-02 22:01:41 +05:30
Charles Haley
312807ca94 Two changes to edit metadata custom columns:
1) Ensure the height of a widget doesn't grow in two column mode.
2) Add an option to ignore the column selection and order specifications.
2022-02-02 12:04:12 +00:00
Kovid Goyal
b8de124575
Move tabs for cover grid widget to top 2022-02-01 22:36:57 +05:30
Kovid Goyal
8fcd59ce34
Use a list instead of tabs for Preferences->Look & feel 2022-02-01 22:34:55 +05:30
Kovid Goyal
98b4b9a3c2
Cleanup previous PR 2022-02-01 21:50:49 +05:30
Charles Haley
cc9bb5fb57 Add a tab to Look/feel to choose which fields to show in edit metadata as well as set their order. 2022-02-01 15:56:36 +00:00
Kovid Goyal
55f6b4ee2c
Improve the email known relay setup dialog 2022-02-01 21:11:47 +05:30
Kovid Goyal
cdecdaf519
rename hotmail to outlook 2022-02-01 19:48:22 +05:30
Kovid Goyal
f457ee5122
Fix #1959631 [Ampersand rendering bug](https://bugs.launchpad.net/calibre/+bug/1959631) 2022-02-01 07:31:43 +05:30
Kovid Goyal
3f2aa59072
Also, I believe hotmail requires full email address as username too 2022-01-31 08:07:23 +05:30
Kovid Goyal
9aaaa1b103
Replace smtp.live.com with smtp-mail.outlook.com when sending mail from the GUI so users dont all hve to change their email settings 2022-01-31 08:02:53 +05:30
Kovid Goyal
e1730e1a3b
Hotmail SMTP server has changed 2022-01-31 07:52:50 +05:30
Charles Haley
1009054cf2 Ooops. Really did need to escape the URL 2022-01-30 11:54:29 +00:00
Charles Haley
7334080406 New affiliate program for ebook.de 2022-01-30 11:25:49 +00:00