xiaoyifang
516d9a0c55
howto: update build ffmped article
2022-02-05 12:50:20 +08:00
xiaoyifang
50156890aa
winlib: update ffmpeg libs
2022-02-05 12:50:10 +08:00
xiaoyifang
8fad509814
win specific: update ffmpeg dll lib
2022-02-02 16:17:53 +08:00
xiaoyifang
5568b05f1f
win: conan file
...
conan used here to save the time to compile ffmpeg.
run `conan install .` will copy all the necessary files to /lib/ folders
under root directory .
copy all the files except lzma.lib to winlibs/lib/msvc
2022-02-02 14:49:13 +08:00
xiaoyifang
f26138555a
win specific: remove winlibs/lib
...
in windows ,as the qwebengine using the vs environment.
that means all the files in winlibs/lib are useless.
you will have no chance to use it at current situation.
2022-02-02 14:46:39 +08:00
xiaoyifang
882d70a2a9
win specific:update ffmpeg libs
2022-02-02 14:32:03 +08:00
xiaoyifang
3ec1966877
winlib:add ssl dll
2022-01-29 13:50:41 +08:00
xiaoyifang
8d9267aa4e
winlib : add msys-2.0.dll msys-iconv-2.dll those dlls was referenced by avcodec-gd-59.dll
2022-01-22 19:51:36 +08:00
xiaoyifang
4a461be7ba
add 64 bit lib hunspell
2022-01-18 21:14:29 +08:00
xiaoyifang
fc3e73cea1
Win Specific:ajust win lib.uplod precompiled lib.ease user the trouble to build .
2022-01-16 21:34:46 +08:00
xiaoyifang
f727e3a28f
Win Specific:ajust win lib.uplod precompiled lib.ease user the trouble to build .
2022-01-16 21:32:18 +08:00
yifang
e349c64049
fix: this is a generated file .upload to ease build process .
...
Signed-off-by: yifang <yifang.xiao@outlook.com>
2022-01-16 17:41:51 +08:00
yifang
be7319559c
improvement:set web page zoomfactor besides webview.
2022-01-15 18:23:44 +08:00
xiaoyifang
9437025179
Merge pull request #2 from csg2008/branch-qt-5.15
...
Enhance the function to check whether the file exists, support large files
2022-01-15 15:45:43 +08:00
xiaoyifang
2950aa1d39
Update how to build and debug with VS2019.md
2022-01-15 15:44:07 +08:00
yifang
262e650779
fix: DPRINTF=>GD_DPRINTF ,DDPRINT does not exist now.
...
do not affect functionality.only existed in comments.
2022-01-15 15:29:20 +08:00
狂风代码
bf3725fdbd
Update file.cc
...
Enhance the function to check whether the file exists, support large files
2022-01-15 14:40:21 +08:00
yifang
65fcedd44a
improvement:mediawiki request will hang forever,if can not access .
...
set the timeout to improve UX.
2022-01-15 12:53:19 +08:00
yifang
ca9917c972
Merge branch 'temp/singleclick-event' into branch-qt-5.15
2022-01-15 11:21:18 +08:00
yifang
850c7d66e8
fix:single click on link,the emulated db click will still work on new page
2022-01-15 11:18:54 +08:00
yifang
94b5d1c159
clean code:signature normalized.
2022-01-14 23:14:38 +08:00
yifang
968cb325e6
fix:build error on gentoo. #1400#issuecomment-966923807
2022-01-14 23:05:00 +08:00
yifang
63626bde13
improvement: refactor code,move ignoreKeyEvent method to utils.
2022-01-14 22:58:19 +08:00
yifang
9a4b119976
improvement:refactor code ,ignore key event extract to method
2022-01-13 20:39:58 +08:00
yifang
d8f5e4a374
improvement:seperate javascript file from cpp code.
2022-01-12 22:30:43 +08:00
yifang
f725018053
improvement:stylesheet css file.use external link instead of embed.
...
by using external file syntax.the browser can cache the file.improve web performance in a way.
2022-01-12 21:48:03 +08:00
yifang
713339d66b
improve: handle invalid resource url such as bres://upload.wikimedia....
2022-01-11 22:20:38 +08:00
yifang
37d22bc412
improve:handle invalid tag soup improvement, related to old issue #271
2022-01-11 20:33:46 +08:00
yifang
ccc0f275ba
jquery noconflict()
2022-01-11 20:18:46 +08:00
yifang
70c972ddc2
fix: js variable error,revert to beginning version
2022-01-11 19:52:27 +08:00
xiaoyifang
b163064f86
fix: mdd resource files spread across multi blocks .
...
https://github.com/goldendict/goldendict/pull/1400#issuecomment-1008965814
2022-01-10 23:42:27 +08:00
xiaoyifang
5e817e7d40
fix:single click to select improvement.
2022-01-10 22:13:31 +08:00
xiaoyifang
fb41852554
fix: mouse scroll by page (win specific)
2022-01-10 21:40:21 +08:00
xiaoyifang
3ceb7dda36
improvement:pro file remove useless condition
2022-01-10 21:21:22 +08:00
xiaoyifang
40b2c9e891
refactor code,use default parameter
2022-01-10 20:17:22 +08:00
xiaoyifang
84923e5c4d
fix:save image (right context menu on image action)
2022-01-09 22:18:53 +08:00
xiaoyifang
c3db39499b
fix:add a protection to check memory overflow.
2022-01-09 18:12:08 +08:00
xiaoyifang
6318366a10
improve:refactor code ,reimplement sptr class.
2022-01-09 16:18:55 +08:00
xiaoyifang
af7b02edd7
clean code:remove VS solution file
...
the VS solution file is not needed .with QT Tool Extensions,VS can open .pro directly.
save all the effect to synchronize the project files between Qt .pro file and VS .sln file
2022-01-09 15:07:30 +08:00
xiaoyifang
66e740195c
document: add how to build with Visual Studio
2022-01-09 15:03:46 +08:00
xiaoyifang
be1866db10
fix:resource scheme handler received finished signal twice,more likely to crash the webengine.
2022-01-09 14:30:06 +08:00
xiaoyifang
13fdf08450
improve:foundDictsPane refresh logic
2022-01-09 12:54:50 +08:00
xiaoyifang
29bd94b8a7
improve:footnote url(#fragment) navigation
2022-01-09 11:54:14 +08:00
xiaoyifang
3f11826918
fix: invalid bres url may cause webengine to crash. such as bres://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif
2022-01-09 11:36:48 +08:00
xiaoyifang
bd6cc8b9c9
fix: resource scheme handler received finished signal twice,more likely to crash the webengine.
2022-01-09 09:52:40 +08:00
yifang
f16107e072
fix:right context menu not display correctly when select wikiweb dictionary
2022-01-08 21:45:10 +08:00
yifang
e8f0202a49
clean code:remove useless code
2022-01-08 18:40:17 +08:00
yifang
a4133761ee
revert to qthreadpool
2022-01-08 18:37:59 +08:00
yifang
b2e5f43652
fix:crash on click link
2022-01-08 16:13:06 +08:00
yifang
0f1c0d4204
improve:right context menu active dictionaries
2022-01-08 14:51:24 +08:00