Commit Graph

65 Commits

Author SHA1 Message Date
韩品龙 890b3eb1d9 修复fromtheme获取空图标后不再获取的问题 2024-12-10 14:08:22 +08:00
韩品龙 e43a234f80 缩放双屏情况下,桌面图标多拽至第二个屏幕时所选图标与鼠标存在偏差 2024-11-20 15:26:44 +08:00
任建全 4bbfa3ab01 fix add macro definition loongarch64 2024-10-11 17:18:33 +08:00
任建全 a7122a78e0 Add macro definition loongarch64 2024-10-08 11:34:45 +08:00
Jie Liu f6ae3709a5 forward the property to the window handle if it is a ukui_surface property 2024-09-13 11:47:23 +08:00
openKylin2.0 ebb9a17b2c 处理维哈柯布局问题 2024-08-19 07:36:43 +08:00
Rewnosor 1d8fd4ad96 Fix build with libxkbcommon 1.6.0 2024-07-29 09:33:23 +08:00
hanpinlong e97ca4f020 tooltip概率不显示问题 2024-06-09 10:38:54 +08:00
hanpinlong da6756dd10
Revert "合并拼接屏相关patch"
This reverts commit 024568914a.
2024-04-30 06:51:15 +00:00
hanpinlong 5fb142d672
Revert "拼接屏2"
This reverts commit f94eb54e82.
2024-04-30 06:51:05 +00:00
hanpinlong 8ec7c9cabf
Revert "拼接屏3"
This reverts commit fc9611f154.
2024-04-30 06:50:55 +00:00
Augenblick d4d3ddb03e 撤回availablegeometry改动 2024-04-29 10:21:34 +08:00
Augenblick 890fcfcb82 添加availablegeometry功能 2024-04-26 11:37:48 +08:00
Augenblick ed2c8380a9 添加飞行键值 2024-04-08 17:32:42 +08:00
韩品龙 fc9611f154 拼接屏3 2024-03-16 15:57:44 +08:00
韩品龙 f94eb54e82 拼接屏2 2024-03-16 15:07:48 +08:00
韩品龙 024568914a 合并拼接屏相关patch 2024-03-16 14:39:43 +08:00
韩品龙 d1469cf348 修复应用关闭后从托盘处点击出来后hover状态异常的问题 2024-01-15 14:39:21 +08:00
liuyapeng 8268a3b2d5 bugfix:#I6YMV4【任务栏】任务栏尺寸为小和中时,任务栏下方有缝隙 2023-12-19 17:37:20 +08:00
韩品龙 a0fcf99a64 修复编译错误 2023-11-20 15:38:43 +08:00
tanjing b513ad746f 去掉combobox下拉框中绘制的背景 2023-11-20 11:28:33 +08:00
liuyapeng 1cd1e27410 bugfix:#I79FD0【文件管理器】【wayland】侧边栏悬停显示位置不正确 2023-11-20 11:26:50 +08:00
韩品龙 9c12bed296 添加触摸相关的patch 2023-11-20 11:26:28 +08:00
liuyapeng 1547207939 bugfix:#I79FD0【文件管理器】【wayland】侧边栏悬停显示位置不正确 2023-11-20 11:26:03 +08:00
韩品龙 b73a5a4da0 合并双屏登录页面锁屏异常patch 2023-11-20 11:22:27 +08:00
Wei Wei 815d6c2192 Fix highdpi conversion of QTabletEvent coordinates on xcb
when high-dpi scaling is enabled, there was an offset
from the cursor position to the event position, because
QWindow::mapFromGlobal() works in device-independent
pixels, but we are using actual screen pixels here.

Task-number: QTBUG-77826
Backport from upstream:
    Change-Id: Ic8743b9e5c4041065f530ed1d9d6c49337b0207a
    Commit: 9d51fb579bb4655f6740096f17f1ced50258c28f
2023-11-20 11:20:44 +08:00
韩品龙 2ac5249eb0 合并触摸patch1 2023-11-20 11:20:38 +08:00
韩品龙 666891139d init for 5.15.10 2023-11-20 09:56:35 +08:00
tanjing fd853bf386 去掉combobox下拉框中绘制的背景 2023-11-17 15:23:25 +08:00
liuyapeng 0f2dc49efc bugfix:#I79FD0【文件管理器】【wayland】侧边栏悬停显示位置不正确 2023-11-08 17:32:40 +08:00
韩品龙 7fd2ef7c6a 添加触摸相关的patch 2023-10-30 09:36:46 +08:00
liuyapeng 189be696fa bugfix:#I79FD0【文件管理器】【wayland】侧边栏悬停显示位置不正确 2023-10-13 15:18:48 +08:00
韩品龙 8cf31fcae9 合并双屏登录页面锁屏异常patch 2023-06-19 14:54:22 +08:00
hanpinlong 94c3760749
!11 修复 xcb 上高 dpi 时触控笔坐标异常
Merge pull request !11 from amphetamineWei/openkylin/yangtze-dev
2023-05-25 03:13:40 +00:00
韩品龙 1db31409a2 修复编译错误 2023-05-24 16:13:50 +08:00
Wei Wei 7408a3f782 Fix highdpi conversion of QTabletEvent coordinates on xcb
when high-dpi scaling is enabled, there was an offset
from the cursor position to the event position, because
QWindow::mapFromGlobal() works in device-independent
pixels, but we are using actual screen pixels here.

