Commit Graph

738 Commits

Author SHA1 Message Date
Kovid Goyal ff4316bc93 Make it easier to set calibre environment variables on macOS 2020-01-02 09:52:25 +05:30
Kovid Goyal 6b0668960b String changes 2019-12-23 09:23:06 +05:30
Kovid Goyal a2bf48c929 Make building manual more reliable 2019-12-13 09:48:25 +05:30
Kovid Goyal 65bf9d1f51 Document the Reference mode 2019-12-09 17:21:25 +05:30
Kovid Goyal d974b2f39c Allow CALIBRE_USE_DARK_PALETTE override registry setting on windows 2019-12-08 20:40:44 +05:30
Kovid Goyal a39903be76 Update docs for library drop down list 2019-11-18 07:08:24 +05:30
Kovid Goyal a5f120085d String changes 2019-11-13 06:21:21 +05:30
Kovid Goyal c45b08f504 DRYer 2019-11-10 16:17:22 +05:30
Kovid Goyal d47c332723 Duplicate info about Apple's stupidity under the cant connect to device question as well 2019-11-08 20:56:00 +05:30
Kovid Goyal f6a511e291 Add a note about non-reflowable content 2019-11-06 06:51:03 +05:30
Kovid Goyal 1c42d7fc3f Use pre-wrap for code and pre tags in user manual and quick start guide 2019-11-06 06:46:26 +05:30
Kovid Goyal 89d5c1de22 Fix #1849969 [Go button not aligned with the search field in User Manual](https://bugs.launchpad.net/calibre/+bug/1849969) 2019-11-04 15:20:32 +05:30
Kovid Goyal b1982eb6b0 FAQ entry about macOS's stupid new deny software access to devices policy 2019-11-01 17:57:04 +05:30
Kovid Goyal a33fe3f671 Update the viewer section of the User Manual 2019-10-25 21:29:22 +05:30
Kovid Goyal 77ba34e5b3 ... 2019-10-22 09:30:22 +05:30
Kovid Goyal ef7278e17d Add a note about offline support 2019-09-25 06:33:10 +05:30
Kovid Goyal 3d2c8d3878 Move the webengine part into a separate module for clarity 2019-09-13 21:18:07 +05:30
Kovid Goyal e95ab50cba A demo plugin that shows how to run webengine from a user interface plugin 2019-09-13 20:55:06 +05:30
Kovid Goyal 737bfa44cb Remove ViewerPlugin since the new viewer currently has no plugin architecture 2019-09-13 20:14:18 +05:30
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