38896 Commits

Author SHA1 Message Date
Kovid Goyal
be471a8cbe
Work on getting windows running 2019-09-13 09:12:35 +05:30
Kovid Goyal
994befe846
Properly port in_paged_mode 2019-09-13 09:12:35 +05:30
Kovid Goyal
46295bb17f
Get the hunspell wraper building correctly on all platforms 2019-09-13 09:12:35 +05:30
Kovid Goyal
22a1481bcd
De-vendor hunspell 2019-09-13 09:12:35 +05:30
Kovid Goyal
9601d1c4ba
Use only the xz tarballs for windows qt as well 2019-09-13 09:12:35 +05:30
Kovid Goyal
b7864096f3
Use Qt zip sources on windows, just in case they are different 2019-09-13 09:12:35 +05:30
Kovid Goyal
713bf6df42
Get macOS signing working again 2019-09-13 09:12:35 +05:30
Kovid Goyal
58f5577a13
Get rid of QT_PLUGIN_PATH on macOS 2019-09-13 09:12:35 +05:30
Kovid Goyal
e00835e5c6
Get the GUI apps working on macOS with proper doc integration 2019-09-13 09:12:35 +05:30
Kovid Goyal
dcca1a9ec6
Only redraw actual spinner items 2019-09-13 09:12:34 +05:30
Kovid Goyal
a7453e877a
Simplify launching of console utilities on macOS 2019-09-13 09:12:34 +05:30
Kovid Goyal
b8968a82f8
Fix PDF conversion failling when temp dir has symlinks 2019-09-13 09:12:34 +05:30
Kovid Goyal
7afcc4acdd
FreeType needed on windows as well 2019-09-13 09:12:34 +05:30
Kovid Goyal
133ed8968f
Add a plist to the utils bundle
Also move it to where it is easy to sign
2019-09-13 09:12:34 +05:30
Kovid Goyal
1db4a15d89
Fix dylib loading for webengine helper process 2019-09-13 09:12:34 +05:30
Kovid Goyal
b5a16dc10c
Ensure webengine test does not hang 2019-09-13 09:12:34 +05:30
Kovid Goyal
22e3558a05
Move the utilities into their own bundle 2019-09-13 09:12:34 +05:30
Kovid Goyal
16ea6403a0
typo 2019-09-13 09:12:34 +05:30
Kovid Goyal
c7a2178d24
Handle links with a target in the standalone viewer 2019-09-13 09:12:34 +05:30
Kovid Goyal
566bfe6df2
Fix scroll by page always scrolling forward in flow mode 2019-09-13 09:12:34 +05:30
Kovid Goyal
fa93b0d605
... 2019-09-13 09:12:34 +05:30
Kovid Goyal
f4f29c84c0
... 2019-09-13 09:12:33 +05:30
Kovid Goyal
aa8f8fa098
Apparently also need the quick widgets DLL 2019-09-13 09:12:33 +05:30
Kovid Goyal
5e6623bcda
Show home page if opening book fails 2019-09-13 09:12:33 +05:30
Kovid Goyal
09b93eb8be
Build against system freetype/fontconfig on linux
We dont bundle those libs anyway, so we should not build against
custom ones either
2019-09-13 09:12:33 +05:30
Kovid Goyal
20f6152a95
... 2019-09-13 09:12:33 +05:30
Kovid Goyal
7710697ea1
Add webengine resources 2019-09-13 09:12:33 +05:30
Kovid Goyal
0f0df3b5e2
Get webengine loading in the binary build 2019-09-13 09:12:33 +05:30
Kovid Goyal
9f449d90ee
The QtWebChannel PyQt module is required 2019-09-13 09:12:33 +05:30
Kovid Goyal
bf199d6bfa
Get podofo building on older compilers on linux 2019-09-13 09:12:33 +05:30
Kovid Goyal
a5b5a6bc6e
Bump versions of sip and pyqt 2019-09-13 09:12:33 +05:30
Kovid Goyal
afd483f11a
Actions to copy text/URL and view image 2019-09-13 09:12:33 +05:30
Kovid Goyal
ec01392e3a
Update bundled Qt 2019-09-13 09:12:33 +05:30
Kovid Goyal
f70eed9da3
Add build test for Qt WebEngine 2019-09-13 09:12:32 +05:30
Kovid Goyal
921110eb46
Code to migrate old viewer preferences 2019-09-13 09:12:32 +05:30
Kovid Goyal
c1ac799c0b
Get Esc working in any panel 2019-09-13 09:12:32 +05:30
Kovid Goyal
36af3928b0
Dont respond to keypresses while the overlay is visible 2019-09-13 09:12:32 +05:30
Kovid Goyal
21f5fbdf1d
Make the controls help page nicer 2019-09-13 09:12:32 +05:30
Kovid Goyal
351bae75b0
Specialize controls help for standalone viewer 2019-09-13 09:12:32 +05:30
Kovid Goyal
8b62a6bcbb
Coupe of misc shortcuts 2019-09-13 09:12:32 +05:30
Kovid Goyal
e58a50e7ed
Shortcut for toggling fullscreen 2019-09-13 09:12:32 +05:30
Kovid Goyal
ece5180a80
Add shortcuts to change font size 2019-09-13 09:12:32 +05:30
Kovid Goyal
3d4dae9d08
Fix find not working backwards across loads 2019-09-13 09:12:32 +05:30
Kovid Goyal
5e05b450a3
Implement search shortcuts 2019-09-13 09:12:32 +05:30
Kovid Goyal
566855ed55
Shortcuts for UI panels 2019-09-13 09:12:32 +05:30
Kovid Goyal
1102216d9f
Get back and forward working in the standalone viewer 2019-09-13 09:12:31 +05:30
Kovid Goyal
a4f1b54421
Back/forward keyboard shortcuts 2019-09-13 09:12:31 +05:30
Kovid Goyal
e1ce4976e6
Update keyboard shortcuts when changed 2019-09-13 09:12:31 +05:30
Kovid Goyal
c106d48163
UI for changing keyboard shortcuts is done 2019-09-13 09:12:31 +05:30
Kovid Goyal
e91e414687
Work on preferences UI for keyboard shortcuts 2019-09-13 09:12:31 +05:30