695 Commits

Author SHA1 Message Date
Kovid Goyal
637ddf7d4e
Edit book: Allow copying files from one editor instance to another by right clicking on them in the File browser 2019-02-10 13:23:57 +05:30
Kovid Goyal
b5dff9ba89
Fix sphinx get_toc_tree deprecation 2019-01-18 11:01:48 +05:30
Kovid Goyal
bd9de17f37
Fix info() deprecation in sphinx 2019-01-18 10:55:59 +05:30
Kovid Goyal
dd7d8ea3c4
Switch from cssutils to css-parser
css-parser is a new fork of the unmaintained cssutils.
See https://github.com/ebook-utils/css-parser
2019-01-02 21:49:02 +05:30
Kovid Goyal
b09766f26c
... 2018-11-09 09:34:23 +05:30
Kovid Goyal
b559a9bebd
http -> https 2018-10-28 11:15:18 +05:30
Kovid Goyal
542c35a6cf
Update docs for macOS dev env. Fixes #1797740 [MacOS development environment setup instructions are wrong](https://bugs.launchpad.net/calibre/+bug/1797740) 2018-10-18 09:19:42 +05:30
Kovid Goyal
0c923d9a4f
Fix some escaping issues in the template sections of the manual 2018-09-16 18:10:15 +05:30
Kovid Goyal
73a0b1ca2a
Various corrections to the py3 syntax changes 2018-09-10 14:52:00 +05:30
Flaviu Tamas
999175cf55
Fix syntax errors manually 2018-09-10 12:11:29 +05:30
Flaviu Tamas
655ab21b0b
Fix from __future__ import order 2018-09-10 12:11:29 +05:30
Flaviu Tamas
0889ee85ec
Fix syntax errors
Command used:

futurize --no-diffs -f libfuturize.fixes.fix_print_with_import -f lib2to3.fixes.fix_throw -f lib2to3.fixes.fix_numliterals -f lib2to3.fixes.fix_except -f lib2to3.fixes.fix_exec -f lib2to3.fixes.fix_raise -f lib2to3.fixes.fix_tuple_params -f lib2to3.fixes.fix_ne -j20 -w -n setup recipes src manual setup.py recipes/*.recipe

And manual adjustments of print((...)) -> print(...)
2018-09-10 12:11:28 +05:30
Kovid Goyal
65fec73e12
Add some text to the manual pointing to the help page on the website 2018-09-03 07:58:57 +05:30
Kovid Goyal
0830a0d9a0
String changes 2018-08-10 08:22:50 +05:30
Kovid Goyal
fabc938c02
Fix various links in the manual 2018-06-06 07:05:09 +05:30
Kovid Goyal
336fff3fd6
String changes 2018-05-28 21:02:17 +05:30
Kovid Goyal
eb0fca8cf7
String changes 2018-05-16 01:02:37 +05:30
Kovid Goyal
6795ce98ae
String changes 2018-04-20 14:00:31 +05:30
Kovid Goyal
15cf4064fe
Fix things sphinx complains about 2018-04-20 10:08:07 +05:30
Kovid Goyal
32a5293994
Add FBZ to list of formats in FAQ 2018-04-19 17:57:19 +05:30
Kovid Goyal
4dc44f144f
Edit book: When bulk renaming files add an option to rename by the order in which the files appear in the book. 2018-04-19 09:00:05 +05:30
Kovid Goyal
23088cdad3
Another program known to cause crashes in calibre. 2018-04-17 08:09:55 +05:30
Kovid Goyal
4a9f5d2a18
Edit Book: Add a tool to upgrade EPUB 2 books to EPUB 3. Accessed via Tools->Upgrade book internals 2018-04-15 19:47:18 +05:30
Kovid Goyal
5c6e98a7e8
Fix links to calibre blog
Blogger does not support https on custom domains
2018-03-18 18:17:44 +05:30
Kovid Goyal
8cf00ab16f
Update the Look & feel section of the conversion manual to reflect the current conversion dialog 2018-03-15 21:16:59 +05:30
Kovid Goyal
15517f51fb
Add NEtDrive to the list of broken windows shell extensions 2018-02-16 08:40:12 +05:30
Kovid Goyal
5ead191595
Fix #1747880 [user manual update](https://bugs.launchpad.net/calibre/+bug/1747880) 2018-02-07 18:17:55 +05:30
Kovid Goyal
b4c8d223f4
Fix #1745961 [NTLM proxy](https://bugs.launchpad.net/calibre/+bug/1745961) 2018-01-29 16:25:19 +05:30
Kovid Goyal
557b26f5da
... 2018-01-29 10:09:56 +05:30
Kovid Goyal
413361b24a
... 2018-01-22 14:42:13 +05:30
Kovid Goyal
ee29a63e8a
Update outdated example 2018-01-12 09:08:40 +05:30
Kovid Goyal
585cce2985
Clarify that export/import is not available when a device is connected 2018-01-08 08:26:09 +05:30
Kovid Goyal
ed3ff3762d
Add a note about auth problems with e-ink devices 2018-01-06 09:03:43 +05:30
Kovid Goyal
89f19cef05
... 2018-01-05 12:49:39 +05:30
Kovid Goyal
2e5c05ed6a
... 2018-01-05 12:49:19 +05:30
Kovid Goyal
b40d65c578
... 2018-01-04 09:33:19 +05:30
Kovid Goyal
38f2b885c0
Fix #1740461 [doc -- regular expression write-up syntax error](https://bugs.launchpad.net/calibre/+bug/1740461) 2017-12-29 11:06:04 +05:30
Kovid Goyal
d23a30fc5c
Modify docs to reflect that regex engine uses multi-line mode by default 2017-12-27 08:19:41 +05:30
Kovid Goyal
2b5c498b62
... 2017-12-21 12:57:05 +05:30
Kovid Goyal
5c9e8dce11
String changes 2017-12-15 19:42:20 +05:30
Kovid Goyal
e62a0769c5
User manual: Add a new regexp quick reference section as a primer for regexp syntax https://manual.calibre-ebook.com/regexp_quick_reference.html
Fixes #1736085 [Suggested text for help file on regex in the editor](https://bugs.launchpad.net/calibre/+bug/1736085)
2017-12-14 13:21:44 +05:30
Kovid Goyal
1edcef6660
... 2017-12-10 10:54:03 +05:30
Kovid Goyal
2d09f5dba1
User Manual: Fix errors caused by change to google custom search API 2017-12-10 10:48:58 +05:30
Kovid Goyal
6d9b906dd1
... 2017-11-29 17:00:28 +05:30
Kovid Goyal
7d42447b33
Revert "Make pressing Enter a shortcut for the View action, in addition to V"
Turns out there is no good way to have a global shortcut with Enter that
does not interfere with the use of the enter key in child widgets.
This reverts commit 9ce6c24e1fa8053ee3771eec6337d56325b8d686.
2017-11-17 20:01:47 +05:30
Kovid Goyal
9ce6c24e1f
Make pressing Enter a shortcut for the View action, in addition to V 2017-11-17 18:56:06 +05:30
Kovid Goyal
db9e1a33f5
... 2017-10-02 08:44:02 +05:30
Kovid Goyal
1cd8dd33cc
Remove the Connect to iTunes function since Apple has removed that functionality from iTunes 2017-10-02 08:31:55 +05:30
Kovid Goyal
4b40482d3b
String changes 2017-10-01 16:47:46 +05:30
Kovid Goyal
589a67f916
Note that plucker support is input only 2017-09-16 09:19:19 +05:30