Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qmlkonsole for openSUSE:Factory checked in at 2025-12-15 11:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qmlkonsole (Old) and /work/SRC/openSUSE:Factory/.qmlkonsole.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qmlkonsole" Mon Dec 15 11:56:01 2025 rev:32 rq:1322518 version:25.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qmlkonsole/qmlkonsole.changes 2025-11-08 16:35:53.639634420 +0100 +++ /work/SRC/openSUSE:Factory/.qmlkonsole.new.1939/qmlkonsole.changes 2025-12-15 12:02:32.109766713 +0100 @@ -1,0 +2,19 @@ +Sat Dec 6 11:41:17 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.12.0/ +- Changes since 25.11.80: + * Don't pad title button too much + +------------------------------------------------------------------- +Sat Nov 15 19:57:21 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.11.80 + * New feature release +- Changes since 25.08.3: + * Fix tab close button UI + * Fix settings dialogs not opening properly, and dimensions + +------------------------------------------------------------------- Old: ---- qmlkonsole-25.08.3.tar.xz qmlkonsole-25.08.3.tar.xz.sig New: ---- qmlkonsole-25.12.0.tar.xz qmlkonsole-25.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qmlkonsole.spec ++++++ --- /var/tmp/diff_new_pack.Nydsnx/_old 2025-12-15 12:02:32.689791086 +0100 +++ /var/tmp/diff_new_pack.Nydsnx/_new 2025-12-15 12:02:32.689791086 +0100 @@ -16,12 +16,12 @@ # -%define kf6_version 6.14.0 -%define qt6_version 6.8.0 +%define kf6_version 6.19.0 +%define qt6_version 6.9.0 %bcond_without released Name: qmlkonsole -Version: 25.08.3 +Version: 25.12.0 Release: 0 Summary: Terminal application License: GPL-2.0-or-later ++++++ qmlkonsole-25.08.3.tar.xz -> qmlkonsole-25.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/.flatpak-manifest.json new/qmlkonsole-25.12.0/.flatpak-manifest.json --- old/qmlkonsole-25.08.3/.flatpak-manifest.json 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/.flatpak-manifest.json 2025-12-04 00:20:16.000000000 +0100 @@ -1,7 +1,7 @@ { "id": "org.kde.qmlkonsole", "runtime": "org.kde.Platform", - "runtime-version": "6.9", + "runtime-version": "6.10", "sdk": "org.kde.Sdk", "command": "qmlkonsole", "tags": [ @@ -16,6 +16,22 @@ "--device=dri", "--talk-name=org.freedesktop.Flatpak" ], + "cleanup": [ + "*.a", + "*.la", + "/doc", + "/docs", + "/include", + "/lib/cmake", + "/lib/pkgconfig", + "/lib/x86_64-linux-gnu/cmake", + "/lib/x86_64-linux-gnu/pkgconfig", + "/man", + "/share/cmake", + "/share/doc", + "/share/man", + "/share/pkgconfig" + ], "separate-locales": false, "sdk-extensions": [ "org.freedesktop.Sdk.Extension.golang" @@ -60,16 +76,6 @@ ] }, { - "name": "kirigami-addons", - "config-opts": [ - "-DBUILD_TESTING=OFF" - ], - "buildsystem": "cmake-ninja", - "sources": [ - { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "master" } - ] - }, - { "name": "qmlkonsole", "buildsystem": "cmake-ninja", "builddir": true, @@ -82,13 +88,7 @@ "path": ".", "skip": [ ".git" - ], - "x-checker-data": { - "type": "anitya", - "project-id": 326638, - "stable-only": true, - "url-template": "https://download.kde.org/stable/plasma-mobile/$version/qmlkonsole-$version.tar.xz" - } + ] } ] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/CMakeLists.txt new/qmlkonsole-25.12.0/CMakeLists.txt --- old/qmlkonsole-25.08.3/CMakeLists.txt 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/CMakeLists.txt 2025-12-04 00:20:16.000000000 +0100 @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.16) set(RELEASE_SERVICE_VERSION_MAJOR "25") -set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MINOR "12") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(qmlkonsole VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/org.kde.qmlkonsole.appdata.xml new/qmlkonsole-25.12.0/org.kde.qmlkonsole.appdata.xml --- old/qmlkonsole-25.08.3/org.kde.qmlkonsole.appdata.xml 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/org.kde.qmlkonsole.appdata.xml 2025-12-04 00:20:16.000000000 +0100 @@ -253,6 +253,7 @@ </screenshots> <launchable type="desktop-id">org.kde.qmlkonsole.desktop</launchable> <releases> + <release version="25.12.0" date="2025-12-11"/> <release version="25.08.3" date="2025-11-06"/> <release version="25.08.2" date="2025-10-09"/> <release version="25.08.1" date="2025-09-11"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ar/qmlkonsole.po new/qmlkonsole-25.12.0/po/ar/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ar/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ar/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-05 12:09+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ast/qmlkonsole.po new/qmlkonsole-25.12.0/po/ast/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ast/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ast/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2023-11-05 01:40+0100\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ca/qmlkonsole.po new/qmlkonsole-25.12.0/po/ca/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ca/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ca/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-29 13:57+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ca@valencia/qmlkonsole.po new/qmlkonsole-25.12.0/po/ca@valencia/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ca@valencia/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ca@valencia/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-29 13:57+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/cs/qmlkonsole.po new/qmlkonsole-25.12.0/po/cs/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/cs/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/cs/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2024-07-03 10:44+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/de/qmlkonsole.po new/qmlkonsole-25.12.0/po/de/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/de/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/de/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2023-04-03 17:04+0200\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/en_GB/qmlkonsole.po new/qmlkonsole-25.12.0/po/en_GB/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/en_GB/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/en_GB/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2024-06-29 11:31+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/eo/qmlkonsole.po new/qmlkonsole-25.12.0/po/eo/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/eo/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/eo/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2024-06-29 10:05+0200\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/es/qmlkonsole.po new/qmlkonsole-25.12.0/po/es/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/es/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/es/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-30 01:40+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/eu/qmlkonsole.po new/qmlkonsole-25.12.0/po/eu/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/eu/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/eu/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-14 22:26+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/fi/qmlkonsole.po new/qmlkonsole-25.12.0/po/fi/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/fi/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/fi/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-05-31 10:57+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/fr/qmlkonsole.po new/qmlkonsole-25.12.0/po/fr/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/fr/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/fr/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-30 11:12+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <French <[email protected]>>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/gl/qmlkonsole.po new/qmlkonsole-25.12.0/po/gl/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/gl/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/gl/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-05-03 07:06+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Proxecto Trasno ([email protected])\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/he/qmlkonsole.po new/qmlkonsole-25.12.0/po/he/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/he/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/he/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-30 07:48+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/hi/qmlkonsole.po new/qmlkonsole-25.12.0/po/hi/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/hi/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/hi/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2021-09-17 20:09+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/hu/qmlkonsole.po new/qmlkonsole-25.12.0/po/hu/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/hu/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/hu/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-27 22:23+0200\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ia/qmlkonsole.po new/qmlkonsole-25.12.0/po/ia/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ia/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ia/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-02 16:55+0200\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/it/qmlkonsole.po new/qmlkonsole-25.12.0/po/it/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/it/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/it/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-05-24 16:57+0200\n" "Last-Translator: Paolo Zamponi <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ja/qmlkonsole.po new/qmlkonsole-25.12.0/po/ja/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ja/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ja/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2020-06-13 17:20-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ka/qmlkonsole.po new/qmlkonsole-25.12.0/po/ka/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ka/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ka/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-29 02:33+0100\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ko/qmlkonsole.po new/qmlkonsole-25.12.0/po/ko/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ko/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ko/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-07 00:35+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/lt/qmlkonsole.po new/qmlkonsole-25.12.0/po/lt/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/lt/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/lt/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2020-08-13 02:28+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/nl/qmlkonsole.po new/qmlkonsole-25.12.0/po/nl/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/nl/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/nl/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-29 13:35+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/nn/qmlkonsole.po new/qmlkonsole-25.12.0/po/nn/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/nn/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/nn/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2024-07-06 14:32+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/pa/qmlkonsole.po new/qmlkonsole-25.12.0/po/pa/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/pa/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/pa/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2024-01-01 08:29-0600\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/pl/qmlkonsole.po new/qmlkonsole-25.12.0/po/pl/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/pl/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/pl/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-10-25 09:38+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: pl\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/pt/qmlkonsole.po new/qmlkonsole-25.12.0/po/pt/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/pt/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/pt/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2022-12-24 07:23+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/pt_BR/qmlkonsole.po new/qmlkonsole-25.12.0/po/pt_BR/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/pt_BR/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/pt_BR/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -4,12 +4,11 @@ # Luiz Fernando Ranghetti <[email protected]>, 2020, 2021, 2022, 2023, 2024. # SPDX-FileCopyrightText: 2023, 2025 Geraldo Simiao <[email protected]> # SPDX-FileCopyrightText: 2025 Guilherme Marçal Silva <[email protected]> -# SPDX-FileCopyrightText: 2025 Marcus Gama <[email protected]> msgid "" msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-07-31 11:16-0300\n" "Last-Translator: Geraldo Simiao <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -133,7 +132,7 @@ #: contents/ui/SettingsComponent.qml:257 #, kde-format msgid "Always Show Keyboard Modifier Buttons" -msgstr "Sempre mostrar os botões de modificação do teclado" +msgstr "Sempre mostrar botões modificadores do teclado" #: contents/ui/SettingsDialog.qml:17 contents/ui/SettingsPage.qml:16 #: contents/ui/TerminalPage.qml:249 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ro/qmlkonsole.po new/qmlkonsole-25.12.0/po/ro/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ro/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ro/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2022-02-16 10:33+0000\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ru/qmlkonsole.po new/qmlkonsole-25.12.0/po/ru/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ru/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ru/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-06-30 15:24+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/sa/qmlkonsole.po new/qmlkonsole-25.12.0/po/sa/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/sa/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/sa/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2024-12-24 20:39+0530\n" "Last-Translator: kali <[email protected]>\n" "Language-Team: Sanskrit <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/sk/qmlkonsole.po new/qmlkonsole-25.12.0/po/sk/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/sk/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/sk/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2022-04-15 19:17+0200\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/sl/qmlkonsole.po new/qmlkonsole-25.12.0/po/sl/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/sl/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/sl/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-29 11:24+0100\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/sv/qmlkonsole.po new/qmlkonsole-25.12.0/po/sv/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/sv/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/sv/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-03 22:41+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/ta/qmlkonsole.po new/qmlkonsole-25.12.0/po/ta/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/ta/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/ta/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-13 18:17+0530\n" "Last-Translator: Kishore G <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/tr/qmlkonsole.po new/qmlkonsole-25.12.0/po/tr/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/tr/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/tr/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -6,16 +6,16 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" -"PO-Revision-Date: 2025-03-29 14:43+0300\n" -"Last-Translator: Emir SARI <[email protected]>\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" +"PO-Revision-Date: 2025-09-04 14:58+0300\n" +"Last-Translator: Emir SARI <emir_sari@îcloud.com>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 25.07.70\n" +"X-Generator: Lokalize 25.08.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -115,7 +115,7 @@ #: contents/ui/SettingsComponent.qml:180 #, kde-format msgid "Font Size" -msgstr "Yazıtipi Boyutu" +msgstr "Yazıtipi Puntosu" #: contents/ui/SettingsComponent.qml:205 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/uk/qmlkonsole.po new/qmlkonsole-25.12.0/po/uk/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/uk/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/uk/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-03-29 12:26+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/zh_CN/qmlkonsole.po new/qmlkonsole-25.12.0/po/zh_CN/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/zh_CN/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/zh_CN/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/po/zh_TW/qmlkonsole.po new/qmlkonsole-25.12.0/po/zh_TW/qmlkonsole.po --- old/qmlkonsole-25.08.3/po/zh_TW/qmlkonsole.po 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/po/zh_TW/qmlkonsole.po 2025-12-04 00:20:16.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-07-11 02:38+0000\n" +"POT-Creation-Date: 2025-11-17 14:42+0000\n" "PO-Revision-Date: 2025-04-07 13:30+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-25.08.3/src/contents/ui/TerminalPage.qml new/qmlkonsole-25.12.0/src/contents/ui/TerminalPage.qml --- old/qmlkonsole-25.08.3/src/contents/ui/TerminalPage.qml 2025-11-01 20:03:02.000000000 +0100 +++ new/qmlkonsole-25.12.0/src/contents/ui/TerminalPage.qml 2025-12-04 00:20:16.000000000 +0100 @@ -53,8 +53,8 @@ // switch tab button titleDelegate: ToolButton { - Layout.fillHeight: true onClicked: selectTabDialog.open() + padding: Kirigami.Units.smallSpacing contentItem: RowLayout { spacing: 0 Kirigami.Heading {
