Commit Graph

106 Commits

Author SHA1 Message Date
wangguixi 18016cf568 fix:bug#154792【PTOF】【触控板】藏文系统下控制面板触摸板无法打开[用例#492172] 2023-04-03 16:31:41 +08:00
amphetaminewei 94813904d7 fix: after changing the font size, the text is displayed incompletely
bug: 154932,155367
detail: Label was set max width, so if font size change, will not change max width.
Now, monitor font changed of QApplication, if the font change, update max width and
the text.
2023-04-03 16:31:01 +08:00
amphetaminewei 7e98c9df85 fix: Touchscreen plugin do not support hot plugging
bug: https://172.17.50.104/bug-view-153525.html
detail: Monitor touchscreen device changed by QAbstractNativeEventFilter, currently only supported to work under X11.
If touchscreen state change, will show or hide page of touchscreen by gsetting of
org.ukui.control-center.plugins:/org/ukui/control-center/plugins/
2023-04-03 16:29:49 +08:00
amphetaminewei d37d985ed9 style: optimize code style 2023-04-03 16:29:24 +08:00
amphetaminewei b86a4e76b6 chore: remove useless files and subprojects 2023-04-03 16:28:51 +08:00
amphetaminewei 3dfaa86bd2 fix: optimize handling when mouse speed is out of color.
from commit b486adc813419f9ce8fef136cc070f842bf73c76, this commit contains modifications to debian/changelog so can not cherry-pick
2023-01-03 17:09:51 +08:00
hanteng 455d10b9ec 优化触控板UI界面 2023-01-03 16:52:47 +08:00
amphetaminewei 7402e0989f Fix: icon will not highlight when button checked #145931 2023-01-03 16:52:47 +08:00
hanteng 9e176e9e99 手势选中时,文字进行反白
1.由于QPushButton中增加的QLabel无法使用主题的反白方式,所以需要自己设置下反白效果
2.当button处于被选中状态的时候,设置QLabel的颜色为白色,处于不被选中状态的时候恢复其原来的颜色
2023-01-03 16:52:47 +08:00
amphetaminewei 677f57abff Fix: Do not show touchscreen in home page #148530 2023-01-03 16:52:47 +08:00
hanteng bced3ec189 修改触控板UI界面
1.使用QWidget代替QFrame
2.删除无效的代码
2023-01-03 16:52:47 +08:00
hanteng 5696cdb7ba wayland环境下去除多指手势功能展示界面 2023-01-03 16:52:47 +08:00
hanteng 7ba4163af0 适配wayland平台
1.增加wayland环境分支判断
2.wayland环境下通过kwin获取和设置触控板相关的功能
2023-01-03 16:52:47 +08:00
hanteng 116b671b77 修复触控板UI界面在放大之后显示不正常的问题 2023-01-03 16:52:47 +08:00
hanteng@kylinos.cn bf9b44e03e 优化触控板UI界面
1.修改触控板滑动条取值情况,后端可设置区间是1~8,前端UI界面需要同步设置,并且默认设置为3
2.默认关闭滚动条跟随手指滑动功能,后端为true
2023-01-03 16:52:47 +08:00
amphetaminewei 878ced9c42 Fix: When the ukcc is reduced, a horizontal scroll bar appears 2023-01-03 16:52:47 +08:00
amphetaminewei 3af4664469 Chore: Update translations 2023-01-03 16:52:47 +08:00
amphetaminewei 972671c173 Fix: The layout does not conform to the design #145517 2023-01-03 16:52:47 +08:00
amphetaminewei 431ad098e8 Chore: Optimized version differentiation 2023-01-03 16:52:47 +08:00
hanteng@kylinos.cn 36cefbf0a5 修改UI界面 2023-01-03 16:52:46 +08:00
hanteng@kylinos.cn 6fae77bcbe 修改UI界面 2023-01-03 16:52:46 +08:00
amphetaminewei f00ee8820b Fix: Can not play gif #144924 2023-01-03 16:52:46 +08:00
amphetaminewei 197f0e1eb8 Fix: Can not show tablet mode auto switch button in tablet os 2023-01-03 16:52:46 +08:00
amphetaminewei 440e30cd5f Feat: Add button of switch if auto switch tablet mode #17408 2023-01-03 16:52:46 +08:00
hanteng@kylinos.cn b06c5ddc9a 修复触控板UI界面 2023-01-03 16:52:46 +08:00
hanteng@kylinos.cn b7cf5d1137 优化触控板UI界面 2023-01-03 16:52:46 +08:00
hanteng@kylinos.cn ff2184da1d 增加文本的反白效果 2023-01-03 16:52:46 +08:00
hanteng@kylinos.cn 82a0fab492 统一使用主题的处理机制 2023-01-03 16:52:46 +08:00
hanteng@kylinos.cn 017edf6cfd remove intel resources 2023-01-03 16:52:46 +08:00
王伟男 1cbd4abd7a Merge branch 'upstream' into 'upstream'
Upstream修改触控板大小尺寸问题

