995 Commits

Author SHA1 Message Date
Kovid Goyal
d3cad64abf
... 2020-02-08 20:06:39 +05:30
Kovid Goyal
3779f5c2d0
String changes 2020-02-07 13:10:09 +05:30
Kovid Goyal
09ecff273f
Update add books entry in manual 2020-02-06 20:24:17 +05:30
Kovid Goyal
3e8adced66
Clean up the Add books menu 2020-02-06 20:19:02 +05:30
Kovid Goyal
b5fc420ae7
linux -> Linux 2020-01-24 13:49:37 +05:30
Kovid Goyal
a3a00c56fd
Update GLIBC versions in FAQ 2020-01-17 06:22:12 +05:30
Kovid Goyal
3e838ccd5c
Update resources path under windows to reflect current app layout 2020-01-09 18:50:41 +05:30
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