This patch updates the tika-mimetypes.xml MIME types definition file to version 5ea8bbf1644a593ed22ee5c7608ba33aff949d5d, which is currently the latest on main. The reason for the change is to include audio/aac as an alias for the deprecated audio/x-aac MIME type, which is useful in QtMultimedia to determine the file extension for AAC media files. In addition, the update adds the application/x-java-keystore MIME type, similar to the one in the old freedesktop.org.xml MIME type definition. [ChangeLog][Third-Party Code] Updated TIKA MIME types definition file to add the audio/aac and application/x-java-keystore MIME types. Pick-to: 6.7 6.5 Change-Id: I14fa331c5c57e4fae8f8b31880dc66d6ca559f62 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: David Faure <david.faure@kdab.com> (cherry picked from commit 5774aa2560b65a67e72f98cf2f776325b6760950) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> |
||
|---|---|---|
| .. | ||
| auto | ||
| baseline | ||
| benchmarks | ||
| global | ||
| libfuzzer | ||
| manual | ||
| shared | ||
| testserver | ||
| CMakeLists.txt | ||
| README | ||
README
This directory contains autotests and benchmarks based on Qt Test. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.
Linux X11:
* The user must be logged in to an active desktop; you can't run the
autotests without a valid DISPLAY that allows X11 connections.
* The tests are run against a KDE3 or KDE4 desktop.
* Window manager uses "click to focus", and not "focus follows mouse". Many
tests move the mouse cursor around and expect this to not affect focus
and activation.
* Disable "click to activate", i.e., when a window is opened, the window
manager should automatically activate it (give it input focus) and not
wait for the user to click the window.