2270 Commits

Author SHA1 Message Date
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
Kovid Goyal
fc980d13a4
Fix link in turkish quick start guide 2020-09-11 13:37:53 +05:30
Kovid Goyal
3946727192
rename to language base name 2020-09-11 13:24:26 +05:30
Bahri Can GÖÇMEN
539de940f9
Caliber Quick Start Guide English Language Epub
Turkish Caliber Quick Start Guide added
2020-09-08 18:08:40 +03:00
Kovid Goyal
6db4815793
Remove embedded bookmarks from swe.epub 2020-08-27 08:50:28 +05:30
Jony
e5149a8f1b
Update Quick Start Guide translation
Update the Swedish translation of the Quick Start Guide
2020-08-26 21:46:54 +02:00
Kovid Goyal
4fbc6e88d2
Forgot to bump db user_version in creation script 2020-08-22 18:48:12 +05:30
Kovid Goyal
74897b4ec2
Icon for highlights 2020-08-22 18:48:11 +05:30
Kovid Goyal
5916fd1f5d
Initial implementation of FTS on annotations 2020-08-22 18:48:09 +05:30
Kovid Goyal
6bda5e6aad
Code to read and write annotations to the calibre db 2020-08-22 18:48:08 +05:30
Kovid Goyal
628ce9aa84
Add an annotations table to the database 2020-08-22 18:48:08 +05:30
Kovid Goyal
9ff27782de
Remove useless __future__ imports
Not needed on python3
2020-08-22 18:47:55 +05:30
Kovid Goyal
29cd8d64ea
Change shebangs to python from python2
Also remove a few other miscellaneous references to python2
2020-08-22 18:47:51 +05:30
Kovid Goyal
889437588d
String changes 2020-08-13 21:30:42 +05:30
Kovid Goyal
ff086a69bb
Edit book: In dark mode, make the preview panel also dark. Fixes #1888071 [[Enhancement] Make Editor file preview background color customizable](https://bugs.launchpad.net/calibre/+bug/1888071) 2020-07-29 23:10:23 +05:30
Kovid Goyal
e2baaa3a9d
Remove unused tracer.epub that was needed for the old iTunes driver 2020-07-13 08:06:03 +05:30
Kovid Goyal
14c8099abb
Port the in-browser viewer to use MathJax v3 2020-06-20 00:34:16 +05:30
Kovid Goyal
67132b1e64
Get MathJax 3 working with PDF output as well 2020-06-19 19:09:33 +05:30
Jony
cc4c589722
Add files via upload 2020-05-23 20:12:37 +02:00