33059 Commits

Author SHA1 Message Date
Kovid Goyal
3513ea3ad4 Fix various bugs in IndexedDB integration 2016-03-19 18:48:58 +05:30
Kovid Goyal
a3d7de7e11 Start work on storing books in IndexedDB for offline reading 2016-03-19 18:01:25 +05:30
Kovid Goyal
ac8363713b Fix #1559319 [Edit Book: Images marked as edited when text is edited](https://bugs.launchpad.net/calibre/+bug/1559319) 2016-03-19 10:40:18 +05:30
Kovid Goyal
2a1956d569 ... 2016-03-19 09:09:44 +05:30
Kovid Goyal
fc18242da3 Access control for rendered books 2016-03-17 09:42:00 +05:30
Kovid Goyal
85455cf5ae ... 2016-03-16 22:37:55 +05:30
Kovid Goyal
873d388437 Clean the rendered book cache dir
Also ensure we dont have max path length issues on windows when serving
files from the book cache dir
2016-03-16 22:31:30 +05:30
Kovid Goyal
64692250f2 Track which files have virtualized resources 2016-03-16 22:30:41 +05:30
Kovid Goyal
1cb84998bc ... 2016-03-16 21:56:33 +05:30
Kovid Goyal
3e94eb094a ... 2016-03-16 21:47:33 +05:30
Kovid Goyal
da8031d360 Endpoints to load rendered book data 2016-03-16 21:04:56 +05:30
Kovid Goyal
a93ca1eaa0 DOCX Input: When the document has a Table of Contents created using the Word Table of Contents tool, keep a reference to it in the metadata. This is useful when converting to old style MOBI and you want to precisely control placement of the ToC. Fixes #1556983 [ENHANCEMENT: FRONT TOC FOR MOBI](https://bugs.launchpad.net/calibre/+bug/1556983) 2016-03-14 21:29:44 +05:30
Kovid Goyal
9dbe10d2a1 Record file sizes when rendering book 2016-03-14 12:49:57 +05:30
Kovid Goyal
29e3817acd Update RapydScript 2016-03-14 11:10:13 +05:30
Kovid Goyal
f27e2bb85e Replace == with and != with not is in all RS code 2016-03-13 22:13:07 +05:30
Kovid Goyal
2ce04ae5de Fetch News dialog: Remember last used size 2016-03-13 19:02:31 +05:30
Kovid Goyal
eb045f1a2f Fix fetch news dialog not rendering properly on HiDPI screens 2016-03-13 18:55:01 +05:30
Kovid Goyal
2733e4558f Fix #1556322 [automatic adding not sorted to last modified time stamp](https://bugs.launchpad.net/calibre/+bug/1556322) 2016-03-13 09:26:27 +05:30
Kovid Goyal
26ee920fd8 ... 2016-03-12 08:00:16 +05:30
Kovid Goyal
2f7857479d Fix #1555871 [Manage user categories causes loss of sorting](https://bugs.launchpad.net/calibre/+bug/1555871)
Merge branch 'master' of https://github.com/cbhaley/calibre
2016-03-11 18:21:33 +05:30
Charles Haley
5d0e8932dd fix bug #1555871: Manage user categories causes loss of sorting 2016-03-11 12:56:38 +01:00
Kovid Goyal
b286ce1745 ... 2016-03-11 10:00:42 +05:30
Kovid Goyal
edd3e561ae version 2.53.0 v2.53.0 2016-03-11 08:37:28 +05:30
Kovid Goyal
adb4cf458a Modernize test email dialog 2016-03-10 17:09:44 +05:30
Kovid Goyal
fa0533ec0d Conversion: Implement style transformation via rules. Look under the "Transform Styles" tab of the Look & Feel section of the conversion dialog 2016-03-10 16:40:16 +05:30
Kovid Goyal
941f395ca3 Add support for transforming style rules to ebook-convert 2016-03-10 14:47:14 +05:30
Kovid Goyal
debc7438d2 ... 2016-03-10 13:01:12 +05:30
Kovid Goyal
61ae37d726 Re-design the Look & Feel section of the conversion dialog to make options better organized 2016-03-10 12:27:42 +05:30
Kovid Goyal
2da3c9d30b Edit Book: A new tool to transform book styling using easy to create rules.
For example, you can create rules to change colors in the book or to
double the font size of all text in the book, etc. For details, see
https://manual.calibre-ebook.com/edit.html#transforming-css-properties
2016-03-10 11:04:04 +05:30
Kovid Goyal
acd87396d9 Finish implementation of style transform rules dialog 2016-03-10 09:47:54 +05:30
Kovid Goyal
70a36a10b4 Add not equals match operators 2016-03-09 23:52:14 +05:30
Kovid Goyal
de9032aa9f Make rule validation re-useable 2016-03-09 23:46:55 +05:30
Kovid Goyal
f51dc22eb9 More work on CSS transforms 2016-03-09 23:42:06 +05:30
Kovid Goyal
a2d7f549f9 More work on CSS transformations 2016-03-09 15:59:39 +05:30
Kovid Goyal
b7d068290c Edit metadata dialog: Make the hide toolbars right click menu action persistent 2016-03-09 00:34:34 +05:30
Kovid Goyal
2194121391 E-book viewer: Hide list numbers for popup footnotes when the footnotes are use <ol> as the number are likely to be incorrect. 2016-03-09 00:16:37 +05:30
Kovid Goyal
0632a064cf DRYer 2016-03-08 22:33:55 +05:30
Kovid Goyal
85f38c0bb4 Refactor to separate the logic for iterating over all styles in a book 2016-03-08 16:37:25 +05:30
Kovid Goyal
5ca8ccf78a Start work on CSS rule transformer 2016-03-08 15:52:26 +05:30
Kovid Goyal
b1664c7417 Upload GPG signatures as well as SHA512 hashes of installer files 2016-03-07 13:25:59 +05:30
Kovid Goyal
a573b1f168 Improve the FAQ entry on broken shell extensions causing file dialog crashes 2016-03-07 10:19:53 +05:30
Kovid Goyal
53cadd4db1 Edit metadata dialog: Use individual scroll bars for each tab. Fixes poor layout when one tab is much longer than another 2016-03-06 11:40:54 +05:30
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