notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: Mk/Uses/kde.mk

Number of commits found: 403 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5  »  

Thursday, 7 Dec 2023
17:52 Tobias C. Berner (tcberner) search for other commits by this committer
kde.mk: add virtual category 'kde-devel'

Previously we assumed that a port of KDE Gear 24.02-beta1 will use Qt6.
So kde:6 was used to determine that the applications version is beta1.
However, not all applications will be ported in time of the release as
it seems, so we need to have a better way to select the version.

For now, the KDE Gear-ports can use (for beta1)

	CATEGORIES=$main kde kde-applications kde-devel

resepectively (for stable version)

	CATEGORIES=$main kde kde-applications

to get the proper DISTVERSION value and environment set up.
commit hash: b42bee5ad6d7c0e0b8e95303caaadb4d63b5bb36 commit hash: b42bee5ad6d7c0e0b8e95303caaadb4d63b5bb36 commit hash: b42bee5ad6d7c0e0b8e95303caaadb4d63b5bb36 commit hash: b42bee5ad6d7c0e0b8e95303caaadb4d63b5bb36 b42bee5
Tuesday, 5 Dec 2023
12:35 Tobias C. Berner (tcberner) search for other commits by this committer
kde.mk: fix DESCR for non kf5-ports

For the kf6 ports we use a single pkg-descr file at the moment, by
setting DESCR in kde.mk. This was however not guarded behind a check
for _KDE_VERSION==6, which lead to it being used for kf5-* ports too.

Reported by:	fluffy
commit hash: db9e2b36f9cac40c1fe86aa4c9ee5ee584d31ff3 commit hash: db9e2b36f9cac40c1fe86aa4c9ee5ee584d31ff3 commit hash: db9e2b36f9cac40c1fe86aa4c9ee5ee584d31ff3 commit hash: db9e2b36f9cac40c1fe86aa4c9ee5ee584d31ff3 db9e2b3
Sunday, 3 Dec 2023
22:17 Tobias C. Berner (tcberner) search for other commits by this committer
framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'

To depend on phonon, you now need

USES=	kde:<ver>
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 b2a438e
08:09 Tobias C. Berner (tcberner) search for other commits by this committer Author: Colin Percival
Uses/kde.mk: Fix typo

Unbreak INDEX.

Differential Revision: https://reviews.freebsd.org/D42879
commit hash: e491adb75a25d6e25737518b08aa7c0237505dfa commit hash: e491adb75a25d6e25737518b08aa7c0237505dfa commit hash: e491adb75a25d6e25737518b08aa7c0237505dfa commit hash: e491adb75a25d6e25737518b08aa7c0237505dfa e491adb
Saturday, 2 Dec 2023
23:38 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Add Ports for the upcoming KDE Plasma Desktop 6 (beta1)

KDE's 6th Megarelease - Beta 1

Wednesday, 29 November 2023

En route to the new Plasma, Frameworks and Gear

Every few years we port the key components of our software to a new
version of Qt, taking the opportunity to remove cruft and leverage the
updated features the most recent version of Qt has to offer us.

It has been nearly 10 years since the last big release of our flagship
Plasma desktop environment, and the time has come again. KDE is making
available today the Beta version of all the software we will include in
a megarelease scheduled for the end of February 2024.

To ensure all parts of KDE's software stack are working together, we are
releasing all our major bundles at the same time. Today sees the
continuation of that journey with the Beta releases of Plasma 6, KDE
Frameworks 6 and the KDE Gear bundle of apps.

+-------------------------------------------------------------------------+
| This is a very early preview intended for developers and testers only.  |
| We hope it will be picked up by rolling unstable distros, but it is far |
| from being ready for day-to-day use yet.                                |
+-------------------------------------------------------------------------+

Announcement:	https://kde.org/announcements/megarelease/6/beta1/
Obtained from:	https://github.com/tcberner/kde6-overlay/

Further port changes:
 * graphics/libkexiv2-devel has been added
commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f a5d6446
13:19 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Add KDE Frameworks 6 ports

KDE's 6th Megarelease - Alpha

Wednesday, 8 November 2023

En route to the new Plasma, Frameworks and Gear

Every few years we port the key components of our software to a new
version of Qt, taking the opportunity to remove cruft and leverage the
updated features the most recent version of Qt has to offer us.

It has been nearly 10 years since the last big release of our flagship
Plasma desktop environment, and the time has come again. KDE is making
available today the Alpha version of all the software we will include in
a megarelease scheduled for the end of February 2024.

Announcement: https://kde.org/announcements/megarelease/6/alpha/
Obtained from:	https://github.com/tcberner/kde6-overlay/

Further ports specific changes:
 * multimedia/phonon: is now flavored for Qt5 and Qt6
commit hash: 633534bf76831ac5b3e0d6afa47923d621a4f8f5 commit hash: 633534bf76831ac5b3e0d6afa47923d621a4f8f5 commit hash: 633534bf76831ac5b3e0d6afa47923d621a4f8f5 commit hash: 633534bf76831ac5b3e0d6afa47923d621a4f8f5 633534b
Tuesday, 28 Nov 2023
05:39 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.112

Sunday, 12 November 2023

KDE today announces the release of KDE Frameworks 5.112.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		275060
Exp-run by:	antoine

Announcement:	https://kde.org/announcements/frameworks/5/5.112.0/
commit hash: 32af9268b201160d07027eae5ceb3f6c45718abc commit hash: 32af9268b201160d07027eae5ceb3f6c45718abc commit hash: 32af9268b201160d07027eae5ceb3f6c45718abc commit hash: 32af9268b201160d07027eae5ceb3f6c45718abc 32af926
Thursday, 9 Nov 2023
17:48 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.08.3

KDE Gear 23.08.3

Thursday, 9 November 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * ark: Compatibility with shared-mime-info >= 2.3
 * kate: No longer crash when dropping a file into the project panel
 * akonadi: Don't keep huge MySQL logs from past sessions

Announcement:	https://kde.org/announcements/gear/23.08.3/
Full changelog:	https://kde.org/announcements/changelogs/gear/23.08.3/
commit hash: 2c7f569f01bfc6cff8cba81f7c007c1d36d84c42 commit hash: 2c7f569f01bfc6cff8cba81f7c007c1d36d84c42 commit hash: 2c7f569f01bfc6cff8cba81f7c007c1d36d84c42 commit hash: 2c7f569f01bfc6cff8cba81f7c007c1d36d84c42 2c7f569
Monday, 30 Oct 2023
18:13 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.111

Wednesday, 18 October 2023

KDE today announces the release of KDE Frameworks 5.111.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.111.0/
PR:		274662
Exp-run by:	antoine
commit hash: cbbf088c9d389266fba01845c05995f2695562cb commit hash: cbbf088c9d389266fba01845c05995f2695562cb commit hash: cbbf088c9d389266fba01845c05995f2695562cb commit hash: cbbf088c9d389266fba01845c05995f2695562cb cbbf088
Wednesday, 25 Oct 2023
23:22 Dima Panov (fluffy) search for other commits by this committer
Mk/Uses/kde.mk: add oxygen-sounds to the plasma components list (+)

While here, pet portlint (s|= \t|=\t|g)
commit hash: 548f061e0551afb93339e344cf8ac32c1409c661 commit hash: 548f061e0551afb93339e344cf8ac32c1409c661 commit hash: 548f061e0551afb93339e344cf8ac32c1409c661 commit hash: 548f061e0551afb93339e344cf8ac32c1409c661 548f061
06:04 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.27.9

KDE Plasma 5.27.9, Bugfix Release for October

Tuesday, 24 October 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.9.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds six months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Discover: Fix network cache size for first run.
 * GTK Config: make it compile with GLib < 2.74.
 * Powerdevil: Provide a default action in Suspend session config.

Full changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.8-5.27.9
commit hash: 61a20a4763290b454aaa0a12a0ba60b45bfdc6c9 commit hash: 61a20a4763290b454aaa0a12a0ba60b45bfdc6c9 commit hash: 61a20a4763290b454aaa0a12a0ba60b45bfdc6c9 commit hash: 61a20a4763290b454aaa0a12a0ba60b45bfdc6c9 61a20a4
Friday, 13 Oct 2023
18:06 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.08.2

KDE Gear 23.08.2

