49244 Commits

Author SHA1 Message Date
Charles Haley
642d44abbf Another try at debouncing book details.
1) The debouncing is done where the display is called: views.py and book_details.py.
2) The 250ms timeout defined in book_info.py is arbitrary. I like it but some might want it smaller.
3) This commit implements delayed evaluation of composites when using get_metadata().
2024-03-04 15:23:00 +00:00
Charles Haley
57da1f5320 Fix save-to-disk templates containing template expressions like {:'current_library_name()'} printing an exception. The exception doesn't appear to break anything, but it shouldn't be there. 2024-03-03 14:12:33 +00:00
Kovid Goyal
d99570a2b6
Use a more intuitive to type maximum 2024-03-03 09:57:02 +05:30
Kovid Goyal
d5360885ae
Cleanup previous PR 2024-03-03 09:19:27 +05:30
Kovid Goyal
5517f188f4
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-03-03 09:05:25 +05:30
Kovid Goyal
3828835c77
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-03-03 08:40:17 +05:30
unkn0w7n
1f41eeb359 Update mit_technology_review.recipe
cover
2024-03-02 18:40:03 +05:30
Charles Haley
47ae06f28e Change the template function get_note() to return the html note with all resources expanded to be inline. It uses the same code as export_note(), but removing the <html>, <head>, and <body> tags. 2024-03-02 13:03:04 +00:00
Charles Haley
cb97f51108 Support composite columns in book jackets. 2024-03-02 13:00:50 +00:00
Kovid Goyal
c38bacc0ba
Also handle soft hyphens with trailing spaces 2024-03-02 16:57:25 +05:30
Kovid Goyal
b0d3fe6677
DOCX Output: Preserve space before soft hyphen 2024-03-02 14:09:35 +05:30
Kovid Goyal
21b4869f22
Revert prevention of pushes to transifex
Hopefully, its working now
2024-03-02 09:53:10 +05:30
Kovid Goyal
a874ee037d
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-03-02 09:51:18 +05:30
Kovid Goyal
f8abcadf2f
Book details popup: Copy the original cover image to the clipboard even when the image is rescaled to fit into view 2024-03-02 09:49:11 +05:30
unkn0w7n
d1f8cd255a NY Review of Books 2024-03-02 09:46:48 +05:30
unkn0w7n
c0f1f6670d Update scientific_american.recipe 2024-03-02 09:37:54 +05:30
Kovid Goyal
eb05330943
Fix changing disabled colors overriding non-disabled colors 2024-03-01 19:40:43 +05:30
Kovid Goyal
a8a3bc9844
Content server: Fix deletion of viewer profiles not working 2024-03-01 11:11:04 +05:30
Kovid Goyal
8bb265ae6a
transifex is stalling on pushes, temporarily disable so release can be done v7.6.0 2024-03-01 08:38:58 +05:30
Kovid Goyal
f2be7dffef
version 7.6.0 2024-03-01 08:15:53 +05:30
Kovid Goyal
49e06d0cda
... 2024-02-29 14:04:03 +05:30
Kovid Goyal
544d34fa42
... 2024-02-29 14:02:19 +05:30
Kovid Goyal
b10eebf7a0
Workaround chromium causing selection start to also change when end is changed in some circumstances
Fixes #2054934 [Extra text copied when selecting across pages](https://bugs.launchpad.net/calibre/+bug/2054934)
2024-02-29 14:00:52 +05:30
Kovid Goyal
2e4b88059c
... 2024-02-29 13:29:50 +05:30
Kovid Goyal
83a6ab947f
Edit book: Add a shortcut Ctrl+M to merge selected files. Fixes #2053144 [ebook-edit: Keyboard shortcut for merging files](https://bugs.launchpad.net/calibre/+bug/2053144) 2024-02-29 13:11:38 +05:30
Kovid Goyal
275cfd4875
Cover grid: Fix dragging the mouse while holding shift to extend the selection not working well. Fixes #2054617 [Multiple book selection in cover grid using mouse and shift key](https://bugs.launchpad.net/calibre/+bug/2054617) 2024-02-28 16:57:57 +05:30
Kovid Goyal
e1238ea3ee
Default light tooltip color should be yellow
It's traditional
2024-02-28 12:24:08 +05:30
Kovid Goyal
8489f711a9
Implement import/export for UI color palettes 2024-02-28 12:22:47 +05:30
Kovid Goyal
3d5f70de36
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-02-28 11:10:13 +05:30
unkn0w7n
745409c196 The Week UK 2024-02-28 10:34:03 +05:30
unkn0w7n
215513510f ... 2024-02-28 10:08:58 +05:30
unkn0w7n
15dd52d0f1 Update the_week_magazine_free.recipe 2024-02-28 09:53:44 +05:30
Kovid Goyal
723216618c
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-02-28 08:26:42 +05:30
unkn0w7n
951ac22012 Update new_yorker.recipe 2024-02-27 23:13:48 +05:30
unkn0w7n
aae88fa07e ... 2024-02-27 23:12:27 +05:30
Kovid Goyal
f6185b2e55
Fix for New Yorker stupidly serving photographs in PNG format 2024-02-27 22:45:50 +05:30
Kovid Goyal
09c17cc135
Fix #2054935 [[Enhancement] Switch focus to main calibre window when clicking Jump to this book in the library in the Full text search window](https://bugs.launchpad.net/calibre/+bug/2054935) 2024-02-27 13:48:14 +05:30
Kovid Goyal
826e35cb19
Edit book: Live CSS: Fix regression causing incorrect colors in calibre 7.
Yet another Qt regression. Sigh. This time it looks like QPalette color
propagation is broken.
2024-02-27 11:31:20 +05:30
Kovid Goyal
c5a9ce6bfc
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-02-26 10:46:23 +05:30
unkn0w7n
d587ddfbaf Update moneycontrol.recipe 2024-02-26 10:33:04 +05:30
Kovid Goyal
1ea4040a0d
... 2024-02-25 13:40:53 +05:30
Kovid Goyal
60a4a0c1f8
Merge branch 'master' of https://github.com/zomars/calibre 2024-02-25 13:40:13 +05:30
zomars
1f584ad77e Adds Amazon Mexico store 2024-02-22 11:44:43 -07:00
Kovid Goyal
fec7d8bddf
Allow deleting saved profiles from toolbar button 2024-02-22 11:31:20 +05:30
Kovid Goyal
4fb575d8fe
use cloned values from defaults as current value 2024-02-22 09:44:05 +05:30
Kovid Goyal
aeb0fdc473
Save toolbar actions in profile 2024-02-22 09:38:49 +05:30
Kovid Goyal
a65259b1c8
Add a toolbar button to quick switch profiles 2024-02-22 09:18:43 +05:30
Kovid Goyal
9bc695c843
Implement profiles for the Content server viewer
Fixes #1979022 [[Feature Request] Import/Export setting file for Content Server Viewer](https://bugs.launchpad.net/calibre/+bug/1979022)
2024-02-21 22:57:08 +05:30
Kovid Goyal
7a1a26f2e3
Make applying a profile in the standalone viewer more efficient 2024-02-21 21:12:22 +05:30
Kovid Goyal
3808bf47ca
Remove unused current_profile 2024-02-21 20:39:15 +05:30