Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kirigami2 for openSUSE:Factory checked in at 2023-03-12 16:23:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kirigami2 (Old) and /work/SRC/openSUSE:Factory/.kirigami2.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kirigami2" Sun Mar 12 16:23:21 2023 rev:76 rq:1070896 version:5.104.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes 2023-02-13 16:40:32.091203612 +0100 +++ /work/SRC/openSUSE:Factory/.kirigami2.new.31432/kirigami2.changes 2023-03-12 16:25:13.073021586 +0100 @@ -1,0 +2,12 @@ +Mon Mar 6 09:07:54 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 5.104.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.104.0 +- Changes since 5.103.0: + * Dialog: Don't let user interact with footer during transitions + * For styling and recoloring, use `down` property instead of `pressed` + * Fix mistyping of Kirigami.Settings.isMobile + +------------------------------------------------------------------- Old: ---- kirigami2-5.103.0.tar.xz kirigami2-5.103.0.tar.xz.sig New: ---- kirigami2-5.104.0.tar.xz kirigami2-5.104.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kirigami2.spec ++++++ --- /var/tmp/diff_new_pack.1Wduga/_old 2023-03-12 16:25:13.521023559 +0100 +++ /var/tmp/diff_new_pack.1Wduga/_new 2023-03-12 16:25:13.525023576 +0100 @@ -17,14 +17,14 @@ %define lname libKF5Kirigami2-5 -%define _tar_path 5.103 +%define _tar_path 5.104 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kirigami2 -Version: 5.103.0 +Version: 5.104.0 Release: 0 Summary: Set of QtQuick components License: LGPL-2.1-or-later ++++++ kirigami2-5.103.0.tar.xz -> kirigami2-5.104.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/CMakeLists.txt new/kirigami2-5.104.0/CMakeLists.txt --- old/kirigami2-5.103.0/CMakeLists.txt 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/CMakeLists.txt 2023-03-04 11:04:48.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.103.0") # handled by release scripts -set(KF_DEP_VERSION "5.103.0") # handled by release scripts +set(KF_VERSION "5.104.0") # handled by release scripts +set(KF_DEP_VERSION "5.104.0") # handled by release scripts project(kirigami2 VERSION ${KF_VERSION}) @@ -21,7 +21,7 @@ if(DEFINED STATIC_LIBRARY) message(FATAL_ERROR "Use the BUILD_SHARED_LIBS=OFF option to build a static library, STATIC_LIBRARY is no longer a supported option") endif() -find_package(ECM 5.103.0 NO_MODULE) +find_package(ECM 5.104.0 NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) if (NOT ${BUILD_SHARED_LIBS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/cs/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/cs/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/cs/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/cs/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2023-01-30 11:22+0100\n" +"PO-Revision-Date: 2023-02-21 09:39+0100\n" "Last-Translator: Vit Pelcak <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" @@ -11,7 +11,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 22.12.1\n" +"X-Generator: Lokalize 22.12.2\n" "X-Qt-Contexts: true\n" #: controls/AboutItem.qml:128 @@ -35,7 +35,7 @@ #: controls/AboutItem.qml:196 msgctxt "AboutItem|" msgid "Get Involved" -msgstr "PÅidejte se" +msgstr "Zapojte se" #: controls/AboutItem.qml:202 msgctxt "AboutItem|" @@ -50,7 +50,7 @@ #: controls/AboutItem.qml:232 msgctxt "AboutItem|" msgid "Copyright" -msgstr "Copyright" +msgstr "Autorská práva" #: controls/AboutItem.qml:276 msgctxt "AboutItem|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/en_GB/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/en_GB/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/en_GB/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/en_GB/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -4,7 +4,7 @@ "Project-Id-Version: \n" "PO-Revision-Date: 2022-12-31 15:37+0000\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" -"Language-Team: English <kde-i18n-...@kde.org>\n" +"Language-Team: British English <kde-l10n-en...@kde.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/ia/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/ia/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/ia/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/ia/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -1,8 +1,8 @@ -# giovanni <g.s...@tiscali.it>, 2017, 2019, 2020, 2021, 2022. +# giovanni <g.s...@tiscali.it>, 2017, 2019, 2020, 2021, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2022-07-15 11:53+0200\n" +"PO-Revision-Date: 2023-02-08 22:40+0100\n" "Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-...@kde.org>\n" "Language: ia\n" @@ -11,7 +11,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-Qt-Contexts: true\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 22.12.2\n" #: controls/AboutItem.qml:128 #, qt-format @@ -39,15 +39,12 @@ #: controls/AboutItem.qml:202 msgctxt "AboutItem|" msgid "Donate" -msgstr "" +msgstr "Dona" #: controls/AboutItem.qml:219 -#, fuzzy -#| msgctxt "AboutPage|" -#| msgid "Report Bugâ¦" msgctxt "AboutItem|" msgid "Report a Bug" -msgstr "Reporta Bugâ¦" +msgstr "Reporta un bug" #: controls/AboutItem.qml:232 msgctxt "AboutItem|" @@ -148,20 +145,14 @@ msgstr "Contrasigno" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Close" msgctxt "PageRowGlobalToolBarUI|" msgid "Close menu" -msgstr "Claude" +msgstr "Claude menu" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Open" msgctxt "PageRowGlobalToolBarUI|" msgid "Open menu" -msgstr "Aperi" +msgstr "Aperi menu" #: controls/SearchField.qml:94 msgctxt "SearchField|" @@ -176,7 +167,7 @@ #: controls/SearchField.qml:106 msgctxt "SearchField|" msgid "Clear search" -msgstr "" +msgstr "Netta cerca" #: controls/settingscomponents/CategorizedSettings.qml:30 #: controls/settingscomponents/CategorizedSettings.qml:87 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/ja/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/ja/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/ja/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/ja/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -1,6 +1,9 @@ +# Ryuichi Yamada <ryuichi_ya...@outlook.jp>, 2023. msgid "" msgstr "" "Project-Id-Version: libkirigamiplugin_qt\n" +"PO-Revision-Date: 2023-02-22 22:44+0900\n" +"Last-Translator: Ryuichi Yamada <ryuichi_ya...@outlook.jp>\n" "Language-Team: Japanese <kde...@kde.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -10,181 +13,182 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: qtrich\n" "X-Qt-Contexts: true\n" +"X-Generator: Lokalize 22.12.2\n" #: controls/AboutItem.qml:128 #, qt-format msgctxt "AboutItem|" msgid "%1 (%2)" -msgstr "" +msgstr "%1 (%2)" #: controls/AboutItem.qml:137 #, qt-format msgctxt "AboutItem|" msgid "Visit %1's KDE Store page" -msgstr "" +msgstr "%1 ã® KDE Store ãã¼ã¸ã訪ãã" #: controls/AboutItem.qml:146 #, qt-format msgctxt "AboutItem|" msgid "Send an email to %1" -msgstr "" +msgstr "%1 ã«ã¡ã¼ã«ãéã" #: controls/AboutItem.qml:196 msgctxt "AboutItem|" msgid "Get Involved" -msgstr "" +msgstr "åå ãã" #: controls/AboutItem.qml:202 msgctxt "AboutItem|" msgid "Donate" -msgstr "" +msgstr "å¯ä»ãã" #: controls/AboutItem.qml:219 msgctxt "AboutItem|" msgid "Report a Bug" -msgstr "" +msgstr "ãã°ãå ±å" #: controls/AboutItem.qml:232 msgctxt "AboutItem|" msgid "Copyright" -msgstr "" +msgstr "è使¨©ã«ã¤ãã¦" #: controls/AboutItem.qml:276 msgctxt "AboutItem|" msgid "License:" -msgstr "" +msgstr "ã©ã¤ã»ã³ã¹:" #: controls/AboutItem.qml:298 #, qt-format msgctxt "AboutItem|" msgid "License: %1" -msgstr "" +msgstr "ã©ã¤ã»ã³ã¹: %1" #: controls/AboutItem.qml:309 msgctxt "AboutItem|" msgid "Libraries in use" -msgstr "" +msgstr "使ç¨ããã¦ããã©ã¤ãã©ãª" #: controls/AboutItem.qml:339 msgctxt "AboutItem|" msgid "Authors" -msgstr "" +msgstr "ä½è " #: controls/AboutItem.qml:348 msgctxt "AboutItem|" msgid "Show author photos" -msgstr "" +msgstr "ä½è ã®åçã表示" #: controls/AboutItem.qml:379 msgctxt "AboutItem|" msgid "Credits" -msgstr "" +msgstr "ã¯ã¬ã¸ãã" #: controls/AboutItem.qml:392 msgctxt "AboutItem|" msgid "Translators" -msgstr "" +msgstr "翻訳è " #: controls/AboutPage.qml:93 #, qt-format msgctxt "AboutPage|" msgid "About %1" -msgstr "" +msgstr "%1 ã«ã¤ãã¦" #: controls/AbstractApplicationWindow.qml:346 msgctxt "AbstractApplicationWindow|" msgid "Quit" -msgstr "" +msgstr "çµäº" #: controls/ActionToolBar.qml:205 msgctxt "ActionToolBar|" msgid "More Actions" -msgstr "" +msgstr "ãã®ä»ã®ã¢ã¯ã·ã§ã³" #: controls/Avatar.qml:163 #, qt-format msgctxt "Avatar|" msgid "%1 â %2" -msgstr "" +msgstr "%1 â %2" #: controls/Chip.qml:82 msgctxt "Chip|" msgid "Remove Tag" -msgstr "" +msgstr "ã¿ã°ãåé¤" #: controls/ContextDrawer.qml:66 msgctxt "ContextDrawer|" msgid "Actions" -msgstr "" +msgstr "ã¢ã¯ã·ã§ã³" #: controls/GlobalDrawer.qml:494 msgctxt "GlobalDrawer|" msgid "Back" -msgstr "" +msgstr "æ»ã" #: controls/GlobalDrawer.qml:587 msgctxt "GlobalDrawer|" msgid "Close Sidebar" -msgstr "" +msgstr "ãµã¤ããã¼ãéãã" #: controls/GlobalDrawer.qml:590 msgctxt "GlobalDrawer|" msgid "Open Sidebar" -msgstr "" +msgstr "ãµã¤ããã¼ãéã" #: controls/LoadingPlaceholder.qml:54 msgctxt "LoadingPlaceholder|" msgid "Loadingâ¦" -msgstr "" +msgstr "èªã¿è¾¼ã¿ä¸..." #: controls/PasswordField.qml:42 msgctxt "PasswordField|" msgid "Password" -msgstr "" +msgstr "ãã¹ã¯ã¼ã" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 msgctxt "PageRowGlobalToolBarUI|" msgid "Close menu" -msgstr "" +msgstr "ã¡ãã¥ã¼ãéãã" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 msgctxt "PageRowGlobalToolBarUI|" msgid "Open menu" -msgstr "" +msgstr "ã¡ãã¥ã¼ãéã" #: controls/SearchField.qml:94 msgctxt "SearchField|" msgid "Searchâ¦" -msgstr "" +msgstr "æ¤ç´¢..." #: controls/SearchField.qml:96 msgctxt "SearchField|" msgid "Search" -msgstr "" +msgstr "æ¤ç´¢" #: controls/SearchField.qml:106 msgctxt "SearchField|" msgid "Clear search" -msgstr "" +msgstr "æ¤ç´¢ãã¯ãªã¢" #: controls/settingscomponents/CategorizedSettings.qml:30 #: controls/settingscomponents/CategorizedSettings.qml:87 msgctxt "CategorizedSettings|" msgid "Settings" -msgstr "" +msgstr "è¨å®" #: controls/settingscomponents/CategorizedSettings.qml:30 #, qt-format msgctxt "CategorizedSettings|" msgid "Settings â %1" -msgstr "" +msgstr "è¨å® â %1" #. Accessibility text for a page tab. Keep the text as concise as possible and don't use a percent sign. #: controls/swipenavigator/templates/PageTab.qml:38 #, qt-format msgctxt "PageTab|" msgid "Current page. Progress: %1 percent." -msgstr "" +msgstr "ç¾å¨ã®ãã¼ã¸ã§ãã鲿: %1 ãã¼ã»ã³ãã" #. Accessibility text for a page tab. Keep the text as concise as possible. #: controls/swipenavigator/templates/PageTab.qml:41 @@ -197,7 +201,7 @@ #: controls/swipenavigator/templates/PageTab.qml:46 msgctxt "PageTab|" msgid "Current page." -msgstr "" +msgstr "ç¾å¨ã®ãã¼ã¸ã§ãã" #. Accessibility text for a page tab that's requesting the user's attention. Keep the text as concise as possible. #: controls/swipenavigator/templates/PageTab.qml:49 @@ -216,47 +220,47 @@ #: controls/templates/OverlayDrawer.qml:130 msgctxt "OverlayDrawer|" msgid "Close drawer" -msgstr "" +msgstr "ããã¢ãéãã" #: controls/templates/OverlayDrawer.qml:136 msgctxt "OverlayDrawer|" msgid "Open drawer" -msgstr "" +msgstr "ããã¢ãéã" #: controls/templates/private/BackButton.qml:34 msgctxt "BackButton|" msgid "Navigate Back" -msgstr "" +msgstr "æ»ã" #: controls/templates/private/ForwardButton.qml:32 msgctxt "ForwardButton|" msgid "Navigate Forward" -msgstr "" +msgstr "é²ã" #: controls/ToolBarApplicationHeader.qml:115 msgctxt "ToolBarApplicationHeader|" msgid "More Actions" -msgstr "" +msgstr "ãã®ä»ã®ã¢ã¯ã·ã§ã³" #: controls/UrlButton.qml:51 msgctxt "UrlButton|" msgid "Copy Link to Clipboard" -msgstr "" +msgstr "ãªã³ã¯ãã¯ãªãããã¼ãã«ã³ãã¼" #: settings.cpp:220 #, qt-format msgctxt "Settings|" msgid "KDE Frameworks %1" -msgstr "" +msgstr "KDE Frameworks %1" #: settings.cpp:222 #, qt-format msgctxt "Settings|" msgid "The %1 windowing system" -msgstr "" +msgstr "%1 ã¦ã£ã³ãã¦ã·ã¹ãã " #: settings.cpp:223 #, qt-format msgctxt "Settings|" msgid "Qt %2 (built against %3)" -msgstr "" +msgstr "Qt %2 (%3 ãç¨ãã¦ãã«ãããã¾ãã)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/ko/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/ko/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/ko/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/ko/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -1,8 +1,8 @@ -# Shinjo Park <k...@peremen.name>, 2017, 2018, 2019, 2020, 2021, 2022. +# Shinjo Park <k...@peremen.name>, 2017, 2018, 2019, 2020, 2021, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2022-07-13 12:50+0200\n" +"PO-Revision-Date: 2023-03-01 02:06+0100\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" "Language: ko\n" @@ -17,7 +17,7 @@ #, qt-format msgctxt "AboutItem|" msgid "%1 (%2)" -msgstr "%1 (%2)" +msgstr "%1(%2)" #: controls/AboutItem.qml:137 #, qt-format @@ -39,15 +39,12 @@ #: controls/AboutItem.qml:202 msgctxt "AboutItem|" msgid "Donate" -msgstr "" +msgstr "기ë¶í기" #: controls/AboutItem.qml:219 -#, fuzzy -#| msgctxt "AboutPage|" -#| msgid "Report Bugâ¦" msgctxt "AboutItem|" msgid "Report a Bug" -msgstr "ë²ê·¸ ë³´ê³ â¦" +msgstr "ë²ê·¸ ë³´ê³ " #: controls/AboutItem.qml:232 msgctxt "AboutItem|" @@ -148,20 +145,14 @@ msgstr "ìí¸" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Close" msgctxt "PageRowGlobalToolBarUI|" msgid "Close menu" -msgstr "ë«ê¸°" +msgstr "ë©ë´ ë«ê¸°" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Open" msgctxt "PageRowGlobalToolBarUI|" msgid "Open menu" -msgstr "ì´ê¸°" +msgstr "ë©ë´ ì´ê¸°" #: controls/SearchField.qml:94 msgctxt "SearchField|" @@ -176,7 +167,7 @@ #: controls/SearchField.qml:106 msgctxt "SearchField|" msgid "Clear search" -msgstr "" +msgstr "ê²ì ì§ì°ê¸°" #: controls/settingscomponents/CategorizedSettings.qml:30 #: controls/settingscomponents/CategorizedSettings.qml:87 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/nn/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/nn/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/nn/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/nn/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -1,10 +1,10 @@ # Translation of libkirigami2plugin_qt to Norwegian Nynorsk # -# Karl Ove Hufthammer <k...@huftis.org>, 2016, 2018, 2019, 2020, 2021. +# Karl Ove Hufthammer <k...@huftis.org>, 2016, 2018, 2019, 2020, 2021, 2023. msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-03-21 17:44+0100\n" +"PO-Revision-Date: 2023-02-11 15:35+0100\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" "Language: nn\n" @@ -12,7 +12,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 20.12.3\n" +"X-Generator: Lokalize 22.12.2\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: qtrich\n" @@ -22,81 +22,81 @@ #, qt-format msgctxt "AboutItem|" msgid "%1 (%2)" -msgstr "" +msgstr "%1 (%2)" #: controls/AboutItem.qml:137 #, qt-format msgctxt "AboutItem|" msgid "Visit %1's KDE Store page" -msgstr "" +msgstr "GÃ¥ til %1-sida i KDE-butikken" #: controls/AboutItem.qml:146 #, qt-format msgctxt "AboutItem|" msgid "Send an email to %1" -msgstr "" +msgstr "Send e-post til %1" #: controls/AboutItem.qml:196 msgctxt "AboutItem|" msgid "Get Involved" -msgstr "" +msgstr "Vert med" #: controls/AboutItem.qml:202 msgctxt "AboutItem|" msgid "Donate" -msgstr "" +msgstr "Gje pengegÃ¥ve" #: controls/AboutItem.qml:219 msgctxt "AboutItem|" msgid "Report a Bug" -msgstr "" +msgstr "Meld frÃ¥ om feil" #: controls/AboutItem.qml:232 msgctxt "AboutItem|" msgid "Copyright" -msgstr "" +msgstr "Opphavsrett" #: controls/AboutItem.qml:276 msgctxt "AboutItem|" msgid "License:" -msgstr "" +msgstr "Lisens:" #: controls/AboutItem.qml:298 #, qt-format msgctxt "AboutItem|" msgid "License: %1" -msgstr "" +msgstr "Lisens: %1" #: controls/AboutItem.qml:309 msgctxt "AboutItem|" msgid "Libraries in use" -msgstr "" +msgstr "Brukte bibliotek" #: controls/AboutItem.qml:339 msgctxt "AboutItem|" msgid "Authors" -msgstr "" +msgstr "Forfattarar" #: controls/AboutItem.qml:348 msgctxt "AboutItem|" msgid "Show author photos" -msgstr "" +msgstr "Vis forfattarbilete" #: controls/AboutItem.qml:379 msgctxt "AboutItem|" msgid "Credits" -msgstr "" +msgstr "Kreditering" #: controls/AboutItem.qml:392 msgctxt "AboutItem|" msgid "Translators" -msgstr "" +msgstr "Omsetjarar" #: controls/AboutPage.qml:93 #, qt-format msgctxt "AboutPage|" msgid "About %1" -msgstr "" +msgstr "Om %1" #: controls/AbstractApplicationWindow.qml:346 msgctxt "AbstractApplicationWindow|" @@ -117,7 +117,7 @@ #: controls/Chip.qml:82 msgctxt "Chip|" msgid "Remove Tag" -msgstr "" +msgstr "Fjern merkelapp" #: controls/ContextDrawer.qml:66 msgctxt "ContextDrawer|" @@ -137,12 +137,12 @@ #: controls/GlobalDrawer.qml:590 msgctxt "GlobalDrawer|" msgid "Open Sidebar" -msgstr "" +msgstr "Opna sidestolpe" #: controls/LoadingPlaceholder.qml:54 msgctxt "LoadingPlaceholder|" msgid "Loadingâ¦" -msgstr "" +msgstr "Lastar â¦" #: controls/PasswordField.qml:42 msgctxt "PasswordField|" @@ -152,17 +152,17 @@ #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 msgctxt "PageRowGlobalToolBarUI|" msgid "Close menu" -msgstr "" +msgstr "Lukk meny" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 msgctxt "PageRowGlobalToolBarUI|" msgid "Open menu" -msgstr "" +msgstr "Opna meny" #: controls/SearchField.qml:94 msgctxt "SearchField|" msgid "Searchâ¦" -msgstr "" +msgstr "Søk â¦" #: controls/SearchField.qml:96 msgctxt "SearchField|" @@ -172,63 +172,63 @@ #: controls/SearchField.qml:106 msgctxt "SearchField|" msgid "Clear search" -msgstr "" +msgstr "Tøm søkjefelt" #: controls/settingscomponents/CategorizedSettings.qml:30 #: controls/settingscomponents/CategorizedSettings.qml:87 msgctxt "CategorizedSettings|" msgid "Settings" -msgstr "" +msgstr "Innstillingar" #: controls/settingscomponents/CategorizedSettings.qml:30 #, qt-format msgctxt "CategorizedSettings|" msgid "Settings â %1" -msgstr "" +msgstr "Innstillingar â %1" #. Accessibility text for a page tab. Keep the text as concise as possible and don't use a percent sign. #: controls/swipenavigator/templates/PageTab.qml:38 #, qt-format msgctxt "PageTab|" msgid "Current page. Progress: %1 percent." -msgstr "" +msgstr "Gjeldande side. Framgang: %1 prosent." #. Accessibility text for a page tab. Keep the text as concise as possible. #: controls/swipenavigator/templates/PageTab.qml:41 #, qt-format msgctxt "PageTab|" msgid "Navigate to %1. Progress: %2 percent." -msgstr "" +msgstr "GÃ¥ til %1. Framgang: %2 prosent." #. Accessibility text for a page tab. Keep the text as concise as possible. #: controls/swipenavigator/templates/PageTab.qml:46 msgctxt "PageTab|" msgid "Current page." -msgstr "" +msgstr "Gjeldande side." #. Accessibility text for a page tab that's requesting the user's attention. Keep the text as concise as possible. #: controls/swipenavigator/templates/PageTab.qml:49 #, qt-format msgctxt "PageTab|" msgid "Navigate to %1. Demanding attention." -msgstr "" +msgstr "GÃ¥ til %1. Ber om merksemd." #. Accessibility text for a page tab that's requesting the user's attention. Keep the text as concise as possible. #: controls/swipenavigator/templates/PageTab.qml:52 #, qt-format msgctxt "PageTab|" msgid "Navigate to %1." -msgstr "" +msgstr "GÃ¥ til %1." #: controls/templates/OverlayDrawer.qml:130 msgctxt "OverlayDrawer|" msgid "Close drawer" -msgstr "" +msgstr "Lukk skuff" #: controls/templates/OverlayDrawer.qml:136 msgctxt "OverlayDrawer|" msgid "Open drawer" -msgstr "" +msgstr "Opna skuff" #: controls/templates/private/BackButton.qml:34 msgctxt "BackButton|" @@ -248,7 +248,7 @@ #: controls/UrlButton.qml:51 msgctxt "UrlButton|" msgid "Copy Link to Clipboard" -msgstr "" +msgstr "Kopier lenkja til utklippstavla" #: settings.cpp:220 #, qt-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/pl/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/pl/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/pl/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/pl/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -1,8 +1,8 @@ -# Åukasz WojniÅowicz <lukasz.wojnilow...@gmail.com>, 2016, 2017, 2018, 2019, 2021, 2022. +# Åukasz WojniÅowicz <lukasz.wojnilow...@gmail.com>, 2016, 2017, 2018, 2019, 2021, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2022-07-31 08:55+0200\n" +"PO-Revision-Date: 2023-02-12 09:20+0100\n" "Last-Translator: Åukasz WojniÅowicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" "Language: pl\n" @@ -12,7 +12,7 @@ "X-Qt-Contexts: true\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 22.03.70\n" +"X-Generator: Lokalize 22.12.2\n" #: controls/AboutItem.qml:128 #, qt-format @@ -40,15 +40,12 @@ #: controls/AboutItem.qml:202 msgctxt "AboutItem|" msgid "Donate" -msgstr "" +msgstr "Darowizna" #: controls/AboutItem.qml:219 -#, fuzzy -#| msgctxt "AboutPage|" -#| msgid "Report Bugâ¦" msgctxt "AboutItem|" msgid "Report a Bug" -msgstr "ZgÅoÅ bÅÄ d..." +msgstr "ZgÅoÅ bÅÄ d" #: controls/AboutItem.qml:232 msgctxt "AboutItem|" @@ -149,25 +146,19 @@ msgstr "HasÅo" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Close" msgctxt "PageRowGlobalToolBarUI|" msgid "Close menu" -msgstr "Zamknij" +msgstr "Zamknij menu" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Open" msgctxt "PageRowGlobalToolBarUI|" msgid "Open menu" -msgstr "Otwórz" +msgstr "Otwórz menu" #: controls/SearchField.qml:94 msgctxt "SearchField|" msgid "Searchâ¦" -msgstr "Szukaj..." +msgstr "Poszukaj..." #: controls/SearchField.qml:96 msgctxt "SearchField|" @@ -177,7 +168,7 @@ #: controls/SearchField.qml:106 msgctxt "SearchField|" msgid "Clear search" -msgstr "" +msgstr "WyczyÅÄ wyszukiwanie" #: controls/settingscomponents/CategorizedSettings.qml:30 #: controls/settingscomponents/CategorizedSettings.qml:87 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/ru/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/ru/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/ru/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/ru/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -1,10 +1,10 @@ # Alexander Potashev <aspotas...@gmail.com>, 2016, 2017, 2019. # Alexander Yavorsky <kekc...@gmail.com>, 2019, 2020, 2021. -# ÐаÑÐ¸Ñ Ð¨Ð¸ÐºÑнова <translation-t...@basealt.ru>, 2022. +# ÐаÑÐ¸Ñ Ð¨Ð¸ÐºÑнова <translation-t...@basealt.ru>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2022-11-17 12:50+0300\n" +"PO-Revision-Date: 2023-02-08 10:35+0300\n" "Last-Translator: Olesya Gerasimenko <translation-t...@basealt.ru>\n" "Language-Team: Basealt Translation Team\n" "Language: ru\n" @@ -14,7 +14,7 @@ "X-Qt-Contexts: true\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 22.04.3\n" +"X-Generator: Lokalize 22.08.3\n" #: controls/AboutItem.qml:128 #, qt-format @@ -148,20 +148,14 @@ msgstr "ÐаÑолÑ" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Close" msgctxt "PageRowGlobalToolBarUI|" msgid "Close menu" -msgstr "ÐакÑÑÑÑ" +msgstr "ÐакÑÑÑÑ Ð¼ÐµÐ½Ñ" #: controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml:70 -#, fuzzy -#| msgctxt "OverlayDrawer|" -#| msgid "Open" msgctxt "PageRowGlobalToolBarUI|" msgid "Open menu" -msgstr "ÐÑкÑÑÑÑ" +msgstr "ÐÑкÑÑÑÑ Ð¼ÐµÐ½Ñ" #: controls/SearchField.qml:94 msgctxt "SearchField|" @@ -176,7 +170,7 @@ #: controls/SearchField.qml:106 msgctxt "SearchField|" msgid "Clear search" -msgstr "" +msgstr "ÐÑиÑÑиÑÑ Ð¿Ð¾Ð¸Ñк" #: controls/settingscomponents/CategorizedSettings.qml:30 #: controls/settingscomponents/CategorizedSettings.qml:87 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/poqm/zh_CN/libkirigami2plugin_qt.po new/kirigami2-5.104.0/poqm/zh_CN/libkirigami2plugin_qt.po --- old/kirigami2-5.103.0/poqm/zh_CN/libkirigami2plugin_qt.po 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/poqm/zh_CN/libkirigami2plugin_qt.po 2023-03-04 11:04:48.000000000 +0100 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2023-01-12 10:30\n" +"PO-Revision-Date: 2023-02-24 12:43\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -36,7 +36,7 @@ #: controls/AboutItem.qml:196 msgctxt "AboutItem|" msgid "Get Involved" -msgstr "åä¸å·¥ä½" +msgstr "åä¸è´¡ç®" #: controls/AboutItem.qml:202 msgctxt "AboutItem|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/BasicListItem.qml new/kirigami2-5.104.0/src/controls/BasicListItem.qml --- old/kirigami2-5.103.0/src/controls/BasicListItem.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/BasicListItem.qml 2023-03-04 11:04:48.000000000 +0100 @@ -316,7 +316,7 @@ Layout.maximumHeight: size Layout.minimumWidth: size Layout.maximumWidth: size - selected: (listItem.highlighted || listItem.checked || listItem.pressed) + selected: (listItem.highlighted || listItem.checked || listItem.down) opacity: listItem.fadeContent ? 0.6 : 1.0 visible: source !== undefined } @@ -330,7 +330,7 @@ text: listItem.text Layout.fillWidth: true Layout.alignment: subtitleItem.visible ? Qt.AlignLeft | Qt.AlignBottom : Qt.AlignLeft | Qt.AlignVCenter - color: (listItem.highlighted || listItem.checked || listItem.pressed) ? listItem.activeTextColor : listItem.textColor + color: (listItem.highlighted || listItem.checked || listItem.down) ? listItem.activeTextColor : listItem.textColor elide: Text.ElideRight font.weight: listItem.bold ? Font.Bold : Font.Normal opacity: listItem.fadeContent ? 0.6 : 1.0 @@ -339,7 +339,7 @@ id: subtitleItem Layout.fillWidth: true Layout.alignment: subtitleItem.visible ? Qt.AlignLeft | Qt.AlignTop : Qt.AlignLeft | Qt.AlignVCenter - color: (listItem.highlighted || listItem.checked || listItem.pressed) ? listItem.activeTextColor : listItem.textColor + color: (listItem.highlighted || listItem.checked || listItem.down) ? listItem.activeTextColor : listItem.textColor elide: Text.ElideRight font: Kirigami.Theme.smallFont opacity: listItem.fadeContent ? 0.6 : (listItem.bold ? 0.9 : 0.7) @@ -358,7 +358,7 @@ } return txt; } - QQC2.ToolTip.visible: QQC2.ToolTip.text.length > 0 && (Kirigami.Settings.tabletMode ? listItem.pressed : listItem.hovered) + QQC2.ToolTip.visible: QQC2.ToolTip.text.length > 0 && (Kirigami.Settings.tabletMode ? listItem.down : listItem.hovered) QQC2.ToolTip.delay: Kirigami.Settings.tabletMode ? Qt.styleHints.mousePressAndHoldInterval : Kirigami.Units.toolTipDelay } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/Dialog.qml new/kirigami2-5.104.0/src/controls/Dialog.qml --- old/kirigami2-5.103.0/src/controls/Dialog.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/Dialog.qml 2023-03-04 11:04:48.000000000 +0100 @@ -453,6 +453,8 @@ contentItem: RowLayout { spacing: parent.spacing + // Don't let user interact with footer during transitions + enabled: root.opened Loader { id: leadingLoader diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/NavigationTabButton.qml new/kirigami2-5.104.0/src/controls/NavigationTabButton.qml --- old/kirigami2-5.103.0/src/controls/NavigationTabButton.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/NavigationTabButton.qml 2023-03-04 11:04:48.000000000 +0100 @@ -142,9 +142,9 @@ anchors.centerIn: parent radius: Kirigami.Units.smallSpacing - color: control.pressed ? pressedColor : (control.checked || hoverHandler.hovered ? hoverSelectColor : "transparent") + color: control.down ? pressedColor : (control.checked || hoverHandler.hovered ? hoverSelectColor : "transparent") - border.color: control.checked ? checkedBorderColor : (control.pressed ? pressedBorderColor : color) + border.color: control.checked ? checkedBorderColor : (control.down ? pressedBorderColor : color) border.width: 1 Behavior on color { ColorAnimation { duration: Kirigami.Units.shortDuration } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/private/ContextDrawerActionItem.qml new/kirigami2-5.104.0/src/controls/private/ContextDrawerActionItem.qml --- old/kirigami2-5.103.0/src/controls/private/ContextDrawerActionItem.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/private/ContextDrawerActionItem.qml 2023-03-04 11:04:48.000000000 +0100 @@ -70,7 +70,7 @@ isMask: true Layout.alignment: Qt.AlignVCenter Layout.preferredHeight: Kirigami.Units.iconSizes.small/2 - selected: listItem.checked || listItem.pressed + selected: listItem.checked || listItem.down Layout.preferredWidth: Layout.preferredHeight source: "go-up-symbolic" visible: !isExpandible && !listItem.isSeparator && modelData.children!== undefined && modelData.children.length > 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/private/DefaultChipBackground.qml new/kirigami2-5.104.0/src/controls/private/DefaultChipBackground.qml --- old/kirigami2-5.103.0/src/controls/private/DefaultChipBackground.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/private/DefaultChipBackground.qml 2023-03-04 11:04:48.000000000 +0100 @@ -9,7 +9,7 @@ Rectangle { /** * @brief This property holds the color of the Chip's background when it is being pressed. - * @see QtQuick.AbstractButton::pressed + * @see QtQuick.AbstractButton::down */ property color pressedColor: Qt.rgba(Kirigami.Theme.highlightColor.r, Kirigami.Theme.highlightColor.g, Kirigami.Theme.highlightColor.b, 0.3) @@ -27,15 +27,15 @@ /** * @brief This property holds the color of the Chip's border when it is being pressed. - * @see QtQuick.AbstractButton::pressed + * @see QtQuick.AbstractButton::down */ property color pressedBorderColor: Qt.rgba(Kirigami.Theme.highlightColor.r, Kirigami.Theme.highlightColor.g, Kirigami.Theme.highlightColor.b, 0.9) Kirigami.Theme.colorSet:Kirigami.Theme.Header Kirigami.Theme.inherit: false - color: parent.pressed ? pressedColor : (parent.checked ? hoverSelectColor : Kirigami.Theme.backgroundColor) - border.color: parent.pressed ? checkedBorderColor : (parent.checked ? pressedBorderColor : Qt.darker(Kirigami.Theme.backgroundColor, 1.1)) + color: parent.down ? pressedColor : (parent.checked ? hoverSelectColor : Kirigami.Theme.backgroundColor) + border.color: parent.down ? checkedBorderColor : (parent.checked ? pressedBorderColor : Qt.darker(Kirigami.Theme.backgroundColor, 1.1)) border.width: 1 radius: 3 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/private/DefaultListItemBackground.qml new/kirigami2-5.104.0/src/controls/private/DefaultListItemBackground.qml --- old/kirigami2-5.103.0/src/controls/private/DefaultListItemBackground.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/private/DefaultListItemBackground.qml 2023-03-04 11:04:48.000000000 +0100 @@ -12,7 +12,7 @@ color: { if (listItem.alternatingBackground && index % 2) return listItem.alternateBackgroundColor - else if (listItem.checked || listItem.highlighted || (listItem.pressed && !listItem.checked && !listItem.sectionDelegate)) + else if (listItem.checked || listItem.highlighted || (listItem.down && !listItem.checked && !listItem.sectionDelegate)) return listItem.activeBackgroundColor return listItem.backgroundColor } @@ -24,9 +24,9 @@ visible: !Kirigami.Settings.tabletMode && listItem.hoverEnabled color: listItem.activeBackgroundColor opacity: { - if ((listItem.highlighted || listItem.ListView.isCurrentItem) && !listItem.pressed) { + if ((listItem.highlighted || listItem.ListView.isCurrentItem) && !listItem.down) { return .6 - } else if (listItem.hovered && !listItem.pressed) { + } else if (listItem.hovered && !listItem.down) { return .3 } else { return 0 @@ -44,7 +44,7 @@ } visible: { // Whether there is visual feedback (do not show the separator) - const visualFeedback = listItem.highlighted || listItem.pressed || listItem.checked || listItem.ListView.isCurrentItem + const visualFeedback = listItem.highlighted || listItem.down || listItem.checked || listItem.ListView.isCurrentItem // Show the separator when activeBackgroundColor is set to "transparent", // when the item is hovered. Check commit 344aec26. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/private/GlobalDrawerActionItem.qml new/kirigami2-5.104.0/src/controls/private/GlobalDrawerActionItem.qml --- old/kirigami2-5.103.0/src/controls/private/GlobalDrawerActionItem.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/private/GlobalDrawerActionItem.qml 2023-03-04 11:04:48.000000000 +0100 @@ -35,7 +35,7 @@ Layout.maximumHeight: size Layout.minimumWidth: size Layout.maximumWidth: size - selected: (listItem.highlighted || listItem.checked || listItem.pressed) + selected: (listItem.highlighted || listItem.checked || listItem.down) visible: source !== undefined } @@ -44,7 +44,7 @@ text: width > height * 2 ? listItem.Kirigami.MnemonicData.mnemonicLabel : "" Layout.fillWidth: true mnemonicVisible: listItem.Kirigami.MnemonicData.active - color: (listItem.highlighted || listItem.checked || listItem.pressed) ? listItem.activeTextColor : listItem.textColor + color: (listItem.highlighted || listItem.checked || listItem.down) ? listItem.activeTextColor : listItem.textColor elide: Text.ElideRight font: listItem.font opacity: { @@ -81,7 +81,7 @@ Layout.leftMargin: !root.collapsed ? 0 : -width Layout.preferredHeight: !root.collapsed ? Kirigami.Units.iconSizes.small : Kirigami.Units.iconSizes.small/2 opacity: 0.7 - selected: listItem.checked || listItem.pressed + selected: listItem.checked || listItem.down Layout.preferredWidth: Layout.preferredHeight source: (LayoutMirroring.enabled ? "go-next-symbolic-rtl" : "go-next-symbolic") visible: (!isExpandible || root.collapsed) && !listItem.isSeparator && modelData.hasOwnProperty("children") && modelData.children!==undefined && modelData.children.length > 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/templates/OverlayDrawer.qml new/kirigami2-5.104.0/src/controls/templates/OverlayDrawer.qml --- old/kirigami2-5.103.0/src/controls/templates/OverlayDrawer.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/templates/OverlayDrawer.qml 2023-03-04 11:04:48.000000000 +0100 @@ -384,7 +384,7 @@ //BEGIN signal handlers onCollapsedChanged: { - if (Kirigami.SettingsisMobile) { + if (Kirigami.Settings.isMobile) { collapsed = false; } if (!__internal.completed) { @@ -395,7 +395,7 @@ } } onCollapsibleChanged: { - if (Kirigami.SettingsisMobile) { + if (Kirigami.Settings.isMobile) { collapsible = false; } if (!__internal.completed) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/src/controls/templates/SwipeListItem.qml new/kirigami2-5.104.0/src/controls/templates/SwipeListItem.qml --- old/kirigami2-5.103.0/src/controls/templates/SwipeListItem.qml 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/src/controls/templates/SwipeListItem.qml 2023-03-04 11:04:48.000000000 +0100 @@ -373,7 +373,7 @@ Kirigami.Icon { id: handleIcon anchors.fill: parent - selected: listItem.checked || (listItem.pressed && !listItem.checked && !listItem.sectionDelegate) + selected: listItem.checked || (listItem.down && !listItem.checked && !listItem.sectionDelegate) source: (LayoutMirroring.enabled ? (listItem.background.x < listItem.background.width/2 ? "overflow-menu-right" : "overflow-menu-left") : (listItem.background.x < -listItem.background.width/2 ? "overflow-menu-right" : "overflow-menu-left")) } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kirigami2-5.103.0/templates/kirigami/kirigami.kdevtemplate new/kirigami2-5.104.0/templates/kirigami/kirigami.kdevtemplate --- old/kirigami2-5.103.0/templates/kirigami/kirigami.kdevtemplate 2023-02-05 10:23:12.000000000 +0100 +++ new/kirigami2-5.104.0/templates/kirigami/kirigami.kdevtemplate 2023-03-04 11:04:48.000000000 +0100 @@ -13,6 +13,7 @@ Name[eu]=Kirigami aplikazioa Name[fi]=Kirigami-sovellus Name[fr]=Application Kirigami +Name[ia]=Application de Kirigami Name[it]=Applicazione Kirigami Name[ka]=áááááááªáá Kirigami Name[ko]=Kirigami íë¡ê·¸ë¨ @@ -41,6 +42,7 @@ Comment[eu]=«Qt Quick Controls 2» eta Kirigami erabiltzen dituen aplikazio konbergente bat Comment[fi]=Qt Quick Controls 2:ta ja Kirigamia käyttävä mukautuva sovellus Comment[fr]=Une application convergente utilisant les modules « Qt QuickControls2 » et Kirigami +Comment[ia]=Application convergente usante Controlos Rapide de QT e Kirigami Comment[it]=Applicazione convergente che utilizza Qt Quick Controls 2 e Kirigami Comment[ka]=áááááá áááá¢á£áá áá ááá ááá Qt Quick Controls 2-áá¡ áá Kirigami-áá¡ ááááá§áááááá Comment[ko]=Qt Quick Controls 2ì Kirigami를 ì¬ì©íë íµí©í íë¡ê·¸ë¨