Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package UltimateDailyWallpaper for 
openSUSE:Factory checked in at 2023-08-04 15:04:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/UltimateDailyWallpaper (Old)
 and      /work/SRC/openSUSE:Factory/.UltimateDailyWallpaper.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "UltimateDailyWallpaper"

Fri Aug  4 15:04:28 2023 rev:9 rq:1102300 version:3.3.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/UltimateDailyWallpaper/UltimateDailyWallpaper.changes
    2023-08-02 16:50:45.317612188 +0200
+++ 
/work/SRC/openSUSE:Factory/.UltimateDailyWallpaper.new.22712/UltimateDailyWallpaper.changes
 2023-08-04 15:04:41.636755736 +0200
@@ -1,0 +2,8 @@
+Thu Aug  3 07:53:03 UTC 2023 - Patrice Coni <patrice.coni-...@yandex.com>
+
+- Update to version 3.3.4
+   * Bug fixed: Wallpaper changes undesirably after
+                reconnecting to the internet
+   * Language files updated
+
+-------------------------------------------------------------------

Old:
----
  ultimatedailywallpaper-3.3.3.tar.gz

New:
----
  ultimatedailywallpaper-3.3.4.tar.gz

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

Other differences:
------------------
++++++ UltimateDailyWallpaper.spec ++++++
--- /var/tmp/diff_new_pack.2CBr7W/_old  2023-08-04 15:04:42.436760723 +0200
+++ /var/tmp/diff_new_pack.2CBr7W/_new  2023-08-04 15:04:42.460760871 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           UltimateDailyWallpaper
-Version:        3.3.3
+Version:        3.3.4
 Release:        0
 Summary:        A wallpaper changer and downloader
 License:        GPL-3.0+
@@ -51,6 +51,7 @@
 
 %prep
 rm -rf SlackBuild
+rm -rf debian
 rm -rf screenshots
 rm -rf src/macOS
 rm -rf rpmbuild

++++++ ultimatedailywallpaper-3.3.3.tar.gz -> 
ultimatedailywallpaper-3.3.4.tar.gz ++++++
++++ 1611 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/README.md 
new/ultimatedailywallpaper-3.3.4/README.md
--- old/ultimatedailywallpaper-3.3.3/README.md  2023-08-01 09:22:30.000000000 
+0200
+++ new/ultimatedailywallpaper-3.3.4/README.md  2023-08-04 08:34:28.000000000 
+0200
@@ -42,8 +42,15 @@
 #### Installation on Fedora 38
 
 ```
-wget 
https://github.com/pagaco-swita/ultimatedailywallpaper/releases/download/v3.3.2/UltimateDailyWallpaper-3.3.2-1.fc38.x86_64.rpm
-sudo rpm -i UltimateDailyWallpaper-3.3.2-1.fc38.x86_64.rpm
+wget 
https://github.com/pagaco-swita/ultimatedailywallpaper/releases/download/v3.3.4/UltimateDailyWallpaper-3.3.4-1.fc38.x86_64.rpm
+sudo rpm -i UltimateDailyWallpaper-3.3.4-1.fc38.x86_64.rpm
+```
+
+#### Installation on Debian
+
+```
+wget 
https://github.com/pagaco-swita/ultimatedailywallpaper/releases/download/v3.3.4/ultimatedailywallpaper_3.3.4-1_amd64.deb
+sudo dpkg -i ultimatedailywallpaper_3.3.4-1_amd64.deb
 ```
 
 ## Build from source:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
 
new/ultimatedailywallpaper-3.3.4/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
--- 
old/ultimatedailywallpaper-3.3.3/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
        2023-08-01 09:22:30.000000000 +0200
+++ 
new/ultimatedailywallpaper-3.3.4/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
        2023-08-04 08:34:28.000000000 +0200
@@ -25,7 +25,7 @@
 cd $(dirname $0) ; CWD=$(pwd)
 
 PRGNAM=UltimateDailyWallpaper
