32617 Commits

Author SHA1 Message Date
Kovid Goyal
47cd4a797a Update RapydScript 2016-03-05 16:14:38 +05:30
Kovid Goyal
50a53baba7 E-book viewer: Possible fix for crash when copying text on windows caused by some clipboard manager programs 2016-03-05 12:43:21 +05:30
Kovid Goyal
974722696b Portable Installer: Do not ask to launch calibre when running an automated install. Automated installs will now never launch calibre. 2016-03-05 10:10:23 +05:30
Kovid Goyal
a619ed9ce4 Proper titlecasing for generated group titles in cli manual pages 2016-03-05 09:46:18 +05:30
Kovid Goyal
72cd6ee29a ... 2016-03-05 09:36:50 +05:30
Kovid Goyal
1ce62bb882 Fix user manual search not working over https 2016-03-04 20:35:36 +05:30
Kovid Goyal
5d404dd5ab DOCX Input: Ignore the hidden bookmark Word 2010 inserts to enable the go to last edit feature. Fixes #1552972 [DOCX Conversion - gitch](https://bugs.launchpad.net/calibre/+bug/1552972) 2016-03-04 20:01:32 +05:30
Kovid Goyal
97734c5039 Start work on in-browser viewer 2016-03-04 16:22:00 +05:30
Kovid Goyal
0cc6c5d901 ... 2016-03-04 14:55:03 +05:30
Kovid Goyal
1a4b387038 Micro-optimization 2016-03-04 14:54:42 +05:30
Kovid Goyal
9d25d5ae50 Conversion: wrap contents of inline <script> tags in CDATA sections 2016-03-04 14:19:24 +05:30
Kovid Goyal
ba0bcb408f Micro-optimization 2016-03-04 13:20:08 +05:30
Kovid Goyal
fd251bb00a Update Mediapart 2016-03-04 09:09:48 +05:30
Kovid Goyal
ba2100ca43 ... 2016-03-04 00:54:36 +05:30
Kovid Goyal
91905e38f5 Make tweak_mode a class level variable 2016-03-04 00:36:47 +05:30
Kovid Goyal
8da7fd2616 Better fix for [options] header in generated manual pages 2016-03-04 00:30:20 +05:30
Kovid Goyal
a9c7fc76e9 ... 2016-03-03 23:20:06 +05:30
Kovid Goyal
450ea92fe3 Mark various strings for translation 2016-03-03 22:51:38 +05:30
Kovid Goyal
543482ae65 Implement translations for the new content server 2016-03-03 22:33:23 +05:30
Kovid Goyal
fb3290d917 Make the usage msg for calibredb saved_searches a little nicer 2016-03-03 22:23:48 +05:30
Kovid Goyal
bf97a7de04 ... 2016-03-03 22:09:27 +05:30
Kovid Goyal
b27e649295 Auto-fix translated references to generated/en/ 2016-03-03 21:27:15 +05:30
Kovid Goyal
7598b07ee0 ... 2016-03-03 20:41:17 +05:30
Kovid Goyal
c1bdcf424d Fix strings in manual using |lang| not being translated 2016-03-03 20:19:12 +05:30
Kovid Goyal
ca4282e24b remove not working recipe 2016-03-03 19:08:49 +05:30
Kovid Goyal
fd4de650f6 ... 2016-03-01 22:37:55 +05:30
Kovid Goyal
3eaf62de5b Yet another fix for python ssl distro compatibility
Apparently CentOS 7 just decided to backport the SSL patches from 2.7.9
to 2.7.5! Sigh.

I have no idea if this change will cause installation to stop working on
old Debian/Ubuntu. I love linux.

Fixes #1551800 [Automatic Linux install fails with SSL error](https://bugs.launchpad.net/calibre/+bug/1551800)
2016-03-01 22:22:58 +05:30
Kovid Goyal
615303a143 ... 2016-03-01 18:32:38 +05:30
Kovid Goyal
1103a49034 Fix #1550520 [after merging 2 books (hotkey M) focus is gone](https://bugs.launchpad.net/calibre/+bug/1550520) 2016-03-01 12:26:05 +05:30
Kovid Goyal
98228ae614 E-book viewer: Handle <![CDATA[ escapes correctly. Fixes #1550966 [ebook-viewer ignores content of script tag between <![CDATA[ and ]]>](https://bugs.launchpad.net/calibre/+bug/1550966) 2016-03-01 11:49:34 +05:30
Kovid Goyal
a7ae71e41f Edit Book: Fix context menu positioning in code editor
There was a slight offset in the positioning caused by calculating the
position w.r.t. to the widget instead of the viewport.
2016-02-28 17:41:53 +05:30
Kovid Goyal
316201354c Edit Book: Fix spelling correction suggestions not being shown when using the context menu key with the cursor at the end of the word 2016-02-28 15:28:46 +05:30
Kovid Goyal
d155c08642 ... 2016-02-28 11:47:46 +05:30
Kovid Goyal
c223f8c3e8 Ensure spaces in output of calibre-customize -l 2016-02-28 08:38:21 +05:30
Kovid Goyal
0bee3f4bb2 ... 2016-02-26 17:47:31 +05:30
Kovid Goyal
2aa8b189c3 Framework for jobs that run in transient worker processes 2016-02-26 17:43:29 +05:30
Kovid Goyal
83c93c8e09 ... 2016-02-26 15:53:52 +05:30
Kovid Goyal
fda3e9658e ... 2016-02-26 13:19:23 +05:30
Kovid Goyal
da2390cb05 ... 2016-02-26 13:01:17 +05:30
Kovid Goyal
16577d448f version 2.52.0 v2.52.0 2016-02-26 08:34:36 +05:30
Kovid Goyal
ed59de6854 Support for multiple libraries in /mobile 2016-02-25 19:37:15 +05:30
Kovid Goyal
741d7d9efc CS: Port /mobile
Useful for legacy devices that dont support html 5
2016-02-25 18:43:58 +05:30
Kovid Goyal
0ab7184b5c Serve .kepub files with extension .kepub.epub for kobo browsers
Also sanitize sort field in /opds and simplify format_tags
implementation
2016-02-25 12:21:58 +05:30
Kovid Goyal
554c08a4ef Options to control which user defined metadata fields are rendered in /opds 2016-02-25 11:20:56 +05:30
Kovid Goyal
c3b1b9fba9 Mark strings for translation 2016-02-25 10:51:45 +05:30
Kovid Goyal
5bf5375f1c ... 2016-02-25 08:31:49 +05:30
Kovid Goyal
13bce78437 ... 2016-02-25 08:29:09 +05:30
Kovid Goyal
8d560375f5 calibredb add: Allow specifying filters to control adding of books from directories 2016-02-24 22:09:12 +05:30
Kovid Goyal
3ff0beb626 Allow creating rules to ignore files when adding books based on the filename, useful when using the auto-add feature or when adding in bulk. Preferences->Adding Books->Rules to filter added files 2016-02-24 20:40:43 +05:30
Kovid Goyal
5f8b99eca5 ... 2016-02-24 18:23:12 +05:30