Commit Graph

2411 Commits

Author SHA1 Message Date
Kovid Goyal 1e8ffb3025 Fix #2125279 [Lack of KEPUB icon](https://bugs.launchpad.net/calibre/+bug/2125279) 2025-09-21 09:23:38 +05:30
Kovid Goyal 9e0a99440f Add a send button 2025-09-07 18:47:13 +05:30
Kovid Goyal 7c595c932b Use the new AI config widget in viewer Ask AI panel 2025-09-07 18:47:12 +05:30
un-pogaz d251431a1d update online dictionaries catalog 2025-08-10 12:16:10 +02:00
Kovid Goyal 956ef2a662 E-book viewer: Improve display of Lookup results from Google 2025-08-06 08:57:19 +05:30
Charles Haley bb11deca05 Add tweak to display permit displaying series_sort for series in the tag browser. 2025-07-06 13:26:00 +01:00
Kovid Goyal 9ad7d1f63d string changes 2025-04-05 20:55:25 +05:30
Kovid Goyal 971ddd64e1 string changes 2025-04-05 13:06:20 +05:30
Kovid Goyal 4508e482a7 Document support for aP and Ap 2025-04-05 10:33:05 +05:30
un-pogaz a08f63e332 revert "let's <> lets" 2025-03-23 19:29:08 +01:00
un-pogaz b0d58ade70 add 'code' dictionary to codespell setting 2025-03-23 16:02:05 +01:00
Luz Paz 96e3049197 Fix follow-up typos
Found via `codespell -q 3 -S "*.svg,./Changelog.*,./recipes,./resources/dictionaries,./src/unicode_names/names.h" -L alo,ans,bootup,clen,fo,lokales,nam,nd,oclock,pard,re-use,re-used,ro,secnd,som,succeded,te,ue,vailable`
2025-03-22 19:40:58 -04:00
Kovid Goyal 54a02123b5 Add an icon for KFX and KFX-ZIP files 2025-03-08 13:02:36 +05:30
Kovid Goyal d17c59f695 kepubify: Add the useless JS script that Kobo includes in KEPUB it generates
This script is obviously better injected by firmware and I assume
modern firmware does that but Kobo's KEPUBification process has not been
updated to leave it out. So mirror it on the off chance that they
actually think this is the right way to do this.
2025-02-23 11:00:16 +05:30
Kovid Goyal a16e609763 ... 2025-02-07 13:16:30 +05:30
Kovid Goyal 951a8e58e3 Cleanup previous PR 2025-02-05 20:41:55 +05:30
Charles Haley e6a1a191f6 Add the east Asian language transliteration tweak we discussed.
I tested it with the Gutenberg book "苦悶の欄" by Earl Derr Biggers (https://www.gutenberg.org/ebooks/39287). With the tweak empty the title was transliterated to "Ku Men noLan". With the tweak set to 'ja' it was transliterated to "Kumon no Ran". Is this transliteration correct? I don't know.
2025-02-05 14:57:59 +00:00
un-pogaz 0ce6645f15 comment formating (extra-edit) 2025-01-24 11:14:21 +01:00
un-pogaz 07500e1ea3 always use raw-string for regex (extra-edit) 2025-01-24 11:14:20 +01:00
un-pogaz 437c6bfc61 various trailing comma (extra-edit) 2025-01-24 11:14:19 +01:00
un-pogaz 37771022ce uniform string quote (auto-fix)
ruff 'Q'
2025-01-24 11:14:14 +01:00
un-pogaz 8c9d880f41 pep8
improvement of Ruff settings
2024-12-15 13:17:49 +01:00
Kovid Goyal 6d4d11dc9e Implement POST and headers 2024-08-16 13:08:28 +05:30
Kovid Goyal 5a1d5c21ff develop with multiple urls 2024-08-16 12:05:05 +05:30
Kovid Goyal 885961acc0 Get basic fetching working 2024-08-16 11:58:14 +05:30
Kovid Goyal 0930904897 Work on webengine browser backend 2024-08-16 08:16:41 +05:30
Kovid Goyal db03191457 ... 2024-07-14 09:02:03 +05:30
Kovid Goyal 3511aab5fb Content server: Fix no KFX download link in OPDS acquisition feeds
Fixes #2071390 [Content Server OPDS feeds: no link for kfx files](https://bugs.launchpad.net/calibre/+bug/2071390)
2024-06-28 08:00:29 +05:30
Charles Haley 2a2b1a4af8 Add a tweak to set the first day of the week in the Calendar widget in the DateTimeEdit class. 2024-03-11 13:41:18 +00:00
Charles Haley 7871cd5bea Fix tweak for the enter key and 'show_book_details'. Add 'show_locked_book_details' as an option.
See https://www.mobileread.com/forums/showthread.php?t=358579
2024-01-18 15:20:29 +00:00
Kovid Goyal c56b41612b Change the notes icon to a pencil
This image was already present in the server images, so easy to reuse
2023-11-13 19:21:32 +05:30
Charles Haley 071145e70c Use an icon for notes in book details.
The icon comes from https://www.iconfinder.com/icons/8726310/notes_icon. Feel free to replace it. :)
2023-11-13 19:21:32 +05:30
Kovid Goyal ae029cf06a Cleanup previous PR
Return items_ids rather than note_ids as the rest of the API uses
items_ids to reference notes not note_ids. Also allow querying for only
a single field if needed.
2023-11-13 19:21:32 +05:30
Kovid Goyal b0766d7a62 Track creation and modified timestamps for notes 2023-11-13 19:21:30 +05:30
Kovid Goyal 6017bafe48 Use hashes as primary key for resources
This will allow rebuild of database as the backup documents will refer
to resource hashes not ids (its very difficult to restore resources with
ids unchanged). Also this allows docs to be migrated between databases
easily.
2023-11-13 19:21:28 +05:30
Kovid Goyal 0bd1137fa1 Implement retiring of notes 2023-11-13 19:21:28 +05:30
Kovid Goyal 35b7bd3fe8 Store a name for every resource 2023-11-13 19:21:27 +05:30
Kovid Goyal 7eefd96970 Start work on per category item notes 2023-11-13 19:21:27 +05:30
Kovid Goyal f02948d4f3 Implement parsing of SMIL files for the viewer 2023-10-19 13:55:22 +05:30
Kovid Goyal 4b720c416a FB2 Input: Fix the "Annotations" section not showing up in the Table of Contents. Fixes #2038575 [A ToC item is lost when converting from FB2 to EPUB](https://bugs.launchpad.net/calibre/+bug/2038575) 2023-10-16 19:45:58 +05:30
Kovid Goyal e8b69b44cb Fix #2038647 [Private bug](https://bugs.launchpad.net/calibre/+bug/2038647) 2023-10-06 16:03:42 +05:30
un-pogaz 44523f9438 Add a online dictionaries importer 2023-09-28 18:09:47 +02:00
Kovid Goyal 170a6fd64f FB2 Input: use the <p> tag for paragraphs that dont contain other block content. Fixes #2033074 [E-book viewer: Reference mode doesn't work with *.fb2 ebooks](https://bugs.launchpad.net/calibre/+bug/2033074) 2023-08-26 10:14:57 +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
un-pogaz fcd6c95233 add layout icon 2023-07-11 11:39:51 +02:00
un-pogaz 59bd2bc260 optimize images 2023-06-24 21:40:11 +02:00
un-pogaz dda3c97a66 optimize images 2023-06-23 19:07:26 +02:00
un-pogaz 76d89154a2 vectorize 'plugin_upgrade_ok' 2023-06-19 11:44:22 +02:00
Charles Haley c26bcb26db Remove the column heading tweak.
Also add not setting a delegate for non-editable standard columns
2023-04-26 11:47:23 +01:00
Kovid Goyal f4878d0509 Cleanup previous PR
I dont think we need to enforce unique column titles. If a user wants to
have columns with the same titles, that's up to them. Also avoids the
performance penalty.
2023-04-24 10:52:22 +05:30