Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package telly-skout for openSUSE:Factory 
checked in at 2024-03-11 15:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telly-skout (Old)
 and      /work/SRC/openSUSE:Factory/.telly-skout.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telly-skout"

Mon Mar 11 15:31:45 2024 rev:10 rq:1151098 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/telly-skout/telly-skout.changes  2023-12-09 
22:57:01.387917350 +0100
+++ /work/SRC/openSUSE:Factory/.telly-skout.new.1770/telly-skout.changes        
2024-03-11 15:37:53.147151390 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:01:09 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:10:17 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

Old:
----
  telly-skout-23.08.4.tar.xz
  telly-skout-23.08.4.tar.xz.sig

New:
----
  telly-skout-24.02.0.tar.xz
  telly-skout-24.02.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ telly-skout.spec ++++++
--- /var/tmp/diff_new_pack.c4jmZ5/_old  2024-03-11 15:37:53.639169509 +0100
+++ /var/tmp/diff_new_pack.c4jmZ5/_new  2024-03-11 15:37:53.639169509 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package telly-skout
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2021, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,32 +17,39 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           telly-skout
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Kirigami TV guide
 License:        LGPL-2.1-or-later
 URL:            https://apps.kde.org/telly-skout/
-Source0:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  extra-cmake-modules
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5QuickControls2)
-BuildRequires:  cmake(Qt5Sql)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Widgets)
-Requires:       kirigami2
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KirigamiAddons)
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
+BuildRequires:  cmake(Qt6QuickControls2) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Sql) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Xml) >= %{qt6_version}
+Requires:       kf6-kirigami-imports >= %{kf6_version}
+Requires:       kirigami-addons6
+Requires:       qt6-declarative-imports >= %{qt6_version}
+Requires:       qt6-sql-sqlite >= %{qt6_version}
 
 %description
 Telly Skout is a convergent Kirigami TV guide. It shows the TV program for your
@@ -54,22 +61,22 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
+%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
 
