256 Commits

Author SHA1 Message Date
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
Kovid Goyal
c45ef9be71
String changes 2021-11-25 10:45:19 +05:30
Charles Haley
689a280a2c Move the numeric_collation tweak to global preferences with the UI in Preferences / Behaviour. I didn't put it in db.prefs because I didn't want to create a linkage between icu.py and the database. 2021-10-25 16:53:30 +01:00
Kovid Goyal
0fc0c711d4
Clean up docs for tweak 2021-07-07 21:44:42 +05:30
Charles Haley
8d2eb02da8 Enhancement 1933210: Sort Tag browser categories alphabetically. Done with a new tweak. 2021-06-23 11:40:26 +01:00
Kovid Goyal
68bc3cb2cb
Main book list: Scroll per pixel rather than per item by default. Can be returned to previous behavior via Preferences->Tweaks->Control behavior of book list.
Fixes #1450 (Use Pixel-Based Scrolling in the Main Library View)
2021-06-12 07:57:05 +05:30
Kovid Goyal
cc861627b3
... 2021-06-06 09:39:06 +05:30
Charles Haley
2da2b1400e Add tweak to set the tab stop width in the template editor. 2021-04-18 15:53:39 +01:00
Kovid Goyal
0219746e92
Preferences->Tweaks: Allow specifying that calibre should open the book details window when double clicking on a book
Fixes #1922591 [Enhancement Request: Additional option for doubleclick_on_library_view](https://bugs.launchpad.net/calibre/+bug/1922591)
2021-04-06 09:05:53 +05:30
Kovid Goyal
bfe98ad83a
string changes 2021-01-21 20:00:17 +05:30
Kovid Goyal
4b346c5e08
string changes 2021-01-21 08:57:07 +05:30
Kovid Goyal
6dc39a511a
Add a new tweak under "Author sort name algorithm" to optionally recognize common surname prefixes such as von, van, de etc.
Merge branch 'author-sort' of https://github.com/madphysicist/calibre
2021-01-21 05:49:58 +05:30
Joseph R. Fox-Rabinovitz
f55fadd2ed Added new tweak to docs 2021-01-20 12:52:15 -05:00