39255 Commits

Author SHA1 Message Date
Kovid Goyal
34d3011726
Get rid of busy loop retries for connecting to inspector dock 2019-10-05 11:10:38 +05:30
Kovid Goyal
d2d188215c
Editor: Fix inspector not working when running from source. Fixes #1846819 [Editor Inspector doesn't work when running from source](https://bugs.launchpad.net/calibre/+bug/1846819) 2019-10-05 11:03:19 +05:30
Kovid Goyal
e0630cadd3
Viewer: Fix failing to open books if path to cache contains symbolic links. Fixes #1846834 [symlinked .cache cause calibre 4 reader fail](https://bugs.launchpad.net/calibre/+bug/1846834) 2019-10-05 10:27:48 +05:30
Kovid Goyal
e9250df828
Prevent esc key from closing the loading msg and the initial open book screen 2019-10-05 10:23:12 +05:30
Kovid Goyal
b72922e94c
Fix a regression that broke reading metadata from ODT files that do not have keywords. Fixes #1846828 [e-book reader does not read .odt files](https://bugs.launchpad.net/calibre/+bug/1846828) 2019-10-05 10:11:19 +05:30
Kovid Goyal
644071ff0c
Viewer: When restoring from fullscreen go back to maximized state if window was maximized when entering full screen. Fixes #1846753 [Window Size not retained when exiting from full screen in ebook-viewer](https://bugs.launchpad.net/calibre/+bug/1846753) 2019-10-05 10:07:46 +05:30
Kovid Goyal
46dbd9b24b
Use macOS specific modifier names in UI 2019-10-05 07:26:15 +05:30
Kovid Goyal
f542ac933d
Viewer: Add a configurable Quit shortcut 2019-10-05 06:59:58 +05:30
Kovid Goyal
13e2bf077f
Fix weirdness when closing customize individual shortcut panel 2019-10-04 22:44:01 +05:30
Kovid Goyal
95c71e3cd0
Viewer: Fix shortcut changes not being applied after pressing OK if shortcut list is closed by pressing Esc. Fixes #1846765 [ebook viewer preferences not saved](https://bugs.launchpad.net/calibre/+bug/1846765) 2019-10-04 22:39:09 +05:30
Kovid Goyal
67aca61d0c
Avoid zero-div 2019-10-04 20:00:59 +05:30
Kovid Goyal
8ef6938e03
Viewer: Allow showing the "position in book" as was displayed in the top left of the viewer in calibre 3 in the header and footer. Fixes #1846700 [Absolute position for book viewer](https://bugs.launchpad.net/calibre/+bug/1846700) 2019-10-04 19:55:17 +05:30
Kovid Goyal
cc54251368
Increase rename retries since we could have file sync programs in the mix as well 2019-10-04 18:51:56 +05:30
Kovid Goyal
f0b3091a18
Viewer: Fix loading progress screen sometimes getting stuck if changing pages rapidly with mouse wheel. Fixes #1846751 [New Viewer App gets stuck at "Loading next section from … please wait…" when scrolling](https://bugs.launchpad.net/calibre/+bug/1846751) 2019-10-04 18:50:45 +05:30
Kovid Goyal
7ca2f68e53
Comments editor: Workaround for Qt converting ids into anchors 2019-10-04 15:42:25 +05:30
Kovid Goyal
b55ef85fd7
Possible workaround for some windows machines where the viewer is getting access denied errors while renaming a directory 2019-10-04 15:20:58 +05:30
Kovid Goyal
2b536dd02f
Remove unused code 2019-10-04 13:29:08 +05:30
Kovid Goyal
b02eb9df01
Viewer: When there is empty text for an header footer section render it as blank instead of moving the remaining sections to the left 2019-10-04 13:12:52 +05:30
Kovid Goyal
25e3c0a3ba
Update Fortune Magazine 2019-10-04 09:41:00 +05:30
Kovid Goyal
749460cbfc
Better fixes for publish pipeline issues 2019-10-04 07:35:09 +05:30
Kovid Goyal
b698e78547
time formatting 2019-10-04 07:34:54 +05:30
Kovid Goyal
857c2355bc
Ensure DISPLAY is in environ v4.0.0 2019-10-04 06:25:14 +05:30
Kovid Goyal
28b5ef8723
Also disable translations since it also crashes 2019-10-04 06:13:34 +05:30
Kovid Goyal
c178c78980
Dont build pot as part of publish as it crashes 2019-10-04 06:06:09 +05:30
Kovid Goyal
173c250162
version 4.0.0 2019-10-04 05:56:13 +05:30
Kovid Goyal
b6de056d57
Another epub:type mapping 2019-10-04 05:49:00 +05:30
Kovid Goyal
769cf0da51
Automatically migrate some epub|type selectors 2019-10-04 05:43:25 +05:30
Kovid Goyal
abe30ca2fb
Editor Live CSS: Dont fail totally if the stylesheet uses namespaced selectors
Fixes #1846538 [Private bug](https://bugs.launchpad.net/calibre/+bug/1846538)
2019-10-04 05:14:26 +05:30
Kovid Goyal
a01e96d678
Merge branch 'patch-1' of https://github.com/kant/calibre 2019-10-04 04:23:49 +05:30
Darío Hereñú
7004af805b
Minor formatting proposals 2019-10-03 14:48:43 -03:00
Kovid Goyal
839919dbbc
pep8 2019-10-03 21:19:42 +05:30
Kovid Goyal
337e8df8bd
... 2019-10-03 19:04:01 +05:30
Kovid Goyal
79fd57eb24
Format lists better on github 2019-10-03 19:02:22 +05:30
Kovid Goyal
97e49f379a
github does not render :file: 2019-10-03 18:59:48 +05:30
Kovid Goyal
0bb66f2316
Add instructions for building binaries using bypy 2019-10-03 18:57:43 +05:30
Kovid Goyal
beb9727757
Add a function to get the outline from a PDF file 2019-10-03 18:12:45 +05:30
Kovid Goyal
1c22993e00
Move outline creation into its own file 2019-10-03 16:51:33 +05:30
Kovid Goyal
247aa959e4
... 2019-10-03 11:23:14 +05:30
Kovid Goyal
842ec0eadb
Run CI on PRs as well 2019-10-03 11:00:50 +05:30
Kovid Goyal
9c07cc7e82
Use GitHub Actions rather than Azure Pipelines 2019-10-03 10:46:23 +05:30
Kovid Goyal
fa4e2d119d
libGL is now needed in the ubuntu azure image 2019-10-02 17:51:30 +05:30
Kovid Goyal
dadef1ffb9
Update Foreign Policy 2019-10-02 17:47:16 +05:30
Kovid Goyal
350494d016
After inserting a hyperlink restore text format
allows typing after inserting the link in the previous text style
2019-10-02 12:36:05 +05:30
Kovid Goyal
113be27352
Coments editor should not explicitly underline inserted links 2019-10-02 12:23:50 +05:30
Kovid Goyal
18398aafea
Insert hyperlink should preserve formatting of selected text 2019-10-02 12:21:16 +05:30
Kovid Goyal
c28cb6a1d2
Bump beta version 2019-10-01 10:23:24 +05:30
Kovid Goyal
3274ecfa83
Fix autoreload failure when appcache is not available 2019-10-01 10:07:21 +05:30
Kovid Goyal
b23b1adcf1
Browser viewer: Fix page turn not working on chrome for android at file boundaries
Apparently chrome has started returning fractional numbers for scroll
position
2019-10-01 10:03:48 +05:30
Kovid Goyal
5782bf76c7
Merge branch 'master' of https://github.com/t3d/calibre 2019-10-01 06:24:06 +05:30
Tomasz Długosz
1433e3225c woblink store: fix link 2019-09-30 22:59:17 +00:00