Hello community, here is the log from the commit of package lxqt-config for openSUSE:Factory checked in at 2020-11-17 21:23:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-config (Old) and /work/SRC/openSUSE:Factory/.lxqt-config.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-config" Tue Nov 17 21:23:34 2020 rev:19 rq:848666 version:0.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-config/lxqt-config.changes 2020-11-04 18:32:36.936118003 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-config.new.24930/lxqt-config.changes 2020-11-17 21:23:40.385281845 +0100 @@ -1,0 +2,7 @@ +Sun Nov 15 07:36:41 UTC 2020 - Michael Vetter <[email protected]> + +- Update to 0.16.1: + * Fix a regression in setting the acceleration speed of + mouse/touchpad. + +------------------------------------------------------------------- Old: ---- lxqt-config-0.16.0.tar.xz lxqt-config-0.16.0.tar.xz.asc New: ---- lxqt-config-0.16.1.tar.xz lxqt-config-0.16.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-config.spec ++++++ --- /var/tmp/diff_new_pack.9YhnFe/_old 2020-11-17 21:23:41.833283281 +0100 +++ /var/tmp/diff_new_pack.9YhnFe/_new 2020-11-17 21:23:41.837283286 +0100 @@ -17,7 +17,7 @@ Name: lxqt-config -Version: 0.16.0 +Version: 0.16.1 Release: 0 Summary: LXQt Control Center License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -44,7 +44,7 @@ BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(lxqt) >= %{version} +BuildRequires: pkgconfig(lxqt) >= 0.16.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-randr) ++++++ lxqt-config-0.16.0.tar.xz -> lxqt-config-0.16.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/CHANGELOG new/lxqt-config-0.16.1/CHANGELOG --- old/lxqt-config-0.16.0/CHANGELOG 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/CHANGELOG 2020-11-14 10:27:33.000000000 +0100 @@ -1,3 +1,7 @@ +lxqt-config-0.16.1 / 2020-11-14 +=============================== + * Fixed a regression in setting the acceleration speed of mouse/touchpad. + lxqt-config-0.16.0 / 2020-11-01 =============================== * Better UI for lxqt-config-brightness. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/CMakeLists.txt new/lxqt-config-0.16.1/CMakeLists.txt --- old/lxqt-config-0.16.0/CMakeLists.txt 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/CMakeLists.txt 2020-11-14 10:27:33.000000000 +0100 @@ -41,7 +41,7 @@ include(LXQtCompilerSettings NO_POLICY_SCOPE) # Patch Version -set(LXQT_CONFIG_PATCH_VERSION 0) +set(LXQT_CONFIG_PATCH_VERSION 1) set(LXQT_CONFIG_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_CONFIG_PATCH_VERSION}) add_definitions( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/liblxqt-config-cursor/translations/lxqt-config-cursor_hu.ts new/lxqt-config-0.16.1/liblxqt-config-cursor/translations/lxqt-config-cursor_hu.ts --- old/lxqt-config-0.16.0/liblxqt-config-cursor/translations/lxqt-config-cursor_hu.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/liblxqt-config-cursor/translations/lxqt-config-cursor_hu.ts 2020-11-14 10:27:33.000000000 +0100 @@ -11,12 +11,12 @@ <message> <location filename="../selectwnd.ui" line="46"/> <source>Select the cursor theme you want to use (hover preview to test cursor). <b>LXQt session needs restart after this change</b>:</source> - <translation>Válassza ki a kurzor témát amit szeretne használni. <b>Érvényesítéshez az LXQt munkamenetet újra kell</b>:</translation> + <translation>Válassza ki a kurzor témát amit szeretne használni. <b>Érvényesítéshez az LXQt munkamenetet újra kell indítani</b>:</translation> </message> <message> <location filename="../selectwnd.ui" line="23"/> <source>&Install New Theme...</source> - <translation>&Új téma telepítése...</translation> + <translation>Ú&j téma telepítése...</translation> </message> <message> <location filename="../selectwnd.ui" line="72"/> @@ -41,7 +41,7 @@ <message> <location filename="../selectwnd.cpp" line="234"/> <source>You can't remove active theme!</source> - <translation>Az aktuális témát nem lehet eltávolítani!</translation> + <translation>Az aktív témát nem lehet eltávolítani!</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/liblxqt-config-cursor/translations/lxqt-config-cursor_sv.ts new/lxqt-config-0.16.1/liblxqt-config-cursor/translations/lxqt-config-cursor_sv.ts --- old/lxqt-config-0.16.0/liblxqt-config-cursor/translations/lxqt-config-cursor_sv.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/liblxqt-config-cursor/translations/lxqt-config-cursor_sv.ts 2020-11-14 10:27:33.000000000 +0100 @@ -16,7 +16,7 @@ <message> <location filename="../selectwnd.ui" line="23"/> <source>&Install New Theme...</source> - <translation type="unfinished"></translation> + <translation>&Installera nytt tema...</translation> </message> <message> <location filename="../selectwnd.ui" line="72"/> @@ -26,12 +26,12 @@ <message> <location filename="../selectwnd.ui" line="91"/> <source>&Remove Theme</source> - <translation type="unfinished"></translation> + <translation>&Ta bort tema</translation> </message> <message> <location filename="../selectwnd.ui" line="111"/> <source>Size</source> - <translation type="unfinished"></translation> + <translation>Storlek</translation> </message> <message> <location filename="../selectwnd.cpp" line="233"/> @@ -41,7 +41,7 @@ <message> <location filename="../selectwnd.cpp" line="234"/> <source>You can't remove active theme!</source> - <translation type="unfinished"></translation> + <translation>Du kan inte ta bort aktivt tema!</translation> </message> </context> <context> @@ -59,7 +59,7 @@ <message> <location filename="../warninglabel.ui" line="54"/> <source>Show...</source> - <translation type="unfinished"></translation> + <translation>Visa...</translation> </message> </context> <context> @@ -67,12 +67,12 @@ <message> <location filename="../thememodel.cpp" line="61"/> <source>Name</source> - <translation type="unfinished"></translation> + <translation>Namn</translation> </message> <message> <location filename="../thememodel.cpp" line="62"/> <source>Description</source> - <translation type="unfinished"></translation> + <translation>Beskrivning</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-appearance/translations/lxqt-config-appearance_cs.ts new/lxqt-config-0.16.1/lxqt-config-appearance/translations/lxqt-config-appearance_cs.ts --- old/lxqt-config-0.16.0/lxqt-config-appearance/translations/lxqt-config-appearance_cs.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-appearance/translations/lxqt-config-appearance_cs.ts 2020-11-14 10:27:33.000000000 +0100 @@ -6,12 +6,12 @@ <message> <location filename="../colorLabel.cpp" line="37"/> <source>Click to change color.</source> - <translation type="unfinished"></translation> + <translation>Klepněte pro změnu barvy.</translation> </message> <message> <location filename="../colorLabel.cpp" line="61"/> <source>Select Color</source> - <translation type="unfinished"></translation> + <translation>Vybrat barvu</translation> </message> </context> <context> @@ -230,57 +230,57 @@ <message> <location filename="../styleconfig.ui" line="63"/> <source>Qt Palette</source> - <translation type="unfinished"></translation> + <translation>Paleta Qt</translation> </message> <message> <location filename="../styleconfig.ui" line="77"/> <source>Some Qt styles may ignore these colors.</source> - <translation type="unfinished"></translation> + <translation>Některé styly Qt mohou přehlížet tyto barvy.</translation> </message> <message> <location filename="../styleconfig.ui" line="102"/> <source>Window:</source> - <translation type="unfinished"></translation> + <translation>Okno:</translation> </message> <message> <location filename="../styleconfig.ui" line="112"/> <source>View:</source> - <translation type="unfinished"></translation> + <translation>Zobrazení:</translation> </message> <message> <location filename="../styleconfig.ui" line="122"/> <source>Selection:</source> - <translation type="unfinished"></translation> + <translation>Výběr:</translation> </message> <message> <location filename="../styleconfig.ui" line="132"/> <source>Link:</source> - <translation type="unfinished"></translation> + <translation>Odkaz:</translation> </message> <message> <location filename="../styleconfig.ui" line="152"/> <source>Window Text:</source> - <translation type="unfinished"></translation> + <translation>Text okna:</translation> </message> <message> <location filename="../styleconfig.ui" line="162"/> <source>View Text:</source> - <translation type="unfinished"></translation> + <translation>Text zobrazení:</translation> </message> <message> <location filename="../styleconfig.ui" line="172"/> <source>Selected Text:</source> - <translation type="unfinished"></translation> + <translation>Vybraný text:</translation> </message> <message> <location filename="../styleconfig.ui" line="182"/> <source>Visited Link:</source> - <translation type="unfinished"></translation> + <translation>Navštívený odkaz:</translation> </message> <message> <location filename="../styleconfig.ui" line="227"/> <source>&Default Palette</source> - <translation type="unfinished"></translation> + <translation>&Výchozí paleta</translation> </message> <message> <location filename="../styleconfig.ui" line="254"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-appearance/translations/lxqt-config-appearance_he.ts new/lxqt-config-0.16.1/lxqt-config-appearance/translations/lxqt-config-appearance_he.ts --- old/lxqt-config-0.16.0/lxqt-config-appearance/translations/lxqt-config-appearance_he.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-appearance/translations/lxqt-config-appearance_he.ts 2020-11-14 10:27:33.000000000 +0100 @@ -230,12 +230,12 @@ <message> <location filename="../styleconfig.ui" line="63"/> <source>Qt Palette</source> - <translation type="unfinished"></translation> + <translation>ערכת צבעים של Qt</translation> </message> <message> <location filename="../styleconfig.ui" line="77"/> <source>Some Qt styles may ignore these colors.</source> - <translation type="unfinished"></translation> + <translation>חלק מהסגנונות של Qt עשויים להתעלם מהצבעים האלו.</translation> </message> <message> <location filename="../styleconfig.ui" line="102"/> @@ -260,12 +260,12 @@ <message> <location filename="../styleconfig.ui" line="152"/> <source>Window Text:</source> - <translation type="unfinished"></translation> + <translation>טקסט החלון:</translation> </message> <message> <location filename="../styleconfig.ui" line="162"/> <source>View Text:</source> - <translation type="unfinished"></translation> + <translation>טקסט התצוגה:</translation> </message> <message> <location filename="../styleconfig.ui" line="172"/> @@ -275,12 +275,12 @@ <message> <location filename="../styleconfig.ui" line="182"/> <source>Visited Link:</source> - <translation type="unfinished"></translation> + <translation>קישור בו ביקרת:</translation> </message> <message> <location filename="../styleconfig.ui" line="227"/> <source>&Default Palette</source> - <translation type="unfinished"></translation> + <translation>&ערכת צבעים כבררת מחדל</translation> </message> <message> <location filename="../styleconfig.ui" line="254"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-brightness/translations/lxqt-config-brightness_cs.ts new/lxqt-config-0.16.1/lxqt-config-brightness/translations/lxqt-config-brightness_cs.ts --- old/lxqt-config-0.16.0/lxqt-config-brightness/translations/lxqt-config-brightness_cs.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-brightness/translations/lxqt-config-brightness_cs.ts 2020-11-14 10:27:33.000000000 +0100 @@ -12,27 +12,27 @@ <location filename="../brightnesssettings.ui" line="35"/> <location filename="../brightnesssettings.ui" line="74"/> <source>☀</source> - <translation type="unfinished"></translation> + <translation>☀</translation> </message> <message> <location filename="../brightnesssettings.ui" line="42"/> <source><html><head/><body><p><span style=" font-weight:600;">Backlight and brightness settings:</span></p></body></html></source> - <translation type="unfinished"></translation> + <translation><html><head/><body><p><span style=" font-weight:600;">Nastavení podsvícení a jasu:</span></p></body></html></translation> </message> <message> <location filename="../brightnesssettings.ui" line="51"/> <source>Backlight</source> - <translation type="unfinished"></translation> + <translation>Podsvícení</translation> </message> <message> <location filename="../brightnesssettings.ui" line="57"/> <source>☼</source> - <translation type="unfinished"></translation> + <translation>☼</translation> </message> <message> <location filename="../brightnesssettings.ui" line="87"/> <source>Brightness</source> - <translation type="unfinished"></translation> + <translation>Jas</translation> </message> <message> <location filename="../brightnesssettings.ui" line="105"/> @@ -60,12 +60,12 @@ <message> <location filename="../outputwidget.ui" line="48"/> <source>☼</source> - <translation type="unfinished"></translation> + <translation>☼</translation> </message> <message> <location filename="../outputwidget.ui" line="80"/> <source>☀</source> - <translation type="unfinished"></translation> + <translation>☀</translation> </message> </context> <context> @@ -73,32 +73,32 @@ <message> <location filename="../main.cpp" line="68"/> <source>Increase brightness.</source> - <translation type="unfinished"></translation> + <translation>Zvýšit jas.</translation> </message> <message> <location filename="../main.cpp" line="70"/> <source>Decrease brightness.</source> - <translation type="unfinished"></translation> + <translation>Snížit jas.</translation> </message> <message> <location filename="../main.cpp" line="72"/> <source>Set brightness from 1 to 100.</source> - <translation type="unfinished"></translation> + <translation>Nastavte jas z 1 na 100.</translation> </message> <message> <location filename="../main.cpp" line="74"/> <source>Reset gamma to default value.</source> - <translation type="unfinished"></translation> + <translation>Obnovte výchozí hodnotu gama.</translation> </message> <message> <location filename="../main.cpp" line="112"/> <source>%1: Can't use increase/decrease and set in conjunction</source> - <translation type="unfinished"></translation> + <translation>%1: Nelze použít zvýšení/snížení a nastavit je společně</translation> </message> <message> <location filename="../main.cpp" line="117"/> <source>%1: Can't use increase and decrease options in conjunction</source> - <translation type="unfinished"></translation> + <translation>%1: Voleb pro zvýšení a snížení nelze použít společně</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-brightness/translations/lxqt-config-brightness_he.ts new/lxqt-config-0.16.1/lxqt-config-brightness/translations/lxqt-config-brightness_he.ts --- old/lxqt-config-0.16.0/lxqt-config-brightness/translations/lxqt-config-brightness_he.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-brightness/translations/lxqt-config-brightness_he.ts 2020-11-14 10:27:33.000000000 +0100 @@ -17,12 +17,12 @@ <message> <location filename="../brightnesssettings.ui" line="42"/> <source><html><head/><body><p><span style=" font-weight:600;">Backlight and brightness settings:</span></p></body></html></source> - <translation type="unfinished"></translation> + <translation><html><head/><body><p><span style=" font-weight:600;">הגדרות תאורה אחורית ובהירות:</span></p></body></html></translation> </message> <message> <location filename="../brightnesssettings.ui" line="51"/> <source>Backlight</source> - <translation type="unfinished"></translation> + <translation>תאורה אחורית</translation> </message> <message> <location filename="../brightnesssettings.ui" line="57"/> @@ -83,22 +83,22 @@ <message> <location filename="../main.cpp" line="72"/> <source>Set brightness from 1 to 100.</source> - <translation type="unfinished"></translation> + <translation>יש להגדיר בהירות בין 1 ל־100.</translation> </message> <message> <location filename="../main.cpp" line="74"/> <source>Reset gamma to default value.</source> - <translation type="unfinished"></translation> + <translation>איפוס הגמא לערך בררת המחדל.</translation> </message> <message> <location filename="../main.cpp" line="112"/> <source>%1: Can't use increase/decrease and set in conjunction</source> - <translation type="unfinished"></translation> + <translation>%1: אי אפשר להשתמש בשילוב של הגדלה/הקטנה והגדרה יחד</translation> </message> <message> <location filename="../main.cpp" line="117"/> <source>%1: Can't use increase and decrease options in conjunction</source> - <translation type="unfinished"></translation> + <translation>%1: אי אפשר להשתמש בשילוב האפשרויות הגדלה והקטנה יחד</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-brightness/translations/lxqt-config-brightness_ru.ts new/lxqt-config-0.16.1/lxqt-config-brightness/translations/lxqt-config-brightness_ru.ts --- old/lxqt-config-0.16.0/lxqt-config-brightness/translations/lxqt-config-brightness_ru.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-brightness/translations/lxqt-config-brightness_ru.ts 2020-11-14 10:27:33.000000000 +0100 @@ -12,7 +12,7 @@ <location filename="../brightnesssettings.ui" line="35"/> <location filename="../brightnesssettings.ui" line="74"/> <source>☀</source> - <translation type="unfinished"></translation> + <translation>☀</translation> </message> <message> <location filename="../brightnesssettings.ui" line="42"/> @@ -27,7 +27,7 @@ <message> <location filename="../brightnesssettings.ui" line="57"/> <source>☼</source> - <translation type="unfinished"></translation> + <translation>☼</translation> </message> <message> <location filename="../brightnesssettings.ui" line="87"/> @@ -60,12 +60,12 @@ <message> <location filename="../outputwidget.ui" line="48"/> <source>☼</source> - <translation type="unfinished"></translation> + <translation>☼</translation> </message> <message> <location filename="../outputwidget.ui" line="80"/> <source>☀</source> - <translation type="unfinished"></translation> + <translation>☀</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-file-associations/translations/lxqt-config-file-associations_cs.ts new/lxqt-config-0.16.1/lxqt-config-file-associations/translations/lxqt-config-file-associations_cs.ts --- old/lxqt-config-0.16.0/lxqt-config-file-associations/translations/lxqt-config-file-associations_cs.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-file-associations/translations/lxqt-config-file-associations_cs.ts 2020-11-14 10:27:33.000000000 +0100 @@ -41,23 +41,23 @@ <message> <location filename="../applicationchooser.cpp" line="147"/> <source>Web browsers</source> - <translation type="unfinished"></translation> + <translation>Prohlížeče internetových stránek</translation> </message> <message> <location filename="../applicationchooser.cpp" line="152"/> <source>Email clients</source> - <translation type="unfinished"></translation> + <translation>Klienti elektronické pošty</translation> </message> <message> <location filename="../applicationchooser.cpp" line="157"/> <source>File managers</source> - <translation type="unfinished"></translation> + <translation>Správci souborů</translation> </message> <message> <location filename="../applicationchooser.cpp" line="193"/> <location filename="../applicationchooser.cpp" line="219"/> <source>Other applications that handle %1</source> - <translation type="unfinished"></translation> + <translation>Další aplikace spravující %1</translation> </message> <message> <location filename="../applicationchooser.cpp" line="194"/> @@ -73,7 +73,7 @@ <message> <location filename="../applicationchooser.cpp" line="310"/> <source>No more applications found</source> - <translation type="unfinished"></translation> + <translation>Nebyly nalezeny žádné další aplikace</translation> </message> </context> <context> @@ -83,7 +83,7 @@ <location filename="../mimetypeviewer.cpp" line="290"/> <location filename="../mimetypeviewer.cpp" line="309"/> <source>Change...</source> - <translation type="unfinished"></translation> + <translation>Změnit...</translation> </message> <message> <location filename="../mimetypeviewer.cpp" line="275"/> @@ -99,7 +99,7 @@ <location filename="../mimetypeviewer.cpp" line="295"/> <location filename="../mimetypeviewer.cpp" line="314"/> <source>Choose...</source> - <translation type="unfinished"></translation> + <translation>Vybrat...</translation> </message> <message> <location filename="../mimetypeviewer.cpp" line="384"/> @@ -122,7 +122,7 @@ <message> <location filename="../mimetypeviewer.ui" line="30"/> <source>Associations</source> - <translation type="unfinished"></translation> + <translation>Přiřazení</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="206"/> @@ -137,29 +137,29 @@ <message> <location filename="../mimetypeviewer.ui" line="305"/> <source>Default Applications</source> - <translation type="unfinished"></translation> + <translation>Výchozí programy</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="347"/> <source>Web Browser</source> - <translation type="unfinished"></translation> + <translation>Prohlížeč internetu</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="412"/> <location filename="../mimetypeviewer.ui" line="487"/> <location filename="../mimetypeviewer.ui" line="562"/> <source>Choose...</source> - <translation type="unfinished"></translation> + <translation>Vybrat...</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="422"/> <source>Email Client</source> - <translation type="unfinished"></translation> + <translation>Klient elektronické pošty</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="497"/> <source>File Manager</source> - <translation type="unfinished"></translation> + <translation>Správce souborů</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="255"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-file-associations/translations/lxqt-config-file-associations_es.ts new/lxqt-config-0.16.1/lxqt-config-file-associations/translations/lxqt-config-file-associations_es.ts --- old/lxqt-config-0.16.0/lxqt-config-file-associations/translations/lxqt-config-file-associations_es.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-file-associations/translations/lxqt-config-file-associations_es.ts 2020-11-14 10:27:33.000000000 +0100 @@ -41,23 +41,23 @@ <message> <location filename="../applicationchooser.cpp" line="147"/> <source>Web browsers</source> - <translation type="unfinished"></translation> + <translation>Navegadores web</translation> </message> <message> <location filename="../applicationchooser.cpp" line="152"/> <source>Email clients</source> - <translation type="unfinished"></translation> + <translation>Clientes de correo</translation> </message> <message> <location filename="../applicationchooser.cpp" line="157"/> <source>File managers</source> - <translation type="unfinished"></translation> + <translation>Administradores de archivos</translation> </message> <message> <location filename="../applicationchooser.cpp" line="193"/> <location filename="../applicationchooser.cpp" line="219"/> <source>Other applications that handle %1</source> - <translation type="unfinished"></translation> + <translation>Otras aplicaciones que manejan %1</translation> </message> <message> <location filename="../applicationchooser.cpp" line="194"/> @@ -73,7 +73,7 @@ <message> <location filename="../applicationchooser.cpp" line="310"/> <source>No more applications found</source> - <translation type="unfinished"></translation> + <translation>No se encontraron más aplicaciones</translation> </message> </context> <context> @@ -83,7 +83,7 @@ <location filename="../mimetypeviewer.cpp" line="290"/> <location filename="../mimetypeviewer.cpp" line="309"/> <source>Change...</source> - <translation type="unfinished"></translation> + <translation>Cambio...</translation> </message> <message> <location filename="../mimetypeviewer.cpp" line="275"/> @@ -99,7 +99,7 @@ <location filename="../mimetypeviewer.cpp" line="295"/> <location filename="../mimetypeviewer.cpp" line="314"/> <source>Choose...</source> - <translation type="unfinished"></translation> + <translation>Escoger...</translation> </message> <message> <location filename="../mimetypeviewer.cpp" line="384"/> @@ -122,7 +122,7 @@ <message> <location filename="../mimetypeviewer.ui" line="30"/> <source>Associations</source> - <translation type="unfinished"></translation> + <translation>Asociaciones</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="206"/> @@ -137,29 +137,29 @@ <message> <location filename="../mimetypeviewer.ui" line="305"/> <source>Default Applications</source> - <translation type="unfinished"></translation> + <translation>Aplicaciones predeterminadas</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="347"/> <source>Web Browser</source> - <translation type="unfinished"></translation> + <translation>Navegador web</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="412"/> <location filename="../mimetypeviewer.ui" line="487"/> <location filename="../mimetypeviewer.ui" line="562"/> <source>Choose...</source> - <translation type="unfinished"></translation> + <translation>Escoger...</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="422"/> <source>Email Client</source> - <translation type="unfinished"></translation> + <translation>Cliente de correo electrónico</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="497"/> <source>File Manager</source> - <translation type="unfinished"></translation> + <translation>Administrador de archivos</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="255"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-file-associations/translations/lxqt-config-file-associations_he.ts new/lxqt-config-0.16.1/lxqt-config-file-associations/translations/lxqt-config-file-associations_he.ts --- old/lxqt-config-0.16.0/lxqt-config-file-associations/translations/lxqt-config-file-associations_he.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-file-associations/translations/lxqt-config-file-associations_he.ts 2020-11-14 10:27:33.000000000 +0100 @@ -41,23 +41,23 @@ <message> <location filename="../applicationchooser.cpp" line="147"/> <source>Web browsers</source> - <translation type="unfinished"></translation> + <translation>דפדפנים</translation> </message> <message> <location filename="../applicationchooser.cpp" line="152"/> <source>Email clients</source> - <translation type="unfinished"></translation> + <translation>לקוחות דוא״ל</translation> </message> <message> <location filename="../applicationchooser.cpp" line="157"/> <source>File managers</source> - <translation type="unfinished"></translation> + <translation>מנהלי קבצים</translation> </message> <message> <location filename="../applicationchooser.cpp" line="193"/> <location filename="../applicationchooser.cpp" line="219"/> <source>Other applications that handle %1</source> - <translation type="unfinished"></translation> + <translation>יישומים אחרים שמטפלים ב־%1</translation> </message> <message> <location filename="../applicationchooser.cpp" line="194"/> @@ -73,7 +73,7 @@ <message> <location filename="../applicationchooser.cpp" line="310"/> <source>No more applications found</source> - <translation type="unfinished"></translation> + <translation>לא נמצאו יישומים נוספים</translation> </message> </context> <context> @@ -83,7 +83,7 @@ <location filename="../mimetypeviewer.cpp" line="290"/> <location filename="../mimetypeviewer.cpp" line="309"/> <source>Change...</source> - <translation type="unfinished"></translation> + <translation>החלפה…</translation> </message> <message> <location filename="../mimetypeviewer.cpp" line="275"/> @@ -99,7 +99,7 @@ <location filename="../mimetypeviewer.cpp" line="295"/> <location filename="../mimetypeviewer.cpp" line="314"/> <source>Choose...</source> - <translation type="unfinished"></translation> + <translation>בחירה…</translation> </message> <message> <location filename="../mimetypeviewer.cpp" line="384"/> @@ -122,7 +122,7 @@ <message> <location filename="../mimetypeviewer.ui" line="30"/> <source>Associations</source> - <translation type="unfinished"></translation> + <translation>שיוכים</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="206"/> @@ -137,29 +137,29 @@ <message> <location filename="../mimetypeviewer.ui" line="305"/> <source>Default Applications</source> - <translation type="unfinished"></translation> + <translation>יישומי בררת המחדל</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="347"/> <source>Web Browser</source> - <translation type="unfinished"></translation> + <translation>דפדפן</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="412"/> <location filename="../mimetypeviewer.ui" line="487"/> <location filename="../mimetypeviewer.ui" line="562"/> <source>Choose...</source> - <translation type="unfinished"></translation> + <translation>בחירה…</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="422"/> <source>Email Client</source> - <translation type="unfinished"></translation> + <translation>לקוח דוא״ל</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="497"/> <source>File Manager</source> - <translation type="unfinished"></translation> + <translation>מנהל קבצים</translation> </message> <message> <location filename="../mimetypeviewer.ui" line="255"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-input/touchpaddevice.cpp new/lxqt-config-0.16.1/lxqt-config-input/touchpaddevice.cpp --- old/lxqt-config-0.16.0/lxqt-config-input/touchpaddevice.cpp 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-input/touchpaddevice.cpp 2020-11-14 10:27:33.000000000 +0100 @@ -108,10 +108,10 @@ XFree(data); - auto dataType = values[0].type(); + auto dataType = static_cast<QMetaType::Type>(values[0].type()); switch (dataType) { - case QVariant::Int: + case QMetaType::Int: Q_ASSERT(act_type == XA_INTEGER); data = new unsigned char[values.size() * act_format / 8]; @@ -133,7 +133,7 @@ } } break; - case QVariant::Double: + case QMetaType::Float: Q_ASSERT(act_type == XInternAtom(dpy, "FLOAT", False)); Q_ASSERT(act_format == 32); float_data = new float[values.size()]; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_cs.ts new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_cs.ts --- old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_cs.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_cs.ts 2020-11-14 10:27:33.000000000 +0100 @@ -279,7 +279,7 @@ <message> <location filename="../touchpadconfig.ui" line="145"/> <source>DeviceInfoLabel</source> - <translation type="unfinished"></translation> + <translation>ŠtítekInformaceOZařízení</translation> </message> <message> <location filename="../touchpadconfig.cpp" line="85"/> @@ -289,7 +289,12 @@ If this is intended, please configure xinput manually. Otherwise you can get rid of this message by changing xinput driver to "libinput". </source> - <translation type="unfinished"></translation> + <translation>LXQt podporuje jako ovladač pro xinput jen "libinput". +(nynější hodnota: %1) + +Pokud je to záměr, nastavte, prosím, xinput ručně. +Jinak se této zprávy můžete zbavit záměnou ovladače xinput za "libinput". +</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_he.ts new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_he.ts --- old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_he.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_he.ts 2020-11-14 10:27:33.000000000 +0100 @@ -279,7 +279,7 @@ <message> <location filename="../touchpadconfig.ui" line="145"/> <source>DeviceInfoLabel</source> - <translation type="unfinished">DeviceInfoLabel</translation> + <translation>DeviceInfoLabel</translation> </message> <message> <location filename="../touchpadconfig.cpp" line="85"/> @@ -289,7 +289,12 @@ If this is intended, please configure xinput manually. Otherwise you can get rid of this message by changing xinput driver to "libinput". </source> - <translation type="unfinished"></translation> + <translation>ב־LXQt יש תמיכה רק ב־„libinput” כמנהל התקן xinput. +(ערך נוכחי: %1) + +אם זה מכוון, נא להגדיר את xinput ידנית. +במקרה שלא ניתן להיפטר מההודעה הזאת על ידי הגדרת מנהל התקן ה־xinput לכדי „libinput”. +</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_hu.ts new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_hu.ts --- old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_hu.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_hu.ts 2020-11-14 10:27:33.000000000 +0100 @@ -198,7 +198,7 @@ <message> <location filename="../lxqt-config-input.cpp" line="112"/> <source>Mouse and Touchpad</source> - <translation>Egér és érintőtábla</translation> + <translation>Egér és érintőpad</translation> </message> </context> <context> @@ -224,7 +224,7 @@ <message> <location filename="../touchpadconfig.ui" line="14"/> <source>TouchpadConfig </source> - <translation>Érintőtábla beállítása </translation> + <translation>Érintőpad beállítása </translation> </message> <message> <location filename="../touchpadconfig.ui" line="20"/> @@ -289,7 +289,12 @@ If this is intended, please configure xinput manually. Otherwise you can get rid of this message by changing xinput driver to "libinput". </source> - <translation type="unfinished"></translation> + <translation type="unfinished">Az LXQt csak a "libinput"-ot támogatja xinput driverként. +(jelenlegi érték: %1) + +Ha ez szándékos, állítsa be manuálisan az xinput-ot. +Ellenkező esetben megszabadulhat ettől az üzenettől, ha az xinput drivert "libinput"-ra változtatja. +</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_it.ts new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_it.ts --- old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_it.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_it.ts 2020-11-14 10:27:33.000000000 +0100 @@ -289,7 +289,12 @@ If this is intended, please configure xinput manually. Otherwise you can get rid of this message by changing xinput driver to "libinput". </source> - <translation type="unfinished"></translation> + <translation>Solo il driver"libinput" è supportato da LXQt. +(attuale: %1) + +Se questo è voluto per favore configurare xinput manualmente. +In caso contrario si può sopprimere questo messaggio impostando "libinput" come driver per xinput. +</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_sv.ts new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_sv.ts --- old/lxqt-config-0.16.0/lxqt-config-input/translations/lxqt-config-input_sv.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-input/translations/lxqt-config-input_sv.ts 2020-11-14 10:27:33.000000000 +0100 @@ -198,7 +198,7 @@ <message> <location filename="../lxqt-config-input.cpp" line="112"/> <source>Mouse and Touchpad</source> - <translation type="unfinished"></translation> + <translation>Mus och pekplatta</translation> </message> </context> <context> @@ -229,7 +229,7 @@ <message> <location filename="../touchpadconfig.ui" line="20"/> <source>Device:</source> - <translation type="unfinished"></translation> + <translation>Enhet:</translation> </message> <message> <location filename="../touchpadconfig.ui" line="30"/> @@ -259,7 +259,7 @@ <message> <location filename="../touchpadconfig.ui" line="102"/> <source>&Disabled</source> - <translation type="unfinished"></translation> + <translation>&Inaktiverad</translation> </message> <message> <location filename="../touchpadconfig.ui" line="109"/> @@ -274,7 +274,7 @@ <message> <location filename="../touchpadconfig.ui" line="123"/> <source>B&utton</source> - <translation type="unfinished"></translation> + <translation>K&napp</translation> </message> <message> <location filename="../touchpadconfig.ui" line="145"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-monitor/translations/lxqt-config-monitor_cs.ts new/lxqt-config-0.16.1/lxqt-config-monitor/translations/lxqt-config-monitor_cs.ts --- old/lxqt-config-0.16.0/lxqt-config-monitor/translations/lxqt-config-monitor_cs.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-monitor/translations/lxqt-config-monitor_cs.ts 2020-11-14 10:27:33.000000000 +0100 @@ -34,7 +34,7 @@ <message> <location filename="../loadsettings.cpp" line="97"/> <source>Default monitor settings has been applied. If you want change monitors settings, please, use lxqt-config-monitor.</source> - <translation type="unfinished"></translation> + <translation>Byla použita výchozí nastavení obrazovky. Pokud chcete nastavení obrazovky změnit. Použijte, prosím, lxqt-config-monitor.</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-monitor/translations/lxqt-config-monitor_es.ts new/lxqt-config-0.16.1/lxqt-config-monitor/translations/lxqt-config-monitor_es.ts --- old/lxqt-config-0.16.0/lxqt-config-monitor/translations/lxqt-config-monitor_es.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-monitor/translations/lxqt-config-monitor_es.ts 2020-11-14 10:27:33.000000000 +0100 @@ -34,7 +34,7 @@ <message> <location filename="../loadsettings.cpp" line="97"/> <source>Default monitor settings has been applied. If you want change monitors settings, please, use lxqt-config-monitor.</source> - <translation type="unfinished"></translation> + <translation>Se ha aplicado la configuración predeterminada del monitor. Si desea cambiar la configuración de los monitores, utilice lxqt-config-monitor.</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-config-0.16.0/lxqt-config-monitor/translations/lxqt-config-monitor_hu.ts new/lxqt-config-0.16.1/lxqt-config-monitor/translations/lxqt-config-monitor_hu.ts --- old/lxqt-config-0.16.0/lxqt-config-monitor/translations/lxqt-config-monitor_hu.ts 2020-11-02 10:35:25.000000000 +0100 +++ new/lxqt-config-0.16.1/lxqt-config-monitor/translations/lxqt-config-monitor_hu.ts 2020-11-14 10:27:33.000000000 +0100 @@ -34,7 +34,7 @@ <message> <location filename="../loadsettings.cpp" line="97"/> <source>Default monitor settings has been applied. If you want change monitors settings, please, use lxqt-config-monitor.</source> - <translation type="unfinished"></translation> + <translation>A monitor alapértelmezett beállítása lettek alkalmazva. Ha módosítani szeretné a monitorok beállításait, használja az lxqt-config-monitor alkalmazást.</translation> </message> </context> <context> _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
