Kovid Goyal
a7453e877a
Simplify launching of console utilities on macOS
2019-09-13 09:12:34 +05:30
Kovid Goyal
b8dc1d791c
Dont use iframes for header/footers
...
This breaks backwards compat with javascript, but backwards compat is
not really preserved anyway. Much better performance without iframes
2019-09-13 09:12:25 +05:30
Kovid Goyal
8fcd240844
Dont need settle_time for header/footer rendering
2019-09-13 09:12:25 +05:30
Kovid Goyal
4e3e0f8461
Work on adding headers/footers
2019-09-13 09:12:25 +05:30
Kovid Goyal
9f87cd7f99
Add a note about using page margins from the input document
2019-09-13 09:12:22 +05:30
Kovid Goyal
b841f804d0
Better language
2019-09-10 20:31:22 +05:30
Kovid Goyal
44fe5e7793
Fix some warnings from sphinx
2019-07-12 05:52:29 +05:30
Kovid Goyal
17daad19ad
Increase contrast for links in the manual
2019-07-07 10:10:52 +05:30
Charles Haley
d034b81ce3
Corrected CC URLs.
2019-07-01 22:49:12 +01:00
Charles Haley
04322bdb39
Change URLs for CC
2019-06-30 13:54:08 +01:00
Eli Schwartz
45ca4c7934
py3: merge multiline __future__ imports to not confuse 2to3
2019-05-27 00:41:14 -04:00
Kovid Goyal
69f29dc1e1
...
2019-05-18 13:01:47 +05:30
Kovid Goyal
a08bdbeb4e
Dont depend on calibre in polyglot
2019-05-15 16:42:52 +05:30
Kovid Goyal
3bece11b09
py3: Misc fixes
...
Fixes #953 (py3: misc fixes trying to start calibre.gui_launch)
2019-04-02 09:31:37 +05:30
Kovid Goyal
930376c036
py3: Port calls to ugettext()
2019-03-31 20:13:22 +05:30
Eli Schwartz
97ab4acce5
python3: reduce use of cmp when key can be used instead
...
cmp does not exist on python3
2019-03-26 16:12:17 -04:00
Kovid Goyal
0fcad5f21f
Fix various uses of iteritems missed by dict_fixes
2019-03-25 15:29:08 +05:30
Kovid Goyal
33cea777ac
Merge branch 'py3' of https://github.com/eli-schwartz/calibre
2019-03-25 13:32:21 +05:30
Kovid Goyal
8813a31a38
Handle direct querying of class attribute across BS versions
2019-03-24 12:18:43 +05:30
Kovid Goyal
692230147c
Start work on porting to beautifulsoup4
2019-03-24 12:18:42 +05:30
Eli Schwartz
a623717d96
python3: apply various fixes from python-modernize "dict_six"
...
Imports were then fixed and consolidated to derive from the internal
polyglot.builtins
2019-03-24 01:18:27 -04:00
Kovid Goyal
5755625d1e
Get rid of has_key from all recipes
2019-03-22 23:47:49 +05:30
Kovid Goyal
d1e30dfcac
Get rid of some xrange
2019-03-13 15:34:10 +05:30
Kovid Goyal
2d21a8efa2
Some more fixes for the unicode type
...
Now replaced in all dynamically loaded code. Recipes/metadata
sources/etc. In the case of recipes, since they get compiled by calibre
we simply make the unicode/unichr names available, no need for any
changes to the actual recipes themselves.
2019-03-13 12:04:47 +05:30
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