Task-number: QTBUG-77826
Backport from upstream:
    Change-Id: Ic8743b9e5c4041065f530ed1d9d6c49337b0207a
    Commit: 9d51fb579bb4655f6740096f17f1ced50258c28f
2023-05-24 15:08:00 +08:00
韩品龙 21d61d53d9 合并触摸patch 2023-05-24 13:43:45 +08:00
韩品龙 86ca2acfe9 fix-build-error 2023-05-05 17:25:02 +08:00
韩品龙 45f317b035 merge upstream 5.15.8 2023-05-05 14:09:45 +08:00
fnoily e62a8a4709 [PATCH] 1.Del-touch-point-without-target.patch
2.Fix-touch-failure-after-right-click-menu.patch
2023-01-04 16:18:02 +08:00
Rex Dieter d15c3bad99 properly cast types for libglvnd 1.3.4
Origin: https://src.fedoraproject.org/rpms/qt5-qtbase/blob/rawhide/f/qtbase-everywhere-src-5.15.2-libglvnd.patch

Gbp-Pq: Name cast_types_for_egl_x11_test.diff
2022-05-14 17:41:01 +08:00
Helmut Grohne e54e6798fd call pkgconfig in order to be able to cross build qtbase with MySql.
Qt's build system calls mysql_config... which won't work in a cross build
environment like Debian's, as it will throw an exec format error.

In order to solve this call pkgconfig and use mysqlclient.pc.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971604
Forwarded: not-needed
Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>

Gbp-Pq: Name cross_build_mysql.diff
2022-05-14 17:41:01 +08:00
Pino Toscano b188e29799 Limit Linux-only code with Q_OS_LINUX
The QStorageInfo/QStorageIterator implementation used for Linux is used also
on Hurd, as it uses an interface provided by GNU libc.
QStorageIterator::device() tries to use PATH_MAX (unavailable on the Hurd)
to lookup a /dev/block/ path, which exists on Linux only; hence, perform that
check within a Q_OS_LINUX block.
Forwarded: no
Last-Update: 2020-04-19

Gbp-Pq: Name qstorageinfo_linux.diff
2022-05-14 17:41:01 +08:00
Pino Toscano c8020902a0 Avoid unconditional PATH_MAX usage
Use a "safe" size in case PATH_MAX is not defined; in the end, this should not
be used, as a allocating realpath() will be used instead.
Forwarded: no
Last-Update: 2020-04-19

Gbp-Pq: Name path_max.diff
2022-05-14 17:41:01 +08:00
Dmitry Shachnev 47fd91bb89 guard UTIME_NOW/UTIME_OMIT usages
Forwarded: no
Last-Update: 2018-02-22

Gbp-Pq: Name nonlinux_utime.diff
2022-05-14 17:41:01 +08:00
Dmitry Shachnev 7378d28c3d support ARMv4 architecture, needed for armel builds
Forwarded: no
Last-Update: 2016-07-01

Gbp-Pq: Name armv4.diff
2022-05-14 17:41:01 +08:00
Dmitry Shachnev 1924e95bf8 catch linker warnings in some config tests
Without this, qmake wrongly thinks that the tests succeed, for example:

./config.tests/unix/futimens/futimens.cpp:44: warning: futimens is not implemented and will always fail
test config.corelib.tests.futimens succeeded
Forwarded: https://codereview.qt-project.org/163214 (rejected)
Bug: https://bugs.debian.org/827935
Last-Update: 2019-03-02

Gbp-Pq: Name gnukfreebsd_linker_warnings.diff
2022-05-14 17:41:01 +08:00
Fathi Boudra cde9636976 build ibase sql plugin against firebird
Forwarded: no
Last-Update: 2017-06-30

Gbp-Pq: Name link_fbclient.diff
2022-05-14 17:41:01 +08:00
Debian Qt/KDE Maintainers db597cc481 handle even more include in enum cases
The solution in d3ed7dac8aa2f4ede0c409254b9dd44842086be0 was needlessly
complicated, and broke a valid use case.
The issue of no identifier being available to parse after the include
has been processed can instead be solved by moving the test for the
closing brace after the include processing.
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=87973325f1b99f2b
Last-Update: 2022-04-07

Gbp-Pq: Name moc_handle_include.diff
2022-05-14 17:41:01 +08:00
Debian Qt/KDE Maintainers ba37f387b4 Fix builds of qtconcurrentthreadengine.h with GCC 11
Without this patch, all the code that #includes QtConcurrent headers
will fail to compile with GCC 11.
Origin: upstream, https://codereview.qt-project.org/c/qt/qtbase/+/339417
Last-Update: 2022-04-01

Gbp-Pq: Name gcc-11-qtconcurrentthreadengine.diff
2022-05-14 17:41:01 +08:00