summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lars Knoll [Thu, 24 Apr 2014 13:33:27 +0000 (15:33 +0200)]
Don't crash on broken GIF images
Broken GIF images could set invalid width and height
values inside the image, leading to Qt creating a null
QImage for it. In that case we need to abort decoding
the image and return an error.
Initial patch by Rich Moore.
Backport of Id82a4036f478bd6e49c402d6598f57e7e5bb5e1e from Qt 5
Task-number: QTBUG-38367
Change-Id: I0680740018aaa8356d267b7af3f01fac3697312a
Security-advisory: CVE-2014-0190
Gbp-Pq: Name dont_crash_on_broken_gif_images.patch
Owen W. Taylor [Mon, 17 Oct 2011 21:27:43 +0000 (17:27 -0400)]
Fix logic for figuring out what ConfigureNotify positions can be trusted
When reading ahead in the queue for ConfigureNotify events, it's necessary
to look for intermediate ReparentNotify events as well, since they will
determine whether the position in the event can be trusted or not.
Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
Gbp-Pq: Name QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
Debian Qt/KDE Maintainers [Sun, 14 Jul 2019 10:19:27 +0000 (11:19 +0100)]
Add_support_for_QT_USE_DRAG_DISTANCE_env_var
from QT_USE_DRAG_DISTANCE environment variable.
See also http://bugreports.qt.nokia.com/browse/QTBUG-12594
Author: Joonas Tanskanen <joonas.tanskanen@sasken.com>
Gbp-Pq: Name Add_support_for_QT_USE_DRAG_DISTANCE_env_var.patch
Felix Geyer [Sun, 14 Jul 2019 10:19:27 +0000 (11:19 +0100)]
qt4-x11 (4:4.8.7+dfsg-19) unstable; urgency=medium
* Team upload.
* Fix FTBS with GCC 9. (Closes: #925811)
- Add gcc9-qforeach.patch to backport Q_FOREACH changes from Qt 5
- Update qt-everywhere-opensource-src-4.8.7-gcc6.patch to add GCC 9 to
the compiler checks
[dgit import unpatched qt4-x11 4:4.8.7+dfsg-19]
Felix Geyer [Sun, 14 Jul 2019 10:19:27 +0000 (11:19 +0100)]
Import qt4-x11_4.8.7+dfsg-19.debian.tar.xz
[dgit import tarball qt4-x11 4:4.8.7+dfsg-19 qt4-x11_4.8.7+dfsg-19.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Tue, 26 May 2015 12:18:39 +0000 (13:18 +0100)]
Import qt4-x11_4.8.7+dfsg.orig.tar.xz
[dgit import orig qt4-x11_4.8.7+dfsg.orig.tar.xz]