Commit Graph

2288 Commits

Author SHA1 Message Date
Kovid Goyal c45ef9be71 String changes 2021-11-25 10:45:19 +05:30
Kovid Goyal dec5cb9d20 Only use the ascii hyphen on macOS since it is only needed there 2021-11-19 11:16:37 +05:30
Kovid Goyal 0e2c29d2e3 PDF Output: Fix the option to break long words at the ends of lines causing boxes to be rendered at the end fo the line on macOS with some
fonts. Fixes #1951467 [Private bug](https://bugs.launchpad.net/calibre/+bug/1951467)
2021-11-19 11:05:29 +05:30
Kovid Goyal 414668fa71 Update eng qs guide 2021-11-07 20:46:10 +05:30
Kovid Goyal fc8ce83055 update swedish quick start guide 2021-11-06 20:09:27 +05:30
Kovid Goyal b6cd89c082 update swedish quick start guide 2021-11-06 10:30:43 +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
reportxx fa77614711 Mistake in last pr 2021-10-14 09:00:47 +00:00
reportxx e12a0fdd65 Fixed capitalizations
Fixed capitalizations. Please check my changes.
2021-10-14 05:05:42 +00:00
reportxx 56d3813a15 Small typo fix
One capitalization was missed in the last merge.
2021-10-03 13:41:38 +00:00
reportxx c229bf6e5c Fix typos
Fix mostly capitalizations. Please review so that I didn't make any changes that cause something bad.
2021-10-03 08:38:05 +00:00
Christian Clauss 3e81179175 Fix more typos 2021-10-02 17:15:24 +02:00
Kovid Goyal 01d00310b8 E-book viewer: Fix lookup in Google partially hidden due to change in Google results page markup 2021-09-22 13:33:58 +05:30
Kovid Goyal 6b230cb350 E-book viewer: Improve the text layout when looking up words in Google 2021-08-09 09:47:28 +05:30
Kovid Goyal 2f4f786688 Conversion: Insert metadata as jacket: Allow adding timestamp and publisher fields. Also allow controlling the formatting of date/time fields. 2021-07-11 08:49:53 +05:30
Kovid Goyal 0fc0c711d4 Clean up docs for tweak 2021-07-07 21:44:42 +05:30
Kovid Goyal d8752252e6 Annotations browser: Fix searching for words in languages such as Chinese that do not have word delimiters not working. Fixes #1929325 [browsing annotations in the main interface the results cannot be searched in Chinese](https://bugs.launchpad.net/calibre/+bug/1929325)
Now calibre has its own custom ICU based FTS tokenizer. I really have no
clue about Chinese, so I can only hope I got it right.
2021-06-28 18:24:13 +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
Kovid Goyal c62f144bd7 Dont show border on parent elements when hovering over child elements 2021-05-21 11:53:59 +05:30
Kovid Goyal b131d9226d ToC Editor: Fix a regression that broke choosing split points in some XHTML files 2021-05-21 11:43:46 +05:30
Kovid Goyal accf3df2ca Use editor settings when running ToC editor inside main editor 2021-05-09 13:55:04 +05:30
Kovid Goyal 57fc7739d3 ToC editor: Dark mode: Fix colors in location selection panel not dark 2021-05-09 13:39:54 +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 88f01ec25d Fix missing : 2021-04-18 11:45:22 +05:30
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 2ff60e1bc7 Fix #1775991 [Update the Quick Start Guide in Swedish](https://bugs.launchpad.net/calibre/+bug/1775991) 2021-04-05 08:25:15 +05:30
Kovid Goyal 9562e85768 Add webp to mime database 2021-04-02 16:42:51 +05:30
Kovid Goyal c4ce025f41 Remove unused code. Fixes #1387 (Remove Unused Variable) 2021-03-22 08:23:35 +05:30
Kovid Goyal 61efa239ec Edit book: Add a tool to split the tag at the current cursor position,
creating a new tag with the same style and class attributes. To add the tool go to the Toolbars section in the editor preferences.  Fixes #1912958 [Feature: Merge/split paragraphs tool in ebook editor](https://bugs.launchpad.net/calibre/+bug/1912958)
2021-02-09 12:28:55 +05:30
Kovid Goyal d8ee06460b Fix #1914268 [Update Swedish Quick Start Guide](https://bugs.launchpad.net/calibre/+bug/1914268) 2021-02-02 21:42:46 +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
Joseph R. Fox-Rabinovitz f699b436a0 Added config key author_use_surname_prefixes and tests 2021-01-20 12:31:35 -05:00
Kovid Goyal e19e08ecc4 Insert metadata: Allow showing identifiers such as ISBN in the jacket page template 2021-01-20 20:05:28 +05:30
Kovid Goyal 3f8403ca84 Conversion: Insert metadata: Allow hiding entries in the jacket template when they are not present in the metadata. 2021-01-20 19:35:07 +05:30
Kovid Goyal 9546557ec9 String changes 2021-01-17 05:46:35 +05:30
Joseph R. Fox-Rabinovitz b1ecfe1fdf ENH: Added surname prefixes to author sort
If an author last name is preceded by von, van, di, la, le, da, de, etc. include that in the last name
2021-01-15 08:21:40 -05:00
Kovid Goyal ebffa0a506 Dont store the Liberation Fonts in source control
They were kept there originally because newer versions of them were
reported to cause BSODs in Windows Vista/7. Since we no longer support
those, and newer windows has moved font parsing out fo kernel, this
should no longer be an issue.
2020-12-15 11:42:19 +05:30
Kovid Goyal c8015e824c E-book viewer: Add a toolbar icon for Read aloud 2020-12-12 09:04:22 +05:30
Kovid Goyal 6b331c1f91 String changes 2020-10-20 19:43:28 +05:30
Charles Haley d1b0b457ea Edit metadata custom column widgets.
- Add tweaks to move the elision point and to disable elision.
- Fix some problems with the tooltips
- Make the gutter between the label and the widget the same as the standard fields
- Various other cleanups
2020-10-20 10:49:17 +01:00
Kovid Goyal d8e502507b Edit metadata dialog: Elide the names of custom columns that are longer than a fixed width, instead of using multiple lines. Configurable via Preferences->Tweaks->Edit metadata custom column label length
Merge branch 'master' of https://github.com/cbhaley/calibre into master
2020-10-17 14:25:32 +05:30
Charles Haley 8ada8a8e6b Use averageCharWidth instead of 'n's 2020-10-17 09:48:27 +01:00
Charles Haley 638a017fb1 Fix enhancement #190009: Width of custom date columns.
There are two changes:
1) the 'today' and 'clear' buttons for date columns are now right adjusted.

2) Labels are now fixed width. Word wrap is disabled. There are two new tweaks to
set the fixed widths for edit metadata single and bulk.
2020-10-17 09:09:44 +01:00
Kovid Goyal 92df352a1b Change the icon used for news
Fixes #1898948 [[Enhancement] Better toolbar download news icon](https://bugs.launchpad.net/calibre/+bug/1898948)
2020-10-15 13:03:18 +05:30
Kovid Goyal 4659db231c Use non-monospace fonts for textarea 2020-09-15 07:30:39 +05:30