-VERSION=${VERSION:-3.3.3}
+VERSION=${VERSION:-3.3.4}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
 PKGTYPE=${PKGTYPE:-tgz}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
 
new/ultimatedailywallpaper-3.3.4/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
--- 
old/ultimatedailywallpaper-3.3.3/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
      2023-08-01 09:22:30.000000000 +0200
+++ 
new/ultimatedailywallpaper-3.3.4/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
      2023-08-04 08:34:28.000000000 +0200
@@ -1,8 +1,8 @@
 PRGNAM="UltimateDailyWallpaper"
-VERSION="3.3.3"
+VERSION="3.3.4"
 HOMEPAGE="https://github.com/pagaco-swita/ultimatedailywallpaper";
-DOWNLOAD="https://github.com/pagaco-swita/ultimatedailywallpaper/archive/refs/tags/v3.3.3/ultimatedailywallpaper-3.3.3.tar.gz";
-MD5SUM="01a5b9f89833becce80db779311547ce"
+DOWNLOAD="https://github.com/pagaco-swita/ultimatedailywallpaper/archive/refs/tags/v3.3.4/ultimatedailywallpaper-3.3.4.tar.gz";
+MD5SUM="34d1bdb788c81a11670db707a6f7f935"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/UltimateDailyWallpaper.1 
new/ultimatedailywallpaper-3.3.4/debian/UltimateDailyWallpaper.1
--- old/ultimatedailywallpaper-3.3.3/debian/UltimateDailyWallpaper.1    
1970-01-01 01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/UltimateDailyWallpaper.1    
2023-08-04 08:34:28.000000000 +0200
@@ -0,0 +1,25 @@
+.\" Man page for DailyDesktopWallpaperPlus
+.\" Contact: patrice.coni-...@yandex.com
+.TH UltimateDailyWallpaper 1 "August  03 2023"
+.SH NAME
+UltimateDailyWallpaper \- Wallpaper changer
+.SH SYNOPSIS
+UltimateDailyWallpaper - Daily picture as wallpaper of a selected provider.
+.SH DESCRIPTION
+UltimateDailyWallpaper is a utility to set the daily picture as
+wallpaper from a selected provider. It saves pictures in a high quality.
+Further information about each picture can be obtained from the
+Internet with a single click. It integrates with most desktop
+environments to provide automatically changing wallpaper. It
+allows a simple integration of plugins, which allows downloading
+a daily wallpaper from any one provider.
+
+Default directory for plugins: /usr/lib/UltimateDailyWallpaper-plugins
+.SH OPTIONS
+No options for this man pages.
+.SH SEE ALSO
+man(1), groff(1), man.config(5)
+.SH BUGS
+If you find a bug, please report it at below E-Mail-address.
+.SH AUTHOR
+Patrice Coni (patrice.coni-...@yandex.com)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/changelog 
new/ultimatedailywallpaper-3.3.4/debian/changelog
--- old/ultimatedailywallpaper-3.3.3/debian/changelog   1970-01-01 
01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/changelog   2023-08-04 
08:34:28.000000000 +0200
@@ -0,0 +1,5 @@
+ultimatedailywallpaper (3.3.4-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Patrice Coni <patrice.coni-...@yandex.com>  Thu, 03 Aug 2023 10:25:27 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/control 
new/ultimatedailywallpaper-3.3.4/debian/control
--- old/ultimatedailywallpaper-3.3.3/debian/control     1970-01-01 
01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/control     2023-08-04 
08:34:28.000000000 +0200
@@ -0,0 +1,39 @@
+Source: ultimatedailywallpaper
+Section: misc
+Priority: optional
+Maintainer: Patrice Coni <patrice.coni-...@yandex.com>
+Rules-Requires-Root: no
+Build-Depends:
+ debhelper-compat (= 13),
+ qtbase5-dev,
+ libkf5config-dev,
+ libkf5filemetadata-dev,
+ qt5-qmake,
+ libqt5opengl5-dev,
+ tzdata, 
+ locales,
+ libkf5coreaddons-dev,
+ qt5-qmake-bin,
+ baloo-kf5-dev,
+ qtchooser,
+ curl,
+ sensible-utils,
+ qttools5-dev,
+ qttools5-dev-tools
+Standards-Version: 4.6.2
+Homepage: https://github.com/pagaco-swita/ultimatedailywallpaper
+
+Package: ultimatedailywallpaper
+Architecture: any
+Depends:
+ curl,
+ sensible-utils,
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: Daily image as wallpaper of a selected provider
+ UltimateDailyWallpaper is a utility to set the daily picture as
+ wallpaper of a selected provider. It saves images in a high
+ quality. Further information about each picture can be obtained
+ from the Internet with a single click. It integrates with
+ most desktop environments to provide automatically changing
+ wallpaper.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/copyright 
new/ultimatedailywallpaper-3.3.4/debian/copyright
--- old/ultimatedailywallpaper-3.3.3/debian/copyright   1970-01-01 
01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/copyright   2023-08-04 
08:34:28.000000000 +0200
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ultimatedailywallpaper
+Upstream-Contact: Patrice Coni <patrice.coni-...@yandex.com>
+Source: https://github.com/pagaco-swita/ultimatedailywallpaper
+
+Files: *
+Copyright: 2023 Patrice Coni <patrice.coni-...@yandex.com>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2023 Patrice Coni <patrice.coni-...@yandex.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/docs 
new/ultimatedailywallpaper-3.3.4/debian/docs
--- old/ultimatedailywallpaper-3.3.3/debian/docs        1970-01-01 
01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/docs        2023-08-04 
08:34:28.000000000 +0200
@@ -0,0 +1 @@
+README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/rules 
new/ultimatedailywallpaper-3.3.4/debian/rules
--- old/ultimatedailywallpaper-3.3.3/debian/rules       1970-01-01 
01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/rules       2023-08-04 
08:34:28.000000000 +0200
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+export QT_SELECT=5
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+       dh $@
+
+override_dh_auto_install:
+       lrelease src/src.pro
+       mkdir qm
+       mv language/*.qm qm
+       dh_auto_install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/source/format 
new/ultimatedailywallpaper-3.3.4/debian/source/format
--- old/ultimatedailywallpaper-3.3.3/debian/source/format       1970-01-01 
01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/source/format       2023-08-04 
08:34:28.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/ultimatedailywallpaper.dirs 
new/ultimatedailywallpaper-3.3.4/debian/ultimatedailywallpaper.dirs
--- old/ultimatedailywallpaper-3.3.3/debian/ultimatedailywallpaper.dirs 
1970-01-01 01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/ultimatedailywallpaper.dirs 
2023-08-04 08:34:28.000000000 +0200
@@ -0,0 +1,22 @@
+usr/lib/UltimateDailyWallpaper-plugins
+usr/share/locale
+usr/share/locale/pt
+usr/share/locale/pt/LC_MESSAGES
+usr/share/locale/ko
+usr/share/locale/ko/LC_MESSAGES
+usr/share/locale/uk
+usr/share/locale/uk/LC_MESSAGES
+usr/share/locale/ru
+usr/share/locale/ru/LC_MESSAGES
+usr/share/locale/it
+usr/share/locale/it/LC_MESSAGES
+usr/share/locale/fr
+usr/share/locale/fr/LC_MESSAGES
+usr/share/locale/fi
+usr/share/locale/fi/LC_MESSAGES
+usr/share/locale/es
+usr/share/locale/es/LC_MESSAGES
+usr/share/locale/de
+usr/share/locale/de/LC_MESSAGES
+usr/share/locale/ca
+usr/share/locale/ca/LC_MESSAGES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/ultimatedailywallpaper.install 
new/ultimatedailywallpaper-3.3.4/debian/ultimatedailywallpaper.install
--- old/ultimatedailywallpaper-3.3.3/debian/ultimatedailywallpaper.install      
1970-01-01 01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/ultimatedailywallpaper.install      
2023-08-04 08:34:28.000000000 +0200
@@ -0,0 +1,14 @@
+bin/UltimateDailyWallpaper usr/bin
+UltimateDailyWallpaper.desktop usr/share/applications
+src/icons/ultimatedesktopwallpaper_icon.png usr/share/pixmaps
+plugins/* usr/lib/UltimateDailyWallpaper-plugins
+qm/UltimateDailyWallpaper_ca.qm /usr/share/locale/ca/LC_MESSAGES
+qm/UltimateDailyWallpaper_de.qm /usr/share/locale/de/LC_MESSAGES
+qm/UltimateDailyWallpaper_es.qm /usr/share/locale/es/LC_MESSAGES
+qm/UltimateDailyWallpaper_fi.qm /usr/share/locale/fi/LC_MESSAGES
+qm/UltimateDailyWallpaper_fr.qm /usr/share/locale/fr/LC_MESSAGES
+qm/UltimateDailyWallpaper_it.qm /usr/share/locale/it/LC_MESSAGES
+qm/UltimateDailyWallpaper_ru.qm /usr/share/locale/ru/LC_MESSAGES
+qm/UltimateDailyWallpaper_uk.qm /usr/share/locale/uk/LC_MESSAGES
+qm/UltimateDailyWallpaper_ko.qm /usr/share/locale/ko/LC_MESSAGES
+qm/UltimateDailyWallpaper_pt.qm /usr/share/locale/pt/LC_MESSAGES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/ultimatedailywallpaper.manpages 
new/ultimatedailywallpaper-3.3.4/debian/ultimatedailywallpaper.manpages
--- old/ultimatedailywallpaper-3.3.3/debian/ultimatedailywallpaper.manpages     
1970-01-01 01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/ultimatedailywallpaper.manpages     
2023-08-04 08:34:28.000000000 +0200
@@ -0,0 +1 @@
+debian/UltimateDailyWallpaper.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/debian/watch 
new/ultimatedailywallpaper-3.3.4/debian/watch
--- old/ultimatedailywallpaper-3.3.3/debian/watch       1970-01-01 
01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.3.4/debian/watch       2023-08-04 
08:34:28.000000000 +0200
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ultimatedailywallpaper-$1\.tar\.gz/
 \
+  https://github.com/pagaco-swita/ultimatedailywallpaper/tags 
.*/v?(\d\S+)\.tar\.gz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_ca.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_ca.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_ca.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_ca.po      
2023-08-04 08:34:28.000000000 +0200
@@ -242,7 +242,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Error"
@@ -253,19 +253,19 @@
 msgstr "No s'han trobat connectors."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "fet."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Plugin utilitzat: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Error en carregar el plugin."
@@ -279,63 +279,63 @@
 "S'ha detectat un error en iniciar l'aplicació.\n"
 "La aplicació licitud estarà tancada."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "Sense connexió a internet."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Comproveu la vostra connexió a Internet."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Proveïdor"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Sobre aquesta imatge i llicència"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Sobre aquesta imatge i els drets d'autor"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Descarregar imatges anteriors"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Carrega la imatge emmagatzemada"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Configuració"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Sobre"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Sortir"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Descripció: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Carrega el plugin..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_de.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_de.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_de.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_de.po      
2023-08-04 08:34:28.000000000 +0200
@@ -241,7 +241,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Fehler"
@@ -252,19 +252,19 @@
 msgstr "Keine Plugins gefunden."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "erledigt."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Verwendetes Plugin: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Fehler beim Laden des Plugins."
@@ -278,65 +278,65 @@
 "Beim Start der Anwendung wurde ein Fehler festgestelt.\n"
 "Die Anwendung wird nun beendet."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr ""
 "Keine Internetverbindung.\n"
 "Die Anwendung wird geschlossen."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Bitte überprüfen Sie Ihre Internetverbindung."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Anbieter"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Über dieses Bild und Lizenz"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Über dieses Bild und Copyright"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Ältere Bilder herunterladen"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Gespeichertes Hintergrundbild laden"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Einstellungen"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Über"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Beenden"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Beschreibung: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Plugin wird geladen..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_es.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_es.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_es.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_es.po      
2023-08-04 08:34:28.000000000 +0200
@@ -244,7 +244,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Error"
@@ -255,19 +255,19 @@
 msgstr "No se han encontrado plugins."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "hecho."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Plugin utilizado: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Error al cargar el plugin."
@@ -281,63 +281,63 @@
 "Se detectó un error al iniciar la aplicación.\n"
 "La aplicación se cerrará."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "No hay conexión a Internet."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Por favor, compruebe su conexión a Internet."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Proveedor"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Acerca de esta imagen y licencia"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Acerca de esta imagen y derechos de autor"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Descargar fotos pasadas"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Cargar imagen almacenada"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Configuración"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Acerca de"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Salir"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Descripción: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Cargar plugin..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_fi.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_fi.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_fi.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_fi.po      
2023-08-04 08:34:28.000000000 +0200
@@ -242,7 +242,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Virhe"
@@ -253,19 +253,19 @@
 msgstr "Laajennuksia ei löytynyt."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "valmis."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Käytetty laajennus: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Virhe ladattaessa laajennusta."
@@ -279,63 +279,63 @@
 "Sovellusta käynnistettäessä havaittiin virhe.\n"
 "Hakemus suljetaan."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "Ei yhteyttä Internetiin."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Tarkista Internet-yhteytesi."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Toimittaja"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Tietoja tästä kuvasta ja Lisenssi"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Tietoja tästä kuvasta ja tekijänoikeuksista"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Lataa aiempia kuvia"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Lataa tallennettu kuva"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Asetukset"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Noin"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Lopettaa"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Kuvaus: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Suorita laajennus..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_fr.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_fr.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_fr.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_fr.po      
2023-08-04 08:34:28.000000000 +0200
@@ -245,7 +245,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Erreur"
@@ -256,19 +256,19 @@
 msgstr "Aucun plugin trouvé."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "fait."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Plugin utilisé: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Erreur lors du chargement du plugin."
@@ -282,63 +282,63 @@
 "Une erreur a été détectée lors du démarrage de l’application.\n"
 "La demande sera fermée."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "Pas de connexion à Internet."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Veuillez vérifier votre connexion Internet."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Fournisseur"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&À propos de cette image et licence"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&À propos de cette image et copyright"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Télécharger les photos passées"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Charger l’image stockée"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Paramètres"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Environ"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Finir"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Description: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Charger le plugin..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_it.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_it.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_it.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_it.po      
2023-08-04 08:34:28.000000000 +0200
@@ -244,7 +244,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Errore"
@@ -255,19 +255,19 @@
 msgstr "Nessun plugin trovato."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "fatto."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Plugin usato: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Errore durante il caricamento del plugin."
@@ -281,63 +281,63 @@
 "È stato rilevato un errore all'avvio dell'applicazione.\n"
 "L'applicazione verrà chiusa."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "Nessuna connessione a Internet."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Si prega di controllare la connessione internet."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Provider"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Informazioni su questa immagine e licenza"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Informazioni su questa immagine e copyright"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Scarica le immagini del passato"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Carica immagine memorizzata"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Impostazioni"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Circa"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Dimettersi"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Descrizione: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Carica plugin..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_ko.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_ko.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_ko.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_ko.po      
2023-08-04 08:34:28.000000000 +0200
@@ -239,7 +239,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "오류"
@@ -250,19 +250,19 @@
 msgstr "플러그인을 찾을 수 없습니다."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "완전한"
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "플러그인: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "플러그인을로드하는 동안 오류가 발생했습니다."
@@ -276,65 +276,65 @@
 "응용 프로그램을 시작할 때 오류가 감지되었습니다.\n"
 "신청이 마감됩니다."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr ""
 "응용 프로그램을 시작할 때 오류가 감지되었습니다.\n"
 "응용 프로그램 중단."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "인터넷 연결을 확인하십시오."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&공급자"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&이 사진 및 라이센스에 대해"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&이 사진과 저작권에 대해"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&지난 사진 다운로드"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&저장된 사진 로드"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&옵션"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&정보"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&출구"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "이미지 설명: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "플러그인 로드..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_pt.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_pt.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_pt.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_pt.po      
2023-08-04 08:34:28.000000000 +0200
@@ -246,7 +246,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Erro"
@@ -257,19 +257,19 @@
 msgstr "Nenhum plug-in encontrado."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "concluído."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Plugin usado: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Erro ao carregar o plugin."
@@ -283,63 +283,63 @@
 "Foi detectado um erro ao iniciar o aplicativo.\n"
 "O aplicativo será encerrado."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "Sem conexão com a internet."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Por favor, verifique a sua ligação à Internet."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Provedor"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Sobre esta imagem e licença"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Sobre esta imagem e copirraite"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Baixar fotos passadas"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Carregar imagem armazenada"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Configurações"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Sobre"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Renunciar"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Descrição: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Carregar plugin..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_ru.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_ru.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_ru.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_ru.po      
2023-08-04 08:34:28.000000000 +0200
@@ -243,7 +243,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Ошибка"
@@ -254,19 +254,19 @@
 msgstr "Расширения не найдены."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "завершенный."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Используемый плагин: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Ошибка при загрузке плагина."
@@ -280,63 +280,63 @@
 "При запуске приложения обнаружена 
ошибка.\n"
 "Заявка будет закрыта."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "Нет подключения к Интернету."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Пожалуйста, проверьте подключение к 
Интернету."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Поставщик"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Об этой картинке и лицензии"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Об этой фотографии и авторских правах"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Скачать прошлые фотографии"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Загрузить сохраненное изображение"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Параметры"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Около"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Покидать"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Описание картины: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Загрузить плагин..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_uk.po 
new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_uk.po
--- old/ultimatedailywallpaper-3.3.3/language/UltimateDailyWallpaper_uk.po      
2023-08-01 09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/language/UltimateDailyWallpaper_uk.po      
2023-08-04 08:34:28.000000000 +0200
@@ -243,7 +243,7 @@
 
 #: ../src/mainwindow.cpp:306
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error"
 msgstr "Помилка"
@@ -254,19 +254,19 @@
 msgstr "Плагінів не знайдено."
 
 #: ../src/mainwindow.cpp:312
-#: ../src/mainwindow.cpp:758
+#: ../src/mainwindow.cpp:767
 msgctxt "MainWindow|"
 msgid "done."
 msgstr "зроблено."
 
 #: ../src/mainwindow.cpp:313
-#: ../src/mainwindow.cpp:759
+#: ../src/mainwindow.cpp:768
 msgctxt "MainWindow|"
 msgid "Used plugin: "
 msgstr "Використовуваний плагін: "
 
 #: ../src/mainwindow.cpp:317
-#: ../src/mainwindow.cpp:763
+#: ../src/mainwindow.cpp:772
 msgctxt "MainWindow|"
 msgid "Error while loading plugin."
 msgstr "Помилка під час завантаження плагіна."
@@ -280,63 +280,63 @@
 "An error was detected when starting the program.\n"
 "The application will be closed."
 
-#: ../src/mainwindow.cpp:461
-#: ../src/mainwindow.cpp:825
+#: ../src/mainwindow.cpp:467
+#: ../src/mainwindow.cpp:834
 msgctxt "MainWindow|"
 msgid "No connection to the internet."
 msgstr "Немає підключення до інтернету."
 
-#: ../src/mainwindow.cpp:461
+#: ../src/mainwindow.cpp:467
 msgctxt "MainWindow|"
 msgid "Please check your internet connection."
 msgstr "Будь ласка, перевірте підключення до 
Інтернету."
 
-#: ../src/mainwindow.cpp:748
+#: ../src/mainwindow.cpp:757
 msgctxt "MainWindow|"
 msgid "&Provider"
 msgstr "&Постачальника"
 
-#: ../src/mainwindow.cpp:786
+#: ../src/mainwindow.cpp:795
 msgctxt "MainWindow|"
 msgid "&About this picture and license"
 msgstr "&Про цю картинку і ліцензію"
 
-#: ../src/mainwindow.cpp:790
+#: ../src/mainwindow.cpp:799
 msgctxt "MainWindow|"
 msgid "&About this picture and copyright"
 msgstr "&Про цю картину і авторські права"
 
-#: ../src/mainwindow.cpp:797
+#: ../src/mainwindow.cpp:806
 msgctxt "MainWindow|"
 msgid "&Download past pictures"
 msgstr "&Завантаження минулих зображень"
 
-#: ../src/mainwindow.cpp:801
+#: ../src/mainwindow.cpp:810
 msgctxt "MainWindow|"
 msgid "&Load stored picture"
 msgstr "&Відкриття збереженого зображення"
 
-#: ../src/mainwindow.cpp:804
+#: ../src/mainwindow.cpp:813
 msgctxt "MainWindow|"
 msgid "&Settings"
 msgstr "&Параметри"
 
-#: ../src/mainwindow.cpp:807
+#: ../src/mainwindow.cpp:816
 msgctxt "MainWindow|"
 msgid "&About"
 msgstr "&Про"
 
-#: ../src/mainwindow.cpp:810
+#: ../src/mainwindow.cpp:819
 msgctxt "MainWindow|"
 msgid "&Quit"
 msgstr "&Кинути"
 
-#: ../src/mainwindow.cpp:884
+#: ../src/mainwindow.cpp:893
 msgctxt "MainWindow|"
 msgid "Description: \n"
 msgstr "Опис: \n"
 
-#: ../src/mainwindow.cpp:1385
+#: ../src/mainwindow.cpp:1394
 msgctxt "MainWindow|"
 msgid "Load plugin..."
 msgstr "Запуск плагіна..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/rpmbuild/Fedora/UltimateDailyWallpaper.spec 
new/ultimatedailywallpaper-3.3.4/rpmbuild/Fedora/UltimateDailyWallpaper.spec
--- 
old/ultimatedailywallpaper-3.3.3/rpmbuild/Fedora/UltimateDailyWallpaper.spec    
    2023-08-01 09:22:30.000000000 +0200
+++ 
new/ultimatedailywallpaper-3.3.4/rpmbuild/Fedora/UltimateDailyWallpaper.spec    
    2023-08-04 08:34:28.000000000 +0200
@@ -1,5 +1,5 @@
 Name:           UltimateDailyWallpaper
-Version:        3.3.3
+Version:        3.3.4
 Release:        1%{?dist}
 Summary:        A wallpaper changer and downloader
 License:        GPLv3
@@ -37,6 +37,7 @@
 %global debug_package %{nil}
 
 %prep
+rm -rf SlackBuild
 rm -rf debian
 rm -rf screenshots
 rm -rf src/macOS
@@ -95,6 +96,12 @@
 %doc README.md AUTHORS
 
 %changelog
+* Thu Aug 03 2023 Patrice Coni <patrice.coni-...@yandex.com> - 3.3.4-1
+- Update to version 3.3.4
+   * Bug fixed: Wallpaper changes undesirably after
+                reconnecting to the internet
+   * Language files updated
+
 * Tue Aug 01 2023 Patrice Coni <patrice.coni-...@yandex.com> - 3.3.3-1
 - Update to version 3.3.3
    * Bug fixed: The wallpaper does not change after
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
 
new/ultimatedailywallpaper-3.3.4/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
--- 
old/ultimatedailywallpaper-3.3.3/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
       2023-08-01 09:22:30.000000000 +0200
+++ 
new/ultimatedailywallpaper-3.3.4/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
       2023-08-04 08:34:28.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Aug  3 07:53:03 UTC 2023 - Patrice Coni <patrice.coni-...@yandex.com>
+
+- Update to version 3.3.4
+   * Bug fixed: Wallpaper changes undesirably after
+                reconnecting to the internet
+   * Language files updated
+
+-------------------------------------------------------------------
 Tue Aug  1 07:09:17 UTC 2023 - Patrice Coni <patrice.coni-...@yandex.com>
 
 - Update to version 3.3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
 
new/ultimatedailywallpaper-3.3.4/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
--- 
old/ultimatedailywallpaper-3.3.3/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
  2023-08-01 09:22:30.000000000 +0200
+++ 
new/ultimatedailywallpaper-3.3.4/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
  2023-08-04 08:34:28.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           UltimateDailyWallpaper
-Version:        3.3.3
+Version:        3.3.4
 Release:        0
 Summary:        A wallpaper changer and downloader
 License:        GPL-3.0+
@@ -51,6 +51,7 @@
 
 %prep
 rm -rf SlackBuild
+rm -rf debian
 rm -rf screenshots
 rm -rf src/macOS
 rm -rf rpmbuild
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/src/mainwindow.cpp 
new/ultimatedailywallpaper-3.3.4/src/mainwindow.cpp
--- old/ultimatedailywallpaper-3.3.3/src/mainwindow.cpp 2023-08-01 
09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/src/mainwindow.cpp 2023-08-04 
08:34:28.000000000 +0200
@@ -448,7 +448,13 @@
             load_wallpaper();
         } else
         {
-            update_all();
+            if(check_internet_connection()==true)
+            {
+                update_all();
+            } else
+            {
+                load_wallpaper();
+            }
         }
     }
     else
