Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lxqt-panel for openSUSE:Factory checked in at 2025-12-01 11:12:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-panel (Old) and /work/SRC/openSUSE:Factory/.lxqt-panel.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-panel" Mon Dec 1 11:12:48 2025 rev:42 rq:1320510 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-panel/lxqt-panel.changes 2025-11-06 18:16:38.988156756 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-panel.new.14147/lxqt-panel.changes 2025-12-01 11:12:51.353325418 +0100 @@ -1,0 +2,6 @@ +Fri Nov 28 16:38:21 UTC 2025 - Shawn Dunn <[email protected]> + +- Update to version 2.3.1: + * Fixed build failure with Qt < 6.8 + +------------------------------------------------------------------- Old: ---- lxqt-panel-2.3.0.tar.xz lxqt-panel-2.3.0.tar.xz.asc New: ---- lxqt-panel-2.3.1.tar.xz lxqt-panel-2.3.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-panel.spec ++++++ --- /var/tmp/diff_new_pack.bQwpjg/_old 2025-12-01 11:12:52.097356890 +0100 +++ /var/tmp/diff_new_pack.bQwpjg/_new 2025-12-01 11:12:52.097356890 +0100 @@ -17,7 +17,7 @@ Name: lxqt-panel -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: LXQt desktop panel License: LGPL-2.1-or-later ++++++ lxqt-panel-2.3.0.tar.xz -> lxqt-panel-2.3.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/CHANGELOG new/lxqt-panel-2.3.1/CHANGELOG --- old/lxqt-panel-2.3.0/CHANGELOG 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/CHANGELOG 2025-11-25 18:39:35.000000000 +0100 @@ -1,3 +1,7 @@ +lxqt-panel-2.3.1 / 2025-11-25 +============================== + * Fixed build failure with Qt < 6.8. + lxqt-panel-2.3.0 / 2025-11-05 ============================== * Added Wayfire backend. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/CMakeLists.txt new/lxqt-panel-2.3.1/CMakeLists.txt --- old/lxqt-panel-2.3.0/CMakeLists.txt 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/CMakeLists.txt 2025-11-25 18:39:35.000000000 +0100 @@ -48,7 +48,7 @@ endif() # Patch Version -set(LXQT_PANEL_PATCH_VERSION 0) +set(LXQT_PANEL_PATCH_VERSION 1) set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION}) add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/panel/backends/wayland/wlroots/workspace.cpp new/lxqt-panel-2.3.1/panel/backends/wayland/wlroots/workspace.cpp --- old/lxqt-panel-2.3.0/panel/backends/wayland/wlroots/workspace.cpp 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/panel/backends/wayland/wlroots/workspace.cpp 2025-11-25 18:39:35.000000000 +0100 @@ -1,5 +1,6 @@ #include "workspace.hpp" +#include <QGuiApplication> #include <QMap> #include <private/qwaylandscreen_p.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/panel/translations/lxqt-panel_en_GB.ts new/lxqt-panel-2.3.1/panel/translations/lxqt-panel_en_GB.ts --- old/lxqt-panel-2.3.0/panel/translations/lxqt-panel_en_GB.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/panel/translations/lxqt-panel_en_GB.ts 2025-11-25 18:39:35.000000000 +0100 @@ -195,42 +195,42 @@ <message> <location filename="../config/configplacement.cpp" line="154"/> <source>Top of screen</source> - <translation type="unfinished"></translation> + <translation>Top of screen</translation> </message> <message> <location filename="../config/configplacement.cpp" line="155"/> <source>Left of screen</source> - <translation type="unfinished"></translation> + <translation>Left of screen</translation> </message> <message> <location filename="../config/configplacement.cpp" line="156"/> <source>Right of screen</source> - <translation type="unfinished"></translation> + <translation>Right of screen</translation> </message> <message> <location filename="../config/configplacement.cpp" line="157"/> <source>Bottom of screen</source> - <translation type="unfinished"></translation> + <translation>Bottom of screen</translation> </message> <message> <location filename="../config/configplacement.cpp" line="166"/> <source>Top of screen %1</source> - <translation type="unfinished"></translation> + <translation>Top of screen %1</translation> </message> <message> <location filename="../config/configplacement.cpp" line="167"/> <source>Left of screen %1</source> - <translation type="unfinished"></translation> + <translation>Left of screen %1</translation> </message> <message> <location filename="../config/configplacement.cpp" line="168"/> <source>Right of screen %1</source> - <translation type="unfinished"></translation> + <translation>Right of screen %1</translation> </message> <message> <location filename="../config/configplacement.cpp" line="169"/> <source>Bottom of screen %1</source> - <translation type="unfinished"></translation> + <translation>Bottom of screen %1</translation> </message> <message> <location filename="../config/configplacement.cpp" line="194"/> @@ -305,12 +305,12 @@ <message> <location filename="../config/configstyling.ui" line="65"/> <source>Font color:</source> - <translation>Font color:</translation> + <translation>Font colour:</translation> </message> <message> <location filename="../config/configstyling.ui" line="105"/> <source>Background color:</source> - <translation>Background color:</translation> + <translation>Background colour:</translation> </message> <message> <location filename="../config/configstyling.ui" line="144"/> @@ -360,7 +360,7 @@ <location filename="../config/configstyling.cpp" line="189"/> <location filename="../config/configstyling.cpp" line="205"/> <source>Pick color</source> - <translation>Pick colour</translation> + <translation>Pick Colour</translation> </message> <message> <location filename="../config/configstyling.cpp" line="223"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_el.ts new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_el.ts --- old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_el.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_el.ts 2025-11-25 18:39:35.000000000 +0100 @@ -89,12 +89,12 @@ <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="43"/> <source>Output format:</source> - <translation type="unfinished"></translation> + <translation>Μορφή εξόδου:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="50"/> <source>...</source> - <translation type="unfinished"></translation> + <translation>...</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="136"/> @@ -142,7 +142,7 @@ <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="310"/> <source>Continuous output (processed line by line)</source> - <translation type="unfinished"></translation> + <translation>Συνεχής έξοδος (γραμμή-γραμμή σε πραγματικό χρόνο)</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="325"/> @@ -167,117 +167,117 @@ <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="37"/> <source>command outputs plain text to be used as text of the button</source> - <translation type="unfinished"></translation> + <translation>η εντολή παράγει απλό κείμενο που θα χρησιμοποιηθεί ως το κείμενο του κουμπιού</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="38"/> <source>command outputs icon in form of:</source> - <translation type="unfinished"></translation> + <translation>η εντολή παράγει εικονίδιο σε μορφή:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="39"/> <source>theme name</source> - <translation type="unfinished"></translation> + <translation>όνομα του θέματος</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="40"/> <source>name of icon resolved to image based on XDG spec</source> - <translation type="unfinished"></translation> + <translation>όνομα εικονιδίου, το οποίο αντιστοιχίζεται σε εικόνα σύμφωνα με τις προδιαγραφές XDG</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="41"/> <source>image file path</source> - <translation type="unfinished"></translation> + <translation>διαδρομή αρχείου εικόνας</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="42"/> <source>image data stream</source> - <translation type="unfinished"></translation> + <translation>ροή δεδομένων εικόνας</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="43"/> <source>plain image stream</source> - <translation type="unfinished"></translation> + <translation>ακατέργαστη ροή δεδομένων εικόνας</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="44"/> <source>base64 encoded image data stream</source> - <translation type="unfinished"></translation> + <translation>ροή δεδομένων εικόνας κωδικοποιημένη σε base64</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="45"/> <source>as above but base64 encoded</source> - <translation type="unfinished"></translation> + <translation>όπως παραπάνω, αλλά κωδικοποιημένο σε base64</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="46"/> <source>command outputs structured variables to be used for button visualization in form of:</source> - <translation type="unfinished"></translation> + <translation>η εντολή παράγει δομημένες μεταβλητές που θα χρησιμοποιηθούν για την απεικόνιση του κουμπιού, σε μορφή:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="47"/> <source>name1:base64value1 name2:base64value2 ...</source> - <translation type="unfinished"></translation> + <translation>όνομα1:base64τιμή1 όνομα2:base64τιμή2 ...</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="48"/> <source>Handled names are:</source> - <translation type="unfinished"></translation> + <translation>Τα υποστηριζόμενα ονόματα είναι:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="49"/> <source>string to be used as text of the button</source> - <translation type="unfinished"></translation> + <translation>συμβολοσειρά που θα χρησιμοποιηθεί ως κείμενο του κουμπιού</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="50"/> <source>icon to be shown in the button, in the same form as explained before</source> - <translation type="unfinished"></translation> + <translation>εικονίδιο που θα εμφανίζεται στο κουμπί, στην ίδια μορφή όπως εξηγήθηκε παραπάνω</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="51"/> <source>string to be used as tooltip of the button</source> - <translation type="unfinished"></translation> + <translation>συμβολοσειρά που θα χρησιμοποιηθεί ως υπόδειξη του κουμπιού</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="52"/> <source>All values should be encoded in base64</source> - <translation type="unfinished"></translation> + <translation>Όλες οι τιμές πρέπει να είναι κωδικοποιημένες σε base64</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="53"/> <source>Example of script generating structured output:</source> - <translation type="unfinished"></translation> + <translation>Παράδειγμα σεναρίου που παράγει δομημένη έξοδο:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="54"/> <source>My Text</source> - <translation type="unfinished"></translation> + <translation>Το κείμενό μου</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="55"/> <source>my_image</source> - <translation type="unfinished"></translation> + <translation>η_εικόνα_μου</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="56"/> <source>My Tooltip</source> - <translation type="unfinished"></translation> + <translation>Η υπόδειξή μου</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="63"/> <source>Text only</source> - <translation type="unfinished"></translation> + <translation>Μόνο κείμενο</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="64"/> <source>Icon only</source> - <translation type="unfinished"></translation> + <translation>Μόνο εικονίδιο</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="65"/> <source>Structured</source> - <translation type="unfinished"></translation> + <translation>Δομημένο</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="268"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_et.ts new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_et.ts --- old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_et.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_et.ts 2025-11-25 18:39:35.000000000 +0100 @@ -142,7 +142,7 @@ <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="310"/> <source>Continuous output (processed line by line)</source> - <translation type="unfinished"></translation> + <translation>Pidev väljund (töödeldud ridahaaval)</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="325"/> @@ -167,12 +167,12 @@ <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="37"/> <source>command outputs plain text to be used as text of the button</source> - <translation type="unfinished"></translation> + <translation>käsu väljundiks on tavatekst, mida saab kasutada nupu tekstina</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="38"/> <source>command outputs icon in form of:</source> - <translation type="unfinished"></translation> + <translation>käsu väljundiks on ikoon järgmises vormingus:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="39"/> @@ -182,7 +182,7 @@ <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="40"/> <source>name of icon resolved to image based on XDG spec</source> - <translation type="unfinished"></translation> + <translation>ikooni nimi, mis järgib pildi nime vastavalt XDG spetsifikatsioonile</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="41"/> @@ -197,47 +197,47 @@ <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="43"/> <source>plain image stream</source> - <translation type="unfinished"></translation> + <translation>pildi tavaline sisuvoog</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="44"/> <source>base64 encoded image data stream</source> - <translation type="unfinished"></translation> + <translation>base64 kodeeringus pildi sisuvoog</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="45"/> <source>as above but base64 encoded</source> - <translation type="unfinished"></translation> + <translation>sama, kui ülal, aga base64 kodeeringus</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="46"/> <source>command outputs structured variables to be used for button visualization in form of:</source> - <translation type="unfinished"></translation> + <translation>käsi väljundiks on struktureeritud muutujad, mida saab kasutada nupu visualiseerimiseks järgmises vormingus:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="47"/> <source>name1:base64value1 name2:base64value2 ...</source> - <translation type="unfinished"></translation> + <translation>nimi1:base64väärtus1 nimi2:base64väärtus2 ...</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="48"/> <source>Handled names are:</source> - <translation type="unfinished"></translation> + <translation>Käsitletavad nimed on:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="49"/> <source>string to be used as text of the button</source> - <translation type="unfinished"></translation> + <translation>sõne, mida kasutatakse nupu tekstina</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="50"/> <source>icon to be shown in the button, in the same form as explained before</source> - <translation type="unfinished"></translation> + <translation>ikoon, mida kuvatakse nupul, kasutusel on eespool kirjeldatud vorming</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="51"/> <source>string to be used as tooltip of the button</source> - <translation type="unfinished"></translation> + <translation>sõne, mida kasutatakse nupu kohtvihjena</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="52"/> @@ -247,7 +247,7 @@ <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="53"/> <source>Example of script generating structured output:</source> - <translation type="unfinished"></translation> + <translation>Skripti näidis, mis lood struktureeritud sisu:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="54"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_ru.ts new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_ru.ts --- old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_ru.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_ru.ts 2025-11-25 18:39:35.000000000 +0100 @@ -89,12 +89,12 @@ <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="43"/> <source>Output format:</source> - <translation type="unfinished"></translation> + <translation>Формат вывода:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="50"/> <source>...</source> - <translation type="unfinished"></translation> + <translation>...</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="136"/> @@ -177,7 +177,7 @@ <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="39"/> <source>theme name</source> - <translation type="unfinished"></translation> + <translation>имя темы</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="40"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_sv.ts new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_sv.ts --- old/lxqt-panel-2.3.0/plugin-customcommand/translations/customcommand_sv.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-customcommand/translations/customcommand_sv.ts 2025-11-25 18:39:35.000000000 +0100 @@ -89,12 +89,12 @@ <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="43"/> <source>Output format:</source> - <translation type="unfinished"></translation> + <translation>Utdataformat:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="50"/> <source>...</source> - <translation type="unfinished"></translation> + <translation>...</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="136"/> @@ -142,7 +142,7 @@ <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="310"/> <source>Continuous output (processed line by line)</source> - <translation type="unfinished"></translation> + <translation>Kontinuerlig utdata (bearbetad rad för rad)</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.ui" line="325"/> @@ -167,117 +167,117 @@ <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="37"/> <source>command outputs plain text to be used as text of the button</source> - <translation type="unfinished"></translation> + <translation>kommandot matar ut vanlig text som ska användas som text på knappen</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="38"/> <source>command outputs icon in form of:</source> - <translation type="unfinished"></translation> + <translation>kommandoutmatning ikon i form av:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="39"/> <source>theme name</source> - <translation type="unfinished"></translation> + <translation>temanamn</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="40"/> <source>name of icon resolved to image based on XDG spec</source> - <translation type="unfinished"></translation> + <translation>namn på ikonen som lösts till bild baserat på XDG-specifikationen</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="41"/> <source>image file path</source> - <translation type="unfinished"></translation> + <translation>bild filsökväg</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="42"/> <source>image data stream</source> - <translation type="unfinished"></translation> + <translation>bilddataström</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="43"/> <source>plain image stream</source> - <translation type="unfinished"></translation> + <translation>vanlig bildström</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="44"/> <source>base64 encoded image data stream</source> - <translation type="unfinished"></translation> + <translation>base64 kodad bilddataström</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="45"/> <source>as above but base64 encoded</source> - <translation type="unfinished"></translation> + <translation>som ovan men kodad med base64</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="46"/> <source>command outputs structured variables to be used for button visualization in form of:</source> - <translation type="unfinished"></translation> + <translation>kommandot matar ut strukturerade variabler som ska användas för knappvisualisering i form av:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="47"/> <source>name1:base64value1 name2:base64value2 ...</source> - <translation type="unfinished"></translation> + <translation>namn:base64värde1 namn2:base64värde2 ...</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="48"/> <source>Handled names are:</source> - <translation type="unfinished"></translation> + <translation>Hanterade namn är:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="49"/> <source>string to be used as text of the button</source> - <translation type="unfinished"></translation> + <translation>sträng som ska användas som text för knapp</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="50"/> <source>icon to be shown in the button, in the same form as explained before</source> - <translation type="unfinished"></translation> + <translation>ikon som ska visas i knapp, i samma form som förklarats tidigare</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="51"/> <source>string to be used as tooltip of the button</source> - <translation type="unfinished"></translation> + <translation>sträng som ska användas som verktygstips för knapp</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="52"/> <source>All values should be encoded in base64</source> - <translation type="unfinished"></translation> + <translation>Alla värden ska vara kodade i base64</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="53"/> <source>Example of script generating structured output:</source> - <translation type="unfinished"></translation> + <translation>Exempel på skript som genererar strukturerad utdata:</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="54"/> <source>My Text</source> - <translation type="unfinished"></translation> + <translation>Min text</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="55"/> <source>my_image</source> - <translation type="unfinished"></translation> + <translation>min_bild</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="56"/> <source>My Tooltip</source> - <translation type="unfinished"></translation> + <translation>Mitt verktygstips</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="63"/> <source>Text only</source> - <translation type="unfinished"></translation> + <translation>Text endast</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="64"/> <source>Icon only</source> - <translation type="unfinished"></translation> + <translation>Ikon endast</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="65"/> <source>Structured</source> - <translation type="unfinished"></translation> + <translation>Strukturerad</translation> </message> <message> <location filename="../lxqtcustomcommandconfiguration.cpp" line="268"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-desktopswitch/translations/desktopswitch_el.ts new/lxqt-panel-2.3.1/plugin-desktopswitch/translations/desktopswitch_el.ts --- old/lxqt-panel-2.3.0/plugin-desktopswitch/translations/desktopswitch_el.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-desktopswitch/translations/desktopswitch_el.ts 2025-11-25 18:39:35.000000000 +0100 @@ -70,7 +70,7 @@ <message> <location filename="../desktopswitchconfiguration.cpp" line="80"/> <source>Desktop %1</source> - <translation type="unfinished">Επιφάνεια εργασίας %1</translation> + <translation>Επιφάνεια εργασίας %1</translation> </message> <message> <location filename="../desktopswitchconfiguration.cpp" line="82"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-desktopswitch/translations/desktopswitch_en_GB.ts new/lxqt-panel-2.3.1/plugin-desktopswitch/translations/desktopswitch_en_GB.ts --- old/lxqt-panel-2.3.0/plugin-desktopswitch/translations/desktopswitch_en_GB.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-desktopswitch/translations/desktopswitch_en_GB.ts 2025-11-25 18:39:35.000000000 +0100 @@ -70,7 +70,7 @@ <message> <location filename="../desktopswitchconfiguration.cpp" line="80"/> <source>Desktop %1</source> - <translation type="unfinished">Desktop %1</translation> + <translation>Desktop %1</translation> </message> <message> <location filename="../desktopswitchconfiguration.cpp" line="82"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-desktopswitch/translations/desktopswitch_sv.ts new/lxqt-panel-2.3.1/plugin-desktopswitch/translations/desktopswitch_sv.ts --- old/lxqt-panel-2.3.0/plugin-desktopswitch/translations/desktopswitch_sv.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-desktopswitch/translations/desktopswitch_sv.ts 2025-11-25 18:39:35.000000000 +0100 @@ -70,7 +70,7 @@ <message> <location filename="../desktopswitchconfiguration.cpp" line="80"/> <source>Desktop %1</source> - <translation type="unfinished">Skrivbord %1</translation> + <translation>Skrivbord %1</translation> </message> <message> <location filename="../desktopswitchconfiguration.cpp" line="82"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-mainmenu/translations/mainmenu_en_GB.ts new/lxqt-panel-2.3.1/plugin-mainmenu/translations/mainmenu_en_GB.ts --- old/lxqt-panel-2.3.0/plugin-mainmenu/translations/mainmenu_en_GB.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-mainmenu/translations/mainmenu_en_GB.ts 2025-11-25 18:39:35.000000000 +0100 @@ -146,22 +146,22 @@ <message> <location filename="../lxqtmainmenuconfiguration.cpp" line="177"/> <source>Choose icon file</source> - <translation type="unfinished"></translation> + <translation>Choose icon file</translation> </message> <message> <location filename="../lxqtmainmenuconfiguration.cpp" line="179"/> <source>Images (*.svg *.png)</source> - <translation type="unfinished"></translation> + <translation>Images (*.svg *.png)</translation> </message> <message> <location filename="../lxqtmainmenuconfiguration.cpp" line="191"/> <source>Choose menu file</source> - <translation type="unfinished"></translation> + <translation>Choose menu file</translation> </message> <message> <location filename="../lxqtmainmenuconfiguration.cpp" line="193"/> <source>Menu files (*.menu)</source> - <translation type="unfinished"></translation> + <translation>Menu files (*.menu)</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-taskbar/translations/taskbar_el.ts new/lxqt-panel-2.3.1/plugin-taskbar/translations/taskbar_el.ts --- old/lxqt-panel-2.3.0/plugin-taskbar/translations/taskbar_el.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-taskbar/translations/taskbar_el.ts 2025-11-25 18:39:35.000000000 +0100 @@ -294,7 +294,7 @@ <message> <location filename="../lxqttaskbarconfiguration.cpp" line="67"/> <source>Desktop %1</source> - <translation type="unfinished"></translation> + <translation>Επιφάνεια εργασίας %1</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-taskbar/translations/taskbar_sv.ts new/lxqt-panel-2.3.1/plugin-taskbar/translations/taskbar_sv.ts --- old/lxqt-panel-2.3.0/plugin-taskbar/translations/taskbar_sv.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-taskbar/translations/taskbar_sv.ts 2025-11-25 18:39:35.000000000 +0100 @@ -293,7 +293,7 @@ <message> <location filename="../lxqttaskbarconfiguration.cpp" line="67"/> <source>Desktop %1</source> - <translation type="unfinished"></translation> + <translation>Skrivbord %1</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-panel-2.3.0/plugin-worldclock/translations/worldclock_en_GB.ts new/lxqt-panel-2.3.1/plugin-worldclock/translations/worldclock_en_GB.ts --- old/lxqt-panel-2.3.0/plugin-worldclock/translations/worldclock_en_GB.ts 2025-11-05 13:03:46.000000000 +0100 +++ new/lxqt-panel-2.3.1/plugin-worldclock/translations/worldclock_en_GB.ts 2025-11-25 18:39:35.000000000 +0100 @@ -160,22 +160,22 @@ <message> <location filename="../lxqtworldclockconfiguration.ui" line="323"/> <source>Show day of wee&k</source> - <translation type="unfinished"></translation> + <translation>Show day of wee&k</translation> </message> <message> <location filename="../lxqtworldclockconfiguration.ui" line="330"/> <source>Pad d&ay with zero</source> - <translation type="unfinished"></translation> + <translation>Pad d&ay with zero</translation> </message> <message> <location filename="../lxqtworldclockconfiguration.ui" line="337"/> <source>&Long month and day of week names</source> - <translation type="unfinished"></translation> + <translation>&Long month and day of week names</translation> </message> <message> <location filename="../lxqtworldclockconfiguration.ui" line="350"/> <source>Ad&vanced manual format</source> - <translation type="unfinished"></translation> + <translation>Ad&vanced manual format</translation> </message> <message> <location filename="../lxqtworldclockconfiguration.ui" line="377"/> @@ -185,12 +185,12 @@ <message> <location filename="../lxqtworldclockconfiguration.ui" line="403"/> <source>Time &zones</source> - <translation type="unfinished"></translation> + <translation>Time &zones</translation> </message> <message> <location filename="../lxqtworldclockconfiguration.ui" line="446"/> <source>&Add ...</source> - <translation type="unfinished"></translation> + <translation>&Add ...</translation> </message> <message> <location filename="../lxqtworldclockconfiguration.ui" line="456"/>
