Commit graph

5 commits

Author SHA1 Message Date
shenleban tongying 540dda26ed cleanup: Replace all usages of qrcx://localhost with qrc://
The replacement command:
git grep -l 'qrcx://localhost' | xargs sed -i 's/qrcx:\/\/localhost/qrc:\/\//g'

The qrcx:// URL scheme was introduced in 2009 or earlier - it is present
in the first commit in GoldenDict's git history. Back then GoldenDict
supported Qt versions earlier than 4.6, in which
QWebSecurityOrigin::addLocalScheme() was introduced. Adding the qrc URL
scheme as local obsoletes the qrcx URL scheme. GoldenDict does not
compile against Qt versions earlier than 4.6, so there is no reason to
use this custom URL scheme anymore.

Co-authored-by:  Igor Kushnir <[email protected]>
2023-03-05 15:20:05 -05:00
Xiao YiFang 2263dfc8da fix: qt warning when parsing unknown color attribute
related to goldendict/goldendict#1578
2022-12-11 12:44:30 +08:00
Xiao YiFang 112e9a03ce style: modify default style 2022-08-19 20:50:04 +08:00
Xiao YiFang 382702f753 style: remove css -webkit-user-select and replace with user-select 2022-08-19 19:46:55 +08:00
Xiao YiFang f5882816c9 opt:add new default style.
based on original default style, remove yellow background.
the original default style is renamed to classic style.
2022-08-18 20:54:35 +08:00