qt6-base.git
8 months ago[PATCH] IPC: add PATH_MAX-less fallback definition for MAX_PATH
Pino Toscano [Sat, 22 Jun 2024 17:55:15 +0000 (19:55 +0200)]
[PATCH] IPC: add PATH_MAX-less fallback definition for MAX_PATH

Define MAX_PATH also when PATH_MAX is not defined (e.g on GNU/Hurd).
MAX_PATH is Windows constant, and it is used in this file only in a
code path for Windows; because of this, the static fallback define
should be good enough.

Change-Id: Ic1b9fee3b62505f86aa8ec89bbd20493bfe1f67c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_IPC-add-PATH_MAX-less-fallback-definition-for-MAX_PA.patch

8 months ago[PATCH] QSortFilterProxyModel: don't call index(row, 0) if there are no columns
David Faure [Mon, 3 Mar 2025 18:14:59 +0000 (19:14 +0100)]
[PATCH] QSortFilterProxyModel: don't call index(row, 0) if there are no columns

This is invalid, e.g. it asserts in
QConcatenateTablesProxyModel::index()

Fixes: QTBUG-134210
Change-Id: I21acad9497d423b0366991296e8dd498d51395ea
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 93694e99c214a5166fc842f92659e42260230dce)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Gbp-Pq: Name upstream_prevent_recursion_in_qsortfilterproxymodel.diff

8 months agoqt6-base (6.8.2+dfsg-6) unstable; urgency=medium
Patrick Franz [Wed, 16 Apr 2025 19:33:04 +0000 (21:33 +0200)]
qt6-base (6.8.2+dfsg-6) unstable; urgency=medium

  [ Patrick Franz ]
  * Backport patch to fix issue when configuring Plasma to have multiple
    Notification widgets, fixes QTBUG-134210.
  * Backport patch to fix CVE-2025-3512 (Closes: #1103022).
  * Let qt6-gtk-platformtheme depend on gnome-themes-extra-data to fix
    issue with dark themes (Closes: #1095836).

  [ Pino Toscano ]
  * Bump Standards-Version to 4.7.2, no changes required.

[dgit import unpatched qt6-base 6.8.2+dfsg-6]

8 months agoImport qt6-base_6.8.2+dfsg-6.debian.tar.xz
Patrick Franz [Wed, 16 Apr 2025 19:33:04 +0000 (21:33 +0200)]
Import qt6-base_6.8.2+dfsg-6.debian.tar.xz

[dgit import tarball qt6-base 6.8.2+dfsg-6 qt6-base_6.8.2+dfsg-6.debian.tar.xz]

10 months agoImport qt6-base_6.8.2+dfsg.orig.tar.xz
Patrick Franz [Sun, 2 Feb 2025 20:05:30 +0000 (21:05 +0100)]
Import qt6-base_6.8.2+dfsg.orig.tar.xz

[dgit import orig qt6-base_6.8.2+dfsg.orig.tar.xz]