Kovid Goyal
76a1de49ef
E-book viewer: Fix changing the sans-serif font without also changing the monospaced font not working. Fixes #2032694 [Unable to force sans-serif font replacement via Preference menu in Calibre Viewer]( https://bugs.launchpad.net/calibre/+bug/2032694 )
2023-08-24 08:18:51 +05:30
Kovid Goyal
a5ab50e1d8
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-08-22 12:54:15 +05:30
unkn0w7n
fe318e4678
...
2023-08-22 12:39:46 +05:30
Kovid Goyal
118ab2d2e4
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-08-22 11:27:55 +05:30
unkn0w7n
4cd864cbc6
firstpost.recipe
2023-08-22 11:24:33 +05:30
Kovid Goyal
745dc0c72c
Edit book: Fix searching for non-BMP unicode characters highlighting only half the character
2023-08-22 09:13:06 +05:30
Kovid Goyal
181dc063df
...
2023-08-20 21:25:24 +05:30
Kovid Goyal
568f80f210
Some xwin fixes
2023-08-20 21:23:45 +05:30
Kovid Goyal
d608e1be54
Drop the dependency on xwin replace with using msitools
...
xwin doesnt work with current SDKs anyway.
https://github.com/Jake-Shadle/xwin/issues/92
2023-08-20 21:05:24 +05:30
Kovid Goyal
4d1cd721b0
Update The Baffler
2023-08-20 09:09:54 +05:30
Kovid Goyal
60d44baaf5
DRYer
2023-08-19 11:25:13 +05:30
Kovid Goyal
cd8af8ca11
Move CSS used for book display title cells into book_details.css
...
Fixes #1999 (Fix book details rendering and customization)
2023-08-18 22:14:31 +05:30
Kovid Goyal
d0a189e2a1
version 6.25.0
v6.25.0
2023-08-18 07:41:35 +05:30
Kovid Goyal
17c6d84269
Document using ngettext in plugins
2023-08-18 07:41:14 +05:30
Kovid Goyal
2ae0742c98
When merging books by drag-and-drop add an option to use the dragged cover instead of the cover in the target book. Fixes #2027794 [Merging books keeps metadata of first book but the cover of the of the second book]( https://bugs.launchpad.net/calibre/+bug/2027794 )
2023-08-17 13:27:51 +05:30
Kovid Goyal
df7a0b3da3
Create catalog: Add buttons to easily select all/non/visible fields when creating CSV/XML catalogs. Fixes #2031571 [[Enhancement] CSV Catalog Suggestions]( https://bugs.launchpad.net/calibre/+bug/2031571 )
2023-08-17 11:29:51 +05:30
Kovid Goyal
3bd3593bb1
E-book viewer: Mouse wheel horizontal events should jump sections not internal file boundaries. Fixes #2030671 [vertical mousewheel scrolls to previous/next section]( https://bugs.launchpad.net/calibre/+bug/2030671 )
2023-08-17 10:55:25 +05:30
Kovid Goyal
8f405d4476
Preferences->Add your own columns: Add buttons to show/hide all columns. Fixes #2031570 [have every column be ticked or unticked instead of doing them all manually]( https://bugs.launchpad.net/calibre/+bug/2031570 )
2023-08-17 08:38:03 +05:30
Kovid Goyal
a69604b519
Fix Preferences->Add your own columns changing check state on moving columns. Fixes #2031569 [boxes that are unticked become ticked if another column is moved over it]( https://bugs.launchpad.net/calibre/+bug/2031569 )
2023-08-17 08:25:17 +05:30
Kovid Goyal
c604802ac8
Merge branch 'master' of https://github.com/t3d/calibre
2023-08-17 07:37:22 +05:30
Tomasz Długosz
7573d20a18
Get books: update Wolne Lektury
2023-08-16 23:02:15 +02:00
Kovid Goyal
ccb6781005
Fix CFI parsing of numbers with trailing zeros
...
Fixes #2029521 [Epub files with non-functional bookmarks](https://bugs.launchpad.net/calibre/+bug/2029521 )
2023-08-16 22:05:23 +05:30
Kovid Goyal
db540da647
use #666 for gray in book details light mode
2023-08-16 21:56:14 +05:30
Kovid Goyal
e73aba98d2
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-08-16 21:54:45 +05:30
Charles Haley
6d751928f3
Proper fix for the tuple/list problem in template_dialog.py
2023-08-16 17:14:14 +01:00
Charles Haley
92301457aa
Re commit 21b9a5d: 'Ids' still had the colon
2023-08-16 17:13:40 +01:00
Kovid Goyal
21b9a5db89
...
2023-08-16 20:25:46 +05:30
Kovid Goyal
7c7ff4cf08
Book details panel: De-emphasize titles making the actual data stand out more. Fixes #2029723 [[Enhancement] Suggestions to make the Book details panel look nicer]( https://bugs.launchpad.net/calibre/+bug/2029723 )
2023-08-16 20:09:10 +05:30
Kovid Goyal
f1537ba35e
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-08-16 19:54:56 +05:30
Charles Haley
ec7196bb4a
For some reason I don't understand, the array of mi values mst be a list, not a tuple.
...
When a tuple, this line:
w.setText(mi[r].title)
produces the exception:
Traceback (most recent call last):
File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\gui2\preferences\save_template.py", line 63, in do_open_editor
File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\gui2\dialogs\template_dialog.py", line 433, in __init__
File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\gui2\dialogs\template_dialog.py", line 578, in set_mi
AttributeError: 'tuple' object has no attribute 'title'
2023-08-16 15:21:05 +01:00
Kovid Goyal
212564d578
DRYer
2023-08-16 19:31:49 +05:30
Kovid Goyal
a40a514d35
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-08-16 19:19:19 +05:30
Charles Haley
797b579382
Make the save_to_disk preference use selected books when opening the template editor. This avoids spurious "must be in GUI" errors, and also provides more information to the user.
2023-08-16 14:45:48 +01:00
Kovid Goyal
3df98e0995
E-book viewer: Show an error when creating a bookmark if the bookmark position is not found. See #2029521 (Epub files with non-functional bookmarks)
2023-08-16 18:51:48 +05:30
Kovid Goyal
05464cc4f9
Trash dialog: Allow right clicking on an entry to save it to disk. Fixes #2030342 [Trash Bin: Option to copy file out]( https://bugs.launchpad.net/calibre/+bug/2030342 )
2023-08-16 18:18:45 +05:30
Kovid Goyal
c68ba38533
Fix a regression in the previous release that broke parsing of some IS0 8601 timestamps. Fixes #2031341 [Calibre corrupts last modified date when using the server]( https://bugs.launchpad.net/calibre/+bug/2031341 )
...
timezone() unlike tzoffset() requires timedelta() objects instead of
seconds
2023-08-16 14:27:59 +05:30
Kovid Goyal
d26bc9fb45
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-08-16 11:31:18 +05:30
unkn0w7n
81a813a374
Update bloomberg-business-week.recipe
2023-08-16 11:28:35 +05:30
Kovid Goyal
8135f2027d
Fix #2031405 [Private bug]( https://bugs.launchpad.net/calibre/+bug/2031405 )
2023-08-16 09:27:10 +05:30
Kovid Goyal
5189d800c6
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-08-15 09:01:36 +05:30
unkn0w7n
b8052d35d7
...
2023-08-14 22:22:38 +05:30
unkn0w7n
5457ba9e49
...
2023-08-14 22:19:22 +05:30
Kovid Goyal
b6d7f624f4
Fix typo in help string
2023-08-14 08:57:44 +05:30
Kovid Goyal
81bba5c959
pep8
2023-08-13 19:27:41 +05:30
Kovid Goyal
a25977271b
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-08-13 19:26:50 +05:30
unkn0w7n
25948f59f0
...
2023-08-13 13:04:23 +05:30
unkn0w7n
474417cf45
Update focus_de.recipe
2023-08-13 12:45:16 +05:30
unkn0w7n
b3b8d274a8
Update epoch_times.recipe
2023-08-13 12:42:08 +05:30
unkn0w7n
d4900b902b
The Hindu update
2023-08-13 11:43:42 +05:30
Kovid Goyal
56cad44079
Update Epoch Times
2023-08-12 07:31:39 +05:30