{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":9880345,"defaultBranch":"dev","name":"qtdeclarative","ownerLogin":"qt","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-05-06T06:01:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/159455?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726030513.0","currentOid":""},"activityList":{"items":[{"before":"35f9ff8c15b8f6ea73e9cb35a93d773ed9587bf6","after":"e17d336a2b623b36398805b2206575ff45ce3cb5","ref":"refs/heads/6.8","pushedAt":"2024-09-21T02:00:01.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Remove unneeded and improper #include\n\nThe #include for any of corelib's q*_data_p.h should only ever appear\nin one compilation unit; duplication potentially violates ODR.\nThankfully nothing in qqmllocale.cpp actually referenced any symbols\nin it.\n\nTask-number: QTBUG-128930\nPick-to: 6.5 6.2\nChange-Id: I7cca1dd8824885308f63d48078afa96dcc835fbe\nReviewed-by: Ulf Hermann \n(cherry picked from commit 2fa59f025e2fcacc6bb3114fe392971eb453b386)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Remove unneeded and improper #include"}},{"before":"349b1bfe34c7a664b3554321cd765f921f0bfdd7","after":"6848b6caa20d71eadb60e130e71aead4264d87cc","ref":"refs/heads/dev","pushedAt":"2024-09-21T00:37:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Fix find_package call for standalone build of tst_material project\n\nShaderTools are not a component in the Qt6BuildInternals. Split\nfind_package call to two correct.\n\nAmends cde11110f33827459baf40f4dfa5240d1d2bf5ba\n\nPick-to: 6.5 6.7 6.8\nChange-Id: I15ea3d6d8a7f89047daea55968c318cbf3a30449\nReviewed-by: Mitch Curtis ","shortMessageHtmlLink":"Fix find_package call for standalone build of tst_material project"}},{"before":"e052230525dbf226b4fbe5bea8a33c15ee42fdf5","after":"349b1bfe34c7a664b3554321cd765f921f0bfdd7","ref":"refs/heads/dev","pushedAt":"2024-09-20T20:07:00.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QQuickHeaderView: Remove the use of a QTransposeProxyModel\n\nWhen assigning a list model to a HorizontalHeaderView, the layout\nneeds to be transposed because TableView (which HeaderView inherits)\nwill otherwise layout in a column-major order. But there are two\nways this can be done: in the model or in the view. And as it\nstood, HeaderView would actually do both.\n\nIt's preferred to transpose the view instead of the model. This\nis faster and doesn't require the use of a proxy model. And it\nalso supports transposing models other than QAIM (e.g a JavaScript\narrays). The reason QTransposeProxyModel was used in HeaderView in\nthe first place was (probably) because the support for transposing\nTableView was implemented after HeaderView was implemented.\n\nThis patch will therefore remove the code in QQuickHeaderView\nthat tranposes the model. This will remove some complexity\nfrom the code, and reduce memory overhead.\n\nNote that transposing the view will now always be done\nwhen needed from QQuickHeaderViewBasePrivate::syncModel().\n\nChange-Id: Ic53eeaffcc947bcff76667a23dcfd390a917ba63\nReviewed-by: Santhosh Kumar ","shortMessageHtmlLink":"QQuickHeaderView: Remove the use of a QTransposeProxyModel"}},{"before":"72913b5e769440cec5772a393c12e07a4d3a168e","after":"e052230525dbf226b4fbe5bea8a33c15ee42fdf5","ref":"refs/heads/dev","pushedAt":"2024-09-20T16:55:47.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"macOS Dialog: Don't display title twice when using popup windows\n\nWhen setting popupType to Popup.Window, the title will appear inside the\npopup's window decoration. It will thus be redundant to also render the\ntitle as text inside the popup window's scene.\n\nPick-to: 6.8 6.8.0\nChange-Id: I2ae48096a21315c79eb1ce2e7a0ed48931800a24\nReviewed-by: Richard Moe Gustavsen ","shortMessageHtmlLink":"macOS Dialog: Don't display title twice when using popup windows"}},{"before":"81c176ecf07281cb9c3c9b063d26179ab049feef","after":"49bcf3a99e5651833533f852781e8eb61fe52c22","ref":"refs/heads/6.8.0","pushedAt":"2024-09-20T14:12:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Menu: adjust shadowOffset after recent changes to MultiEffect\n\nMultiEffect recently changed the implementation of\nshadowOffset. This means that the usage of it in Menu.qml\nneeds to be updated as well on macOS and Windows, otherwise\nno drop-shadow will be visible.\n\nChange-Id: Iafb51d6140e3319e458bb4af0051af27ab228d1f\nReviewed-by: Oliver Eftevaag \n(cherry picked from commit dca7f9b31971b46fdf2b8ccfc9de6d17e4772140)\nReviewed-by: Qt Cherry-pick Bot \n(cherry picked from commit be6e71e51d392699a00e023b5bde4ee3c8990d0a)","shortMessageHtmlLink":"Menu: adjust shadowOffset after recent changes to MultiEffect"}},{"before":"90a7b6c17d4e2e91de8ecb0a5a6274b1e362c066","after":"35f9ff8c15b8f6ea73e9cb35a93d773ed9587bf6","ref":"refs/heads/6.8","pushedAt":"2024-09-20T13:40:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QmlCompiler: Fix logic for suggesting enum values as \"didYouMean\"\n\nWe can only suggest enum values that either aren't scoped or aren't\ncovered by scope enforcement.\n\nTask-number: QTBUG-127308\nChange-Id: Ie6612b78e908844fde4944d123c41a1eb0b9330f\nReviewed-by: Sami Shalayel \n(cherry picked from commit e3ed72d7e3fe9867fc49ba37ea4173480076b87d)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"QmlCompiler: Fix logic for suggesting enum values as \"didYouMean\""}},{"before":"c258f31173a020e9736132f7deb15eb2d5725f0e","after":"3a3c21a60afd1058215ab413b7dd4565922fa6aa","ref":"refs/heads/6.7","pushedAt":"2024-09-20T10:48:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Fix flaky test case in the quick table view\n\nThe test case added as part of the sha\n2cfffb708808ba49148ba4f30c7c8841e5dfb2d9 can be flaky. The validation\nfor the scheduled polish seems to be causing this issue. Its because the\nview is polished even before we verify for scheduled polish. Remove that\nexisting validation and make sure the table view loads the required rows\nwith the timeout.\n\nAmends patch 2cfffb708808ba49148ba4f30c7c8841e5dfb2d9.\n\nPick-to: 6.5\nChange-Id: I9a8c5874bf982bc6245cb1ca531fe4399d38b13a\nReviewed-by: Ulf Hermann \n(cherry picked from commit 42e657812e63089c049b4ec00c4f76cca7ce4321)\nReviewed-by: Qt Cherry-pick Bot \n(cherry picked from commit 8e9b3e1cd8e1b7f3cc37bf6fe79ff24d41e877de)","shortMessageHtmlLink":"Fix flaky test case in the quick table view"}},{"before":"c70530078e0672b28cfede9290b5e66ac23d7724","after":"81c176ecf07281cb9c3c9b063d26179ab049feef","ref":"refs/heads/6.8.0","pushedAt":"2024-09-20T10:44:29.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QMLPreviewer Example: More improvements\n\n- Don't set implicitHeight to controls as the style should choose\nvalid default heights\n- Use a QPushButton instead of a QToolButton in order to show\nconsistent styling between widgets and quick\n- Make the QLineEdit editable so that a focus frame is displayed\naround it (we don't show focus frames for read-only line edits in the\nmacOS style)\n- Validate the URL when editing in the line edit is finished\n- Add a tooltip to the button that opens the file dialog to make\nits purpose more clear\n- Fix typo and improve some messages shown in the message boxes\n\nChange-Id: I53095808a76e2615117039363be01cfa4d9f243f\nReviewed-by: Jan Arve Sæther \nReviewed-by: MohammadHossein Qanbari \n(cherry picked from commit 790f16dd54762919c5c2a4bb335ff9b37a9a33a3)\nReviewed-by: Qt Cherry-pick Bot \n(cherry picked from commit 4abb6760b87125a86b7e1e939162c71f4835709a)","shortMessageHtmlLink":"QMLPreviewer Example: More improvements"}},{"before":"ff72c8b677c050162c002eb1879b9d8162898326","after":"90a7b6c17d4e2e91de8ecb0a5a6274b1e362c066","ref":"refs/heads/6.8","pushedAt":"2024-09-20T09:27:39.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"tests: blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nested\n\non u24.04 x11\n\nTask-number: QTBUG-129032\nChange-Id: I7dace69eb4b1da15c798e386ed57c3db3a5657a7\nReviewed-by: Axel Spoerl \n(cherry picked from commit 8af8b9b945287664d0aea1d1c97d030cd79b8cd4)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"tests: blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and ne…"}},{"before":"3923ecb326e3232f05947c594d6ddb98909afc72","after":"72913b5e769440cec5772a393c12e07a4d3a168e","ref":"refs/heads/dev","pushedAt":"2024-09-20T03:33:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Universal: update style theme when system theme is changed\n\nDoes what b45629207ee32a3d80b6ea6553e8762eec8a86da did with the\nMaterial style with the Universal style.\n\nFixes: QTBUG-128444\nPick-to: 6.8\nChange-Id: I7bb10f2852f91d2c4a21dc30170220e1528387be\nReviewed-by: Santhosh Kumar ","shortMessageHtmlLink":"Universal: update style theme when system theme is changed"}},{"before":"923b90da1f1c026eeb3bb65c5810c0afa48543ca","after":"ff72c8b677c050162c002eb1879b9d8162898326","ref":"refs/heads/6.8","pushedAt":"2024-09-20T01:29:21.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Add the missing wrapping quotes around tool_wrapper\n\nPick-to: 6.7 6.5\nTask-number: QTBUG-128420\nChange-Id: Ia57bd6d978fbdb6aa03fa693222bc2bbd997ad94\nReviewed-by: Alexandru Croitor \n(cherry picked from commit 3923ecb326e3232f05947c594d6ddb98909afc72)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Add the missing wrapping quotes around tool_wrapper"}},{"before":"ec124524ec743db742e17e0674648e4ba74aa5e1","after":"3923ecb326e3232f05947c594d6ddb98909afc72","ref":"refs/heads/dev","pushedAt":"2024-09-19T22:27:20.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Add the missing wrapping quotes around tool_wrapper\n\nPick-to: 6.5 6.7 6.8\nTask-number: QTBUG-128420\nChange-Id: Ia57bd6d978fbdb6aa03fa693222bc2bbd997ad94\nReviewed-by: Alexandru Croitor ","shortMessageHtmlLink":"Add the missing wrapping quotes around tool_wrapper"}},{"before":"3856e688c1cb9696dfc885e699461ab4bfdd0ac7","after":"ec124524ec743db742e17e0674648e4ba74aa5e1","ref":"refs/heads/dev","pushedAt":"2024-09-19T19:25:43.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Try verify scheduled polish in the table view for resize test case\n\nIn the table view auto test, the section resize was performed through\nmouse events (press, move and release operation). The scheduled polish\nis validated immediately after those events before checking for the\nchange in section sizes. This can cause the resize test cases to be\nflaky, as there is a chance that the scheduled polish would have\nupdated the view even before we assumed that the polish had been\nscheduled.\n\nThis patch changes the condition by try verifying the scheduled polish.\n\nFixes: QTBUG-128934\nPick-to: 6.8\nChange-Id: I6520fbbca4e34b4f47035b36f8c92f77431d82a6\nReviewed-by: Richard Moe Gustavsen ","shortMessageHtmlLink":"Try verify scheduled polish in the table view for resize test case"}},{"before":"763109e3983d625661ad6d4f693b9bad532c578b","after":"34ffe0c15a9564fefcf01a738eb0bde370399959","ref":"refs/heads/6.7.3","pushedAt":"2024-09-19T18:57:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.7.3' in qt/qtdeclarative\n\nChange-Id: I50e231e8d6ee461ac429dfb19445c6c44db89056\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.7.3' in qt/qtdeclarative"}},{"before":"94c1a584269c204b49014607cf5f5e88118f7867","after":"3856e688c1cb9696dfc885e699461ab4bfdd0ac7","ref":"refs/heads/dev","pushedAt":"2024-09-19T16:35:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Add the wrapping quotes around various path variables\n\nPick-to: 6.8\nFixes: QTBUG-128420\nFixes: QTBUG-128860\nChange-Id: I989f72ba2aba4a284af4e843faeee5bd933f6bf8\nReviewed-by: Jani Heikkinen \n(cherry picked from commit c04a69fa72b8e6b0f739ac4fea311ca3df39e853)\nReviewed-by: Joerg Bornemann ","shortMessageHtmlLink":"Add the wrapping quotes around various path variables"}},{"before":"fb17a013c16302e7ddfb3243105bf61949838bb9","after":"c70530078e0672b28cfede9290b5e66ac23d7724","ref":"refs/heads/6.8.0","pushedAt":"2024-09-19T14:24:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.8.0' in qt/qtdeclarative\n\nChange-Id: Iaed2925e63e9bfc0721ed0ab092bf9d009a64688\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.8.0' in qt/qtdeclarative"}},{"before":"9a83ce4ebaab1cbaa6915ebecef43147d4ec55e7","after":"94c1a584269c204b49014607cf5f5e88118f7867","ref":"refs/heads/dev","pushedAt":"2024-09-19T13:22:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Introduce FontInfo type to QML\n\nThis corresponds to QFontInfo in C++ and is useful to get\ninformation about the results of resolving a font.\n\nChange-Id: Ic51392f7c0b86a50600888a6d166d86d7516d6f6\nReviewed-by: Ulf Hermann ","shortMessageHtmlLink":"Introduce FontInfo type to QML"}},{"before":"9b5bf0531b647157a0b44d65f2e938ad107b1792","after":"923b90da1f1c026eeb3bb65c5810c0afa48543ca","ref":"refs/heads/6.8","pushedAt":"2024-09-19T07:50:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QQuickFocusFrame: Fix showing focus frame inside embedded qquickwidget\n\nIn QQuickFocusFrame, we connect to QGuiApplication::focusObjectChanged\nsignal and draw the focus frame around focusObject() of qGuiApp, which\nas per its implementation, is the focusObject() of the app's\nfocusWindow(). However, in the case of QQuickWidget, its\noffscreenWindow will never become the focusWindow of the application\nbecause it doesn't have a native handle. Also, since\n0dbc575c1a8359534761167a5f5f1e29abedd51d QQuickWidget intentionally\ndoesn't override the focusObject method to return the focusObject of\nits offscreen window because that would bypass needed event handling\nlogic in qquickwidget.\n\nThat is why if a qquickwidget has active focus, qGuiApp will report\nthe qquickwidget itself as its focusObject, rather than the focusObject\ninside of the widget. However, we still do propagate focus object\nchanges inside the qquickwdiget's offscreen window up to the top\nlevel widget and the application, so that when the offscreen's window\nQQuickWindow::focusObjectChanged is emitted, the equivalent signal\nin QGuiApplication will also be emitted.\nThat is why in qquickfocusframe we should rely on the signal parameter\ninstead, which represents the right focus object, rather than query\nqGuiApp::focusObject().\nWhile we're at it, reset the focus frame if no item inside the quick\nwindow currently has active focus, otherwise we would still show\na focus frame even if the quick window lost focus.\n\nNote: Ideally qGuiApp::focusObject() should give us the same object as\nthe QGuiApplication::focusObjectChanged signal parameter, but that\ncan require more work as the focusObject() of the application will\nthen receive key events and qquickwidget relies on handling those key\n(and other) events itself.\n\nFixes: QTBUG-128931\nPick-to: 6.8.0\nChange-Id: Id86a4e9dfd6b2bda5cc9ea633305e71d86fcdb5f\nReviewed-by: MohammadHossein Qanbari \nReviewed-by: Richard Moe Gustavsen \n(cherry picked from commit 9a83ce4ebaab1cbaa6915ebecef43147d4ec55e7)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"QQuickFocusFrame: Fix showing focus frame inside embedded qquickwidget"}},{"before":"a2f29f710a220476e4aa58a00772b827c95b9d59","after":"9a83ce4ebaab1cbaa6915ebecef43147d4ec55e7","ref":"refs/heads/dev","pushedAt":"2024-09-18T22:58:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QQuickFocusFrame: Fix showing focus frame inside embedded qquickwidget\n\nIn QQuickFocusFrame, we connect to QGuiApplication::focusObjectChanged\nsignal and draw the focus frame around focusObject() of qGuiApp, which\nas per its implementation, is the focusObject() of the app's\nfocusWindow(). However, in the case of QQuickWidget, its\noffscreenWindow will never become the focusWindow of the application\nbecause it doesn't have a native handle. Also, since\n0dbc575c1a8359534761167a5f5f1e29abedd51d QQuickWidget intentionally\ndoesn't override the focusObject method to return the focusObject of\nits offscreen window because that would bypass needed event handling\nlogic in qquickwidget.\n\nThat is why if a qquickwidget has active focus, qGuiApp will report\nthe qquickwidget itself as its focusObject, rather than the focusObject\ninside of the widget. However, we still do propagate focus object\nchanges inside the qquickwdiget's offscreen window up to the top\nlevel widget and the application, so that when the offscreen's window\nQQuickWindow::focusObjectChanged is emitted, the equivalent signal\nin QGuiApplication will also be emitted.\nThat is why in qquickfocusframe we should rely on the signal parameter\ninstead, which represents the right focus object, rather than query\nqGuiApp::focusObject().\nWhile we're at it, reset the focus frame if no item inside the quick\nwindow currently has active focus, otherwise we would still show\na focus frame even if the quick window lost focus.\n\nNote: Ideally qGuiApp::focusObject() should give us the same object as\nthe QGuiApplication::focusObjectChanged signal parameter, but that\ncan require more work as the focusObject() of the application will\nthen receive key events and qquickwidget relies on handling those key\n(and other) events itself.\n\nFixes: QTBUG-128931\nPick-to: 6.8 6.8.0\nChange-Id: Id86a4e9dfd6b2bda5cc9ea633305e71d86fcdb5f\nReviewed-by: MohammadHossein Qanbari \nReviewed-by: Richard Moe Gustavsen ","shortMessageHtmlLink":"QQuickFocusFrame: Fix showing focus frame inside embedded qquickwidget"}},{"before":"c04a69fa72b8e6b0f739ac4fea311ca3df39e853","after":"fb17a013c16302e7ddfb3243105bf61949838bb9","ref":"refs/heads/6.8.0","pushedAt":"2024-09-18T18:17:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.8.0' in qt/qtdeclarative\n\nChange-Id: I94afd90a1f42eebab12eda957a3551a09e95bd79\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.8.0' in qt/qtdeclarative"}},{"before":"cfae4663a86ad8f284183ba1d56717112ff06a97","after":"9b5bf0531b647157a0b44d65f2e938ad107b1792","ref":"refs/heads/6.8","pushedAt":"2024-09-18T17:25:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"tests: Don't create a QQuickView when testing linkage of static modules\n\nOpening a window creates flakiness since it can fail under various\nplatform-specific conditions. We don't need to open a window here. We\njust want to verify that the QML modules compiled into the executable\nare functional.\n\nFixes: QTBUG-128645\nChange-Id: Ic1707007114619fc522f737e3431fa4873b7d138\nReviewed-by: Alexandru Croitor \n(cherry picked from commit 2346edfd6d29035286fbb4bc2818b4e2141770c7)\nReviewed-by: Ulf Hermann ","shortMessageHtmlLink":"tests: Don't create a QQuickView when testing linkage of static modules"}},{"before":"dd62584a6b5b5ebefcbabb68e156163e384f70ff","after":"cfae4663a86ad8f284183ba1d56717112ff06a97","ref":"refs/heads/6.8","pushedAt":"2024-09-18T09:29:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"testbench: default Material and Universal to System theme\n\nThis helps test out the runtime system theme switching.\n\nChange-Id: I02a40f2625a1afce634c7676bd94a78a052dced0\nReviewed-by: Santhosh Kumar \nReviewed-by: Doris Verria \n(cherry picked from commit a2f29f710a220476e4aa58a00772b827c95b9d59)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"testbench: default Material and Universal to System theme"}},{"before":"8af8b9b945287664d0aea1d1c97d030cd79b8cd4","after":"a2f29f710a220476e4aa58a00772b827c95b9d59","ref":"refs/heads/dev","pushedAt":"2024-09-18T03:12:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"testbench: default Material and Universal to System theme\n\nThis helps test out the runtime system theme switching.\n\nPick-to: 6.8\nChange-Id: I02a40f2625a1afce634c7676bd94a78a052dced0\nReviewed-by: Santhosh Kumar \nReviewed-by: Doris Verria ","shortMessageHtmlLink":"testbench: default Material and Universal to System theme"}},{"before":"6a2aa09e5fbb5275ae4a3bb80f0ab0e931e113b9","after":"8af8b9b945287664d0aea1d1c97d030cd79b8cd4","ref":"refs/heads/dev","pushedAt":"2024-09-17T22:00:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"tests: blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nested\n\non u24.04 x11\n\nTask-number: QTBUG-129032\nPick-to: 6.8\nChange-Id: I7dace69eb4b1da15c798e386ed57c3db3a5657a7\nReviewed-by: Axel Spoerl ","shortMessageHtmlLink":"tests: blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and ne…"}},{"before":"867335f811db2b12a8143a56755f227a5a51eebd","after":"dd62584a6b5b5ebefcbabb68e156163e384f70ff","ref":"refs/heads/6.8","pushedAt":"2024-09-16T22:22:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QML ComboBox closes on escape/back key release, not press\n\nQQuickComboBox owns a QQuickPopup. When the Popup's close policy is set\nto CloseOnEscape, or the default close policy, the Popup closes on key\nrelease, not key press. This contradicts QQuickPopup::ClosePolicy's\ndocumentation that states Popup.CloseOnEscape will close when the escape\nkey is pressed while the Popup has active focus.\n\nFixes: QTBUG-128525\nChange-Id: Ie7a3fbeedba560360f015153ac194a04a038dd0b\nReviewed-by: Richard Moe Gustavsen \n(cherry picked from commit a4feedd37e8212f3dcd7c86f87ba60624367b24b)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"QML ComboBox closes on escape/back key release, not press"}},{"before":"1bbb906ce0419a2677aae7af2350c34748c4c959","after":"763109e3983d625661ad6d4f693b9bad532c578b","ref":"refs/heads/6.7.3","pushedAt":"2024-09-16T06:23:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.7.3' in qt/qtdeclarative\n\nChange-Id: Ic64c9e07be906c0df1501e654ed26b1f71d197ad\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.7.3' in qt/qtdeclarative"}},{"before":"27c2c989a3d10557da15de3d45bb5bd7b96d14e8","after":"6a2aa09e5fbb5275ae4a3bb80f0ab0e931e113b9","ref":"refs/heads/dev","pushedAt":"2024-09-15T17:18:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QQmlJSScope: Unify flag setters and getters\n\nThey can all be inline and the setters should be next to the getters.\n\nChange-Id: I2afc8d5b139b37b3d2ac03738a44b2ddf70195c7\nReviewed-by: Sami Shalayel ","shortMessageHtmlLink":"QQmlJSScope: Unify flag setters and getters"}},{"before":"6334fdd2889a146f62467c274c35fdd4fbb4f17e","after":"c04a69fa72b8e6b0f739ac4fea311ca3df39e853","ref":"refs/heads/6.8.0","pushedAt":"2024-09-13T14:42:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Add the wrapping quotes around various path variables\n\nPick-to: 6.8 dev\nFixes: QTBUG-128420\nFixes: QTBUG-128860\nChange-Id: I989f72ba2aba4a284af4e843faeee5bd933f6bf8\nReviewed-by: Jani Heikkinen ","shortMessageHtmlLink":"Add the wrapping quotes around various path variables"}},{"before":"413f8d460bf0da8cc76c388475160a66af62dcd3","after":"c258f31173a020e9736132f7deb15eb2d5725f0e","ref":"refs/heads/6.7","pushedAt":"2024-09-12T19:37:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"QQuickVisualTestUtils::compareImages: actually check all colors\n\nThe function was added in 906d5c5c40183468f9521277c6244a6c46730de6. The\ntests there don't only use red, so it looks like this bug has existed\nsince 2013.\n\nPick-to: 6.5\nChange-Id: I4bdf87fe6be0224016baf9a2a80faee6fe61514e\nReviewed-by: JiDe Zhang \nReviewed-by: Fabian Kosmale \n(cherry picked from commit 74c019e799fab74b85cd444c1e104638b7dd6c96)\nReviewed-by: Qt Cherry-pick Bot \n(cherry picked from commit 1eaef559a616ff9b2acb86f82c154e57b9f75168)","shortMessageHtmlLink":"QQuickVisualTestUtils::compareImages: actually check all colors"}},{"before":"1eaef559a616ff9b2acb86f82c154e57b9f75168","after":"867335f811db2b12a8143a56755f227a5a51eebd","ref":"refs/heads/6.8","pushedAt":"2024-09-12T16:02:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Fix Unity build of QtQml\n\nMove the logging categories out of the namespaces, fixing errors\nlike:\n\nqtdeclarative/src/qmlls/qqmlformatting.cpp: In function 'const QLoggingCategory& formatLog()':\nqtdeclarative/src/qmlls/qqmlformatting.cpp:14:13: error: reference to 'QtPrivateLogging' is ambiguous\nIn file included qt-dev/qt-dev/qtdeclarative/src/qmldom/qqmldomitem_p.h:24,\n qt-dev/build-qt-dev/qtdeclarative/include/QtQmlDom/6.9.0/QtQmlDom/private/qqmldomitem_p.h:1,\n qt-dev/build-qt-dev/qtdeclarative/src/qmlls/QmlLSPrivate_autogen/EWIEGA46WW/../../../../../../../../..qtdeclarative/src/qmlls/qqmlcodemodel_p.h:25,\n qt-dev/build-qt-dev/qtdeclarative/src/qmlls/QmlLSPrivate_autogen/EWIEGA46WW/moc_qqmlcodemodel_p.cpp:9,\n qt-dev/build-qt-dev/qtdeclarative/src/qmlls/QmlLSPrivate_autogen/mocs_compilation.cpp:3,\n qt-dev/build-qt-dev/qtdeclarative/src/qmlls/CMakeFiles/QmlLSPrivate.dir/Unity/unity_0_cxx.cxx:4:\nqt-dev/qt-dev/qtdeclarative/src/qmldom/qqmldomerrormessage_p.h:35:11: note: candidates are: 'namespace QQmlJS::Dom::QtPrivateLogging { }'\nIn file included qt-dev/install-qt-dev/include/QtLanguageServer/6.9.0/QtLanguageServer/private/qlanguageservergen_p.h:22,\n qt-dev/install-qt-dev/include/QtLanguageServer/6.9.0/QtLanguageServer/private/qlanguageserverprotocol_p.h:19,\n qt-dev/build-qt-dev/qtdeclarative/src/qmlls/QmlLSPrivate_autogen\n\nTask-number: QTBUG-115140\nChange-Id: Ia21dce6cc37e8b8a9cced6cb6e267125dba0df9f\nReviewed-by: Ulf Hermann \n(cherry picked from commit 15ae3f532b1328c377d9775fbf75dc2647cc016b)","shortMessageHtmlLink":"Fix Unity build of QtQml"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQwMjowMDowMS4wMDAwMDBazwAAAAS8fShF","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQwMjowMDowMS4wMDAwMDBazwAAAAS8fShF","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQxNjowMjowNS4wMDAwMDBazwAAAAS0mCDS"}},"title":"Activity · qt/qtdeclarative"}