Kovid Goyal
bf047369aa
string changes
2026-03-26 19:23:20 +05:30
Kovid Goyal
2694316480
...
2026-03-26 19:22:54 +05:30
Kovid Goyal
a0b8337305
Cleanup previous PR
2026-03-26 16:42:01 +05:30
un-pogaz
56544fd826
add tweak extra_word_break_chars to completion mode
2026-03-26 09:58:51 +01:00
copilot-swe-agent[bot]
7d636cff46
Completion: A new completion mode word-prefix to match prefix only at the start of words. Fixes #2144422 [New option for completion_mode]( https://bugs.launchpad.net/calibre/+bug/2144422 )
...
Needs further optimisation.
Closes #3042
2026-03-16 09:42:01 +05:30
un-pogaz
99581d7b8a
two fix for per_language_title_sort_articles tweak
...
fix double articles "De la" in French
fix article "Un'" in Italian
2026-02-22 09:42:29 +01:00
Kovid Goyal
ec0de325e0
Add a tweak to change the font size of the AI chat widget. Fixes #2138862 [[Enhancement] Set Font Size for Ask AI]( https://bugs.launchpad.net/calibre/+bug/2138862 )
2026-01-22 17:17:52 +05:30
Kovid Goyal
c8befd2f03
string changes
2026-01-06 07:16:54 +05:30
Kovid Goyal
674bb19166
Add a tweak to control if webengine uses the GPU
2026-01-05 20:31:40 +05:30
Kovid Goyal
7915aad2da
Cleanup previous PR
2025-12-10 23:22:43 +05:30
un-pogaz
01df854e29
add a tweak to hide ai features
2025-12-10 17:07:12 +01:00
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
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
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
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
Charles Haley
f20e426efb
Make tools on the search bar customizable.
...
Given that the saved searches action and the saved search button on the search bar now do the same thing, it seems reasonable to allow the user to choose whether the saved search button shows. I went from there to "Why not allow adding other buttons to the bar?" There is a lot of available real estate on that bar. This commit does that using a new toolbar in preferences / toolbars.
I didn't use a QToolBar, instead constructing a 'classic' toolbar in an QHBoxLayout. That gave me more control over the look and placement. And also, I had no end of trouble trying to work through how to use a QToolBar that isn't attached to a QMainWIndow.
In the process I removed the legacy Saved Search combo box, its associated buttons, and the tweak. I am sure there are some people still using the years-old interface and that they will complain. I can accept that, given that the button is better in almost every way.
2022-10-19 11:54:41 +01:00
un-pogaz
211ac05af7
Incorrect value in title_sort_articles['fra']
...
per_language_title_sort_articles['fra'] contained an invalid value that caused L’ to be duplicated, but D’ is missing
2022-09-07 00:07:32 +02:00
Charles Haley
1b1461f782
Enhancement 1987235: Easier way to rearrange Tag Browser
2022-08-24 11:38:21 +01:00
Kovid Goyal
a41c3b775c
string changes
2022-07-18 11:04:36 +05:30
413Michele
58d33506ee
Title case and 's
2022-07-17 11:34:30 +02:00
413Michele
7dfeacde2d
than -> then
2022-07-17 11:10:28 +02:00
Charles Haley
6acfebf8c1
The template database functions we discussed.
2022-07-03 19:03:55 +01:00
Charles Haley
288a5f8593
Add a tweak to change the behavior of the tab character in completing combo boxes
2022-02-06 22:10:35 +00:00
Charles Haley
fae3fb28d0
Migrate the remaining edit metadata tweaks to gprefs.
2022-02-04 13:26:14 +00:00
Charles Haley
cc9bb5fb57
Add a tab to Look/feel to choose which fields to show in edit metadata as well as set their order.
2022-02-01 15:56:36 +00:00
Kovid Goyal
e1730e1a3b
Hotmail SMTP server has changed
2022-01-31 07:52:50 +05:30
Kovid Goyal
2620f6685a
Dont remove articles for titles in the polish language. Fixes #1959220 [Wrong/Unnecessary Title Sorting of Polish Titles Begninning with Word "A"]( https://bugs.launchpad.net/calibre/+bug/1959220 )
2022-01-27 22:05:47 +05:30
Kovid Goyal
b83560f85c
string changes
2021-12-16 21:58:01 +05:30
Kovid Goyal
9ed24d754b
Allow creating a shortcut in preferences->Shortcuts->Edit metadata to paste metadata ignoring the value of the exclude_fields tweak. Fixes #1953739 [[Enhancement] Paste metadata - Override 'exclude_fields_on_paste' setting]( https://bugs.launchpad.net/calibre/+bug/1953739 )
2021-12-14 18:28:06 +05:30
Charles Haley
5d9c5ebd58
Enhancement: add a tweak to provide the sort value for undefined numbers.
2021-12-13 19:42:49 +05:30