2402 Commits

Author SHA1 Message Date
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
Charles Haley
7b5024b97a Two semi-dependent changes:
1) Add a tweak to change the heading for standard columns
2) Add "id", "formats", and "path" as standard columns. They are by default hidden, like "languages"
2023-04-23 20:47:43 +01:00
Kovid Goyal
94ae16547f
Merge branch 'author-name-copywords-tweak' of https://github.com/chocolatechipcats/calibre 2023-04-10 14:44:03 +05:30
chocolatechipcats
03c539299c
made an oops... 2023-04-10 04:17:19 -03:00
chocolatechipcats
ae7bd581fc
Split to new line
Split new entries onto a new line
2023-04-10 04:15:53 -03:00
chocolatechipcats
b999883f0b
Added entries to author_name_copywords
Added several entries (Software, Games, Entertainment, Media, and Studios) commonly seen in video game manuals.
2023-04-10 04:09:58 -03:00
Kovid Goyal
2647bbd621
... 2023-04-03 11:04:49 +05:30
Kovid Goyal
9b8dce3034
string changes 2023-04-03 10:10:18 +05:30
Kovid Goyal
5df12a6434
A new tweak in Preferences->Tweaks to control what program is run when clicking on URLs in calibre 2023-04-01 10:29:26 +05:30
Kovid Goyal
b89de1ccf1
Use the library broker for showing book info popups for non-current libraries
Also use an icon for the external links
2023-03-31 10:39:57 +05:30