See merge request kylinos-src/ukui-touch-settings-plugin!2
2022-09-26 06:46:59 +00:00
hanteng@kylinos.cn 101c7fdd96 update gesturewidget size 2022-09-26 14:43:10 +08:00
hanteng@kylinos.cn 07eb9fd6a1 change layout spacing 2022-09-26 14:04:07 +08:00
hanteng@kylinos.cn 20d712cecf update movie size 2022-09-26 13:59:37 +08:00
hanteng 9f3421b33b Merge branch 'upstream-dev' into 'upstream'
Merge kylin-desktop/ukui-touch-settings-plugin/master

See merge request kylinos-src/ukui-touch-settings-plugin!1
2022-09-20 02:52:25 +00:00
hanteng c228110adb fix:The slider is positioned to the position where the mouse clicks
(cherry picked from commit cd762f223517ec620abe1eef2cb0500c6e211680)
2022-09-09 14:21:25 +08:00
amphetaminewei 523ecb8d2d Chore(TouchScreen): Add Tibetan translation
(cherry picked from commit 227bbeb59b50717678732d56549f43de7bb45a30)
2022-09-09 14:21:12 +08:00
amphetaminewei 77c943f1f8 Fix: Can not find symbol: _ZN14IconLabelStyleC1EP6QStyle
(cherry picked from commit 17309bf30f70f6df4d7b0418e57f427ed7266212)
2022-09-09 14:21:01 +08:00
amphetaminewei 8fb20f2798 Fix: Play icon can not highlight with style change #118368
(cherry picked from commit 02924fbbb026cc11270bc8f58bd470b6c8aaca2a)
2022-09-09 14:20:52 +08:00
hanteng 373f901824 修改触控板UI界面
(cherry picked from commit ccdc51901bcd90323fc5c042ffb6bd58d25c3e65)
2022-09-09 14:20:42 +08:00
hanteng 78a6d5605b 适应mavis系统大小尺寸
(cherry picked from commit b7b48065fc272a025953cb49be2711dd74df56eb)
2022-09-09 14:20:33 +08:00
amphetaminewei f7a07e52fb Fix: May be drag window if you want to scroll under ItemWidget #123890
(cherry picked from commit e378ed562eba9e92cd65a02d986222578faddd82)
2022-09-09 14:20:21 +08:00
amphetaminewei b36344398a Fix: Cannot scroll by touch in edge of widget #123890
(cherry picked from commit 3522738ae920130180476bf25f44578f0af21dfe)
2022-09-09 14:20:11 +08:00
hanteng 61038918a1 增加藏文翻译
(cherry picked from commit cec9162736642a1f98ba71021c4950fdd2b7516c)
2022-09-09 14:20:02 +08:00
hanteng ad6f374537 修改触控板指针灵敏度
(cherry picked from commit 5b197b7453179c3b0ea003511237a403186891f5)
2022-09-09 14:19:09 +08:00
hanteng 831883d7c0 fix
(cherry picked from commit 52b957db3f61c09bb73645fbc690a3e3e9f37806)
2022-09-09 14:18:54 +08:00
hanteng 7d430be1e9 修改UI界面
(cherry picked from commit 85008005d59f7e86eac1bd52ec730068943182cc)
2022-09-09 14:12:38 +08:00
amphetaminewei 9009cdff80 Fix: Can not search stylus in ukcc #128835
(cherry picked from commit 9d8895711bce1196cc4ef512ce56304733dce3c1)
2022-09-09 14:12:38 +08:00
hanteng b923a8bc43 修改触控板不显示动画问题
(cherry picked from commit 9fb1c6f480106ae4671ae3051b6b470a16f6d044)
2022-09-09 14:12:13 +08:00
hanteng@kylinos.cn 53f126210c 解决触控板三指无动画的问题
(cherry picked from commit 128b85dcddb284ce2a5b0ed405beb70336b8aca5)
2022-09-09 14:12:13 +08:00
hanteng@kylinos.cn 93ee518526 修改触控板UI界面显示,在mavis系统上显示mavis系统相关的UI界面
(cherry picked from commit 8dfc183a3222c92b31ddced632e94b0e3228df9e)
2022-09-09 14:11:48 +08:00