Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001_move-the-operator==-definition-to-global-namespace.patch | [PATCH] ut_mimserveroptions: Move the operator== definition to global namespace With gcc-12 having the operator== in anonymous namespace for a struct which is in the global namespace results in a lengthy compilation error. Moving this non-mmember function into the global namespace fixes the issue. Fixes #112 |
Rodney Dawes <dobey.pwns@gmail.com> | no | 2022-08-09 | ||
0002_prevent-qlist-returned-by-subject-pluginDescriptions-from-being-deleted.patch | [PATCH] Prevent QList returned by subject->pluginDescriptions from being deleted If we don't save QList to a variable, it becomes deleted, and pointer returned by findPluginDescriptions becomes invalid. Then trying to call description->enabled() results in a segmentation fault. |
Dmitry Shachnev <mitya57@gmail.com> | no | 2022-09-18 | ||
0003_fix-stack-smashing.patch | [PATCH] Fix stack smashing due to mishandled ioctl bits reading | Benjamin Hennion <benjamin.hennion@universite-paris-saclay.fr> | no | 2022-09-06 | ||
0004_connection-Move-dbus-socket-to-well-known-path-in-XD.patch | [PATCH 4/4] connection: Move dbus socket to well known path in XDG_RUNTIME_DIR As dbus has now changed to make tmpdir behave the same as dir, socket creation fails when the directory does not exist, and it is no longer automatically removed upon exit. Instead, switch to a well known name under XDG_RUNTIME_DIR, as only one instance of the dbus service can exist at a time, per user. |
Rodney Dawes <dobey.pwns@gmail.com> | no | 2022-10-12 | ||
1001_input-context-look-for-inputMethodExtensions-at-the-parents-too.patch | [PATCH] input-context: look for __inputMethodExtensions at the parents too Look for `__inputMethodExtensions` custom property recursively upwards the parent tree. This is useful when a QQuickTextEdit is wrapped inside another QML component and application doesn't have access to the QQuickTextEdit itself. |
Ratchanan Srirattanamet <ratchanan@ubports.com> | no | 2024-08-22 |