Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libQtQuick5 | Distribution: openSUSE Tumbleweed |
Version: 5.15.8+kde22 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jan 11 16:19:28 2023 |
Group: Development/Libraries/X11 | Build host: obs-power8-04 |
Size: 19424863 | Source RPM: libqt5-qtdeclarative-5.15.8+kde22-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.qt.io | |
Summary: Qt 5 Declarative Library |
Qt is a set of libraries for developing applications. This package contains base tools, like string, xml, and network handling.
LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
* Mon Jan 09 2023 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.8+kde22, rebased upstream: * Qml: Don't crash when as-casting to type with errors * Do not copy lookups * deliverSinglePointEventUntilAccepted(): skip items that aren't shown * V4 Lookup: Do not leak property caches * Fix glitches in big AnimatedSprite animations * HoverHandler: allow cursorShape binding before parentItem is set * QtTest: use delay properly in mouseWheel() * Set OpenGL state after invoking custom rendering * Ensure that HoverHandler isn't hovered after HoverLeave to parent item * Fix missing glyphs when changing distance field parameters * Document that the vendorext property is deprecated * tst_qqmlbinding: Avoid event loop flakyness on Ubuntu 20.04 * Unset the QQmlAnimationTimer pointer from unregistered jobs * Reset the timer of all controlled animations upon timer destruction * Don't create an animation timer when destroying the animation job * Disable JIT for arm64 when doing macOS universal builds * Blacklist and fix failing tests on ARM macOS * qmake/vcxproj: Fix qmltypes files being displayed at project root * Use resize instead of shrink when clearing upload pools * Handle function as default arguments in toplevel functions * Do not crash on self-assignment of QQmlProperty * Do not resolve containing types of inline components too early * sg: Drop internal pool allocs upon QQuickWindow::releaseResources * Fix distorted subpixel text for non-RHI code path * QQuickTextInput: fix cursor positioning for QInputMethodEvent - Commits dropped by the rebase: * Fix Flickable with QTBUG-56075 patch applied - Update qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch with contents from https://invent.kde.org/qt/qt/qtdeclarative/-/merge_requests/32 * Thu Dec 15 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.7+kde25: * Make QaccessibleQuickWidget private API * a11y: track item enabled state * QQuickItem: avoid emitting signals during destruction * Send ObjectShow event for visible components after initialized * Implement accessibility for QQuickWidget * Fix build after 95290f66b806a307b8da1f72f8fc2c69801933d0 * Don't convert QByteArray in `startDrag` * Thu Nov 03 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.7+kde18, rebased upstream: * Revert "Fix ListView.isCurrentItem when used with DelegateModel" * Stop using QHash::unite() in storage model manual test * SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanup * Document that clearComponentCache() does not clear existing objects * Doc: Replace return `0` with nullptr * Doc: Fix QtQuick::Keys::forwardTo generic list type * Doc: QQmlContext: make it more readable * Fix ListView.isCurrentItem when used with DelegateModel * Fix documentation on JavaScript imports * doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actual * tst_grabImage: Fix the cases were visually comparing invisible items * Reinitialize shader data structure when effect changes * Doc: mention that clipping can affect performance and link to page * Ensure init of m_current_projection_matrix in single-clipped-item scene * Canvas: Add a means to override the DPR used via an environment variable * Fix regression in ListView/Flickable event delivery * qquicktextinput: Clear pre-edit text after input method reset - Rebase qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch * Mon Sep 26 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.6+kde20, rebased upstream: * Reset currentChanges if currentChanges is active when refilling listView * QmlPreview: Protect QQmlPreviewFileLoader::load with another mutex * Use QDateTime to get offsets for emscripten (wasm) * Doc: fix AnchorChanges typo * Avoid crash for deep aliases * doc: Improve the Input Handlers index page * DropArea: Tell qdoc that DropArea indeed inherits Item * QV4::Heap::GeneratorObject: remove unused member * Sync shadereffect materialType cleanup between renderloops * Avoid infinite loop in designer support * Pass the focus reason through to the control on mouse press * Update QQuickImage's DPR if re-loading the image didn't * Doc: Document matrix4x4 transformation functions * Add tests of matrix4x4 transformation functions * Handle QScreen::physicalDotsPerInchChanged changes for the initial screen * Don't let PointerHandler steal mouse grab from keepMouseGrab layer * Emit grabChanged() from DragHandler and PinchHandler * Resolve data race on QQmlPropertyCache's arguments object * Resolve data race in QQmlPropertyData in a minimally invasive way * Register the QML builtin sequence metatypes only once * doc: Improve QQuickItem::containmentMask() docs * When setting the line dash to be an empty array reset the style to Solid * Fix QtQtuickImage docs: correct properties' signatures * crash fix - avoid wrong gcc optimization * Fix warnings * doc: Use DragHandler rather than MouseArea in the externaldrag snippet * Ensure model is in context if required properties are not used * QQuickItem::forceActiveFocus(): actually force active focus * a11y: make links have pressAction first * Set a11y role for QQuickTextInput to EditableText * Mon Jun 27 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.5+kde19, rebased upstream: * Fix Flickable with QTBUG-56075 patch applied * Fix Flickable wheel velocity calculation * QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the same array) * QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncation * QQuickItem: Guard against cycles in nextPrevItemInTabFocusChain * Make sure QQuickWidget and its offscreen window's screens are always in sync * V4: Do not call dtor of an object we continue to use * doc: Improve QQuickItem::ItemChangeData docs * Remove tst_pixel * docs: Clarify EventPoint properties * Consistent naming for (to|from)Is(Defined|Sourced) in animations * Map window coordinates to the same coordinate system as the QPointerEvent point * Doc: Fix the Shapes table to reflect reality * Doc: Clarify preconditions for using QML_ELEMENT et al * Do full overlap checks within the alpha render list when rebuilding * MASM: Put pageSize into an inline namespace * TextEdit: update all glyphnodes on QTD::contentsChanged() signal * qquicktableview: upon forceLayout(), check for visible rows/columns at the origin * V4 Debugger: Collect locals also from block scopes * Make PinchArea translate correctly inside a rotated parent * Avoid stale QSGTexture pointer accesses * V4 debugger: Properly count break points * Fix build with GCC 11: include <limits> * Document QQmlComponent::createWithInitialProperties() error handling * QQmlComponentPrivate::setInitialProperty: improve error message * Remove extra colon * Fix warning and assert when removing items from groups * Document that QML_SINGLETON only works with QObjects * qqmlirbuilder: Fix treating parser warnings as errros * Prevent infinite recursion in QQuickItemPrivate::itemToWindowTransform * Avoid crash when accessing an empty QTextLine * doc: fix up QQuickItem::contains() docs * QQuickTextInput: update cursor rectangle after padding changed * Assert that pointer is non-null * qqmlapplicationengine: Handle errors during component creation * Do not batch lines with > 1 width in alpha pass * Don't crash when trying to invoke non-existing string converter * Fix incorrect depth test state with QSGRenderNode::DepthAwareRendering * Do not auto-clean components with live inline components * QuickTest: Do not recurse forever on inline components in enumerateTestCases * DelegateModelGroup: Fix bug where item could be removed from the model * Remove unnecessary forward declaration * QQuickTableView: always update content size when rebuilding small tables * Do less work when there are no active ImageParticle particles * Revert "Update commercial license headers" * QQuickTableView: forceLayout() should work, even when no items are loaded * Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects" * Ensure that the case of the path will match then QUrl for a UNC path * Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects * MouseArea: fix containsMouse behavior during visibility changes * QQuickTextControl: commit pre-edit after key press * qv4generatorobject: Fix crash when creating new properties * QQmlIncubator: handle clear inside setinitialState * Fix release-only windows builds * Fix lookup of existing inline components by name * qquicktextinput: Fix validation for IM event * docs: Fix documentation of the Locale numberOptions property * QQmlPropertyPrivate::signalExpression: handle object being null * qquicktextinput: Fix Undo history for IM event * QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop reference * qmlplugindump: Fix overload ambiguity * QV4 Engine: Remove MSVC special casing * QQuickTextEdit: ensure we update after changing padding * QQuickItemParticle give() method kill particle * QSequentialAnimationGroupJob: Protect against self-deletion * Change QQuickShortcut::setSequences to bind to all sequences * qquicktextinput: ensure we update IM when cursor changes position * QQuickListView: Add autotest so that animated delegate does not crash * QQmlIRLoader: Actually load RequiredPropertyExtraData * Doc: Fix broken QDoc markup * Update commercial license headers * QQmlProperty: Guard QQmlContextData with QQmlGuardedContextData * ListModel: Fix move handling in sync * tst_EcmaScriptTests: Raise timeout * QuickLayouts: fix crash when layout width depends on parent width * export QAcccessibleQuickItem * QAnimationGroupJob: Don't call virtual functions from dtor * Fix QQuickShortcut::setContext so re-grab all shortcuts * Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard" * Fix Text with ElideRight not being rendered when width goes from 0 to >0 * Cache static compilation units * Regenerate Shape fill geometry when alpha changes to non-zero * Remove QQmlCleanup from QQmlScriptData * Add Lancelot tests for both types of clipping * masm: Add error handling for failed mprotect() * QQuickLoader: prevent clearing initial properties after active = true * Correct #if-ery in QML locale's time-zone update test * Doc: mention that Item's childrenRect property is local to the item - Commits dropped by the rebase: * Add missing limits include to fix build with GCC 11 - Drop 0001-Revert-Bump-version.patch, it's versioned correctly now - Rebase qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch * Wed Apr 06 2022 Antonio Larrosa <alarrosa@suse.com> - Increase the disk constraint to 6GB since the SLE build use 5.5GB already (boo#1197992) * Fri Jan 21 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.2+kde43: * QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate() * Fix crash during model reset * QQuickWindow: don't leak old screenChanged connections * qqmldelegatemodel: Fix out of bounds cache removal * QQuickItemAnimation: close potential memory leak * Thu Oct 28 2021 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.2+kde36: * Do not revert properties of deleted objects * Revert "Fix for possible crash in QSGDefaultLayer::grab" * Fix distorted text with subpixel matrix translation * Fix sweep step for tainted QObject JavaScript wrappers * QQmlDelegateModel: Refresh the view when a column is added at 0 * QQuickLoader: Do not incubate if the source arrives after setActive(false) * Include <limits> in Yarr.h to fix build with GCC 11 * Wed Jun 23 2021 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.2+kde29: * Remove unused QPointer<QQuickPointerMask> * Mon Jun 21 2021 Fabian Vogt <fabian@ritter-vogt.de> - Switch to KDE's maintenance branch - Update to version 5.15.2+kde28: * Support ' in styled text * Document that StyledText also supports and " * Add missing limits include to fix build with GCC 11 * Give a warning when StyledText encounters a non supported entity * doc: explain QQItem event delivery, handlers, setAcceptTouchEvents() * JIT: When making memory writable, include the exception handler * Fix IC properties in same file * QML: Fix proxy iteration * DesignerSupport: Don't skip already inspected objects * Show a tableview even if the syncView has an empty model * qqmlistmodel: Fix crash when modelCache is null * Use load(qt_tool) for qmltime * qv4qmlcontext: Fix bounded signal expressions when debugging * qmltypes.prf: Take abi into account for *_metatypes.json file names * Accessibility event is sent on item's geometry change * Fix crash when calling hasOwnProperty() on proxy object * QQuickTextInput: Store mask data in std::unique_ptr * Fix QML property cache leaks of delegate items * qmlfunctions.qdoc: Add clarification to QML_FOREIGN * Doc: mention that INCLUDEPATH must be set in some cases * QML Text doesn't reset lineCount when text is empty * Avoid GHS linker to optimize away QML type registrations * QQuickWindow: Check if QQuickItem was not deleted * QQuickView docs: show correct usage of setInitialProperties * Add changes file for Qt 5.15.2 * Revert "qquickloader: Free memory of loaded components after source change" * Inline components: Fix custom parser support * Bump version - Add patch to reset version to 5.15.2: * 0001-Revert-Bump-version.patch - Drop patches, now upstream: * 0001-Include-limits-to-fix-build-with-GCC-11.patch * Thu Apr 22 2021 Fabian Vogt <fvogt@suse.com> - Add patch to fix build with GCC 11 (boo#1185100): * 0001-Include-limits-to-fix-build-with-GCC-11.patch * Fri Mar 12 2021 Fabian Vogt <fvogt@suse.com> - Work around implicit dependency of src/qml on qmltyperegistrar which lead to an incomplete libQt5Qml5.so build for non-SSE2 * Sun Dec 27 2020 Fabian Vogt <fabian@ritter-vogt.de> - Enable qml-autoreqprov * Fri Nov 20 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.2: * New bugfix release * For more details please see: http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.15.2/?h=5.15.2 - Refresh qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch * Tue Sep 15 2020 Michel Normand <normand@linux.vnet.ibm.com> - Add _constraints with 4GB min disk space * Thu Sep 10 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.1: * New bugfix release * For more details please see: http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.15.1/?h=5.15.1 - Drop patches, now upstream: * fix-subpixel-positioned-text.patch * qtdeclarative-switch-to-python3.patch * Tue May 26 2020 Callum Farmer <callumjfarmer13@gmail.com> - Update to version 5.15.0: * No changelog available * Added qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch: fixes QTBUG-83890 * Wed May 20 2020 Callum Farmer <callumjfarmer13@gmail.com> - Update to 5.15.0-rc2: * No changelog available * Wed May 06 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.0-rc: * New bugfix release * For the changes between 5.14.2 and 5.15.0 please see: http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.15.0/?h=5.15.0 * Tue May 05 2020 Fabian Vogt <fvogt@suse.com> - Add patch to fix kerning with certain labels (QTBUG-49646): * fix-subpixel-positioned-text.patch * Fri Apr 24 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.0-beta4: * New bugfix release * No changelog available * Tue Apr 14 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.0-beta3: * New bugfix release * No changelog available * Tue Mar 24 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.0-beta2: * New bugfix release * No changelog available * Fri Feb 28 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.0-beta1: * New bugfix release * No changelog available * Wed Feb 19 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.15.0-alpha: * New feature release * For more details please see: https://wiki.qt.io/New_Features_in_Qt_5.15 * Mon Jan 27 2020 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.14.1: * New bugfix release * For more details please see: http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.14.1/?h=v5.14.1 * Thu Jan 23 2020 Fabian Vogt <fabian@ritter-vogt.de> - Only force-enable the QML JIT for 32-bit x86 * Mon Dec 16 2019 Christophe Giboudeaux <christophe@krop.fr> - Update the license tags. * Thu Dec 12 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.14.0: * New bugfix release * For the changes between 5.13.2 and 5.14.0 please see: https://code.qt.io/cgit/qt/qtdeclarative.git/tree/dist/changes-5.14.0?h=v5.14.0 * For the changes between 5.13.1 and 5.13.2 please see: https://code.qt.io/cgit/qt/qtdeclarative.git/tree/dist/changes-5.13.2?h=v5.14.0 * Wed Dec 04 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.14.0-rc: * New bugfix release * No changelog available * For more details please see: * For more details about Qt 5.14 please see: https://wiki.qt.io/New_Features_in_Qt_5.14 * Tue Nov 12 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.14.0-beta3: * New bugfix release * No changelog available * Thu Oct 24 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.14.0-beta2: * New bugfix release * No changelog available * Tue Oct 15 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.14.0-beta1: * New bugfix release * No changelog available * Mon Sep 30 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.14.0-alpha: * New feature release * No changelog available * For more details about Qt 5.14 please see: https://wiki.qt.io/New_Features_in_Qt_5.14 - Refresh sse2_nojit.patch: * Basically a rewrite, needed for the new config system * Fri Sep 06 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.13.1: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.13.1/?h=v5.13.1 * Fri Aug 16 2019 Fabian Vogt <fabian@ritter-vogt.de> - QtQuick.LocalStorage needs libQt5Sql5-sqlite * Wed Jul 03 2019 Fabian Vogt <fabian@ritter-vogt.de> - Link from Qt bindir into %_bindir, not the other way around to fix applicationDirPath called from Qt binaries - Add -qt5 suffix to all binaries in %_bindir * Wed Jun 19 2019 fabian@ritter-vogt.de - Update to 5.13.0: * New bugfix release * No changelog available * For more details about Qt 5.13 please see: * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.13.0/?h=5.13 * Thu Jun 06 2019 Fabian Vogt <fabian@ritter-vogt.de> - Remove patches, upstream in 5.13: * Dont-crash-when-accessing-invalid-properties.patch * Tue Jun 04 2019 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to fix crash (QTBUG-75203): * Dont-crash-when-accessing-invalid-properties.patch * Tue Jun 04 2019 fabian@ritter-vogt.de - Update to 5.13.0-rc: * New bugfix release * No changelog available - Remove patches, now upstream: * Dont-crash-when-accessing-invalid-properties.patch * Mon Apr 29 2019 fabian@ritter-vogt.de - Update to 5.13.0-beta2: * New bugfix release * No changelog available * Thu Apr 18 2019 fabian@ritter-vogt.de - Update to 5.12.3: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.3/?h=v5.12.3 * Thu Mar 21 2019 fabian@ritter-vogt.de - Update to 5.13.0-beta1: * New feature release * For more details about Qt 5.13 please see: * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.13.0/?h=5.13 - Refresh sse2_nojit.patch * Thu Mar 14 2019 fabian@ritter-vogt.de - Update to 5.12.2: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.2/?h=5.12.2 * Mon Feb 04 2019 Fabian Vogt <fabian@ritter-vogt.de> - Work around cmake issue by expanding make_jobs manually, ignoring cmake breaks autoprovides * Fri Feb 01 2019 fabian@ritter-vogt.de - Update to 5.12.1: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.1/?h=v5.12.1 - cmake breaks %make_jobs - ignore it (boo#1091864)
/usr/lib64/libQt5Qml.so.5 /usr/lib64/libQt5Qml.so.5.15 /usr/lib64/libQt5Qml.so.5.15.8 /usr/lib64/libQt5QmlModels.so.5 /usr/lib64/libQt5QmlModels.so.5.15 /usr/lib64/libQt5QmlModels.so.5.15.8 /usr/lib64/libQt5QmlWorkerScript.so.5 /usr/lib64/libQt5QmlWorkerScript.so.5.15 /usr/lib64/libQt5QmlWorkerScript.so.5.15.8 /usr/lib64/libQt5Quick.so.5 /usr/lib64/libQt5Quick.so.5.15 /usr/lib64/libQt5Quick.so.5.15.8 /usr/lib64/libQt5QuickParticles.so.5 /usr/lib64/libQt5QuickParticles.so.5.15 /usr/lib64/libQt5QuickParticles.so.5.15.8 /usr/lib64/libQt5QuickShapes.so.5 /usr/lib64/libQt5QuickShapes.so.5.15 /usr/lib64/libQt5QuickShapes.so.5.15.8 /usr/lib64/libQt5QuickTest.so.5 /usr/lib64/libQt5QuickTest.so.5.15 /usr/lib64/libQt5QuickTest.so.5.15.8 /usr/lib64/libQt5QuickWidgets.so.5 /usr/lib64/libQt5QuickWidgets.so.5.15 /usr/lib64/libQt5QuickWidgets.so.5.15.8 /usr/lib64/qt5/plugins/qmltooling /usr/lib64/qt5/plugins/qmltooling/libqmldbg_debugger.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_inspector.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_local.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_messages.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_native.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_nativedebugger.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_preview.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_profiler.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_quickprofiler.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_server.so /usr/lib64/qt5/plugins/qmltooling/libqmldbg_tcp.so /usr/lib64/qt5/qml /usr/lib64/qt5/qml/Qt /usr/lib64/qt5/qml/Qt/labs /usr/lib64/qt5/qml/Qt/labs/animation /usr/lib64/qt5/qml/Qt/labs/animation/liblabsanimationplugin.so /usr/lib64/qt5/qml/Qt/labs/animation/plugins.qmltypes /usr/lib64/qt5/qml/Qt/labs/animation/qmldir /usr/lib64/qt5/qml/Qt/labs/folderlistmodel /usr/lib64/qt5/qml/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so /usr/lib64/qt5/qml/Qt/labs/folderlistmodel/plugins.qmltypes /usr/lib64/qt5/qml/Qt/labs/folderlistmodel/qmldir /usr/lib64/qt5/qml/Qt/labs/qmlmodels /usr/lib64/qt5/qml/Qt/labs/qmlmodels/liblabsmodelsplugin.so /usr/lib64/qt5/qml/Qt/labs/qmlmodels/plugins.qmltypes /usr/lib64/qt5/qml/Qt/labs/qmlmodels/qmldir /usr/lib64/qt5/qml/Qt/labs/settings /usr/lib64/qt5/qml/Qt/labs/settings/libqmlsettingsplugin.so /usr/lib64/qt5/qml/Qt/labs/settings/plugins.qmltypes /usr/lib64/qt5/qml/Qt/labs/settings/qmldir /usr/lib64/qt5/qml/Qt/labs/sharedimage /usr/lib64/qt5/qml/Qt/labs/sharedimage/libsharedimageplugin.so /usr/lib64/qt5/qml/Qt/labs/sharedimage/plugins.qmltypes /usr/lib64/qt5/qml/Qt/labs/sharedimage/qmldir /usr/lib64/qt5/qml/Qt/labs/wavefrontmesh /usr/lib64/qt5/qml/Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.so /usr/lib64/qt5/qml/Qt/labs/wavefrontmesh/plugins.qmltypes /usr/lib64/qt5/qml/Qt/labs/wavefrontmesh/qmldir /usr/lib64/qt5/qml/Qt/test /usr/lib64/qt5/qml/Qt/test/qtestroot /usr/lib64/qt5/qml/Qt/test/qtestroot/plugins.qmltypes /usr/lib64/qt5/qml/Qt/test/qtestroot/qmldir /usr/lib64/qt5/qml/QtQml /usr/lib64/qt5/qml/QtQml/Models.2 /usr/lib64/qt5/qml/QtQml/Models.2/libmodelsplugin.so /usr/lib64/qt5/qml/QtQml/Models.2/plugins.qmltypes /usr/lib64/qt5/qml/QtQml/Models.2/qmldir /usr/lib64/qt5/qml/QtQml/StateMachine /usr/lib64/qt5/qml/QtQml/StateMachine/libqtqmlstatemachine.so /usr/lib64/qt5/qml/QtQml/StateMachine/plugins.qmltypes /usr/lib64/qt5/qml/QtQml/StateMachine/qmldir /usr/lib64/qt5/qml/QtQml/WorkerScript.2 /usr/lib64/qt5/qml/QtQml/WorkerScript.2/libworkerscriptplugin.so /usr/lib64/qt5/qml/QtQml/WorkerScript.2/plugins.qmltypes /usr/lib64/qt5/qml/QtQml/WorkerScript.2/qmldir /usr/lib64/qt5/qml/QtQml/libqmlplugin.so /usr/lib64/qt5/qml/QtQml/plugins.qmltypes /usr/lib64/qt5/qml/QtQml/qmldir /usr/lib64/qt5/qml/QtQuick /usr/lib64/qt5/qml/QtQuick.2 /usr/lib64/qt5/qml/QtQuick.2/libqtquick2plugin.so /usr/lib64/qt5/qml/QtQuick.2/plugins.qmltypes /usr/lib64/qt5/qml/QtQuick.2/qmldir /usr/lib64/qt5/qml/QtQuick/Layouts /usr/lib64/qt5/qml/QtQuick/Layouts/libqquicklayoutsplugin.so /usr/lib64/qt5/qml/QtQuick/Layouts/plugins.qmltypes /usr/lib64/qt5/qml/QtQuick/Layouts/qmldir /usr/lib64/qt5/qml/QtQuick/LocalStorage /usr/lib64/qt5/qml/QtQuick/LocalStorage/libqmllocalstorageplugin.so /usr/lib64/qt5/qml/QtQuick/LocalStorage/plugins.qmltypes /usr/lib64/qt5/qml/QtQuick/LocalStorage/qmldir /usr/lib64/qt5/qml/QtQuick/Particles.2 /usr/lib64/qt5/qml/QtQuick/Particles.2/libparticlesplugin.so /usr/lib64/qt5/qml/QtQuick/Particles.2/plugins.qmltypes /usr/lib64/qt5/qml/QtQuick/Particles.2/qmldir /usr/lib64/qt5/qml/QtQuick/Shapes /usr/lib64/qt5/qml/QtQuick/Shapes/libqmlshapesplugin.so /usr/lib64/qt5/qml/QtQuick/Shapes/plugins.qmltypes /usr/lib64/qt5/qml/QtQuick/Shapes/qmldir /usr/lib64/qt5/qml/QtQuick/Window.2 /usr/lib64/qt5/qml/QtQuick/Window.2/libwindowplugin.so /usr/lib64/qt5/qml/QtQuick/Window.2/plugins.qmltypes /usr/lib64/qt5/qml/QtQuick/Window.2/qmldir /usr/lib64/qt5/qml/builtins.qmltypes /usr/share/licenses/libQtQuick5 /usr/share/licenses/libQtQuick5/LICENSE.FDL /usr/share/licenses/libQtQuick5/LICENSE.GPL2 /usr/share/licenses/libQtQuick5/LICENSE.GPL3 /usr/share/licenses/libQtQuick5/LICENSE.GPL3-EXCEPT /usr/share/licenses/libQtQuick5/LICENSE.LGPL3
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Apr 9 10:25:00 2023