33789 Commits

Author SHA1 Message Date
Kovid Goyal
b6b1af097b
DOCX Input: When converting images placed using the obsolete VML markup default them to being inline rather than block images. Fixes #1905319 [Centered images aren't centered after conversion](https://bugs.launchpad.net/calibre/+bug/1905319)
Also seems to match Word behavior.
2020-11-25 16:24:17 +05:30
Kovid Goyal
635337068e
Metadata edit dialog: Fix keyboard shortcuts for bold/italic/underline not workining when more than one comments editor widget is present on a single tab. Fixes #1905479 [Edit Metadata: Non-default layout and custom longtext column breaks formatting shortcuts](https://bugs.launchpad.net/calibre/+bug/1905479) 2020-11-25 09:14:47 +05:30
Kovid Goyal
56e0fc69fb
Fix #1904392 [[Enhancement] Add ability to remove author by right clicking in the Book details panel](https://bugs.launchpad.net/calibre/+bug/1904392) 2020-11-24 21:29:55 +05:30
Kovid Goyal
efc6be9f93
Match signature 2020-11-24 21:23:28 +05:30
Kovid Goyal
ccab2adde6
Fix #1904264 [[Enhancement - Viewer] Show tooltip of the full bookmark name when hovering](https://bugs.launchpad.net/calibre/+bug/1904264) 2020-11-24 21:12:45 +05:30
Kovid Goyal
d883f97ee6
Fix #1902978 [[Enhancement] Show current name when renaming an application in the Open with dialog](https://bugs.launchpad.net/calibre/+bug/1902978) 2020-11-24 21:10:22 +05:30
Kovid Goyal
53798ac95f
Fix #1905032 [Different distances from the metadata fields in the conversion window](https://bugs.launchpad.net/calibre/+bug/1905032) 2020-11-24 18:01:53 +05:30
Kovid Goyal
a3efcce704
Book details window: Allow opening the edit metadata window using either the keyboard shortcut or the context menu. Fixes #1903403 [[Enhancement] Allow to open Edit metadata screen from the Book details window](https://bugs.launchpad.net/calibre/+bug/1903403) 2020-11-24 14:28:16 +05:30
Kovid Goyal
923d1cd7e4
Fix #1904236 [[Enhancement] Show number of news sources in Schedule news download window title](https://bugs.launchpad.net/calibre/+bug/1904236) 2020-11-24 10:04:14 +05:30
Kovid Goyal
fd798acc03
Edit book: Allow adding tags to the list of tags for the insert tag button 2020-11-24 09:19:54 +05:30
Kovid Goyal
c59f1cd242
string changes 2020-11-24 08:43:53 +05:30
Kovid Goyal
1b15c93d64
Also add a menu entry to copy link to search calibre for authors/tags/etc. 2020-11-23 18:19:02 +05:30
Kovid Goyal
65dab30656
Allow copying the current search as a calibre:// URL by right clicking the search box 2020-11-23 18:02:19 +05:30
Kovid Goyal
dc4f752ffb
Fix #1905257 [ebook-viewer: "Not a unicode string" when searching table of contents](https://bugs.launchpad.net/calibre/+bug/1905257) 2020-11-23 15:41:58 +05:30
Kovid Goyal
54dbba6f06
calibredb add: New option --automerge to automatically merge duplicates
Have the option accept different merge algorithms. Also implement it for
recursive adding.
2020-11-23 14:07:55 +05:30
Kovid Goyal
fd97af9b1d
Merge branch 'automerge' of https://github.com/juampe/calibre 2020-11-23 09:33:03 +05:30
Kovid Goyal
e2a49d95f8
Book details panel: Add entries to copy calibre:// links for the current book to the context menu 2020-11-23 08:34:49 +05:30
Kovid Goyal
0b93e2ff40
String changes 2020-11-23 07:49:17 +05:30
Kovid Goyal
c253825a42
ensure replaced msg is detected as html
Doesnt get so detected with some search expressions
2020-11-22 21:16:44 +05:30
Kovid Goyal
20f08f9791
Implement pause/resume/stop for winsapi 2020-11-22 19:06:50 +05:30
Charles Haley
d6158358ba Fix template search numeric comparison failing when comparing to a floating point number 2020-11-22 12:11:52 +00:00
Kovid Goyal
f6bd75ecd4
Implement pause/resume on macos 2020-11-22 16:43:47 +05:30
Kovid Goyal
79f27b42c9
Implement pause/resume for Linux TTS
Sadly, speechd doesnt support it, so we had to implement it ourselves.
2020-11-22 16:16:23 +05:30
Kovid Goyal
f1f29761c9
Show events in develop widget 2020-11-22 16:16:09 +05:30
Kovid Goyal
7038c187d0
Wrap pause/resume/stop cocoa apis 2020-11-22 16:01:06 +05:30
Kovid Goyal
92ebb83ed8
Ignore errors in tts callbacks 2020-11-22 13:54:26 +05:30
Kovid Goyal
a8cf85ca9b
Refactor TTS clients to dispatch events on main thread
Gets rid of pending events and allows for state tracking even without
callbacks
2020-11-22 13:49:44 +05:30
Kovid Goyal
7ebfb0f248
Allow controlling the Virtual library with calibre://search URLs 2020-11-22 11:48:43 +05:30
Kovid Goyal
31c7ef4167
When using calibre://show-book URLs and the book is not found, clear any Virtual library or search restriction and then show the book. Fixes #1905113 [Clear current VL when using calibre:// to show book (or add switch VL modifier)](https://bugs.launchpad.net/calibre/+bug/1905113) 2020-11-22 10:03:29 +05:30
Kovid Goyal
80aaffa6ef
String changes 2020-11-22 09:22:44 +05:30
Kovid Goyal
4265c87463
macOS: Fix calibre:// URLs not working from other documents 2020-11-21 12:10:29 +05:30
Kovid Goyal
33dbbb2bee
Fix search URL action not changing library if needed 2020-11-21 07:58:16 +05:30
Kovid Goyal
606bf90c13
... 2020-11-20 22:45:13 +05:30
Kovid Goyal
05fe8d8ef5
More work on speech backends 2020-11-20 22:39:11 +05:30
Kovid Goyal
10971de4b7
Allow adding empty markdown files when creating empty book records 2020-11-20 06:07:19 +05:30
Kovid Goyal
e7fe6142ba
ooops 2020-11-19 21:02:36 +05:30
Kovid Goyal
fbb259b86b
... 2020-11-19 20:44:57 +05:30
Kovid Goyal
ab377cfda5
Refactor tts client design so all interaction with underlying API happens only on the main thread 2020-11-19 20:29:41 +05:30
Kovid Goyal
3309f3728f
Start work on event handling with windows SAPI 2020-11-19 16:49:18 +05:30
Kovid Goyal
21bd53d398
Code to develop TTS sync 2020-11-19 12:50:36 +05:30
Juan Pedro Paredes Caballero
239ae0600f Add automerge option to add command CLI 2020-11-19 08:13:30 +01:00
Kovid Goyal
a83ea13162
Speak aloud implementation for macOS 2020-11-18 22:03:33 +05:30
Kovid Goyal
084de4c88d
Fix voice enumeration 2020-11-18 21:55:45 +05:30
Kovid Goyal
6adf45f81f
Start work on wrapping macOS TTS API 2020-11-18 21:15:12 +05:30
Kovid Goyal
3125ae8339
Get simple speak working on windows as well 2020-11-18 11:19:29 +05:30
Kovid Goyal
d9592d090b
Implement simple speech for the browser viewer 2020-11-18 10:37:44 +05:30
Kovid Goyal
85bf7f823e
Workaround for SSIPClient using non-daemonic thread and therefore hanging interpreter shutdown 2020-11-17 18:06:36 +05:30
Kovid Goyal
1cacc7484a
... 2020-11-17 17:51:25 +05:30
Kovid Goyal
f8ecef10db
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1904507 [Manage Author absent from context menu](https://bugs.launchpad.net/calibre/+bug/1904507)
2020-11-17 17:41:26 +05:30
Kovid Goyal
24b2e5f07f
Start work on simple read aloud button for selection popup bar 2020-11-17 17:36:14 +05:30