diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 14:43:37 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 14:43:37 +0800 |
commit | 5f34284e7c01f03ee6735e7fcd3ec5783ab11777 (patch) | |
tree | 46cfcccc197bb0d79ee8c9868007fd48adf2470d /misc | |
parent | 5e1f836349896a33cdb608a4b696d10528aa8393 (diff) | |
download | freebsd-ports-gnome-5f34284e7c01f03ee6735e7fcd3ec5783ab11777.tar.gz freebsd-ports-gnome-5f34284e7c01f03ee6735e7fcd3ec5783ab11777.tar.zst freebsd-ports-gnome-5f34284e7c01f03ee6735e7fcd3ec5783ab11777.zip |
Update Qt5 to 5.15
This is a major upgrade of the Qt libraries [1], [2].
* People that use upgrading mechanisms with incomplete dependency handling
(portmaster & Co) should make sure to manually remove the existing Qt
packages to guarantee a safe upgrade. Keep in mind, that Qt does not like if
you have an incomplete upgrade.
* This version of Qt drops support for OpenSSL 1.0 -- this means that there
won't be any binary packages for Qt5 provided by the FreeBSD package builders
for FreeBSD 11.x anymore -- and the same for *all* the ports depending on
net/qt5-network [3]. If you cannot upgrade to a more recent FreeBSD
version (12.x, 13.x), you will need to build Qt5 from ports while switching
to an SSL implementation from ports.
Big thanks are due for
* kai@ for updating webengine (also mikael@)
* Felix Palmen for providing LibreSSL support patches
* adridg@ and lbartoletti@ for helping me fix the fallout
[1] https://www.qt.io/blog/qt-5.15-released
[2] https://wiki.qt.io/New_Features_in_Qt_5.15
[3] https://www.freshports.org/net/qt5-network
PR: 247010
Exp-run by: antoine
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qt5-examples/distinfo | 6 | ||||
-rw-r--r-- | misc/qt5-examples/pkg-plist | 207 |
2 files changed, 171 insertions, 42 deletions
diff --git a/misc/qt5-examples/distinfo b/misc/qt5-examples/distinfo index ce4d606b593c..f84a68955f4b 100644 --- a/misc/qt5-examples/distinfo +++ b/misc/qt5-examples/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586029328 -SHA256 (KDE/Qt/5.14.2/qt-everywhere-src-5.14.2.tar.xz) = c6fcd53c744df89e7d3223c02838a33309bd1c291fcb6f9341505fe99f7f19fa -SIZE (KDE/Qt/5.14.2/qt-everywhere-src-5.14.2.tar.xz) = 549205340 +TIMESTAMP = 1590590417 +SHA256 (KDE/Qt/5.15.0/qt-everywhere-src-5.15.0.tar.xz) = 22b63d7a7a45183865cc4141124f12b673e7a17b1fe2b91e433f6547c5d548c3 +SIZE (KDE/Qt/5.15.0/qt-everywhere-src-5.15.0.tar.xz) = 592401236 diff --git a/misc/qt5-examples/pkg-plist b/misc/qt5-examples/pkg-plist index 51b8fa1dbbe0..b9e669005e5a 100644 --- a/misc/qt5-examples/pkg-plist +++ b/misc/qt5-examples/pkg-plist @@ -101,9 +101,29 @@ %%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.rc %%QT_EXAMPLEDIR%%/aggregate/examples.pro %%QT_EXAMPLEDIR%%/androidextras/androidextras.pro -%%QT_EXAMPLEDIR%%/androidextras/notification/android-sources/AndroidManifest.xml -%%QT_EXAMPLEDIR%%/androidextras/notification/android-sources/res/drawable/icon.png -%%QT_EXAMPLEDIR%%/androidextras/notification/android-sources/src/org/qtproject/example/notification/NotificationClient.java +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/AndroidManifest.xml +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/res/drawable-hdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/res/drawable-ldpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/res/drawable-mdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/res/drawable-xhdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/res/drawable-xxhdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/res/drawable-xxxhdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/android/src/org/qtproject/example/jnimessenger/JniMessenger.java +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/jnimessenger.cpp +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/jnimessenger.h +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/jnimessenger.pro +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/main.cpp +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/main.qml +%%QT_EXAMPLEDIR%%/androidextras/jnimessenger/qml.qrc +%%QT_EXAMPLEDIR%%/androidextras/notification/android/AndroidManifest.xml +%%QT_EXAMPLEDIR%%/androidextras/notification/android/res/drawable-hdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/notification/android/res/drawable-ldpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/notification/android/res/drawable-mdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/notification/android/res/drawable-xhdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/notification/android/res/drawable-xxhdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/notification/android/res/drawable-xxxhdpi/icon.png +%%QT_EXAMPLEDIR%%/androidextras/notification/android/src/org/qtproject/example/notification/NotificationClient.java %%QT_EXAMPLEDIR%%/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc %%QT_EXAMPLEDIR%%/androidextras/notification/images/happy.png %%QT_EXAMPLEDIR%%/androidextras/notification/images/sad.png @@ -1494,6 +1514,7 @@ %%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint.pro %%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint_pt.ts %%QT_EXAMPLEDIR%%/location/geojson_viewer/GeoJsonDelegate.qml +%%QT_EXAMPLEDIR%%/location/geojson_viewer/GeoJsonDelegateMapObject.qml %%QT_EXAMPLEDIR%%/location/geojson_viewer/data/01-point.json %%QT_EXAMPLEDIR%%/location/geojson_viewer/data/02-linestring.json %%QT_EXAMPLEDIR%%/location/geojson_viewer/data/03-multipoint.json @@ -2056,15 +2077,6 @@ %%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/videoplayer.h %%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/videowidget.pro %%QT_EXAMPLEDIR%%/network/README -%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor.cpp -%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor.h -%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor.pro -%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor_240_320.ui -%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor_640_480.ui -%%QT_EXAMPLEDIR%%/network/bearermonitor/main.cpp -%%QT_EXAMPLEDIR%%/network/bearermonitor/sessionwidget.cpp -%%QT_EXAMPLEDIR%%/network/bearermonitor/sessionwidget.h -%%QT_EXAMPLEDIR%%/network/bearermonitor/sessionwidget.ui %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingclient.cpp %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingclient.h %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingfortuneclient.pro @@ -2486,6 +2498,67 @@ %%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/mainwindow.cpp %%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/mainwindow.h %%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/threadedqopenglwidget.pro +%%QT_EXAMPLEDIR%%/pdf/multipage/main.cpp +%%QT_EXAMPLEDIR%%/pdf/multipage/multipage.pro +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/document-open.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-clear.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-copy.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-select-all.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-down-search.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-next-view-page.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-previous-view-page.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-up-search.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/rotate-left.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/rotate-right.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/test.pdf +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-fit-best.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-fit-width.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-in.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-original.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-out.svg +%%QT_EXAMPLEDIR%%/pdf/multipage/viewer.qml +%%QT_EXAMPLEDIR%%/pdf/multipage/viewer.qrc +%%QT_EXAMPLEDIR%%/pdf/pdf.pro +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/main.cpp +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/pdfviewer.pro +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/document-open.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/edit-clear.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/edit-copy.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/edit-select-all.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-down-search.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-next-view-page.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-previous-view-page.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-up-search.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/rotate-left.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/rotate-right.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/test.pdf +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-fit-best.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-fit-width.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-in.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-original.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-out.svg +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/viewer.qml +%%QT_EXAMPLEDIR%%/pdf/pdfviewer/viewer.qrc +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/busy.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/fileopen.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-next-24.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-previous-24.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-in-24.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-in-32.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-out-24.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-out-32.png +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/main.cpp +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.cpp +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.h +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.ui +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/pageselector.cpp +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/pageselector.h +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/pdfviewer.pro +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/resources.qrc +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/zoomselector.cpp +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/zoomselector.h +%%QT_EXAMPLEDIR%%/pdfwidgets/pdfwidgets.pro %%QT_EXAMPLEDIR%%/positioning/geoflickr/doc/images/qml-flickr-1.jpg %%QT_EXAMPLEDIR%%/positioning/geoflickr/doc/src/geoflickr.qdoc %%QT_EXAMPLEDIR%%/positioning/geoflickr/flickr-90.qml @@ -2623,8 +2696,11 @@ %%QT_EXAMPLEDIR%%/qml/dynamicscene/content/itemCreation.js %%QT_EXAMPLEDIR%%/qml/dynamicscene/doc/images/qml-dynamicscene-example.png %%QT_EXAMPLEDIR%%/qml/dynamicscene/doc/src/dynamicscene.qdoc +%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.pro %%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qml %%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qmlproject +%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qrc +%%QT_EXAMPLEDIR%%/qml/dynamicscene/main.cpp %%QT_EXAMPLEDIR%%/qml/locale/locale.qml %%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/doc/src/networkaccessmanagerfactory.qdoc %%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/main.cpp @@ -2638,8 +2714,11 @@ %%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_en.ts %%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_en_AU.ts %%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_fr.ts +%%QT_EXAMPLEDIR%%/qml/qml-i18n/main.cpp +%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.pro %%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qml %%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qmlproject +%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qrc %%QT_EXAMPLEDIR%%/qml/qml.pro %%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/doc/images/qml-plugins-example.png %%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc @@ -2653,6 +2732,8 @@ %%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/plugins.qml %%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/plugins.qmlproject %%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/qmlextensionplugins.pro +%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/timemodel.cpp +%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/timemodel.h %%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/adding.pro %%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/adding.qrc %%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/example.qml @@ -2783,7 +2864,6 @@ %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/app.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/app.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pro -%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/chartsplugin.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/chartsplugin.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/import.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/piechart.cpp @@ -3304,6 +3384,7 @@ %%QT_EXAMPLEDIR%%/quick/animation/basics/images/star.png %%QT_EXAMPLEDIR%%/quick/animation/basics/images/sun.png %%QT_EXAMPLEDIR%%/quick/animation/basics/property-animation.qml +%%QT_EXAMPLEDIR%%/quick/animation/behaviors/FocusRect.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/SideRect.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/behavior-example.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/tvtennis.qml @@ -3354,8 +3435,11 @@ %%QT_EXAMPLEDIR%%/quick/customitems/flipable/content/back.png %%QT_EXAMPLEDIR%%/quick/customitems/flipable/doc/images/qml-flipable-example.png %%QT_EXAMPLEDIR%%/quick/customitems/flipable/doc/src/flipable.qdoc +%%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.pro %%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qml %%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qmlproject +%%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qrc +%%QT_EXAMPLEDIR%%/quick/customitems/flipable/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/images/cloud_1.png %%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/images/cloud_2.png %%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/images/moon.png @@ -3381,15 +3465,21 @@ %%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/ScrollBar.qml %%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png %%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/doc/src/scrollbar.qdoc +%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/main.qml %%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/pics/niagara_falls.jpg +%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/scrollbar.pro %%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/scrollbar.qmlproject +%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/scrollbar.qrc %%QT_EXAMPLEDIR%%/quick/customitems/searchbox/SearchBox.qml %%QT_EXAMPLEDIR%%/quick/customitems/searchbox/images/clear.png %%QT_EXAMPLEDIR%%/quick/customitems/searchbox/images/lineedit-bg-focus.png %%QT_EXAMPLEDIR%%/quick/customitems/searchbox/images/lineedit-bg.png +%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/searchbox/main.qml +%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/searchbox.pro %%QT_EXAMPLEDIR%%/quick/customitems/searchbox/searchbox.qmlproject +%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/searchbox.qrc %%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/Switch.qml %%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/background.png %%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/background.svg @@ -3400,14 +3490,20 @@ %%QT_EXAMPLEDIR%%/quick/customitems/spinner/content/Spinner.qml %%QT_EXAMPLEDIR%%/quick/customitems/spinner/content/spinner-bg.png %%QT_EXAMPLEDIR%%/quick/customitems/spinner/content/spinner-select.png +%%QT_EXAMPLEDIR%%/quick/customitems/spinner/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/spinner/main.qml +%%QT_EXAMPLEDIR%%/quick/customitems/spinner/spinner.pro %%QT_EXAMPLEDIR%%/quick/customitems/spinner/spinner.qmlproject +%%QT_EXAMPLEDIR%%/quick/customitems/spinner/spinner.qrc %%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/TabWidget.qml %%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/doc/images/qml-tabwidget-example.png %%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/doc/images/tab.png %%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/doc/src/tabwidget.qdoc +%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/main.qml +%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/tabwidget.pro %%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/tabwidget.qmlproject +%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/tabwidget.qrc %%QT_EXAMPLEDIR%%/quick/delegatechooser/delegatechooser.pro %%QT_EXAMPLEDIR%%/quick/delegatechooser/delegatechooser.qml %%QT_EXAMPLEDIR%%/quick/delegatechooser/main.cpp @@ -3422,6 +3518,7 @@ %%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/DragTile.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/DropTile.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/tiles.qml +%%QT_EXAMPLEDIR%%/quick/draganddrop/views/Icon.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/views/gridview.qml %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/TextBox.qml %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/embeddedinwidgets.pro @@ -3743,6 +3840,9 @@ %%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/fboitem.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/main.qml +%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/shaders/+qsb/checker.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/shaders/checker.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/shaders/checker_rhi.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/doc/images/graph-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/doc/src/graph.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.cpp @@ -3827,6 +3927,8 @@ %%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerial.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerial.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerial.qrc +%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerialitem.cpp +%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerialitem.h %%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/doc/images/textureinthread-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/error.qml @@ -3847,10 +3949,29 @@ %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/main.qml +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/+qsb/checker.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/+qsb/xorblender.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/+qsb/xorblender.vert +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/checker.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/checker_rhi.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.vert +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender_rhi.frag +%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender_rhi.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/twotextureproviders.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/twotextureproviders.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/xorblender.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/xorblender.h +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/doc/images/vulkantextureimport-example.jpg +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/doc/src/vulkantextureimport.qdoc +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/main.cpp +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/main.qml +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/squircle.frag.spv +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/squircle.vert.spv +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.cpp +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.h +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.pro +%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/doc/images/vulkanunderqml-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/doc/src/vulkanunderqml.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/main.cpp @@ -3905,6 +4026,7 @@ %%QT_EXAMPLEDIR%%/quick/shapes/content/item14.qml %%QT_EXAMPLEDIR%%/quick/shapes/content/item15.qml %%QT_EXAMPLEDIR%%/quick/shapes/content/item17.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item18.qml %%QT_EXAMPLEDIR%%/quick/shapes/content/item2.qml %%QT_EXAMPLEDIR%%/quick/shapes/content/item3.qml %%QT_EXAMPLEDIR%%/quick/shapes/content/item4.qml @@ -4041,36 +4163,57 @@ %%QT_EXAMPLEDIR%%/quick/touchinteraction/touchinteraction.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qrc +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qrc +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qrc +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/ListSelector.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc +%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/Cell.qml %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial1.qml %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial2.qml %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial3.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/Block.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/Button.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Block.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Button.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.js %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Block.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Button.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Dialog.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.js %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/content/BoomBlock.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/content/Button.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/content/Dialog.qml @@ -4079,8 +4222,11 @@ %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/score_data.xml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/score_style.xsl %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/scores.php +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame.qml +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.qmlproject +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/background.jpg %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/blueStar.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/blueStone.png @@ -4088,11 +4234,15 @@ %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/greenStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/redStar.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/redStone.png +%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/shared.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/star.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/yellowStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/tutorials.pro %%QT_EXAMPLEDIR%%/quick/views/delegatemodel/delegatemodel.qmlproject %%QT_EXAMPLEDIR%%/quick/views/delegatemodel/dragselection.qml +%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/flipable.pro +%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/flipable.qrc +%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/main.cpp %%QT_EXAMPLEDIR%%/quick/views/delegatemodel/slideshow.qml %%QT_EXAMPLEDIR%%/quick/views/doc/images/qml-modelviews-example.png %%QT_EXAMPLEDIR%%/quick/views/doc/src/views.qdoc @@ -5739,21 +5889,6 @@ %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/files/default.svg %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/files/v-slider-handle.svg %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/main.cpp -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bearercloud.cpp -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bearercloud.h -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bearercloud.pro -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bluetooth.svg -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/cell.svg -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/cloud.cpp -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/cloud.h -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/gprs.svg -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/icons.qrc -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/lan.svg -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/main.cpp -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/umts.svg -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/unknown.svg -%%QT_EXAMPLEDIR%%/svg/network/bearercloud/wlan.svg -%%QT_EXAMPLEDIR%%/svg/network/network.pro %%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/bubbles.svg %%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/designer.png %%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/framebufferobject.pro @@ -6709,6 +6844,7 @@ %%QT_EXAMPLEDIR%%/widgets/doc/src/fontsampler.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/fridgemagnets.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/frozencolumn.qdoc +%%QT_EXAMPLEDIR%%/widgets/doc/src/gallery.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/gradients.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/graphicsview-anchorlayout.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/graphicsview-flowlayout.qdoc @@ -6839,6 +6975,10 @@ %%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.pro %%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.qrc %%QT_EXAMPLEDIR%%/widgets/effects/fademessage/main.cpp +%%QT_EXAMPLEDIR%%/widgets/gallery/gallery.pro +%%QT_EXAMPLEDIR%%/widgets/gallery/main.cpp +%%QT_EXAMPLEDIR%%/widgets/gallery/widgetgallery.cpp +%%QT_EXAMPLEDIR%%/widgets/gallery/widgetgallery.h %%QT_EXAMPLEDIR%%/widgets/gestures/gestures.pro %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagegestures.pro @@ -8064,17 +8204,6 @@ %%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.cpp %%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.h %%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.pro -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/doc/images/saxbookmarks-example.png -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/doc/src/saxbookmarks.qdoc -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/jennifer.xbel -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/main.cpp -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/mainwindow.cpp -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/mainwindow.h -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/saxbookmarks.pro -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelgenerator.cpp -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelgenerator.h -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelhandler.cpp -%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelhandler.h %%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-filemenu.png %%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-helpmenu.png %%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-screenshot.png |