Hello community, here is the log from the commit of package kiconthemes for openSUSE:Factory checked in at 2020-07-14 07:53:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old) and /work/SRC/openSUSE:Factory/.kiconthemes.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiconthemes" Tue Jul 14 07:53:07 2020 rev:85 rq:820369 version:5.72.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes 2020-06-16 13:43:14.897203886 +0200 +++ /work/SRC/openSUSE:Factory/.kiconthemes.new.3060/kiconthemes.changes 2020-07-14 07:54:03.472773242 +0200 @@ -1,0 +2,12 @@ +Sun Jul 5 07:55:26 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.72.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.72.0 +- Changes since 5.71.0: + * Drop assignment in resetPalette + * Return QPalette() if we have no custom palette + * Respect QIcon::fallbackSearchpaths() (kde#405522) + +------------------------------------------------------------------- Old: ---- kiconthemes-5.71.0.tar.xz kiconthemes-5.71.0.tar.xz.sig New: ---- kiconthemes-5.72.0.tar.xz kiconthemes-5.72.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiconthemes.spec ++++++ --- /var/tmp/diff_new_pack.soMGhC/_old 2020-07-14 07:54:04.224775676 +0200 +++ /var/tmp/diff_new_pack.soMGhC/_new 2020-07-14 07:54:04.228775689 +0200 @@ -17,14 +17,14 @@ %define lname libKF5IconThemes5 -%define _tar_path 5.71 +%define _tar_path 5.72 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kiconthemes -Version: 5.71.0 +Version: 5.72.0 Release: 0 Summary: Icon GUI utilities License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -36,7 +36,6 @@ Source2: frameworks.keyring %endif Source99: baselibs.conf -BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version} ++++++ kiconthemes-5.71.0.tar.xz -> kiconthemes-5.72.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/CMakeLists.txt new/kiconthemes-5.72.0/CMakeLists.txt --- old/kiconthemes-5.71.0/CMakeLists.txt 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/CMakeLists.txt 2020-07-04 15:14:23.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.71.0") # handled by release scripts -set(KF5_DEP_VERSION "5.71.0") # handled by release scripts +set(KF5_VERSION "5.72.0") # handled by release scripts +set(KF5_DEP_VERSION "5.72.0") # handled by release scripts project(KIconThemes VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.71.0 NO_MODULE) +find_package(ECM 5.72.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/az/kiconthemes5.po new/kiconthemes-5.72.0/po/az/kiconthemes5.po --- old/kiconthemes-5.71.0/po/az/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/az/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -10,7 +10,7 @@ "PO-Revision-Date: 2020-04-15 23:34+0400\n" "Last-Translator: Xəyyam <[email protected]>\n" "Language-Team: Azerbaijani\n" -"Language: en_US\n" +"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/mr/kiconthemes5.po new/kiconthemes-5.72.0/po/mr/kiconthemes5.po --- old/kiconthemes-5.71.0/po/mr/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/mr/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -10,7 +10,7 @@ "PO-Revision-Date: 2013-03-30 14:45+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: American English <[email protected]>\n" -"Language: en_US\n" +"Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/sr/kiconthemes5.po new/kiconthemes-5.72.0/po/sr/kiconthemes5.po --- old/kiconthemes-5.71.0/po/sr/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/sr/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: kiconthemes5\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-26 03:46+0200\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-15 02:37+0200\n" "PO-Revision-Date: 2016-11-28 01:32+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -25,102 +25,102 @@ "X-Wrapping: fine\n" # >> @title:window -#: kicondialog.cpp:261 kicondialog.cpp:273 kicondialog.cpp:605 +#: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:604 #, kde-format msgid "Select Icon" msgstr "Избор иконице" -#: kicondialog.cpp:290 +#: kicondialog.cpp:289 #, kde-format msgid "Icon Source" msgstr "Извор иконице" -#: kicondialog.cpp:299 +#: kicondialog.cpp:298 #, kde-format msgid "S&ystem icons:" msgstr "&Системске иконице:" -#: kicondialog.cpp:305 +#: kicondialog.cpp:304 #, kde-format msgid "O&ther icons:" msgstr "&Друге иконице:" -#: kicondialog.cpp:308 +#: kicondialog.cpp:307 #, kde-format msgid "&Browse..." msgstr "&Прегледај..." -#: kicondialog.cpp:319 +#: kicondialog.cpp:318 #, kde-format msgid "&Search:" msgstr "&Тражи:" -#: kicondialog.cpp:326 +#: kicondialog.cpp:325 #, kde-format msgid "Search interactively for icon names (e.g. folder)." msgstr "Интерактивно тражи имена иконица (нпр. фасцикла)." # >> @item:inlistbox System icons -#: kicondialog.cpp:356 +#: kicondialog.cpp:355 #, kde-format msgid "Actions" msgstr "радње" # >> @item:inlistbox System icons -#: kicondialog.cpp:357 +#: kicondialog.cpp:356 #, kde-format msgid "Applications" msgstr "програми" # >> @item:inlistbox System icons -#: kicondialog.cpp:358 +#: kicondialog.cpp:357 #, kde-format msgid "Categories" msgstr "категорије" # >> @item:inlistbox System icons -#: kicondialog.cpp:359 +#: kicondialog.cpp:358 #, kde-format msgid "Devices" msgstr "уређаји" # >> @item:inlistbox System icons -#: kicondialog.cpp:360 +#: kicondialog.cpp:359 #, kde-format msgid "Emblems" msgstr "амблеми" # >> @item:inlistbox System icons -#: kicondialog.cpp:361 +#: kicondialog.cpp:360 #, kde-format msgid "Emotes" msgstr "емотикони" # >> @item:inlistbox System icons -#: kicondialog.cpp:362 +#: kicondialog.cpp:361 #, kde-format msgid "Mimetypes" msgstr "МИМЕ типови" # >> @item:inlistbox System icons -#: kicondialog.cpp:363 +#: kicondialog.cpp:362 #, kde-format msgid "Places" msgstr "места" # >> @item:inlistbox System icons -#: kicondialog.cpp:364 +#: kicondialog.cpp:363 #, kde-format msgid "Status" msgstr "стање" # >> @item:inlistbox System icons -#: kicondialog.cpp:365 +#: kicondialog.cpp:364 #, kde-format msgid "All" msgstr "све" -#: kicondialog.cpp:605 +#: kicondialog.cpp:604 #, fuzzy, kde-format #| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/sr@ijekavian/kiconthemes5.po new/kiconthemes-5.72.0/po/sr@ijekavian/kiconthemes5.po --- old/kiconthemes-5.71.0/po/sr@ijekavian/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/sr@ijekavian/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: kiconthemes5\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-26 03:46+0200\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-15 02:37+0200\n" "PO-Revision-Date: 2016-11-28 01:32+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -24,102 +24,102 @@ "X-Environment: kde\n" # >> @title:window -#: kicondialog.cpp:261 kicondialog.cpp:273 kicondialog.cpp:605 +#: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:604 #, kde-format msgid "Select Icon" msgstr "Избор иконице" -#: kicondialog.cpp:290 +#: kicondialog.cpp:289 #, kde-format msgid "Icon Source" msgstr "Извор иконице" -#: kicondialog.cpp:299 +#: kicondialog.cpp:298 #, kde-format msgid "S&ystem icons:" msgstr "&Системске иконице:" -#: kicondialog.cpp:305 +#: kicondialog.cpp:304 #, kde-format msgid "O&ther icons:" msgstr "&Друге иконице:" -#: kicondialog.cpp:308 +#: kicondialog.cpp:307 #, kde-format msgid "&Browse..." msgstr "&Прегледај..." -#: kicondialog.cpp:319 +#: kicondialog.cpp:318 #, kde-format msgid "&Search:" msgstr "&Тражи:" -#: kicondialog.cpp:326 +#: kicondialog.cpp:325 #, kde-format msgid "Search interactively for icon names (e.g. folder)." msgstr "Интерактивно тражи имена иконица (нпр. фасцикла)." # >> @item:inlistbox System icons -#: kicondialog.cpp:356 +#: kicondialog.cpp:355 #, kde-format msgid "Actions" msgstr "радње" # >> @item:inlistbox System icons -#: kicondialog.cpp:357 +#: kicondialog.cpp:356 #, kde-format msgid "Applications" msgstr "програми" # >> @item:inlistbox System icons -#: kicondialog.cpp:358 +#: kicondialog.cpp:357 #, kde-format msgid "Categories" msgstr "категорије" # >> @item:inlistbox System icons -#: kicondialog.cpp:359 +#: kicondialog.cpp:358 #, kde-format msgid "Devices" msgstr "уређаји" # >> @item:inlistbox System icons -#: kicondialog.cpp:360 +#: kicondialog.cpp:359 #, kde-format msgid "Emblems" msgstr "амблеми" # >> @item:inlistbox System icons -#: kicondialog.cpp:361 +#: kicondialog.cpp:360 #, kde-format msgid "Emotes" msgstr "емотикони" # >> @item:inlistbox System icons -#: kicondialog.cpp:362 +#: kicondialog.cpp:361 #, kde-format msgid "Mimetypes" msgstr "МИМЕ типови" # >> @item:inlistbox System icons -#: kicondialog.cpp:363 +#: kicondialog.cpp:362 #, kde-format msgid "Places" msgstr "мјеста" # >> @item:inlistbox System icons -#: kicondialog.cpp:364 +#: kicondialog.cpp:363 #, kde-format msgid "Status" msgstr "стање" # >> @item:inlistbox System icons -#: kicondialog.cpp:365 +#: kicondialog.cpp:364 #, kde-format msgid "All" msgstr "све" -#: kicondialog.cpp:605 +#: kicondialog.cpp:604 #, fuzzy, kde-format #| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/sr@ijekavianlatin/kiconthemes5.po new/kiconthemes-5.72.0/po/sr@ijekavianlatin/kiconthemes5.po --- old/kiconthemes-5.71.0/po/sr@ijekavianlatin/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/sr@ijekavianlatin/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: kiconthemes5\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-26 03:46+0200\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-15 02:37+0200\n" "PO-Revision-Date: 2016-11-28 01:32+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -24,102 +24,102 @@ "X-Environment: kde\n" # >> @title:window -#: kicondialog.cpp:261 kicondialog.cpp:273 kicondialog.cpp:605 +#: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:604 #, kde-format msgid "Select Icon" msgstr "Izbor ikonice" -#: kicondialog.cpp:290 +#: kicondialog.cpp:289 #, kde-format msgid "Icon Source" msgstr "Izvor ikonice" -#: kicondialog.cpp:299 +#: kicondialog.cpp:298 #, kde-format msgid "S&ystem icons:" msgstr "&Sistemske ikonice:" -#: kicondialog.cpp:305 +#: kicondialog.cpp:304 #, kde-format msgid "O&ther icons:" msgstr "&Druge ikonice:" -#: kicondialog.cpp:308 +#: kicondialog.cpp:307 #, kde-format msgid "&Browse..." msgstr "&Pregledaj..." -#: kicondialog.cpp:319 +#: kicondialog.cpp:318 #, kde-format msgid "&Search:" msgstr "&Traži:" -#: kicondialog.cpp:326 +#: kicondialog.cpp:325 #, kde-format msgid "Search interactively for icon names (e.g. folder)." msgstr "Interaktivno traži imena ikonica (npr. fascikla)." # >> @item:inlistbox System icons -#: kicondialog.cpp:356 +#: kicondialog.cpp:355 #, kde-format msgid "Actions" msgstr "radnje" # >> @item:inlistbox System icons -#: kicondialog.cpp:357 +#: kicondialog.cpp:356 #, kde-format msgid "Applications" msgstr "programi" # >> @item:inlistbox System icons -#: kicondialog.cpp:358 +#: kicondialog.cpp:357 #, kde-format msgid "Categories" msgstr "kategorije" # >> @item:inlistbox System icons -#: kicondialog.cpp:359 +#: kicondialog.cpp:358 #, kde-format msgid "Devices" msgstr "uređaji" # >> @item:inlistbox System icons -#: kicondialog.cpp:360 +#: kicondialog.cpp:359 #, kde-format msgid "Emblems" msgstr "amblemi" # >> @item:inlistbox System icons -#: kicondialog.cpp:361 +#: kicondialog.cpp:360 #, kde-format msgid "Emotes" msgstr "emotikoni" # >> @item:inlistbox System icons -#: kicondialog.cpp:362 +#: kicondialog.cpp:361 #, kde-format msgid "Mimetypes" msgstr "MIME tipovi" # >> @item:inlistbox System icons -#: kicondialog.cpp:363 +#: kicondialog.cpp:362 #, kde-format msgid "Places" msgstr "mjesta" # >> @item:inlistbox System icons -#: kicondialog.cpp:364 +#: kicondialog.cpp:363 #, kde-format msgid "Status" msgstr "stanje" # >> @item:inlistbox System icons -#: kicondialog.cpp:365 +#: kicondialog.cpp:364 #, kde-format msgid "All" msgstr "sve" -#: kicondialog.cpp:605 +#: kicondialog.cpp:604 #, fuzzy, kde-format #| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/sr@latin/kiconthemes5.po new/kiconthemes-5.72.0/po/sr@latin/kiconthemes5.po --- old/kiconthemes-5.71.0/po/sr@latin/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/sr@latin/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: kiconthemes5\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-26 03:46+0200\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-15 02:37+0200\n" "PO-Revision-Date: 2016-11-28 01:32+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -24,102 +24,102 @@ "X-Environment: kde\n" # >> @title:window -#: kicondialog.cpp:261 kicondialog.cpp:273 kicondialog.cpp:605 +#: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:604 #, kde-format msgid "Select Icon" msgstr "Izbor ikonice" -#: kicondialog.cpp:290 +#: kicondialog.cpp:289 #, kde-format msgid "Icon Source" msgstr "Izvor ikonice" -#: kicondialog.cpp:299 +#: kicondialog.cpp:298 #, kde-format msgid "S&ystem icons:" msgstr "&Sistemske ikonice:" -#: kicondialog.cpp:305 +#: kicondialog.cpp:304 #, kde-format msgid "O&ther icons:" msgstr "&Druge ikonice:" -#: kicondialog.cpp:308 +#: kicondialog.cpp:307 #, kde-format msgid "&Browse..." msgstr "&Pregledaj..." -#: kicondialog.cpp:319 +#: kicondialog.cpp:318 #, kde-format msgid "&Search:" msgstr "&Traži:" -#: kicondialog.cpp:326 +#: kicondialog.cpp:325 #, kde-format msgid "Search interactively for icon names (e.g. folder)." msgstr "Interaktivno traži imena ikonica (npr. fascikla)." # >> @item:inlistbox System icons -#: kicondialog.cpp:356 +#: kicondialog.cpp:355 #, kde-format msgid "Actions" msgstr "radnje" # >> @item:inlistbox System icons -#: kicondialog.cpp:357 +#: kicondialog.cpp:356 #, kde-format msgid "Applications" msgstr "programi" # >> @item:inlistbox System icons -#: kicondialog.cpp:358 +#: kicondialog.cpp:357 #, kde-format msgid "Categories" msgstr "kategorije" # >> @item:inlistbox System icons -#: kicondialog.cpp:359 +#: kicondialog.cpp:358 #, kde-format msgid "Devices" msgstr "uređaji" # >> @item:inlistbox System icons -#: kicondialog.cpp:360 +#: kicondialog.cpp:359 #, kde-format msgid "Emblems" msgstr "amblemi" # >> @item:inlistbox System icons -#: kicondialog.cpp:361 +#: kicondialog.cpp:360 #, kde-format msgid "Emotes" msgstr "emotikoni" # >> @item:inlistbox System icons -#: kicondialog.cpp:362 +#: kicondialog.cpp:361 #, kde-format msgid "Mimetypes" msgstr "MIME tipovi" # >> @item:inlistbox System icons -#: kicondialog.cpp:363 +#: kicondialog.cpp:362 #, kde-format msgid "Places" msgstr "mesta" # >> @item:inlistbox System icons -#: kicondialog.cpp:364 +#: kicondialog.cpp:363 #, kde-format msgid "Status" msgstr "stanje" # >> @item:inlistbox System icons -#: kicondialog.cpp:365 +#: kicondialog.cpp:364 #, kde-format msgid "All" msgstr "sve" -#: kicondialog.cpp:605 +#: kicondialog.cpp:604 #, fuzzy, kde-format #| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/ta/kiconthemes5.po new/kiconthemes-5.72.0/po/ta/kiconthemes5.po --- old/kiconthemes-5.71.0/po/ta/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/ta/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -19,7 +19,7 @@ "PO-Revision-Date: 2012-03-28 00:36+0530\n" "Last-Translator: ramadas <[email protected]>\n" "Language-Team: American English <[email protected]>\n" -"Language: en_US\n" +"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/uz@cyrillic/kiconthemes5.po new/kiconthemes-5.72.0/po/uz@cyrillic/kiconthemes5.po --- old/kiconthemes-5.71.0/po/uz@cyrillic/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/uz@cyrillic/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2009-10-14 00:15+0200\n" "Last-Translator: Mashrab Kuvatov <[email protected]>\n" "Language-Team: Uzbek <[email protected]>\n" -"Language: uz\n" +"Language: uz@cyrillic\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/vi/kiconthemes5.po new/kiconthemes-5.72.0/po/vi/kiconthemes5.po --- old/kiconthemes-5.71.0/po/vi/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/vi/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2013-08-27 21:21+0800\n" "Last-Translator: herop-kde\n" "Language-Team: American English <[email protected]>\n" -"Language: en_US\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/po/zh_CN/kiconthemes5.po new/kiconthemes-5.72.0/po/zh_CN/kiconthemes5.po --- old/kiconthemes-5.71.0/po/zh_CN/kiconthemes5.po 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/po/zh_CN/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 @@ -17,8 +17,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-15 02:37+0200\n" -"PO-Revision-Date: 2020-05-09 13:50\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"PO-Revision-Date: 2020-06-24 08:00\n" +"Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -26,8 +26,10 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-trunk/messages/frameworks/kiconthemes5.pot\n" +"X-Crowdin-File: /kf5-trunk/messages/kiconthemes/kiconthemes5.pot\n" +"X-Crowdin-File-ID: 5571\n" #: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:604 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.71.0/src/kiconloader.cpp new/kiconthemes-5.72.0/src/kiconloader.cpp --- old/kiconthemes-5.71.0/src/kiconloader.cpp 2020-06-07 20:28:07.000000000 +0200 +++ new/kiconthemes-5.72.0/src/kiconloader.cpp 2020-07-04 15:14:23.000000000 +0200 @@ -1134,6 +1134,23 @@ } } } + + if (path.isEmpty()) { + const QStringList fallbackPaths = QIcon::fallbackSearchPaths(); + + for (const QString &path : fallbackPaths) { + const QString extensions[] = { QStringLiteral(".png"), QStringLiteral(".svg"), QStringLiteral(".svgz"), QStringLiteral(".xpm") }; + + for (const QString &ext : extensions) { + const QString file = path + '/' + name + ext; + + if (QFileInfo::exists(file)) { + return file; + } + } + } + } + return path; } @@ -1829,13 +1846,12 @@ QPalette KIconLoader::customPalette() const { - return d->mPalette; + return d->mCustomPalette ? d->mPalette : QPalette(); } void KIconLoader::resetPalette() { d->mCustomPalette = false; - d->mPalette = QPalette(); } /*** the global icon loader ***/
