34777 Commits

Author SHA1 Message Date
Charles Haley
116a8f8250 Typo in sorting custom series single widget completion lists 2022-06-23 18:58:20 +01:00
Kovid Goyal
ccb6ff9d3e
Forgot the custom series edit widgets in my last commit 2022-06-23 22:50:02 +05:30
Kovid Goyal
98dea95759
Use the correct sort order for completions on the series edit boxes
Now will sort based on the tweak and using the current UI language
2022-06-23 22:31:02 +05:30
Charles Haley
cc07ae92fc Bug #1979544: incorrect detection of recursion in a saved search 2022-06-22 21:23:38 +01:00
Kovid Goyal
13db00d50c
Merge branch 'patch-2' of https://github.com/felagund/calibre 2022-06-18 05:42:43 +05:30
Tomáš Hnyk
dc06bf67ed
Use proper date in recipes
As discussed here: #1642 (comment), this makes the title in a recipe use the date when a given publication was issued (if set by a recipe) instead of current time.
2022-06-17 23:34:26 +02:00
Tomáš Hnyk
b2fce54f1f
Document publication_date
I think this should appear here: https://manual.calibre-ebook.com/news_recipe.html
so documenting it.
2022-06-17 23:32:00 +02:00
Kovid Goyal
c53cc30b22
version 5.44.0 2022-06-17 08:05:27 +05:30
Kovid Goyal
ab2e9a50d9
Amazon metadata download: Add an option to prefer the Kindle edition when multiple book types are returned by the search (Preferences->Metadata download->Configure the Amazon plugin). Fixes #1976105 [Add option to only scrape kindle ASIN](https://bugs.launchpad.net/calibre/+bug/1976105) 2022-06-16 13:43:05 +05:30
Kovid Goyal
4abda26e92
Edit book: Live CSS: Fix @namespace rules causing jumping to rule definition to go to the wrong definition. Fixes #1978500 [Private bug](https://bugs.launchpad.net/calibre/+bug/1978500) 2022-06-16 12:49:56 +05:30
Kovid Goyal
c0a2656cb2
Use the IANA registered mimetypes for fonts in the pipeline
Also use the IANA types for EPUB versions > 3.1
Fixes #1659 (Update fonts MIME following IANA recommendation)
2022-06-16 11:08:57 +05:30
Kovid Goyal
0cecc77a22
The exception raised by datetime when converting epochs has changed 2022-06-14 07:58:31 +05:30
Kovid Goyal
53924284c8
Possible fix for Apple screwing with device node names reported in statfs structures in macOS 13 2022-06-10 22:34:49 +05:30
Kovid Goyal
8b1ae42869
Show full blocked url request 2022-06-10 10:14:46 +05:30
Kovid Goyal
89d26dade1
Print debug info from USBMS driver when running in normal GUI as well 2022-06-10 09:51:01 +05:30
Kovid Goyal
609b431c91
A new API so that plugins are notified before the library is about to change
Fix #1977979 [Private bug](https://bugs.launchpad.net/calibre/+bug/1977979)
2022-06-08 19:57:18 +05:30
David
fc8d5e9ec8 Missed change for collections template and bump firmware version
Missed a check in determining if collection management should be done.
And Kobo have released another firmware versions. No changes are needed to support it.
2022-06-08 14:31:15 +10:00
Kovid Goyal
cf3ca9395e
Manage tags dialog: If tags are present in the add tags input when OK is clicked, add them automatically, without needing to click the plus button first 2022-06-06 08:41:53 +05:30
Kovid Goyal
741ecc3cce
Dont abort the quit if the in progress save finishes while the finish saving first popup is visible 2022-06-06 08:30:11 +05:30
Kovid Goyal
491f57b071
pep8 2022-06-06 08:24:46 +05:30
Charles Haley
9e5b656bd5 This commit works the way I want, ensuring the checked button is focused while using 'vanilla' Qt. It doesn't work around the odd behavior of backtab.
Apologies for the multiple commits. I don't know what happens if I remove commits in a pull request so I left them all.
2022-06-05 21:37:47 +01:00
Charles Haley
8d3d28da09 Make the accelerator on &Show work.
I am a bit concerned about why shift-tab works differently from tab. It clearly does, but perhaps because of a bug in Qt? In any event, without the code one gets stuck in the group box.
2022-06-05 17:40:51 +01:00
Kovid Goyal
0e9e771d1b
Cleanup previous PR 2022-06-05 20:43:41 +05:30
Charles Haley
2ff3814a80 Forgot the keyboard accelerators. 2022-06-05 16:07:13 +01:00
Charles Haley
f500c9a45b Enhancement #1977681: additional display options for custom yes/no column 2022-06-05 15:55:18 +01:00
Kovid Goyal
303380ba37
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes ##1977496
2022-06-03 19:01:01 +05:30
Charles Haley
b341100d12 I forgot the Key enum ... 2022-06-03 14:20:15 +01:00
Charles Haley
9db4584517 Bug #1977496: shortcut for OK buttons 2022-06-03 14:17:23 +01:00
Kovid Goyal
6a30220c8f
Dont use commas in filenames when sending to pbsync and kindle email addresses 2022-05-28 13:24:35 +05:30
Kovid Goyal
b33630ec1b
Fix sphinx warnings 2022-05-27 07:57:24 +05:30
Kovid Goyal
2bfb5c102a
version 5.43.0 2022-05-27 07:19:14 +05:30
David
b04b9f3690 Error for handling new templates for collections
Whoops. I was sure I fixed and tested that.
2022-05-27 11:00:37 +10:00
Kovid Goyal
180bed500f
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-05-26 19:35:19 +05:30
Charles Haley
ad3f6b0258 New template function urls_from_identifiers() 2022-05-26 14:05:15 +01:00
Kovid Goyal
af89c59f0d
Dont translate the list_join examples as they cause various issues 2022-05-26 08:23:53 +05:30
Kovid Goyal
9ca689c810
Fix #1971461 [Blank Book Details when switching from Device to Library](https://bugs.launchpad.net/calibre/+bug/1971461) 2022-05-25 20:54:15 +05:30
Kovid Goyal
fd8a8c24bc
... 2022-05-25 20:29:42 +05:30
Kovid Goyal
79006c3460
TXT Input: Fix a regression in 5.39 that caused the option to remove indents also removing blank lines. Fixes #1973591 [TXT input Paragraph Style: single function failed](https://bugs.launchpad.net/calibre/+bug/1973591) 2022-05-25 12:53:10 +05:30
Kovid Goyal
463a0b459f
Avoid list lookup 2022-05-25 10:31:22 +05:30
Kovid Goyal
25c09c6871
... 2022-05-25 10:26:08 +05:30
Kovid Goyal
26ecfcf28a
... 2022-05-25 08:36:53 +05:30
Kovid Goyal
bcb501b6de
E-book viewer: Fix incorrect sorting of highlights from the first internal file of a book. Fixes #1972069 [Annotations Sometimes List Out Of Order](https://bugs.launchpad.net/calibre/+bug/1972069) 2022-05-25 08:35:31 +05:30
Kovid Goyal
5e5cd0f4a7
... 2022-05-25 08:10:06 +05:30
Kovid Goyal
d3d5824cd9
... 2022-05-25 07:24:25 +05:30
Kovid Goyal
4fc4655ee0
Fix a regression that broke wheel scrolling in the image viewer 2022-05-24 19:44:29 +05:30
Kovid Goyal
d5c83e5721
Book details popup: Double clicking on the cover now uses calibre's internal image viewer. Right click on the cover to open it with another program. Fixes #1975406 [[Enhancement] Double click to open cover with the calibre Image viewer](https://bugs.launchpad.net/calibre/+bug/1975406) 2022-05-24 19:40:47 +05:30
Charles Haley
9ae383d085 Fix regression in template for loops that use the separator keyword 2022-05-24 10:38:29 +01:00
Kovid Goyal
225c58393a
pep8 2022-05-24 07:02:44 +05:30
Charles Haley
f3372b2dcc Fix some problems with the new marking code.
1) The listeners weren't called if only labels changed in the is_marked set.
2) refresh_ids returned no rows if any one of the ids was invalid.
3) I used the wrong method in views.py. I have ids but called the method that expected rows.
2022-05-22 18:24:13 +01:00
Kovid Goyal
548065f29e
Show repr of non-unicode object in ICU errors 2022-05-21 06:18:00 +05:30