Thursday, 12 October 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * kdeconnect: Avoid adding duplicate devices to Dolphin's side panel
   (Commit, fixes bug #461872)
 * merkuro: Fix shifting of date by one day/month (Commit, fixes bug
   #473866)
 * kdenlive: Fix multiple audio streams broken by MLT's new astream
   property (Commit, fixes bug #474895)

Full changelog: https://kde.org/announcements/changelogs/gear/23.08.2/
commit hash: e28cfeb2823dac3b7924b0bb23457459aef3af36 commit hash: e28cfeb2823dac3b7924b0bb23457459aef3af36 commit hash: e28cfeb2823dac3b7924b0bb23457459aef3af36 commit hash: e28cfeb2823dac3b7924b0bb23457459aef3af36 e28cfeb
Friday, 22 Sep 2023
22:47 Jason E. Hale (jhale) search for other commits by this committer
devel/ktextaddons: Update to 1.5.1

Bump PORTREVISION on dependent ports due to shared library rename.
commit hash: 1dbda1e99529cce7cc2fec1cad978dd4083208d0 commit hash: 1dbda1e99529cce7cc2fec1cad978dd4083208d0 commit hash: 1dbda1e99529cce7cc2fec1cad978dd4083208d0 commit hash: 1dbda1e99529cce7cc2fec1cad978dd4083208d0 1dbda1e
Monday, 18 Sep 2023
15:54 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.110

Saturday, 9 September 2023

KDE today announces the release of KDE Frameworks 5.110.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.110.0/

Exp-run by:	antoine
PR:		273695
commit hash: 64fcfc13d7c16292042b4d82627aa294abc1de6d commit hash: 64fcfc13d7c16292042b4d82627aa294abc1de6d commit hash: 64fcfc13d7c16292042b4d82627aa294abc1de6d commit hash: 64fcfc13d7c16292042b4d82627aa294abc1de6d 64fcfc1
Thursday, 14 Sep 2023
10:42 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.08.1

Thursday, 14 September 2023. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

* gwenview: Fix navigation with side mouse buttons
* kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create
* akonadi-calendar: Use correct identity when sending iTIP counter-proposal

Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
commit hash: e2097f455b3b2db1dccae59dd098073ee7022a33 commit hash: e2097f455b3b2db1dccae59dd098073ee7022a33 commit hash: e2097f455b3b2db1dccae59dd098073ee7022a33 commit hash: e2097f455b3b2db1dccae59dd098073ee7022a33 e2097f4
Wednesday, 13 Sep 2023
05:16 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update Plasma Desktop to 5.27.8

KDE Plasma 5.27.8, Bugfix Release for September

Tuesday, 12 September 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.8.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds five months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * KRunner: make debut on X11 faster.
 * Powerdevil: don't automatically suspend by default if running in a
   virtual machine.
 * System Settings: Remove soft hyphens in keywords used for searching.

Announcement:	https://kde.org/announcements/plasma/5/5.27.8/
Changelog:	https://kde.org/announcements/changelogs/plasma/5/5.27.7-5.27.8/
commit hash: ec37f68193bf82ad8532fb59532230340f1cfee8 commit hash: ec37f68193bf82ad8532fb59532230340f1cfee8 commit hash: ec37f68193bf82ad8532fb59532230340f1cfee8 commit hash: ec37f68193bf82ad8532fb59532230340f1cfee8 ec37f68
Monday, 28 Aug 2023
19:07 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.08

Thursday, 24 August 2023

We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.

Read on to find out what's new in KDE Gear 23.08
	https://kde.org/announcements/gear/23.08.0
commit hash: 2a6cfd50d085f1b42d2c32022dd5232c493c4c46 commit hash: 2a6cfd50d085f1b42d2c32022dd5232c493c4c46 commit hash: 2a6cfd50d085f1b42d2c32022dd5232c493c4c46 commit hash: 2a6cfd50d085f1b42d2c32022dd5232c493c4c46 2a6cfd5
Friday, 25 Aug 2023
05:19 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.109

Thursday, 17 August 2023

KDE today announces the release of KDE Frameworks 5.109.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement: https://kde.org/announcements/frameworks/5/5.109.0/
Exp-run by:	antoine
PR:		273185
commit hash: b24a7e0bb8af5ad7cdda66953fa9dd9a9cd98bc8 commit hash: b24a7e0bb8af5ad7cdda66953fa9dd9a9cd98bc8 commit hash: b24a7e0bb8af5ad7cdda66953fa9dd9a9cd98bc8 commit hash: b24a7e0bb8af5ad7cdda66953fa9dd9a9cd98bc8 b24a7e0
Friday, 11 Aug 2023
04:33 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: KDE Plasma 5.27.7, Bugfix Release for August

Tuesday, 1 August 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.7.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds three months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Discover: Fix SteamOS dbus path.
 * Emojier: Update Unicode data for emojier to 15.0.
 * System Settings: Properly show the custom header widget when started
   with non-QML KCMs.

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.27.6-5.27.7
commit hash: 26f67d304d90b4f1e23b05831f44e399f4c1b9bf commit hash: 26f67d304d90b4f1e23b05831f44e399f4c1b9bf commit hash: 26f67d304d90b4f1e23b05831f44e399f4c1b9bf commit hash: 26f67d304d90b4f1e23b05831f44e399f4c1b9bf 26f67d3
Tuesday, 18 Jul 2023
07:50 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.108

Saturday, 8 July 2023

KDE today announces the release of KDE Frameworks 5.108.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.108.0/

PR:		272435
Exp-run by:	antoine
commit hash: 4050f55d0ad01fdef2cbbfc7a3aa53ecbc7020a2 commit hash: 4050f55d0ad01fdef2cbbfc7a3aa53ecbc7020a2 commit hash: 4050f55d0ad01fdef2cbbfc7a3aa53ecbc7020a2 commit hash: 4050f55d0ad01fdef2cbbfc7a3aa53ecbc7020a2 4050f55
Wednesday, 12 Jul 2023
18:55 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Support tag names with USE_GITLAB

Since quite some time, it's possible to download generated tarballs from
gitlab for a tag name without knowing the corresponding git hash. This
is preferable because you have a single source of truth about the
software version.

Support this by replacing GL_COMMIT with GL_TAGNAME which also accepts a
commit hash, similar to USE_GITHUB. Unfortunately, there's a catch, the
DISTFILE must be named exactly: ${GL_PROJECT}-${GL_TAGNAME}.tar.bz2,
otherwise it extracts in a directory that contains the commit hash. So,
we can't add the gitlab account or the revision suffix to make it work.

Therefore, detect whether GL_TAGNAME contains a commit hash, and if it
does, use the old behavior of deriving DISTNAME and DISTFILES.

Document in CHANGES, also add a DEV_WARNING similar to USE_GITHUB when
there's an URL in MASTER_SITES that looks like a gitlab URL. With
support for tags, there shouldn't be any reason left to hardcode such an
URL in MASTER_SITES.

PR:			248967
Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 16bde072b16daca1c886116e602c94b5fa99c20f commit hash: 16bde072b16daca1c886116e602c94b5fa99c20f commit hash: 16bde072b16daca1c886116e602c94b5fa99c20f commit hash: 16bde072b16daca1c886116e602c94b5fa99c20f 16bde07
Sunday, 9 Jul 2023
10:45 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.04.3

KDE Gear 23.04.3

Thursday, 6 July 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * gwenview: Avoid a crash when opening a .nef image in exiv2 library
 * kalendar: Fix a few issues with reminders
 * kreversi: Fix board position in portrait mode

Changelog: https://kde.org/announcements/changelogs/gear/23.04.3/
commit hash: 14aebfc8f6da4144180e15cfec23e4a5b4809da5 commit hash: 14aebfc8f6da4144180e15cfec23e4a5b4809da5 commit hash: 14aebfc8f6da4144180e15cfec23e4a5b4809da5 commit hash: 14aebfc8f6da4144180e15cfec23e4a5b4809da5 14aebfc
Friday, 30 Jun 2023
20:05 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.04.2

KDE Gear 23.04.2

Thursday, 8 June 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * konsole: Adjust selection point coords when scrollback shrinks
 * neochat: Focus message search window's search field by default
 * yakuake: Prevent unnecessary tab switching when closing a tab

Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c 0c2dea8
Thursday, 29 Jun 2023
17:56 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.107

Saturday, 10 June 2023

KDE today announces the release of KDE Frameworks 5.107.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		272099
Exp-run by:	antoine
commit hash: 5ab3f1019c15b138158370eb5bae8db87d98fecd commit hash: 5ab3f1019c15b138158370eb5bae8db87d98fecd commit hash: 5ab3f1019c15b138158370eb5bae8db87d98fecd commit hash: 5ab3f1019c15b138158370eb5bae8db87d98fecd 5ab3f10
16:00 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.27.6

KDE Plasma 5.27.6, Bugfix Release for June

Tuesday, 20 June 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.6.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds two months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Dpms: Don't crash if trying to interact with the fake screen.
 * Panel: mitigate plasmashell high CPU usage when moving windows.
 * Runners/calculator: implement thread-safety in
   QalculateEngine::evaluate.
 * Fix ddcutil for laptop user.
 * Fix showing error messages.
 * Fix UI with huge window sizes.

Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.5-5.27.6
commit hash: 9edcb94ec8483a8d77a4417343b26931f95f1d56 commit hash: 9edcb94ec8483a8d77a4417343b26931f95f1d56 commit hash: 9edcb94ec8483a8d77a4417343b26931f95f1d56 commit hash: 9edcb94ec8483a8d77a4417343b26931f95f1d56 9edcb94
Wednesday, 17 May 2023
05:57 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.106

Saturday, 13 May 2023

KDE today announces the release of KDE Frameworks 5.106.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.106.0/

Exp-run by:	antoine
PR:		271426
commit hash: 504e716634ac86992bca9d2a9f14ad2c9dc0e7d5 commit hash: 504e716634ac86992bca9d2a9f14ad2c9dc0e7d5 commit hash: 504e716634ac86992bca9d2a9f14ad2c9dc0e7d5 commit hash: 504e716634ac86992bca9d2a9f14ad2c9dc0e7d5 504e716
05:56 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: KDE Plasma 5.27.5, Bugfix Release for May

Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.27.5.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Bluedevil Applet: introduce a brief animation for section height
   estimates.
 * Discover Flatpak: Do not crash if for any reason we lack a ref's
   source.
 * Info Centre About-distro: add a dump mode to print to cli.

Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
commit hash: 7769ca437c7a6594f21311f03c33f213d240b7a0 commit hash: 7769ca437c7a6594f21311f03c33f213d240b7a0 commit hash: 7769ca437c7a6594f21311f03c33f213d240b7a0 commit hash: 7769ca437c7a6594f21311f03c33f213d240b7a0 7769ca4
Sunday, 14 May 2023
05:58 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.04.1

KDE Gear 23.04.1

Thursday, 11 May 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneogqusly as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * kdenlive: Fix corrupted project files on opening
 * skanpage: Scan Export window's OCR language list is now scrollable
 * spectacle: Quitting Spectacle with Escape no longer affects windows below it

Announcement:	https://kde.org/announcements/gear/23.04.1/
Changelog:	https://kde.org/announcements/changelogs/gear/23.04.1/
commit hash: 812d7c232f86087ee5853e97eb643fd5a561bba8 commit hash: 812d7c232f86087ee5853e97eb643fd5a561bba8 commit hash: 812d7c232f86087ee5853e97eb643fd5a561bba8 commit hash: 812d7c232f86087ee5853e97eb643fd5a561bba8 812d7c2
Thursday, 20 Apr 2023
18:17 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.04.0

Thursday, 20 April 2023

New apps join KDE Gear ⚙️ 23.04 and unlock access to fledgling social
media platforms, online video streaming services, podcasts, and much
more. This new generation of apps are designed to work both on your
computer and mobile phone right out of the box.

But, of course, if you are also looking forward to new versions of the
KDE tools you already know and trust, those are here too! Classics like
Spectacle, Dolphin, Kdenlive, Kate, and Okular all boast shiny new
features, code optimizations, and performance improvements.

Read on to find out what's new and what has been improved in KDE Gear ⚙️
23.04:

Announcement:		https://kde.org/announcements/gear/23.04.0/
Changelog:		https://kde.org/announcements/changelogs/gear/23.04.0/
commit hash: 24f993004347c145304e3ff3ab78494bc000b683 commit hash: 24f993004347c145304e3ff3ab78494bc000b683 commit hash: 24f993004347c145304e3ff3ab78494bc000b683 commit hash: 24f993004347c145304e3ff3ab78494bc000b683 24f9930
Sunday, 16 Apr 2023
00:30 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.105.0

Saturday, 8 April 2023

KDE today announces the release of KDE Frameworks 5.105.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		270726
Exp-run by:	antoine
commit hash: bdeae8c400e5bd10d91342ad3725dd90c039d3b8 commit hash: bdeae8c400e5bd10d91342ad3725dd90c039d3b8 commit hash: bdeae8c400e5bd10d91342ad3725dd90c039d3b8 commit hash: bdeae8c400e5bd10d91342ad3725dd90c039d3b8 bdeae8c
Saturday, 15 Apr 2023
07:12 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: KDE Plasma 5.27.4, Bugfix Release for April

Tuesday, 4 April 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.4.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds three weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Breeze KStyle: make painted arrows more scalable, fix RTL delay menu
   arrows.
 * Discover Rpm-ostree: Improve handling of externally started
   transactions.
 * Plasma Audio Volume Control Applet: add missing function for "Show
   virtual devices" menu item.

Changelog:	https://kde.org/announcements/changelogs/plasma/5/5.27.3-5.27.4
commit hash: 88d22dba1f8edf59d44558d2fe7e506ff4b4c0b4 commit hash: 88d22dba1f8edf59d44558d2fe7e506ff4b4c0b4 commit hash: 88d22dba1f8edf59d44558d2fe7e506ff4b4c0b4 commit hash: 88d22dba1f8edf59d44558d2fe7e506ff4b4c0b4 88d22db
Monday, 20 Mar 2023
08:43 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.104

11th March 2023. KDE today announces the release of KDE Frameworks 5.104.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide
variety of commonly needed functionality in mature, peer reviewed and
well tested libraries with friendly licensing terms. For an introduction
see
https://kde.org/products/frameworks/

Exp-run by:	antoine
PR:		270117
commit hash: 52813d68e9bf76799b7226165e7e076eef1ee77a commit hash: 52813d68e9bf76799b7226165e7e076eef1ee77a commit hash: 52813d68e9bf76799b7226165e7e076eef1ee77a commit hash: 52813d68e9bf76799b7226165e7e076eef1ee77a 52813d6
Friday, 17 Mar 2023
19:23 Dima Panov (fluffy) search for other commits by this committer
Mk/Uses/kde.mk: set up UTF-8 locale as default on build environment (+)

Recently we discovered a bug with plasma apps parsing non-latin strings when
pure C locale was used at compile stage which leads to save and display
broken strings full of "?" symbols.

Fix it by set a full UTF-8 locale for the build process.

Idea:	arrowd
Tests:	fluffy

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 1dd6bda76a5cf1dddd2615b2d0ee48e4fcf738f2 commit hash: 1dd6bda76a5cf1dddd2615b2d0ee48e4fcf738f2 commit hash: 1dd6bda76a5cf1dddd2615b2d0ee48e4fcf738f2 commit hash: 1dd6bda76a5cf1dddd2615b2d0ee48e4fcf738f2 1dd6bda
Tuesday, 14 Mar 2023
17:41 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma 5.27.3, Bugfix Release for March

Tuesday, 14 March 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.3.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Dr Konqi: Add emoji picker to mappings.
 * Klipper: remove duplicate items when loading from history.
 * Powerdevil: Suspend by default on AC profile.

Announcement:		https://kde.org/announcements/plasma/5/5.27.3/
Changelog:		https://kde.org/announcements/changelogs/plasma/5/5.27.2-5.27.3
commit hash: 329d4780b8b6d409959eb8aef855abec24b6adf4 commit hash: 329d4780b8b6d409959eb8aef855abec24b6adf4 commit hash: 329d4780b8b6d409959eb8aef855abec24b6adf4 commit hash: 329d4780b8b6d409959eb8aef855abec24b6adf4 329d478
Friday, 3 Mar 2023
23:22 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.12.3

Thursday, 2 March 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * ark: Properly check if there is sufficient free space available
   before extracting (fixes bug #459418)
 * kate: Activate the view of viewspace which made the request (fixes
   bug #465811)
 * kdenlive: Fix crash and offset when moving a group with subtitle

Announcement:	https://kde.org/announcements/gear/22.12.3/
commit hash: fee7f4946f971d06b14604d860753448751f33fe commit hash: fee7f4946f971d06b14604d860753448751f33fe commit hash: fee7f4946f971d06b14604d860753448751f33fe commit hash: fee7f4946f971d06b14604d860753448751f33fe fee7f49
Wednesday, 1 Mar 2023
11:08 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.27.2

KDE Plasma 5.27.2, Bugfix Release for February

Tuesday, 28 February 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.2.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Discover: don't claim 3rd-party repos are part of the OS on Debian
   derivatives. Commit.
 * Dr Konqi: add Plasma Welcome to mappings file. Commit.
 * Sddm: Focus something useful when switching between alternative login
   screens. Commit.

Changelog:	https://kde.org/announcements/changelogs/plasma/5/5.27.1-5.27.2
commit hash: 470fc7f804b54b90bf309cfe5911e5a784414157 commit hash: 470fc7f804b54b90bf309cfe5911e5a784414157 commit hash: 470fc7f804b54b90bf309cfe5911e5a784414157 commit hash: 470fc7f804b54b90bf309cfe5911e5a784414157 470fc7f
Thursday, 23 Feb 2023
06:32 Tobias C. Berner (tcberner) search for other commits by this committer
kde.mk: add component 'xdg-desktop-portal-kde' to depend on
deskutils/plasma5-xdg-desktop-portal-kde
commit hash: 78aa92edab51f263aeea61a8b8b828955297e1c3 commit hash: 78aa92edab51f263aeea61a8b8b828955297e1c3 commit hash: 78aa92edab51f263aeea61a8b8b828955297e1c3 commit hash: 78aa92edab51f263aeea61a8b8b828955297e1c3 78aa92e
Tuesday, 21 Feb 2023
19:41 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.27.1

Announcement:	https://kde.org/announcements/plasma/5/5.27.1
commit hash: 1aa6406f49820ae4960cdc159dbd0b33ab777898 commit hash: 1aa6406f49820ae4960cdc159dbd0b33ab777898 commit hash: 1aa6406f49820ae4960cdc159dbd0b33ab777898 commit hash: 1aa6406f49820ae4960cdc159dbd0b33ab777898 1aa6406
Saturday, 18 Feb 2023
09:51 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks 5.103.0

Sunday, 12 February 2023

KDE today announces the release of KDE Frameworks 5.103.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.103.0/
PR:		269526
Exp-run by:	antoine
commit hash: cfb714fa23b86a2a329e1d225068cc95f5b0139c commit hash: cfb714fa23b86a2a329e1d225068cc95f5b0139c commit hash: cfb714fa23b86a2a329e1d225068cc95f5b0139c commit hash: cfb714fa23b86a2a329e1d225068cc95f5b0139c cfb714f
Tuesday, 14 Feb 2023
15:54 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.27.0

Today is 💖 Free Software Day and what better way to celebrate than with
a brand new version of Plasma!  The KDE team expressing their ❤ for Free
Software

Plasma 5.27 brings exciting new improvements to your desktop, and the
first thing you'll notice when firing up Plasma is our new Konqi-powered
wizard which will guide you through setting up the desktop.

Other big new features include a window tiling system, a more stylish
app theme, cleaner and more usable tools, and widgets that give you more
control over your machine.

Additionally, Plasma 5.27 is a Long Term Support version with tons of
stability work and bugfixes, so you can feel the warm and stable 💘 from
the KDE community forever... Or at least until the next LTS rolls around
in 2024!

Announcement: https://kde.org/announcements/plasma/5/5.27.0/
commit hash: 3a490e8f310dd8d6fe8511291003d18d39d1ef6c commit hash: 3a490e8f310dd8d6fe8511291003d18d39d1ef6c commit hash: 3a490e8f310dd8d6fe8511291003d18d39d1ef6c commit hash: 3a490e8f310dd8d6fe8511291003d18d39d1ef6c 3a490e8
Tuesday, 7 Feb 2023
17:11 Gleb Popov (arrowd) search for other commits by this committer Author: Tobias C. Berner
KDE: Update KDE Plasma Desktop to 5.26

All About the Widgets

Plasma 5.26 comes with new and tweaked widgets, improves the desktop
experience leaps and bounds, and Plasma Big Screen's app family grows

Tuesday, 11 October 2022

Even with a bare-bones installation, Plasma lets you customize your
desktop a lot. If you want more, there is always Plasma’s vast ecosystem
of widgets. Widgets add features and utilities to the Plasma desktop and
today you can find out all the stuff you can do and what’s new for
widgets in Plasma 5.26.

Widgets are not the only thing to look forward to in Plasma 5.26: check
out all the new stuff landing on the desktop designed to make using
Plasma easier, more accessible and enjoyable, as well as the two new
utilities for Plasma Big Screen, KDE’s interface for smart TVs.

Announcement:	https://kde.org/announcements/plasma/5/5.26.0/

KDE: Update KDE Plasma Desktop to 5.26.5
commit hash: d06d26f8c45e468021b1ec1def42fb1ce600a3dc commit hash: d06d26f8c45e468021b1ec1def42fb1ce600a3dc commit hash: d06d26f8c45e468021b1ec1def42fb1ce600a3dc commit hash: d06d26f8c45e468021b1ec1def42fb1ce600a3dc d06d26f
Thursday, 2 Feb 2023
13:26 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.12.2

Thursday, 2 February 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * dolphin: Don't recurse into symlinks when counting directory contents
   (Commit, fixes bug #434125)
 * kdeconnect: Fix ssh authentication using pubkey on recent openssh
   versions (Commit, fixes bug #443155)
 * libkdegames: Fix finding knewstuff themes (Commit, fixes bug #464288)

Announcement:	https://kde.org/announcements/gear/22.12.2/
commit hash: f9ff09e76610d936808caaf96007bfcade9f990b commit hash: f9ff09e76610d936808caaf96007bfcade9f990b commit hash: f9ff09e76610d936808caaf96007bfcade9f990b commit hash: f9ff09e76610d936808caaf96007bfcade9f990b f9ff09e
Monday, 23 Jan 2023
05:38 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.102

Saturday, 14 January 2023

KDE today announces the release of KDE Frameworks 5.102.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		268952
Exp-run by: antoine
commit hash: 687a1ddf1d0453ace59ae43c1214041f0d7ee0df commit hash: 687a1ddf1d0453ace59ae43c1214041f0d7ee0df commit hash: 687a1ddf1d0453ace59ae43c1214041f0d7ee0df commit hash: 687a1ddf1d0453ace59ae43c1214041f0d7ee0df 687a1dd
Thursday, 5 Jan 2023
17:28 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.12.1
commit hash: 19093fd0ddea1080d68ae99cb87c8e3b1f775ce4 commit hash: 19093fd0ddea1080d68ae99cb87c8e3b1f775ce4 commit hash: 19093fd0ddea1080d68ae99cb87c8e3b1f775ce4 commit hash: 19093fd0ddea1080d68ae99cb87c8e3b1f775ce4 19093fd
Wednesday, 28 Dec 2022
05:39 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.101

Saturday, 10 December 2022

KDE today announces the release of KDE Frameworks 5.101.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		268291
Exp-run by:	antoine
commit hash: d3a83f3dbe86dc3a11c51d9c5779f31a397cf708 commit hash: d3a83f3dbe86dc3a11c51d9c5779f31a397cf708 commit hash: d3a83f3dbe86dc3a11c51d9c5779f31a397cf708 commit hash: d3a83f3dbe86dc3a11c51d9c5779f31a397cf708 d3a83f3
Saturday, 10 Dec 2022
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.12

KDE Gear 22.12 is Here!

Thursday, 8 December 2022

KDE Gear ⚙️ is back with exciting new features, performance boosts, and
bugfixes for all your favorite KDE apps!

In this release: Kate extends a warm welcome, Dolphin offers you more
choices, and a lot of apps serve up hamburgers galore!

Announcement: https://kde.org/announcements/gear/22.12.0/
commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 727562b
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.24.7

KDE Plasma 5.24.7, Bugfix Release for October

Friday, 14 October 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.24.7.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

Announcement:	https://kde.org/announcements/plasma/5/5.24.7/
commit hash: f54b86f044d490e96320f137a93a574a99793907 commit hash: f54b86f044d490e96320f137a93a574a99793907 commit hash: f54b86f044d490e96320f137a93a574a99793907 commit hash: f54b86f044d490e96320f137a93a574a99793907 f54b86f
Tuesday, 29 Nov 2022
05:47 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.100

Monday, 14 November 2022

KDE today announces the release of KDE Frameworks 5.100.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

- devel/kf5-kconfig update to 5.100.1 (bug fix release)
- x11/kf5-plasma-framework: update to 5.100.1 (bug fix releas)

- fix fallout

Changelog:	https://kde.org/announcements/frameworks/5/5.100.0/
Exp-run by:	antoine
PR:		267764
commit hash: 91f85b3f8fb05a58e920ea1aada5884bad730bb9 commit hash: 91f85b3f8fb05a58e920ea1aada5884bad730bb9 commit hash: 91f85b3f8fb05a58e920ea1aada5884bad730bb9 commit hash: 91f85b3f8fb05a58e920ea1aada5884bad730bb9 91f85b3
Friday, 4 Nov 2022
22:12 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.08.3

Thursday, 3 November 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * dolphin: Fix opening unnecessary new windows (Commit, fixes bug
     #440663)
   * konsole: Fix a crash when extending the selection (Commit, fixes
     bug #398320 and bug #458822)

Announcement:	https://kde.org/announcements/gear/22.08.3/
Changelog:	https://kde.org/announcements/changelogs/gear/22.08.3/
commit hash: 1a35c26cf212fe23cb2d0bbbb75f130d4d972981 commit hash: 1a35c26cf212fe23cb2d0bbbb75f130d4d972981 commit hash: 1a35c26cf212fe23cb2d0bbbb75f130d4d972981 commit hash: 1a35c26cf212fe23cb2d0bbbb75f130d4d972981 1a35c26
Friday, 14 Oct 2022
09:20 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.08.2

KDE Gear 22.08.2

Thursday, 13 October 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug
   #456797)
 * kdeconnect: Prevent a crash if there’s no audio devices (Commit,
   fixes bug #454917)
 * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug
   #453090)

Announcement:	https://kde.org/announcements/gear/22.08.2/
commit hash: aecaafb00a46fc25ef9ad063b64e3546fc8b7ec8 commit hash: aecaafb00a46fc25ef9ad063b64e3546fc8b7ec8 commit hash: aecaafb00a46fc25ef9ad063b64e3546fc8b7ec8 commit hash: aecaafb00a46fc25ef9ad063b64e3546fc8b7ec8 aecaafb
Wednesday, 12 Oct 2022
18:19 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.99

Sunday, 9 October 2022

KDE today announces the release of KDE Frameworks 5.99.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		266950
Exp-run by:	antoine
commit hash: d08cda4af53b3c420393afd807f51d974797320a commit hash: d08cda4af53b3c420393afd807f51d974797320a commit hash: d08cda4af53b3c420393afd807f51d974797320a commit hash: d08cda4af53b3c420393afd807f51d974797320a d08cda4
Monday, 19 Sep 2022
04:46 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.98

Monday, 12 September 2022

KDE today announces the release of KDE Frameworks 5.98.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.98.0/

PR:		266364
Exp-run by:	antoine
commit hash: 2fabf76bfe7fe187fb6178d010212a8465b1d1b5 commit hash: 2fabf76bfe7fe187fb6178d010212a8465b1d1b5 commit hash: 2fabf76bfe7fe187fb6178d010212a8465b1d1b5 commit hash: 2fabf76bfe7fe187fb6178d010212a8465b1d1b5 2fabf76
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Saturday, 10 Sep 2022
18:23 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Set WWW via kde.mk for kf5- ports
commit hash: 9de0084953cc636499ecd23e9d6d45ef3a18fafe commit hash: 9de0084953cc636499ecd23e9d6d45ef3a18fafe commit hash: 9de0084953cc636499ecd23e9d6d45ef3a18fafe commit hash: 9de0084953cc636499ecd23e9d6d45ef3a18fafe 9de0084
Thursday, 8 Sep 2022
12:20 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.08.1

Thursday, 8 September 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 *  kmail: Searching for messages does work again (Commit, fixes bugs
    #458202 and #458245).
 *  kate: Fix a crash when there are no search results (Commit)
 *  krdc: Access dates are displayed properly now (Commit, fixes bug
    #458587)

Announcement: https://kde.org/announcements/gear/22.08.1/
commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd b83e197
Sunday, 21 Aug 2022
16:48 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.97

Sunday, 14 August 2022

KDE today announces the release of KDE Frameworks 5.97.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.97.0/

PR:		265831
Exp-run by:	antoine
commit hash: 021c28353c05e6a1af27e3b9a25b197e17f6bb35 commit hash: 021c28353c05e6a1af27e3b9a25b197e17f6bb35 commit hash: 021c28353c05e6a1af27e3b9a25b197e17f6bb35 commit hash: 021c28353c05e6a1af27e3b9a25b197e17f6bb35 021c283
Thursday, 18 Aug 2022
21:04 Tobias C. Berner (tcberner) search for other commits by this committer
deskutils/kdepim: fix dependency on kdepim-addons

Reported by:	fluffy
commit hash: 0b2d8aaa5e6eb68d11955ffe106970c8008cf2ad commit hash: 0b2d8aaa5e6eb68d11955ffe106970c8008cf2ad commit hash: 0b2d8aaa5e6eb68d11955ffe106970c8008cf2ad commit hash: 0b2d8aaa5e6eb68d11955ffe106970c8008cf2ad 0b2d8aa
16:20 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.08

Thursday, 18 August 2022

KDE Gear ⚙️ 22.08 has Landed!

KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.

Discover the most important changes added in the last four months to
software designed to make your life better!

Full announcement:
	https://kde.org/announcements/gear/22.08.0/
commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 116b90e
Monday, 18 Jul 2022
07:48 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.96

9th July 2022. KDE today announces the release of KDE Frameworks 5.96.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide
variety of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see

https://kde.org/products/frameworks/

Exp-run by:	antoine
PR:		265116
commit hash: 0d5d9e18b40f3e57784b82e72faa6cbe5350c301 commit hash: 0d5d9e18b40f3e57784b82e72faa6cbe5350c301 commit hash: 0d5d9e18b40f3e57784b82e72faa6cbe5350c301 commit hash: 0d5d9e18b40f3e57784b82e72faa6cbe5350c301 0d5d9e1
Monday, 11 Jul 2022
15:29 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: KDE Plasma 5.24.6, Bugfix Release for July

Monday, 11 July 2022. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.24.6.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

This release adds two months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  Desktop package: fix unable to apply wallpaper settings after
     switching layout. Commit. Fixes bug #407619
  *  KWin: Ignore fake input devices when detecting tablet mode. Commit.
  *  KSystemStats: Set proper initial values for many SensorProperties.
     Commit. Fixes bug #446414

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.24.5-5.24.6
commit hash: c8cebb9adced501dc93c50bbb5b6a983e1999fdf commit hash: c8cebb9adced501dc93c50bbb5b6a983e1999fdf commit hash: c8cebb9adced501dc93c50bbb5b6a983e1999fdf commit hash: c8cebb9adced501dc93c50bbb5b6a983e1999fdf c8cebb9
Thursday, 7 Jul 2022
21:49 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.04.3

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

    * elisa: Fix the seek slider with newer versions of qqc2-desktop-style
    * konsole: Better recognition for URIs
    * korganizer: Fix a crash when completing a to-do in the summary view

Changelog: https://kde.org/announcements/changelogs/gear/22.04.3/
commit hash: 7945adb0aa027a8f6c7b760d373b9ff04d400f04 commit hash: 7945adb0aa027a8f6c7b760d373b9ff04d400f04 commit hash: 7945adb0aa027a8f6c7b760d373b9ff04d400f04 commit hash: 7945adb0aa027a8f6c7b760d373b9ff04d400f04 7945adb
Wednesday, 22 Jun 2022
12:11 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.94

12th June 2022. KDE today announces the release of KDE Frameworks
5.95.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
https://kde.org/products/frameworks/

Exp-run by:	antoine
PR:		264651
commit hash: b79b21326487d59e586cbbc210070412b58d92a4 commit hash: b79b21326487d59e586cbbc210070412b58d92a4 commit hash: b79b21326487d59e586cbbc210070412b58d92a4 commit hash: b79b21326487d59e586cbbc210070412b58d92a4 b79b213
Friday, 10 Jun 2022
20:06 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.04.2 (June bugfix release)

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 *   ark: Support ‘7zip’ as well as ‘p7zip’.
 *   konsole: Fix scroll position jumps regression.
 *   okular: Fix crash while undoing with the menu on an empty
     annotation.

Distro and app store packagers should update their application packages.

Full Changelog:	https://kde.org/announcements/changelogs/gear/22.04.2/
commit hash: 8747d18a3b077c2834b2e26b72b96856aa6008e0 commit hash: 8747d18a3b077c2834b2e26b72b96856aa6008e0 commit hash: 8747d18a3b077c2834b2e26b72b96856aa6008e0 commit hash: 8747d18a3b077c2834b2e26b72b96856aa6008e0 8747d18
Friday, 20 May 2022
04:10 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.94

Saturday, 14 May 2022

KDE today announces the release of KDE Frameworks 5.94.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Changelog:	https://kde.org/announcements/frameworks/5/5.94.0/
PR:		263968
Exp-run by:	antoine
commit hash: ac6754ec21976fcf237fcdfb3c9071933a9ad10c commit hash: ac6754ec21976fcf237fcdfb3c9071933a9ad10c commit hash: ac6754ec21976fcf237fcdfb3c9071933a9ad10c commit hash: ac6754ec21976fcf237fcdfb3c9071933a9ad10c ac6754e
Friday, 13 May 2022
12:33 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.04.1 (bug fix & translation release)

Thursday, 12 May 2022. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * dolphin: The terminal panel will keep in sync with quick folder
   changes now
 * kate: Fix crash on session restore
 * kalendar: Fix ’next week’ button in the week’s view

The full changelog can be found at
https://kde.org/announcements/changelogs/gear/22.04.1/
commit hash: f177104d29974071c3cdd28f2d8eb306bbe5085c commit hash: f177104d29974071c3cdd28f2d8eb306bbe5085c commit hash: f177104d29974071c3cdd28f2d8eb306bbe5085c commit hash: f177104d29974071c3cdd28f2d8eb306bbe5085c f177104
Tuesday, 3 May 2022
19:31 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.24.5 (Bugfix release for May)

KDE Plasma 5.24.5, Bugfix Release for May

Tuesday, 3 May 2022. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.24.5.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 *   Discover Flatpak backend: Improve stability of different sources
     integration.
 *   Plasma Audio Volume Control: SpeakerTest: Fix subwoofer test.
 *   xdg-desktop-portal-kde: Fix saving file dialog view options.

Full Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.24.4-5.24.5
commit hash: f2936caa2b4e530fd43d4210dcd1ca3d43b4785e commit hash: f2936caa2b4e530fd43d4210dcd1ca3d43b4785e commit hash: f2936caa2b4e530fd43d4210dcd1ca3d43b4785e commit hash: f2936caa2b4e530fd43d4210dcd1ca3d43b4785e f2936ca
Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
Thursday, 21 Apr 2022
13:28 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.93

10th April 2022. KDE today announces the release of KDE Frameworks 5.93.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide
variety of commonly needed functionality in mature, peer reviewed and
well tested libraries with friendly licensing terms.

For an introduction see
https://kde.org/products/frameworks/

Full Changelog:
	https://kde.org/announcements/frameworks/5/5.93.0/

PR:		263207
Exp-run by:	antoine
commit hash: cbf73704b339d4c617d45b442a845c596b955c29 commit hash: cbf73704b339d4c617d45b442a845c596b955c29 commit hash: cbf73704b339d4c617d45b442a845c596b955c29 commit hash: cbf73704b339d4c617d45b442a845c596b955c29 cbf7370
11:26 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.04

Thursday, 21 April 2022

Welcome to KDE Gear ⚙️ 22.04!

Skip to What’s New

KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE
apps over the last four months. KDE programs allow you to work, create
and play without having to submit yourself to extortionate licenses and
intrusive advertising, or surrender your privacy to unscrupulous
corporations.

Below you will discover a selection of the changes added in the last
four months to software designed to make your life better. But remember,
there is much, much more: games, social media apps, utilities for
communicating, developing and creating stuff… All these things have been
worked on to give you more stability and boost your productivity.

If you want to see a full list of everything we have done, check out the
complete changelog.

WARNING: There’s a lot!

All the details can be found here:
	https://kde.org/announcements/gear/22.04.0/
commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 e250aeb
Tuesday, 29 Mar 2022
18:06 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.24.3 (Bugfix release)

Tuesday, 29 March 2022. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.24.4.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

This release adds three weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  Sddm/lockscreen: Fix weird behaviour.
  *  Plymouth KControl: Substantially bump the helper timeout.
  *  Systemsettings runner: Ensure that we match keywords case
     insensitively.

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.24.3-5.24.4
commit hash: cda31fc8f820961884cf3dd0cc8efc9730407f0a commit hash: cda31fc8f820961884cf3dd0cc8efc9730407f0a commit hash: cda31fc8f820961884cf3dd0cc8efc9730407f0a commit hash: cda31fc8f820961884cf3dd0cc8efc9730407f0a cda31fc
Saturday, 19 Mar 2022
19:10 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.92.0

Saturday, 12 March 2022

KDE today announces the release of KDE Frameworks 5.92.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement and Changelog:
	https://kde.org/announcements/frameworks/5/5.92.0/

PR:		262522
Exp-run by:	antoine
commit hash: 4c02428b35d68eae86a00f25845c1a696c3dda7b commit hash: 4c02428b35d68eae86a00f25845c1a696c3dda7b commit hash: 4c02428b35d68eae86a00f25845c1a696c3dda7b commit hash: 4c02428b35d68eae86a00f25845c1a696c3dda7b 4c02428
Tuesday, 8 Mar 2022
18:14 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.24.3

Tuesday, 8 March 2022. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.24.3.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  Kcms/colors: fix spacing between radio buttons and content.
  *  SDDM theme: stop eliding people’s names so aggressively.
  *  Powerdevil: Improved backlight devices selection.

Full Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.24.2-5.24.3
commit hash: 981e459874bec73239d70627b7d4d597c5bc8eb3 commit hash: 981e459874bec73239d70627b7d4d597c5bc8eb3 commit hash: 981e459874bec73239d70627b7d4d597c5bc8eb3 commit hash: 981e459874bec73239d70627b7d4d597c5bc8eb3 981e459
Thursday, 3 Mar 2022
16:33 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.12.3

Thursday, 3 March 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * kcron: Improve temporary file handling
   * kio-extras: SFTP can use random access
   * kontact: Fix Manager Crash when clicking New

Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.3/
Release Notes:
	https://community.kde.org/KDE_Gear/21.12_Release_notes
commit hash: d01e18bd2101d3cc6d35c46bb240a15b5a890825 commit hash: d01e18bd2101d3cc6d35c46bb240a15b5a890825 commit hash: d01e18bd2101d3cc6d35c46bb240a15b5a890825 commit hash: d01e18bd2101d3cc6d35c46bb240a15b5a890825 d01e18b
Sunday, 27 Feb 2022
18:39 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.91

Sunday, 13 February 2022

KDE today announces the release of KDE Frameworks 5.91.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:
	https://kde.org/announcements/frameworks/5/5.91.0/

PR:		261934
Exp-run by:	antoine
commit hash: a480b02ab6b84d1dbc2fe2524e97ea920a8eea3d commit hash: a480b02ab6b84d1dbc2fe2524e97ea920a8eea3d commit hash: a480b02ab6b84d1dbc2fe2524e97ea920a8eea3d commit hash: a480b02ab6b84d1dbc2fe2524e97ea920a8eea3d a480b02
Tuesday, 22 Feb 2022
18:55 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.24.2 -- February Bugfix Release #2

Tuesday, 22 February 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.24.2.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   * Plasma Desktop Hot New Stuff: Only trust the expiration date if
     it’s less than 24 hours.
   * Emoji Selector: Use a more appropriate icon for the Symbols page.
   * Don’t install two copies of kcm_fontinst.

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.24.1-5.24.2
commit hash: 9062046b9f3c48b3e82e5b19059466bf9a4ca165 commit hash: 9062046b9f3c48b3e82e5b19059466bf9a4ca165 commit hash: 9062046b9f3c48b3e82e5b19059466bf9a4ca165 commit hash: 9062046b9f3c48b3e82e5b19059466bf9a4ca165 9062046
Tuesday, 15 Feb 2022
15:48 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.24.1 -- February Bugfix Release

Tuesday, 15 February 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.24.1.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   * Discover: Don’t trigger updates while busy.
   * KScreen: Workaround unknown Qt issue that causes the revert dialog
     to be invisible.
   * Powerdevil: Support hardware with only one charging threshold, not
     both.

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.24.0-5.24.1
commit hash: f142fac7d5a556d2329ffd83f7d1286a86f7e9c3 commit hash: f142fac7d5a556d2329ffd83f7d1286a86f7e9c3 commit hash: f142fac7d5a556d2329ffd83f7d1286a86f7e9c3 commit hash: f142fac7d5a556d2329ffd83f7d1286a86f7e9c3 f142fac
Tuesday, 8 Feb 2022
17:18 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.24

Today the KDE Community releases Plasma 5.24, a Long Term Support (LTS)
release that will receive updates and bugfixes until the final Plasma 5
version, before we transition to Plasma 6.

This new Plasma release focuses on smoothing out wrinkles, evolving the
design, and improving the overall feel and usability of the environment.

Things to look for in Plasma 5.24 can be found in the anncouncement:
	https://kde.org/announcements/plasma/5/5.24.0/

The full changelog can be found here:
	https://kde.org/announcements/changelogs/plasma/5/5.23.5-5.24.0/
commit hash: 12994bed8f5e1ef583d9a77c5df453dea3831983 commit hash: 12994bed8f5e1ef583d9a77c5df453dea3831983 commit hash: 12994bed8f5e1ef583d9a77c5df453dea3831983 commit hash: 12994bed8f5e1ef583d9a77c5df453dea3831983 12994be
Monday, 7 Feb 2022
16:33 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.12.2 (bug fix release)

Thursday, 3 February 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.12.2/
commit hash: e6e9fd72c47e0ce7398b11c56cd7bbe636de8c7c commit hash: e6e9fd72c47e0ce7398b11c56cd7bbe636de8c7c commit hash: e6e9fd72c47e0ce7398b11c56cd7bbe636de8c7c commit hash: e6e9fd72c47e0ce7398b11c56cd7bbe636de8c7c e6e9fd7
Thursday, 13 Jan 2022
06:21 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.90

Saturday, 8 January 2022

KDE today announces the release of KDE Frameworks 5.90.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full changelog:
	https://kde.org/announcements/frameworks/5/5.90.0/

Exp-run by:	antoine
PR:		261029
commit hash: 564e629303d20571d4f8b952e236168dba968451 commit hash: 564e629303d20571d4f8b952e236168dba968451 commit hash: 564e629303d20571d4f8b952e236168dba968451 commit hash: 564e629303d20571d4f8b952e236168dba968451 564e629
Thursday, 6 Jan 2022
15:38 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.12.1

Thursday, 6 January 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.
Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.1/
commit hash: 2b5369a28e8313f8b3ed31fb819889c0d4009ef7 commit hash: 2b5369a28e8313f8b3ed31fb819889c0d4009ef7 commit hash: 2b5369a28e8313f8b3ed31fb819889c0d4009ef7 commit hash: 2b5369a28e8313f8b3ed31fb819889c0d4009ef7 2b5369a
Tuesday, 4 Jan 2022
15:52 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.23.5

KDE Plasma 5.23.5, Bugfix Release for January

Tuesday, 4 January 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.5.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   * Save bluetooth status on teardown.
   * System Monitor: Handle process parent changes in ProcessDataModel.
   * Fix Klipper Actions content truncation.

Full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.4-5.23.5
commit hash: 7b08ff168e130bf762ae350526d89f8095e1fcca commit hash: 7b08ff168e130bf762ae350526d89f8095e1fcca commit hash: 7b08ff168e130bf762ae350526d89f8095e1fcca commit hash: 7b08ff168e130bf762ae350526d89f8095e1fcca 7b08ff1
Thursday, 16 Dec 2021
17:27 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.89.0

Saturday, 11 December 2021

KDE today announces the release of KDE Frameworks 5.89.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcment:
	https://kde.org/announcements/frameworks/5/5.89.0/

PR:		260361
Exp-run by:	antoine
commit hash: 473996fc5758615bf705244e45df5e3ca616edc0 commit hash: 473996fc5758615bf705244e45df5e3ca616edc0 commit hash: 473996fc5758615bf705244e45df5e3ca616edc0 commit hash: 473996fc5758615bf705244e45df5e3ca616edc0 473996f
Friday, 10 Dec 2021
06:26 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.12

KDE Gear 21.12 has landed and comes with a massive number of updates and
new versions of applications and libraries. Literally, dozens of classic
KDE everyday tools and the specialised sophisticated apps you use to
work, be creative and play, are getting refreshers with design
improvements, new features and performance and stability enhancements.

What's new:
	https://kde.org/announcements/gear/21.12.0/#whatsnew

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.0/
commit hash: 2c348825da717d6771688449161324e3864d0207 commit hash: 2c348825da717d6771688449161324e3864d0207 commit hash: 2c348825da717d6771688449161324e3864d0207 commit hash: 2c348825da717d6771688449161324e3864d0207 2c34882
Tuesday, 30 Nov 2021
21:06 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.23.4

Tuesday, 30 November 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.4.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds three weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   *  Breeze style: Reduce groove opacity for greater contrast with
      scrollbar/slider/etc.
   *  Applets/weather: Make cursor a pointing hand when hovering over
      source link.
   *  Plasma Systemmonitor: Don’t make right click popup modal.

Announcement:
	https://kde.org/announcements/plasma/5/5.23.4/

Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.3-5.23.4/
commit hash: f70ad513087231f518b8004569a4d76f7c2614ce commit hash: f70ad513087231f518b8004569a4d76f7c2614ce commit hash: f70ad513087231f518b8004569a4d76f7c2614ce commit hash: f70ad513087231f518b8004569a4d76f7c2614ce f70ad51
Sunday, 14 Nov 2021
16:38 Adriaan de Groot (adridg) search for other commits by this committer Author: Tobias C. Berner
KDE: Update KDE Frameworks to 5.88.0

Saturday, 13 November 2021

KDE today announces the release of KDE Frameworks 5.88.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full changelog:
	https://kde.org/announcements/frameworks/5/5.88.0/

Exp-run by:	antoine
PR:		259817
commit hash: 439cbdac1f148a4a22fc43e618e52d7be53f6586 commit hash: 439cbdac1f148a4a22fc43e618e52d7be53f6586 commit hash: 439cbdac1f148a4a22fc43e618e52d7be53f6586 commit hash: 439cbdac1f148a4a22fc43e618e52d7be53f6586 439cbda
Wednesday, 10 Nov 2021
17:51 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update to KDE Plasma 5.23.3, Bugfix Release for November

Tuesday, 9 November 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.3.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  Keyboardlayout: Fix missing Esperanto flag icon in the menu.
  *  Plasma Networkmanager: OpenVPN: fix logic in auth dialog.
  *  On FreeBSD do not try to execute powerdevil.backlighthelper.syspath action.

Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.2-5.23.3/
commit hash: 47122d51c5f3b5279a2e2290977a9422bc03ce51 commit hash: 47122d51c5f3b5279a2e2290977a9422bc03ce51 commit hash: 47122d51c5f3b5279a2e2290977a9422bc03ce51 commit hash: 47122d51c5f3b5279a2e2290977a9422bc03ce51 47122d5
Friday, 5 Nov 2021
05:07 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: reduce diff on KDE Gear updates

Some KDE Gear applications set a different version for the
shared library than the rest of them. Those ports manually
overwrote the variable used in the plist sub.
Make them use a kde.mk defined value, so that only one place
needs to be changed on updates.
commit hash: 2507b096e4fb31d83420dc9fe3681b5b73537d20 commit hash: 2507b096e4fb31d83420dc9fe3681b5b73537d20 commit hash: 2507b096e4fb31d83420dc9fe3681b5b73537d20 commit hash: 2507b096e4fb31d83420dc9fe3681b5b73537d20 2507b09
Thursday, 4 Nov 2021
19:11 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.08.3

Thursday, 4 November 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.3/
commit hash: 3a242d3e7cf5d4dfe64bc4bd1dce59e56832d4cf commit hash: 3a242d3e7cf5d4dfe64bc4bd1dce59e56832d4cf commit hash: 3a242d3e7cf5d4dfe64bc4bd1dce59e56832d4cf commit hash: 3a242d3e7cf5d4dfe64bc4bd1dce59e56832d4cf 3a242d3
Tuesday, 26 Oct 2021
19:42 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma to 5.23.2

Tuesday, 26 October 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.2.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

    Plasma Browser Integration: [History Runner] Skip blob URLs.
    [Folder View] Fix executing file without prompting. Fixes bug #435560
    Desktop as folder: restore functionality of the “delete” action. Fixes
bug #442765

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.1-5.23.2
commit hash: 2ff6d9f98323b1f6d7153d6be743b519b409dfe1 commit hash: 2ff6d9f98323b1f6d7153d6be743b519b409dfe1 commit hash: 2ff6d9f98323b1f6d7153d6be743b519b409dfe1 commit hash: 2ff6d9f98323b1f6d7153d6be743b519b409dfe1 2ff6d9f
Tuesday, 19 Oct 2021
19:09 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.23.1

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   * Discover: Flatpak, do not crash when a source is disabled.
   * KScreenLocker: Fix sleep and hibernate actions.
   * Plasma Desktop: Fix “clear emoji history” action.

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.0-5.23.1
commit hash: c9e378ca226fcd794affa7ea0b8ba84961f24816 commit hash: c9e378ca226fcd794affa7ea0b8ba84961f24816 commit hash: c9e378ca226fcd794affa7ea0b8ba84961f24816 commit hash: c9e378ca226fcd794affa7ea0b8ba84961f24816 c9e378c
Sunday, 17 Oct 2021
07:25 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.87.0

Saturday, 09 Ocotber 2021

    KDE today announces the release of KDE Frameworks 5.87.0.

    KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
    of commonly needed functionality in mature, peer reviewed and well
    tested libraries with friendly licensing terms. For an introduction see
    the KDE Frameworks release announcement.

    This release is part of a series of planned monthly releases making
    improvements available to developers in a quick and predictable manner.

    Full announcement:
            https://kde.org/announcements/frameworks/5/5.87.0/

Exp-run by:	antoine
PR:		259032
commit hash: c1f36e0f27920678c4d9d1f80d5b02f8c8f40c38 commit hash: c1f36e0f27920678c4d9d1f80d5b02f8c8f40c38 commit hash: c1f36e0f27920678c4d9d1f80d5b02f8c8f40c38 commit hash: c1f36e0f27920678c4d9d1f80d5b02f8c8f40c38 c1f36e0
Thursday, 14 Oct 2021
16:25 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Plasma Desktop to 5.23

Thursday, 14 October 2021

   25 years ago today, Matthias Ettrich sent an email to the
   de.comp.os.linux.misc newsgroup explaining a project he was working
   on. The latest and direct result of that email (plus a quarter of a
   century of relentless experimentation, development and innovation)
   has just landed in KDE’s repositories.

   This time around, Plasma renews its looks and, not only do you get a
   new wallpaper, but also a gust of fresh air from an updated theme:
   Breeze - Blue Ocean. The new Breeze theme makes KDE apps and tools
   not only more attractive, but also easier to use both on the desktop
   and your phone and tablet.

   Of course, looks are not the only you can expect from Plasma 25AE:
   extra speed, increased reliability and new features have also found
   their way into the app launcher, the software manager, the Wayland
   implementation, and most other Plasma tools and utilities.

   Read on to find out all the details that make the new Plasma 25AE so
   deserving of a celebration [1]

Full announcement:
	[1] https://kde.org/announcements/plasma/5/5.23.0/
commit hash: cdf0f44fe24a9bc024d1aec4309be73a335dead4 commit hash: cdf0f44fe24a9bc024d1aec4309be73a335dead4 commit hash: cdf0f44fe24a9bc024d1aec4309be73a335dead4 commit hash: cdf0f44fe24a9bc024d1aec4309be73a335dead4 cdf0f44
Thursday, 7 Oct 2021
20:48 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.08.2

Thursday, 7 October 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * kmail: Fix an infinite SSL error dialog loop
   * konqueror: Make it compatible with KIO 5.86.0 and don’t open every
     URL in a new window
   * libksane: Fix multi page detection with certain scanners

Full announcement:
	https://kde.org/announcements/gear/21.08.2/
commit hash: 98a1ae68be1ef3afbc5a7c077a3fbcbfca5c821a commit hash: 98a1ae68be1ef3afbc5a7c077a3fbcbfca5c821a commit hash: 98a1ae68be1ef3afbc5a7c077a3fbcbfca5c821a commit hash: 98a1ae68be1ef3afbc5a7c077a3fbcbfca5c821a 98a1ae6
Wednesday, 15 Sep 2021
14:37 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Frameworks to 5.86

Saturday, 11 September 2021

KDE today announces the release of KDE Frameworks 5.86.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement:
	https://kde.org/announcements/frameworks/5/5.86.0/

PR:		258426
Exp-run by:	antoine
commit hash: 7871d80c1fdfc6ab77ed7afe7a8254056ef3b339 commit hash: 7871d80c1fdfc6ab77ed7afe7a8254056ef3b339 commit hash: 7871d80c1fdfc6ab77ed7afe7a8254056ef3b339 commit hash: 7871d80c1fdfc6ab77ed7afe7a8254056ef3b339 7871d80
Monday, 13 Sep 2021
19:04 Adriaan de Groot (adridg) search for other commits by this committer
Uses/kde.mk: fix copy-paste error
commit hash: 033c86c97aa7ce7dd4bf7a793ecce2d6bf7d8143 commit hash: 033c86c97aa7ce7dd4bf7a793ecce2d6bf7d8143 commit hash: 033c86c97aa7ce7dd4bf7a793ecce2d6bf7d8143 commit hash: 033c86c97aa7ce7dd4bf7a793ecce2d6bf7d8143 033c86c
18:42 Adriaan de Groot (adridg) search for other commits by this committer
sysutils/plasma5-ksystemstats: new port for system resource usage

Plasma Systemstats is a successor to (lib)KSysGuard in the way
that Plasma System Monitor is a successor to KSysGuard. The
background idea is that system statistics collection (resource
usage) should be low-overhead and pluggable and the UI in the
application flexible. KSysGuard achieved that with 2010-era
technologies, but time and technology moves on.

Note, though, that the backend -- the actual system-statistics-
collection -- on FreeBSD is missing collection of network
activity (entirely) and memory use (is wrong). System monitor
is **not yet** a replacement for KSysGuard on FreeBSD, but the
CPU monitoring -- which might be the most important and graphically
appealing bit on a desktop machine -- is much improved.

This commit introduces the new port, adds it to USE_KDE,
and makes it a dependency of system-monitor, to ease the
eventual replacement (once the issues mentioned above are
cleared up) of old by new.
commit hash: 26972239945e17c70d6b6117dcbd827ce11c7c99 commit hash: 26972239945e17c70d6b6117dcbd827ce11c7c99 commit hash: 26972239945e17c70d6b6117dcbd827ce11c7c99 commit hash: 26972239945e17c70d6b6117dcbd827ce11c7c99 2697223
Thursday, 2 Sep 2021
14:52 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.08.1

Thursday, 2 September 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

  *  konsole: Fix KXmlGUI toolbars and Konsole MainWindow size.
  *  elisa: Fix the “Files” view.
  *  skanlite: Fix image saving when preview is not shown.

Full announcement:
	https://kde.org/announcements/gear/21.08.1/

Full Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.1/
commit hash: 6f5850a014cc508dc2e11911515487a7f7485b07 commit hash: 6f5850a014cc508dc2e11911515487a7f7485b07 commit hash: 6f5850a014cc508dc2e11911515487a7f7485b07 commit hash: 6f5850a014cc508dc2e11911515487a7f7485b07 6f5850a
Wednesday, 1 Sep 2021
15:04 Tobias C. Berner (tcberner) search for other commits by this committer
plasma5: update to KDE Plasma Desktop to 5.22.5

Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.22.5.

Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  KDE GTK Config: Make sure to actually commit GSettings changes.
  *  KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296
  *  [applets/digitalclock] Let long timezones list scroll.
     Fixes bug #439147

Full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/

- while here: reformat & sort the USES/USE_FOO lines consistently
commit hash: af854d20322a1cd28f70ea3e811db3b02a6b8841 commit hash: af854d20322a1cd28f70ea3e811db3b02a6b8841 commit hash: af854d20322a1cd28f70ea3e811db3b02a6b8841 commit hash: af854d20322a1cd28f70ea3e811db3b02a6b8841 af854d2
Wednesday, 18 Aug 2021
20:32 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Framework to 5.85

Friday, 13 August 2021

KDE today announces the release of KDE Frameworks 5.85.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement and changelog:
	https://kde.org/announcements/frameworks/5/5.85.0/

PR:		257837
Exp-run by:	antoine
commit hash: 4fe91006adc1f40c8705a4565774a2cf305dce32 commit hash: 4fe91006adc1f40c8705a4565774a2cf305dce32 commit hash: 4fe91006adc1f40c8705a4565774a2cf305dce32 commit hash: 4fe91006adc1f40c8705a4565774a2cf305dce32 4fe9100
Friday, 13 Aug 2021
07:15 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.08.0

Thursday, 12 August 2021

KDE Gear 21.08 improves KDE apps across the board, bringing you quick
and responsive utilities, creativity programs with powerful features,
and secure tools for all your work and play needs.

If this is your first time with KDE software, discover a whole new world
of free and secure programs, packed with incredible possibilities. If
you are already a KDE regular, check out all the fresh innovations we
have added to your favorite apps.

Either way, go forth and try new things!

Full announcement:
	https://kde.org/announcements/gear/21.08.0/
commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 17734b8

Number of commits found: 403 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5  »