Skip to content

Tags: zzag/plasma5-wallpapers-dynamic

Tags

5.0.0

Toggle 5.0.0's commit message
Bump versions

4.4.1

Toggle 4.4.1's commit message
tools/builder: Add codec option

cc #135

(cherry picked from commit e4328e6)

4.4.0

Toggle 4.4.0's commit message
Add encoding speed option

This adds --speed option in kdynamicwallpaperbuilder, 0 - slowest speed,
10 - fastest. The encoding speed can potentially affect resulting file
size or encoding quality.

Example usage:

    kdynamicwallpaperbuilder --output foo.avif --speed 6 manifest.json

4.3.1

Toggle 4.3.1's commit message
Bump version to 4.3.1

4.3.0

Toggle 4.3.0's commit message
Fix absolute time fallback in the solar engine

4.2.0

Toggle 4.2.0's commit message
Bump version to 4.2.0

4.1.0

Toggle 4.1.0's commit message
Bump version to 4.1.0

4.0.0

Toggle 4.0.0's commit message
Remove v4 development note

3.3.9

Toggle 3.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update metadata.desktop (#74)

Inclusion of the Portuguese translation.

3.3.8

Toggle 3.3.8's commit message
Work around the lack of onValueModified signal in QQC 1

SpinBox in QtQuick Controls 2 has a signal that is emitted when the
value is changed explicitly by the user. In QtQuick Controls 1, there is
no such a signal.

The most straightforward thing would be to switch to QQC2, but the
problem is that the SpinBox API in there is extremely stripped down. You
will need to re-invent the wheel to get basic functionality.

This fixes a bug where the update interval is reset to 1 unexpectedly.