2247 Commits

Author SHA1 Message Date
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
Kovid Goyal
9047057528
Fix #1880231 [Outdated information in the Quick Start Guide](https://bugs.launchpad.net/calibre/+bug/1880231) 2020-05-23 07:19:30 +05:30
Kovid Goyal
79a7d9885f
Now that there is a unicode symbol for half stars, use it 2020-05-17 12:17:38 +05:30
Kovid Goyal
b121e7d4f5
Conversion: Change the default white-space CSS for <pre> tags to pre-wrap as this suits ebooks better (most ebook readin programs dont do
horizontal scrolling in paged mode well).
2020-05-16 10:04:02 +05:30
Kovid Goyal
8c1de2a921
Content server: Remove tweak for ignoring some top-level custom columns in legacy interfaces.
The server should not be configured using tweaks. And all modern
interfaces dont use this code path anyway.
2020-05-09 13:26:09 +05:30
Kovid Goyal
1edc3a0fb9
String changes 2020-04-27 09:29:09 +05:30
Kovid Goyal
a663e0e52a
Viewer: Fix LRF files not opening 2020-04-25 17:41:14 +05:30
Kovid Goyal
89fc955323
Remove reference to appcache in mime.types 2020-04-20 10:08:58 +05:30
Kovid Goyal
0b8e39ffef
Content server: Remove appcache since it has now been completely removed from both Chrome and Firefox 2020-04-20 10:06:14 +05:30
Kovid Goyal
b83c7be4d9
... 2020-04-17 15:12:20 +05:30
Kovid Goyal
96c136ad0a
Tr fixing google markup repeatedly 2020-04-17 12:32:25 +05:30
Kovid Goyal
f1d94a6ee7
Only move defines to top if we are doing a define 2020-04-16 10:58:56 +05:30
Kovid Goyal
d0c5d21661
Load lookup JS at document creation 2020-04-16 09:28:30 +05:30
Kovid Goyal
9ec15fdcb8
Viewer lookup panel: Make the google lookup page waste less space 2020-04-16 09:02:56 +05:30
Kovid Goyal
409ac0b9f8
Update RapydScript 2020-04-13 09:00:14 +05:30
Kovid Goyal
5dce5a527f
String changes 2020-04-04 20:36:03 +05:30
Kovid Goyal
f09a9355ee
Update RapydScript
Update RapydScript
2020-04-02 16:28:54 +05:30
Kovid Goyal
f0f5ca509e
Update RapydScript 2020-04-01 19:07:34 +05:30
Kovid Goyal
e9fc598a49
Avoid un-needed display:block class on <html> 2020-02-20 20:36:52 +05:30
Kovid Goyal
785c4ae4df
Nicer tab close icon 2020-01-16 11:19:25 +05:30
Kovid Goyal
f686647286
Command to vendor csslint 2020-01-08 21:01:59 +05:30
Kovid Goyal
3bcf55d571
macOS: Fix viewer controls not using system UI font 2020-01-01 10:45:37 +05:30
Kovid Goyal
4bc07eba10
More dark mode icon fixes 2020-01-01 09:35:15 +05:30
Kovid Goyal
4c1032ba5c
A toolbar button for auto-scrolling 2019-12-28 21:14:38 +05:30