qt6-bb10/src
Giuseppe D'Angelo 0effdc98dc PDF: fix the encoding for the file name of attachments
A file specification in PDF is a string (§3.10.1 of the PDF 1.6 spec).
As such, it needs to be properly encoded. Right now the code was
doing a naive conversion to latin1 (which was lossy), and was not
considering things like round parenthesis which need to be properly
escaped. Just use printString instead.

This work has been kindly sponsored by the QGIS project
(https://qgis.org/).

Change-Id: Icdcf8b553955d31fe2bc430dea54bb6e68221fc7
Pick-to: 6.7 6.5
Reviewed-by: Albert Astals Cid <aacid@kde.org>
2024-05-28 21:17:46 +02:00
..
3rdparty SQLite: Update SQLite to v3.46.0 2024-05-28 00:02:04 +02:00
android Android: keep QtNative.onNewIntent() public to not break NFC usecase 2024-05-27 20:11:42 +00:00
assets Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
concurrent Long live [[nodiscard]] QFile::open 2024-04-17 20:07:47 +02:00
corelib QDateTime::fromStdTimePoint: fix the constraint 2024-05-28 21:11:23 +02:00
dbus QDBusSignature: accept empty strings as valid 2024-05-10 13:17:20 -07:00
entrypoint Add preliminary support for Qt for visionOS 2024-04-18 05:00:57 +02:00
gui PDF: fix the encoding for the file name of attachments 2024-05-28 21:17:46 +02:00
network Http: Add support for full localsocket paths 2024-05-24 22:36:59 +02:00
opengl Long live [[nodiscard]] QFile::open 2024-04-17 20:07:47 +02:00
openglwidgets Long live [[nodiscard]] QFile::open 2024-04-17 20:07:47 +02:00
platformsupport libinput: Allow setting touchscreen matrix via env var 2024-04-09 21:10:47 +00:00
plugins xcb: Correctly report whether QInternalMimeData::retrieveData_sys() fails 2024-05-28 18:19:14 +00:00
printsupport Emit QPrintDialog::accepted(QPrinter*) before QDialog::finished 2024-05-27 18:38:36 +02:00
sql SQL/models: use qsizetype/range-base for loops where possible 2024-05-23 16:52:20 +02:00
testlib Add -Wweak-vtables to headersclean 2024-05-19 15:56:17 +00:00
tools Android: use double quotes with androiddeployqt docs 2024-05-27 17:14:34 +03:00
widgets QDockWidget::setFloating() - reparent floating tab to main window 2024-05-28 15:41:15 +02:00
xml Long live [[nodiscard]] QFile::open 2024-04-17 20:07:47 +02:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00