zty199
|
a95e7e1beb
|
feat: 使用自定义 webkit 滚动条
使用自定义 webkit 滚动条,避免 QWebEngineView 原生滚动条显示(仅在 QWebEnginePage 加载时生效,部分页面动态刷新时滚动条样式不生效)
Log: 使用自定义 webkit 滚动条
|
2023-10-14 18:23:58 +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
|
1aed5532a3
|
feat: 限制同标题进程单例运行;网页链接调用浏览器打开
使用 DApplication::setSingleInstance,使用 标题_uid 创建进程锁,单例运行时新进程自动退出,并拉起原有进程主窗口显示;重写 QWebEnginePage,createWindow 时若链接与原来不同,则调用浏览器打开
Log: 支持单例运行;支持浏览器打开外部链接;修复访问深度论坛默认语言错误问题
|
2022-11-20 15:57:54 +08:00 |
|
ut003880
|
2f38b9dd76
|
fix: 修复部分网页无法正常跳转的问题
对于网页打开方式为新窗口打开的网页进行修复
|
2021-07-22 12:44:49 +08:00 |
|
|
8da4f87164
|
Improve Features
Using DDesktopServices::showFileItem() instead of calling
dde-file-manager directly in QProcess;
Delete useless QDebug info and headers include.
|
2020-12-16 18:58:00 +08:00 |
|
|
4b3cc4276d
|
Improve Features
Support run in Fullscreen mode;
Suppport "save as" when downloading files.
|
2020-11-29 03:02:11 +08:00 |
|
|
4a753259d3
|
Improve Features
Support downloading files from website directly;
Show DSpinner before webpage loading progress finished.
|
2020-11-28 04:26:30 +08:00 |
|
shenmo
|
c324f501bb
|
fix名字不统一
|
2020-11-18 19:49:22 +08:00 |
|