Commit graph

22 commits

Author SHA1 Message Date
shenleban tongying 3a93f8b959 Revert "fix: white flash when WebEngine page is loading in dark reader mode"
This reverts commit f7d6328f40.
2023-03-20 13:42:39 +08:00
shenleban tongying f7d6328f40 fix: white flash when WebEngine page is loading in dark reader mode 2023-03-18 19:53:08 +08:00
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 b23e57d08c fix:rtl display in Arabic/Persian language
fix goldendict#1565
2022-10-27 21:30:06 +08:00
Xiao YiFang b9dcb71f23 style: remove font-family from the new-default-style & modern style 2022-09-02 20:09:02 +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 b47004aba0 opt: remove body default 13 px font-size, use chrome's instead 2022-05-19 22:13:49 +08:00
yifang 4f7eb836fb
imp. : add gddicticon img style ,restrict images can not be too large. 2022-01-27 20:23:42 +08:00
yifang c3741ee696
fix: avoid the dictionary's icon is too big and exceed the line height 2022-01-27 00:38:53 +08:00
yifang 037dcfd5a1
imp. : when click article collapse banner,single click to selection should supress 2022-01-20 20:43:42 +08:00
Abs62 801ab72cf1 Fix typo in article-style-st-modern.css 2017-10-04 22:14:19 +03:00
Boyuan Yang 2c80aa4c67 Fix typos found by codespell 2017-09-16 21:18:42 +08:00
Abs62 022682a4f9 1. One more fix for "Modern" and "Lingoes-blue" styles
2. Set some styles via article-style.css instead of direct command
2017-06-20 17:41:30 +03:00
Abs62 c35dcbeb2b Fix article header in "Modern" and "Lingoes-Blue" styles for very long dictionary names 2014-06-26 18:07:28 +04:00
Abs62 7699bd9ff4 DSL: Adjust colors for [p], [ex], [*] tags 2013-11-09 14:36:11 +04:00
Tvangeste f2ebba10fe Adjust fonts for some styles: Modern, Lingoes, Lingoes-Blue 2013-07-26 18:00:48 +02:00
Tvangeste 3be5e5574b Adjust Modern and Lingoes-Blue styles to handle expand/collapse buttons better 2013-06-02 14:34:59 +02:00
Timon Wong d83c7584a0 Tweaks for background color since CSS isolation was introduced 2013-05-28 13:10:14 +08:00
Tvangeste cb6b00d85e Better protect the visual style against broken dictionaries 2013-05-01 12:38:04 +02:00
Tvangeste eb50478755 DSL compatibility: Enforce the example color even if the childen tags say otherwise 2013-04-21 14:21:59 +02:00
Tvangeste 278891661b Tweak the modern css style: Hide 'From' in dictionary name and restore default stress style. 2013-03-31 00:17:57 +01:00
Tvangeste d1787dd98b Added a new built-in style 'Modern' (Prefs->Interface->Display Style->Modern) 2013-03-23 17:48:31 +01:00