-%cmake_build
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
 %find_lang %{name} --all-name
 
 %files
 %license LICENSES/*
 %doc README.md
-%{_kf5_applicationsdir}/org.kde.telly-skout.desktop
-%{_kf5_appstreamdir}/org.kde.telly-skout.appdata.xml
-%{_kf5_bindir}/telly-skout
-%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.telly-skout.svg
+%{_kf6_applicationsdir}/org.kde.telly-skout.desktop
+%{_kf6_appstreamdir}/org.kde.telly-skout.appdata.xml
+%{_kf6_bindir}/telly-skout
+%{_kf6_iconsdir}/hicolor/scalable/apps/org.kde.telly-skout.svg
 
 %files lang -f %{name}.lang
 

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.c4jmZ5/_old and 
/var/tmp/diff_new_pack.c4jmZ5/_new differ

++++++ telly-skout-23.08.4.tar.xz -> telly-skout-24.02.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/.flatpak-manifest.yml 
new/telly-skout-24.02.0/.flatpak-manifest.yml
--- old/telly-skout-23.08.4/.flatpak-manifest.yml       2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/.flatpak-manifest.yml       2024-02-17 
04:10:09.000000000 +0100
@@ -3,7 +3,7 @@
 ---
 app-id: org.kde.telly-skout
 runtime: org.kde.Platform
-runtime-version: 5.15-22.08
+runtime-version: 6.6-kf6preview
 sdk: org.kde.Sdk
 command: telly-skout
 copy-icon: true
@@ -17,8 +17,18 @@
   - --socket=fallback-x11
   - --device=dri
 modules:
+  - name: "kirigami-addons"
+    config-opts:
+      - "-DBUILD_TESTING=OFF"
+      - "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
+    buildsystem: "cmake-ninja"
+    sources:
+      - type: "git"
+        url: "https://invent.kde.org/libraries/kirigami-addons.git";
   - name: telly-skout
     buildsystem: cmake-ninja
+    config-opts:
+      - "-DBUILD_WITH_QT6=ON"
     sources:
       - type: dir
         path: '.'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/.gitlab-ci.yml 
new/telly-skout-24.02.0/.gitlab-ci.yml
--- old/telly-skout-23.08.4/.gitlab-ci.yml      2023-11-30 18:35:26.000000000 
+0100
+++ new/telly-skout-24.02.0/.gitlab-ci.yml      2024-02-17 04:10:09.000000000 
+0100
@@ -2,13 +2,16 @@
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml
+  - project: sysadmin/ci-utilities
+    file:
+      - /gitlab-templates/clang-format.yml
+      - /gitlab-templates/reuse-lint.yml
+      - /gitlab-templates/linux.yml
+      - /gitlab-templates/linux-qt6.yml
+      - /gitlab-templates/freebsd.yml
+      - /gitlab-templates/freebsd-qt6.yml
+      - /gitlab-templates/android.yml
+      - /gitlab-templates/android-qt6.yml
+      - /gitlab-templates/windows.yml
+      - /gitlab-templates/windows-qt6.yml
+      - /gitlab-templates/flatpak.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/.kde-ci.yml 
new/telly-skout-24.02.0/.kde-ci.yml
--- old/telly-skout-23.08.4/.kde-ci.yml 2023-11-30 18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/.kde-ci.yml 2024-02-17 04:10:09.000000000 +0100
@@ -13,6 +13,7 @@
       frameworks/kconfig: '@stable'
       frameworks/ki18n: '@stable'
       frameworks/kirigami: '@stable'
+      libraries/kirigami-addons: '@latest'
   - 'on':
       - FreeBSD/Qt5
       - Linux/Qt5
@@ -31,6 +32,7 @@
       frameworks/kconfig: '@latest-kf6'
       frameworks/ki18n: '@latest-kf6'
       frameworks/kirigami: '@latest-kf6'
+      libraries/kirigami-addons: '@latest-kf6'
   - 'on':
       - FreeBSD/Qt6
       - Linux/Qt6
@@ -39,5 +41,6 @@
       frameworks/kcrash: '@latest-kf6'
 
 Options:
+  cmake-options: '-DCMAKE_COMPILE_WARNING_AS_ERROR=ON'
   require-passing-tests-on:
     - '@all'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/CMakeLists.txt 
new/telly-skout-24.02.0/CMakeLists.txt
--- old/telly-skout-23.08.4/CMakeLists.txt      2023-11-30 18:35:26.000000000 
+0100
+++ new/telly-skout-24.02.0/CMakeLists.txt      2024-02-17 04:10:09.000000000 
+0100
@@ -4,9 +4,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 # KDE Applications version, managed by release script.
-set(RELEASE_SERVICE_VERSION_MAJOR "23")
-set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "4")
+set(RELEASE_SERVICE_VERSION_MAJOR "24")
+set(RELEASE_SERVICE_VERSION_MINOR "02")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(telly-skout VERSION ${RELEASE_SERVICE_VERSION})
@@ -54,13 +54,19 @@
     set(HAVE_KCRASH TRUE)
 endif()
 
+find_package(KF${QT_MAJOR_VERSION}KirigamiAddons REQUIRED)
+set_package_properties(KF${QT_MAJOR_VERSION}KirigamiAddons PROPERTIES
+    TYPE REQUIRED
+    PURPOSE "Provides additional visual components"
+)
+
 ################# compiler #################
 
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
 if(MSVC)
     add_compile_options(/W3 /WX)
 else()
-    add_compile_options(-Wall -Wextra -Wconversion -Wsign-conversion -pedantic 
-Werror)
+    add_compile_options(-Wall -Wextra -Wconversion -Wsign-conversion -pedantic)
 endif()
 
 ################# build and install #################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/org.kde.telly-skout.appdata.xml 
new/telly-skout-24.02.0/org.kde.telly-skout.appdata.xml
--- old/telly-skout-23.08.4/org.kde.telly-skout.appdata.xml     2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/org.kde.telly-skout.appdata.xml     2024-02-17 
04:10:09.000000000 +0100
@@ -208,6 +208,8 @@
   </categories>
   <launchable type="desktop-id">org.kde.telly-skout.desktop</launchable>
   <releases>
+    <release version="24.02.0" date="2024-02-28"/>
+    <release version="23.08.5" date="2024-02-15"/>
     <release version="23.08.4" date="2023-12-07"/>
     <release version="23.08.3" date="2023-11-09"/>
     <release version="23.08.2" date="2023-10-12"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/ca/telly-skout.po 
new/telly-skout-24.02.0/po/ca/telly-skout.po
--- old/telly-skout-23.08.4/po/ca/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/ca/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-28 10:32+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "txe...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guia de TV convergent basada en el Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE Community"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/ca@valencia/telly-skout.po 
new/telly-skout-24.02.0/po/ca@valencia/telly-skout.po
--- old/telly-skout-23.08.4/po/ca@valencia/telly-skout.po       2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/ca@valencia/telly-skout.po       2024-02-17 
04:10:09.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-28 10:32+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "txe...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guia de TV convergent basada en Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Comunitat KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/cs/telly-skout.po 
new/telly-skout-24.02.0/po/cs/telly-skout.po
--- old/telly-skout-23.08.4/po/cs/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/cs/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-30 11:26+0100\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "v...@pelcak.org"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr ""
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Komunita KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/de/telly-skout.po 
new/telly-skout-24.02.0/po/de/telly-skout.po
--- old/telly-skout-23.08.4/po/de/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/de/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2022-06-08 01:47+0200\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "kde-i18n...@kde.org"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr ""
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr ""
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "Copyright © 2020 KDE-Gemeinschaft"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/en_GB/telly-skout.po 
new/telly-skout-24.02.0/po/en_GB/telly-skout.po
--- old/telly-skout-23.08.4/po/en_GB/telly-skout.po     2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/en_GB/telly-skout.po     2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-02-27 19:42+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "steve.allew...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Convergent TV guide based on Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE Community"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/es/telly-skout.po 
new/telly-skout-24.02.0/po/es/telly-skout.po
--- old/telly-skout-23.08.4/po/es/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/es/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-29 00:48+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "ecua...@eloihr.net"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guía de TV convergente basada en Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 la Comunidad KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/eu/telly-skout.po 
new/telly-skout-24.02.0/po/eu/telly-skout.po
--- old/telly-skout-23.08.4/po/eu/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/eu/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-08-16 13:40+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
@@ -30,17 +30,17 @@
 msgid "Your emails"
 msgstr "xa...@ni.eus"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "«Kirigami»n oinarritutako TB gida konbergentea"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE Community"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/fi/telly-skout.po 
new/telly-skout-24.02.0/po/fi/telly-skout.po
--- old/telly-skout-23.08.4/po/fi/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/fi/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-03-11 22:42+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "transla...@legisign.org"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Kirigamiin perustuva mukautuva TV-opas"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE-yhteisö"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/fr/telly-skout.po 
new/telly-skout-24.02.0/po/fr/telly-skout.po
--- old/telly-skout-23.08.4/po/fr/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/fr/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -1,13 +1,13 @@
-# SPDX-FileCopyrightText: 2022, 2023 Xavier Besnard <xavier.besn...@neuf.fr>
-# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
+# SPDX-FileCopyrightText: 2022, 2023 Xavier Besnard <xavier.besn...@kde.org>
+# Xavier Besnard <xavier.besn...@kde.org>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-11-01 14:53+0100\n"
 "Last-Translator: Xavier BESNARD <xavier.besn...@neuf.fr>\n"
-"Language-Team: fr\n"
+"Language-Team: French <kde-francoph...@kde.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,17 +25,17 @@
 msgid "Your emails"
 msgstr "s...@ik.me"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guide TV convergent reposant sur Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Communauté KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/gl/telly-skout.po 
new/telly-skout-24.02.0/po/gl/telly-skout.po
--- old/telly-skout-23.08.4/po/gl/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/gl/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-05-12 19:22+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "adr...@chaves.io"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guía de televisión converxente feita con Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Comunidade KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/it/telly-skout.po 
new/telly-skout-24.02.0/po/it/telly-skout.po
--- old/telly-skout-23.08.4/po/it/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/it/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-28 19:51+0100\n"
 "Last-Translator: Vincenzo Reale <smart212...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "smart212...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guida TV convergente basata su Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Comunità KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/ja/telly-skout.po 
new/telly-skout-24.02.0/po/ja/telly-skout.po
--- old/telly-skout-23.08.4/po/ja/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/ja/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2022-05-11 20:09-0700\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -24,17 +24,17 @@
 msgid "Your emails"
 msgstr ""
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr ""
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr ""
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/ka/telly-skout.po 
new/telly-skout-24.02.0/po/ka/telly-skout.po
--- old/telly-skout-23.08.4/po/ka/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/ka/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-28 07:06+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
@@ -28,17 +28,17 @@
 msgid "Your emails"
 msgstr "temuri.doghona...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "კონვერგენტული 
სატელევიზიო გზამკვლევი კირ
იგამის საფუძველზე"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE-ის საზოგადოება. ყველა 
უფლება დაცულია"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/ko/telly-skout.po 
new/telly-skout-24.02.0/po/ko/telly-skout.po
--- old/telly-skout-23.08.4/po/ko/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/ko/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-03-01 01:33+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "k...@peremen.name"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Kirigami 기반 올인원 TV 가이드"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE Community"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/lt/telly-skout.po 
new/telly-skout-24.02.0/po/lt/telly-skout.po
--- old/telly-skout-23.08.4/po/lt/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/lt/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-02-24 01:03+0000\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -28,17 +28,17 @@
 msgid "Your emails"
 msgstr ""
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr ""
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr ""
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/nl/telly-skout.po 
new/telly-skout-24.02.0/po/nl/telly-skout.po
--- old/telly-skout-23.08.4/po/nl/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/nl/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-28 13:04+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: \n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "freekdekru...@kde.nl"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Convergente TV gids gebaseerd op Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE gemeenschap"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/pl/telly-skout.po 
new/telly-skout-24.02.0/po/pl/telly-skout.po
--- old/telly-skout-23.08.4/po/pl/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/pl/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-09-16 10:36+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -28,17 +28,17 @@
 msgid "Your emails"
 msgstr "lukasz.wojnilow...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Zbieżny przegląd programów TV oparty na Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Społeczność KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/pt/telly-skout.po 
new/telly-skout-24.02.0/po/pt/telly-skout.po
--- old/telly-skout-23.08.4/po/pt/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/pt/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-18 13:32+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -23,17 +23,17 @@
 msgid "Your emails"
 msgstr "zepi...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guia de TV convergente, baseado no Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 da Comunidade do KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/pt_BR/telly-skout.po 
new/telly-skout-24.02.0/po/pt_BR/telly-skout.po
--- old/telly-skout-23.08.4/po/pt_BR/telly-skout.po     2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/pt_BR/telly-skout.po     2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-07-04 15:31-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "elchev...@opensuse.org"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Guia de TV convergente baseado no Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Comunidade KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/ru/telly-skout.po 
new/telly-skout-24.02.0/po/ru/telly-skout.po
--- old/telly-skout-23.08.4/po/ru/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/ru/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-04-26 09:29+0300\n"
 "Last-Translator: Olesya Gerasimenko <translation-t...@basealt.ru>\n"
 "Language-Team: Basealt Translation Team\n"
@@ -28,17 +28,17 @@
 msgid "Your emails"
 msgstr "translation-t...@basealt.ru"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Универсальная программа телепередач 
на основе Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© Сообщество KDE, 2020"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/sk/telly-skout.po 
new/telly-skout-24.02.0/po/sk/telly-skout.po
--- old/telly-skout-23.08.4/po/sk/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/sk/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2022-05-14 20:09+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -25,17 +25,17 @@
 msgid "Your emails"
 msgstr "wizzar...@gmail.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr ""
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE komunita"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/sl/telly-skout.po 
new/telly-skout-24.02.0/po/sl/telly-skout.po
--- old/telly-skout-23.08.4/po/sl/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/sl/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-29 09:07+0100\n"
 "Last-Translator: Matjaž Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -28,17 +28,17 @@
 msgid "Your emails"
 msgstr "matjaz.je...@amis.net"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Konvergentni TV vodnik na osnovi Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Telly Skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 Skupnost KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/sv/telly-skout.po 
new/telly-skout-24.02.0/po/sv/telly-skout.po
--- old/telly-skout-23.08.4/po/sv/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/sv/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-07-24 11:36+0200\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "stefan.asserh...@bredband.net"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Konvergent tv-guide baserad på Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Teve-skout"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE-gemenskapen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/tr/telly-skout.po 
new/telly-skout-24.02.0/po/tr/telly-skout.po
--- old/telly-skout-23.08.4/po/tr/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/tr/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-28 18:23+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr "emir_s...@icloud.com"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Kirigami tabanlı yakınsak TV kılavuzu"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Televizyon Çocuğu"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© 2020 KDE Topluluğu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/uk/telly-skout.po 
new/telly-skout-24.02.0/po/uk/telly-skout.po
--- old/telly-skout-23.08.4/po/uk/telly-skout.po        2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/uk/telly-skout.po        2024-02-17 
04:10:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2023-01-28 08:59+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -28,17 +28,17 @@
 msgid "Your emails"
 msgstr "yurc...@ukr.net"
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr "Універсальна телепрограма на основі 
Kirigami"
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr "Теллі скаут"
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr "© Спільнота KDE, 2020"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/zh_CN/telly-skout.po 
new/telly-skout-24.02.0/po/zh_CN/telly-skout.po
--- old/telly-skout-23.08.4/po/zh_CN/telly-skout.po     2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/zh_CN/telly-skout.po     2024-02-17 
04:10:09.000000000 +0100
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
-"PO-Revision-Date: 2023-11-25 02:33\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
+"PO-Revision-Date: 2024-02-05 11:41\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,8 +14,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/telly-skout/telly-skout.pot\n"
-"X-Crowdin-File-ID: 42041\n"
+"X-Crowdin-File: /kf5-trunk/messages/telly-skout/telly-skout.pot\n"
+"X-Crowdin-File-ID: 26998\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -27,17 +27,17 @@
 msgid "Your emails"
 msgstr ""
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr ""
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr ""
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/po/zh_TW/telly-skout.po 
new/telly-skout-24.02.0/po/zh_TW/telly-skout.po
--- old/telly-skout-23.08.4/po/zh_TW/telly-skout.po     2023-11-30 
18:35:26.000000000 +0100
+++ new/telly-skout-24.02.0/po/zh_TW/telly-skout.po     2024-02-17 
04:10:09.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: telly-skout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-02-24 01:03+0000\n"
+"POT-Creation-Date: 2023-11-05 12:42+0000\n"
 "PO-Revision-Date: 2022-06-05 00:49+0000\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -28,17 +28,17 @@
 msgid "Your emails"
 msgstr ""
 
-#: main.cpp:60
+#: main.cpp:59
 #, kde-format
 msgid "Convergent TV guide based on Kirigami"
 msgstr ""
 
-#: main.cpp:63
+#: main.cpp:62
 #, kde-format
 msgid "Telly Skout"
 msgstr ""
 
-#: main.cpp:67
+#: main.cpp:66
 #, kde-format
 msgid "© 2020 KDE Community"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/src/database.cpp 
new/telly-skout-24.02.0/src/database.cpp
--- old/telly-skout-23.08.4/src/database.cpp    2023-11-30 18:35:26.000000000 
+0100
+++ new/telly-skout-24.02.0/src/database.cpp    2024-02-17 04:10:09.000000000 
+0100
@@ -441,7 +441,7 @@
 
     QSqlDatabase::database().transaction();
     execute(*m_clearFavoritesQuery);
-    for (const auto &id : qAsConst(favoriteChannelIds)) {
+    for (const auto &id : std::as_const(favoriteChannelIds)) {
         m_addFavoriteQuery->bindValue(QStringLiteral(":channel"), id.value());
         execute(*m_addFavoriteQuery);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/src/main.cpp 
new/telly-skout-24.02.0/src/main.cpp
--- old/telly-skout-23.08.4/src/main.cpp        2023-11-30 18:35:26.000000000 
+0100
+++ new/telly-skout-24.02.0/src/main.cpp        2024-02-17 04:10:09.000000000 
+0100
@@ -21,6 +21,7 @@
 #include <KLocalizedString>
 
 #include <QCommandLineParser>
+#include <QIcon>
 #include <QQmlApplicationEngine>
 #include <QQmlContext>
 #include <QQuickStyle>
@@ -52,28 +53,27 @@
     KCrash::initialize();
 #endif
 
-    // about
-    QCoreApplication::setOrganizationName(QStringLiteral("KDE"));
-    QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org"));
-    QCoreApplication::setApplicationName(QStringLiteral("Telly Skout"));
+    KLocalizedString::setApplicationDomain("telly-skout");
 
+    // about
     const QString applicationDescription = i18n("Convergent TV guide based on 
Kirigami");
 
     KAboutData about(QStringLiteral("telly-skout"),
                      i18n("Telly Skout"),
                      QStringLiteral(TELLY_SKOUT_VERSION_STRING),
                      applicationDescription,
-                     KAboutLicense::GPL,
+                     KAboutLicense::LGPL_V2_1,
                      i18n("© 2020 KDE Community"));
-    about.addAuthor("Plata", QString(), QStringLiteral("pl...@example.com"));
+    about.addAuthor("Plata", QString(), 
QStringLiteral("plata.h...@kdemail.net"));
     KAboutData::setApplicationData(about);
 
+    
QGuiApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("org.kde.telly-skout")));
+
     // command line parser
     QCommandLineParser parser;
-    parser.setApplicationDescription(applicationDescription);
-    parser.addHelpOption();
-    parser.addVersionOption();
+    about.setupCommandLine(&parser);
     parser.process(app);
+    about.processCommandLine(&parser);
 
     // trigger fetching of favorites before loading QML such that e.g. network 
requests can already run in the background
     Database::instance();
@@ -92,7 +92,6 @@
     // setup engine
     QQmlApplicationEngine engine;
     engine.rootContext()->setContextObject(new KLocalizedContext(&engine));
-    KLocalizedString::setApplicationDomain("telly-skout");
 
     engine.rootContext()->setContextProperty(QStringLiteral("_aboutData"), 
QVariant::fromValue(about));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telly-skout-23.08.4/src/qml/main.qml 
new/telly-skout-24.02.0/src/qml/main.qml
--- old/telly-skout-23.08.4/src/qml/main.qml    2023-11-30 18:35:26.000000000 
+0100
+++ new/telly-skout-24.02.0/src/qml/main.qml    2024-02-17 04:10:09.000000000 
+0100
@@ -5,6 +5,7 @@
 import QtQuick.Controls 2.14 as Controls
 import org.kde.TellySkout 1.0 as TellySkout
 import org.kde.kirigami 2.19 as Kirigami
+import org.kde.kirigamiaddons.formcard 1.0 as FormCard
 
 Kirigami.ApplicationWindow {
     id: root
@@ -15,7 +16,7 @@
     Component {
         id: aboutPage
 
-        Kirigami.AboutPage {
+        FormCard.AboutPage {
             aboutData: _aboutData
         }
 

Reply via email to