@@ -627,7 +633,10 @@
             }
             if(startseq==true)
             {
-                update_all();
+                if(same_date()==false)
+                {
+                    update_all();
+                }
                 startseq=false;
             }
         }
@@ -1009,10 +1018,6 @@
     {
         emit _setWallpaper(_picturedir+"/"+_record_out.at(3), _used_desktop, 
_change_lockscreen_wallpaper);
         change_filename(_record_out.at(3));
-        if(same_date()==false)
-        {
-            change_date();
-        }
     }
 }
 
@@ -1209,6 +1214,10 @@
         load_wallpaper();
     }
     _display_tooltip(_record_out.at(1), _record_out.at(0));
+    if((check_internet_connection()==true) && (same_date()==false))
+    {
+        change_date();
+    }
 }
 
 void MainWindow::show_photobrowser(int mode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ultimatedailywallpaper-3.3.3/src/src.pro 
new/ultimatedailywallpaper-3.3.4/src/src.pro
--- old/ultimatedailywallpaper-3.3.3/src/src.pro        2023-08-01 
09:22:30.000000000 +0200
+++ new/ultimatedailywallpaper-3.3.4/src/src.pro        2023-08-04 
08:34:28.000000000 +0200
@@ -15,7 +15,7 @@
 # along with this program. If not, see <https://www.gnu.org/licenses/>.
 #---------------------------------------------------
 
-VERSION   = 3.3.3
+VERSION   = 3.3.4
 DEFINES += APP_VERSION=\\\"$$VERSION\\\"
 
 QT       += core gui network xml concurrent sql

Reply via email to