Xiao YiFang
4bb8ef4122
bump release version to 22.5.21
2022-05-21 07:48:31 +08:00
Xiao YiFang
f6a151ae6f
opt:add debug info to release
2022-05-20 21:26:54 +08:00
Xiao YiFang
fb32704a8c
Merge branch 'opt/acceptnavigation' into staged
2022-05-20 18:44:11 +08:00
Xiao YiFang
6cf1cf1200
clean code: remove uxtheme
2022-05-20 18:43:47 +08:00
Xiao YiFang
a7ba9e4b36
opt:use acceptNavigationRequest instead of weburlinterceptor
2022-05-20 18:01:41 +08:00
Xiao YiFang
41f2ca9864
clean code: remove outdated code
...
xorg xrecord detection logic
2022-05-20 08:24:23 +08:00
Xiao YiFang
e6ab87ca73
fix:add ifr local scheme
...
due to iframe security policy and x-frame-option .
the website online dictionary can not work in qt 5.15.2+ version.
this is a workaround to pass through the restriction.
2022-05-15 22:54:26 +08:00
YiFang
ffb1922bd7
Revert "fix:head lazy load"
...
This reverts commit 15702d860b
.
Revert "add lazy loading to headwords dialog"
This reverts commit 473c61724f
.
2022-05-05 21:01:35 +08:00
YiFang Xiao
67902b0e6b
github:alpha version bump to 22.4.24
2022-04-23 22:33:04 +08:00
YiFang Xiao
402cf77dff
opt: add debug info to release version
2022-04-23 19:45:48 +08:00
YiFang Xiao
ed3a5fadb7
clean code:remove sql
2022-04-23 18:00:02 +08:00
ngn999
823baf135f
make all macOS dependencies universal in maclibs/
...
* ffmpeg 5.0.1 build with: ./configure --disable-programs --disable-swscale --disable-avdevice --disable-avfilter --enable-shared --disable-xlib
* arm64 libraries build on my M1 Macbook Pro, and x86_64 build on github action
* Qt6.2 produce an uniserval binary, so delete macos-m1.yml.
* add Ad-Hoc code sign
2022-04-22 01:00:48 +08:00
xiaoyifang
4d83fc567a
bump staged version to 22.4.19-alpha
2022-04-18 22:15:07 +08:00
xiaoyifang
473c61724f
add lazy loading to headwords dialog
2022-04-17 21:05:57 +08:00
ngn999
bbc664bc6c
libao: static link libmacosx.so plugin, fix #46
...
libao.dylib is universal library now
2022-04-15 09:50:40 +08:00
xiaoyifang
b230f23e24
update version to 22.4.7-alpha
2022-04-07 20:03:08 +08:00
xiaoyifang
40abd01e80
change version from 22.2 to 22.4
2022-04-01 20:26:50 +08:00
xiaoyifang
e85c719577
goldendict.pro file some minor changes.
...
enable c++14
encoding utf8
remove default zim_support from Windows(should be configured through qmake command line arguments )
2022-03-31 09:09:48 +08:00
xiaoyifang
a32ebfa2fb
remove locale qm file copy
2022-03-29 22:41:57 +08:00
xiaoyifang
6191bed3ee
optimize: embed ts files
...
in linux appimage ,translation files can not be read in the AppImage.
2022-03-27 21:03:57 +08:00
ngn999
0647af51e8
fix Qt Creator report : Project Error development library opencc not found
...
update README.md
use wget to download libeb
2022-03-25 14:52:38 +08:00
ngn999
e3c52fe4db
upgrade libogg, libhunspell
...
update libvorbis
update lzma
update maclibs: libzstd.a tiff
update maclibs: lzo
fix typo in .pro file
update libao
update maclibs/ libavutil, libavcodec, libavformat, libswresample
update libtiff.dyld
update libeb.dylib
fix typo
macOS use homebrew to manage deps
* TODO: update docs
2022-03-25 14:52:34 +08:00
xiaoyifang
8a24a400c9
github: modify workflow
...
change short git hash tag.
2022-03-15 19:55:23 +08:00
xiaoyifang
b7a3c12382
fix: goldendict.pro remove extra tailing slash
2022-03-14 20:04:49 +08:00
YiFang Xiao
332248a959
terminate handler
2022-03-13 13:10:01 +08:00
YiFang Xiao
d58effe4dc
add c++14 to linux build
2022-03-13 11:58:45 +08:00
YiFang Xiao
77b7e5b91e
add c++11 to pro
2022-03-13 00:55:35 +08:00
xiaoyifang
ca0dd2ba91
macos opencc pkgconfig
2022-03-12 20:16:01 +08:00
yifang
fb2eac9b5e
upgrade to 6.2,linux compile
2022-03-11 22:14:40 +08:00
xiaoyifang
7b5511a7bd
upgrade to qt6.2
2022-03-11 22:00:45 +08:00
yifang
ae8c2df4a8
optimize: F12 improve
...
when close inspected windows,the inspect is still working .
2022-03-04 23:27:34 +08:00
xiaoyifang
4aa51268d3
iconv test case
2022-02-26 16:25:00 +08:00
xiaoyifang
d1c4611923
remove iconv lib
2022-02-26 15:13:24 +08:00
xiaoyifang
6728f9346b
clean:remove empty file ,cpp_features.hh
2022-02-26 13:56:50 +08:00
xiaoyifang
0bf5bbf501
optimize:utf-8 source encoding and execution encoding .
...
compatible with VS utf-8 bom complain about transliteration file
2022-02-26 13:21:27 +08:00
xiaoyifang
59ea20f4c1
clean:remove hotkey dll handler
2022-02-25 23:08:17 +08:00
xiaoyifang
b7b347ec0e
clean:remove win32 mouse over function.
...
this function only work on windows and text .
can be replace with ocr(with the help of Capture2Text etc.).
2022-02-25 07:55:32 +08:00
xiaoyifang
5f3c269098
os:win specific remove rc file
...
qmake can auto generate the rc file.
2022-02-19 21:00:33 +08:00
xiaoyifang
0e19c34bbe
Revert "clean:remove win specific vs files"
...
This reverts commit c3f3f94258
.
2022-02-19 19:01:02 +08:00
yifang
d835c0ba9c
optimize:folder structure rearrange
2022-02-18 20:50:15 +08:00
yifang
803ec13b98
Merge branch 'feature/encoding-char32' into staged
2022-02-18 20:16:07 +08:00
yifang
6781c465af
fix:make visual studio happy
2022-02-18 20:14:10 +08:00
yifang
c3f3f94258
clean:remove win specific vs files
2022-02-17 22:49:18 +08:00
yifang
b652d50291
optimize: wchar use builtin char32_t
...
optimize: wchar use builtin char32_t
2022-02-17 22:33:58 +08:00
yifang
81cff1f4d5
maclibs:rename libopencc.dylib to libopencc.1.1.dylib
2022-02-17 08:08:03 +08:00
xiaoyifang
fbcf1dfa83
macos: link opencc
...
name changed from opencc.2 to opencc
2022-02-15 00:08:15 +08:00
xiaoyifang
e2fe63f98f
action:add macos support
2022-02-12 21:04:00 +08:00
xiaoyifang
b7c2169695
winlib: update opencc to 2020-04-26
2022-02-11 21:54:14 +08:00
xiaoyifang
38e0a29daf
version:update version
2022-02-07 22:29:30 +08:00
xiaoyifang
0c94406e2a
fix merge conflict with feature/deprecated
2022-02-03 17:50:47 +08:00