zty199
|
f2b69ceb5e
|
fix: typo in config group name
correct: SparkWebAppRunTime -> SparkWebAppRuntime
Log: correct typo when parsing config file
|
2024-10-20 17:34:24 +08:00 |
|
zty199
|
c18a5b5b36
|
fix: compilation error on Ubuntu
add QtDBus module in .pro, for older version Dtk5 didn't include this module correctly
Log: add QtDBus module in .pro
|
2024-10-20 16:29:27 +08:00 |
|
zty199
|
7e5525d4e9
|
fix: setDescription from cmdline or cfg not working
when aboutDialog is not created yet, ApplicationDescription can't be set
Log: merge changes from develop/qt6 branch
|
2024-10-20 15:47:35 +08:00 |
|
zty199
|
a95e7e1beb
|
feat: 使用自定义 webkit 滚动条
使用自定义 webkit 滚动条,避免 QWebEngineView 原生滚动条显示(仅在 QWebEnginePage 加载时生效,部分页面动态刷新时滚动条样式不生效)
Log: 使用自定义 webkit 滚动条
|
2023-10-14 18:23:58 +08:00 |
|
zty199
|
23b40dd231
|
fix: 修复关于窗口被主窗口遮挡问题
Application::initAboutDialog 执行过早,qApp->activeWindow() 指针为空,关于窗口没有父对象,与主窗口互相抢占焦点
Log: 去除 Application 构造函数中调用 initAboutDialog 操作;handleAboutAction 中,若 aboutDialog() 指针不为空则 return
|
2022-12-26 14:25:26 +08:00 |
|
zty199
|
edff5b7b31
|
chore: 添加 libqt5dbus5 依赖
debian/control 添加 libqt5dbus5 编译与运行依赖
Log: debian/control 添加 libqt5dbus5 依赖;更新 debian/changelog 版本至 1.7.0-1
|
2022-12-19 09:46:24 +08:00 |
|
zty199
|
6b8b31ebf6
|
fix: 修复 UOS 编译兼容性问题
网页通知获取依赖 QWebEngineNotification 类,在 Qt 5.13 引入
Log: 添加宏定义,判断 Qt 版本 >= 5.13 启用网页通知功能
|
2022-12-19 09:40:48 +08:00 |
|
zty199
|
faa613d671
|
feat: ISSUE #I62BVT 添加网页通知功能
WebEngineView 中添加 WebEngineView::present(std::unique_ptr<QWebEngineNotification> &newNotification) 函数,通过 DNotifySender 转发系统通知
Log: 添加网页通知功能,通知图片缓存在 /tmp 下;使用 DLogManager 生成日志;修复强制使用 DTK 平台插件异常问题
|
2022-12-19 09:31:32 +08:00 |
|
zty199
|
fa54612642
|
chore: 更新 debian/changelog
更新 debian/changelog
Log: 更新 debian/changelog
|
2022-11-21 14:46:09 +08:00 |
|
zty199
|
4a81898cd3
|
fix: 修复 UOS 上加载 RC 页面始终处于加载中的问题
页面加载始终未触发 loadFinished 信号,判断加载未完成
Log: 添加 loadProgressChanged 信号处理,加载进度到 100% 就显示页面;loadFinished 信号如果报错,在窗口中提示“加载存在错误”
|
2022-11-21 14:38:57 +08:00 |
|
zty199
|
eb2bdaca63
|
chore: 更新版本至 1.6.6
更新版本至 1.6.6
Log: 更新版本至 1.6.6;更新翻译文件
|
2022-11-21 00:09:21 +08:00 |
|
zty199
|
6b25b50696
|
feat: 支持启动时识别 DTK 主题颜色,判断网页是否需要显示为深色模式(切换 DTK 主题后重启生效,不支持实时生效)
https://github.com/qutebrowser/qutebrowser/issues/4840
启动时判断 DTK 主题颜色,QTWEBENGINE_CHROMIUM_FLAGS 环境变量添加 --blink-settings=preferredColorScheme=0 启用深色模式(或 --force-dark-mode)(Qt >= 5.14,当前仅 Deepin 支持)
Log: 支持启动时识别 DTK 主题颜色,判断网页是否需要显示为深色模式
|
2022-11-20 23:55:52 +08:00 |
|
zty199
|
1b3d161f4d
|
feat: 支持 dpkg-buildpackage 打包
支持 dpkg-buildpackage 打包
Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
|
2022-11-20 17:49:00 +08:00 |
|
zty199
|
1aed5532a3
|
feat: 限制同标题进程单例运行;网页链接调用浏览器打开
使用 DApplication::setSingleInstance,使用 标题_uid 创建进程锁,单例运行时新进程自动退出,并拉起原有进程主窗口显示;重写 QWebEnginePage,createWindow 时若链接与原来不同,则调用浏览器打开
Log: 支持单例运行;支持浏览器打开外部链接;修复访问深度论坛默认语言错误问题
|
2022-11-20 15:57:54 +08:00 |
|
zty199
|
f6542879de
|
Fix Bugs
Fix a bug when 'save as' file dialog is canceled, next download will be blocked.
|
2021-05-09 00:35:05 +08:00 |
|