Commit Graph

24 Commits

Author SHA1 Message Date
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
韩品龙 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
liuyapeng 8268a3b2d5 bugfix:#I6YMV4【任务栏】任务栏尺寸为小和中时,任务栏下方有缝隙 2023-12-19 17:37:20 +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
hanpinlong 94c3760749
!11 修复 xcb 上高 dpi 时触控笔坐标异常
Merge pull request !11 from amphetamineWei/openkylin/yangtze-dev
2023-05-25 03:13:40 +00: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
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
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 a982f33688 treat the MYSQL_FIELD as read-only
The MariaDB-connector-c version 3.2 and MariaDB server version 10.6
cooperate to avoid re-transferring the query metadata, so the fact that
we were modifying it was causing it to improperly decode the DATETIME
data types into string, as we had asked. We ended up with a 7-byte
string that was actually the date binary-encoded.
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=549ee216fd5bf2b3
Last-Update: 2021-11-13

Gbp-Pq: Name mysql_field_readonly.diff
2022-05-14 17:41:00 +08:00
Liang Qi fdd828e560 [PATCH] xcb: add a timeout control when reading INCR property
For the first call of QXcbClipboard::clipboardReadProperty()
inside of clipboardReadIncrementalProperty() in getSelection(),
it will get a XCB_NONE reply before the contents arrived via
property change. Then we give a chance to read more.

Manually tested with following setups:
* examples/widgets/mainwindows/application with gvim(gtk3)
* examples/widgets/widgets/imageviewer with GIMP 2.10.18(based on
gtk2) and GIMP 2.99.6(based on gtk3 via flatpak)

Fixes: QTBUG-56595
Pick-to: 5.12 5.15 6.1 6.2
Done-With: JiDe Zhang <zhangjide@uniontech.com>
Change-Id: Ib45f08464d39ad79137b1da99808c89b7dca2d08
Reviewed-by: JiDe Zhang <zhangjide@uniontech.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>

Gbp-Pq: Name xcb_add_a_timeout_control_when_reading_INCR_property.diff
2022-05-14 17:41:00 +08:00
Debian Qt/KDE Maintainers 11abf4e0d0 remove the version number checks in favor of actual functionality
MariaDB library version 3.2 no longer returns the server version in the
10.x range but the library version itself, which is lower than 4.x. That
meant we concluded the server did not support prepared statements.

And because of the lack of prepared statements, all QDateTime
conversions failed, because of the timezone. I don't know if this was
intended or what, but it's a side issue.
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=211369133cf40b2f
Last-Update: 2021-08-10

Gbp-Pq: Name mysql_remove_version_checks.diff
2022-05-14 17:41:00 +08:00
openKylinBot e082218519 Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00