[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.
[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.
[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.
[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
Showing 1 to 5 of 5 entries
All known versions for source package 'maliit-framework'