Paste P700

21.12.1..21.12.2
ActivePublic

Authored by heikobecker on Feb 1 2022, 12:42 AM.
####################### akonadi
commit b5cb21626bdf63fba5adf10c8c47c78f6fb3d710
Author: Friedrich W. H. Kossebau <kossebau@kde.org>
Date: Fri Jan 28 20:50:09 2022 +0100
Use all interface include dirs needed for LibXml2 (unbreak Windows build)
LIBXML2_INCLUDE_DIRS instead of LIBXML2_INCLUDE_DIR has all the needed
include dirs also of other libraries in the public interface.
iconv.h as used by libxml/encoding.h was not found on Windows due to that.
As CMake 3.16 is the min required version meanwhile, also resolve the
existing TODO and switch to the imported target LibXml2::LibXml2,
which has the DIRS variant set in the link interface property.
commit 189fe645974a293e3e976c2f22da27de82d7b420
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:45:36 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
(cherry picked from commit d08213fbe53ba22ade4874b500e1b8d300742e4b)
####################### akonadi-contacts
commit 62ee5874ecc0e9a478815809e7338d236e8457ec
Author: Carl Schwan <carl@carlschwan.eu>
Date: Fri Jan 28 20:35:10 2022 +0000
Explicitely link to KCoreAddons
Otherwise this fails on windows
(cherry picked from commit a54143704c3dc5b80ca03ae66096124aa789ff50)
commit f4a6ddfcbe3837dbf62f4a512b06a3a8170dff44
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 13:57:22 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"virtual Q_REQUIRED_RESULT foo bar();" -> "Q_REQUIRED_RESULT virtual foo bar();"
(cherry picked from commit 5c37312c01048239f03f83ac8211891b4cb92246)
####################### akregator
commit 39a844af59f2ca63f0750272dc72b4eaf95f664f
Author: Laurent Montel <montel@kde.org>
Date: Tue Jan 25 20:05:48 2022 +0100
BUG 449158 Akregator crashes while removing feeds folder.
FIXED-IN: 5.19.2
BUG: 449158
####################### ark
commit 7fc74b673e153addeba5bc541d6318f21ad5d4d4
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Dec 28 01:28:05 2021 +0100
Overwrite dialog: Don't pretend source and dest url are the same
Otherwise it will the dialog will say "origin and source are the same
file", which obviously isn't true
BUGS: 436556
####################### cantor
commit ed972ef0fc6ad8345e25f94f83200e48a15af43a
Author: Heiko Becker <heiko.becker@kde.org>
Date: Sat Jan 29 01:25:09 2022 +0100
Add new style gitlab CI
####################### dolphin
commit 43e915213e64f03d785c87cc5cf8db1c6b86a1a2
Author: Eugene Popov <popov895@ukr.net>
Date: Sat Jan 29 16:35:47 2022 +0000
Revert "[DetailsView] Improve zooming"
This reverts commit 7908aff3b5ebe4484d391c1fc4797e9dae2300b2.
Reverting this commit will fix the issue of not being able to rename
the last file in Details View and will also make the items in Details
View and Compact View have the same height.
BUG: 447215
FIXED-IN: 21.12.2
####################### elisa
commit 133d5e2a2c8af7b816cb9e8040757cd14622965d
Author: Nate Graham <nate@kde.org>
Date: Sat Jan 29 11:41:10 2022 -0700
ListBrowserDelegate: set spacings and paddings in a better way
commit 667fd8ef2e1dea0cd926ccbbfdcdf672f959c1af
Author: Nate Graham <nate@kde.org>
Date: Sat Jan 29 11:28:15 2022 -0700
Don't let rating stars take up space for unrated tracks
Thr favorite style rating star was correctly set to hide itself for
unrated tracks, but the 1-5 star widget was not, so it always consumed
space in the layout and could cause track titles to be elided too early.
BUG: 448016
FIXED-IN: 21.12.2
commit 1747155bf2e32f0d182fcb1dca0db6431dbd136b
Author: Yerrey Dev <yerrey@protonmail.com>
Date: Wed Jan 19 16:25:23 2022 +0000
Enable unicode normalization on track data before matching
Normalizes the value of mainValue, artistValue and oneArtist with
Qt provided normalization before it is compared to
mFilterExpression's mFilterText and used for search. mFilterText is
also normalized before it's being matched against.
With this fix the provided "Björk" file in the bug report is correctly
found when searching "Björk" in the search bar.
BUG: 391462
FIXED-IN: 21.12.2
commit 448a9e578ce73a7e4712cf68c1a88da8d393daf0
Author: Nate Graham <nate@kde.org>
Date: Thu Jan 13 20:54:22 2022 -0700
Improve Sort menu button's behaviors to be more conventional
Now it looks checked when clicked, and closes when menu when clicked
again.
commit 6dc33833a21e452a7d540939c19ef398f2fce045
Author: Nate Graham <nate@kde.org>
Date: Thu Jan 13 20:52:04 2022 -0700
Fixup identical IDs introduced in the previous commit
Oops.
commit 45635e362aebe526b00cbde0196d452f16600965
Author: Nate Graham <nate@kde.org>
Date: Thu Jan 13 20:45:13 2022 -0700
Fix sort menu positioning
BUG: 448083
FIXED-IN: 21.12.2
commit e2ccbc8c98e14dc5e709e9ea5e35937b9fb6e7b5
Author: Yerrey Dev <yerrey@protonmail.com>
Date: Tue Jan 11 15:01:38 2022 +0000
Fix crash when QUrl in Enqueued files is empty
Fixes the issue where the program crashes when you navigate into a folder where
there are no playable music files, and attempt to hit the "Play" or "Add to
Playlist" buttons on top right navigation bar. In the fix we just return in
case the enqueued file QUrl is empty.
BUG: 428218
FIXED-IN: 21.12.2
####################### eventviews
commit 89a789f6c087fe1cdbe8107eb90605c1663b5f70
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:08:49 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"virtual Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT virtual foo bar()"
(cherry picked from commit 85700d96fdc163cc8a725bfc76d098c34e94def9)
####################### gwenview
commit 1281004fff1fbafcee221400aee8dae644260092
Author: Nate Graham <nate@kde.org>
Date: Sat Jan 29 11:09:03 2022 -0700
Revert "Prefer mime type from content over file name when loading"
This reverts commit 6a79391a9ab68bec839897369c665ee2e3afe7e5.
That commit caused Gwenview to lose the ability to open RAW files. This
is a more serious regression than the bug being fixed by the commit
(329140), so it needs to be reverted for now until that bug can be
fixed in a way that doesn't regress RAW loading.
BUG: 441698
FIXED-IN: 21.12.2
CCMAIL: ahiemstra@heimr.nl
commit d812d1df88bb2ffd1b7e4a4d049f798cadc47fd7
Author: Nicolas Fella <nicolas.fella@gmx.de>
Date: Sun Jan 9 00:24:01 2022 +0100
Guard against null QScreen
screenAt can give a nullptr, don't crash in that case
BUG: 442424
####################### k3b
commit 8078d7f04df90303696a31e8c9f2db200891e2ca
Author: Michael Marley <michael@michaelmarley.com>
Date: Sat Jan 15 22:39:35 2022 -0500
Fix path traversal in Album Artist field for CD ripping
For the ALBUMARTIST case in k3bpatternparser, the "/" character
was not being replaced with "_" the way it was for all the other
string fields. This enables path traversal if the CDDB data has a
"/" in the Album Artist field, creating unwanted extra directories.
This patch fixes it by performing the same replacements on the
album artist as for all the other string fields.
(cherry picked from commit 3e20e668c6137ec85a0d16d537f2c88ea40ef654)
####################### kajongg
commit 4e9c9373bf39c51190d532aa750b0ec7423472d6
Author: Wolfgang Rohdewald <wolfgang@rohdewald.de>
Date: Sat Jan 29 16:23:47 2022 +0100
fix regressions from cf8391e01f05f3d913a37a6c7865e5d82344d893
####################### kalarm
commit 342e85382b44f929fba020245ab6805cf3813fc5
Author: David Jarvie <djarvie@kde.org>
Date: Fri Jan 21 12:53:13 2022 +0000
Fix deleted calendar resources reappearing when KAlarm restarts
commit 22b19b0176deb7e512acd44fec08260396212731
Author: David Jarvie <djarvie@kde.org>
Date: Mon Jan 10 23:34:07 2022 +0000
Bug 448212: Fix crash after Defer is selected in alarm notification message
The crash occurred when the defer alarm dialog was closed after
clicking 'Defer' in an alarm notification message.
commit aa94131c825763d81ba1bcec55e518554631cd11
Author: David Jarvie <djarvie@kde.org>
Date: Mon Jan 10 18:14:41 2022 +0000
Make auto-close work for message windows
####################### kate
commit 7e08a58fb50d28ba96aedd5f5cd79a9479b4a0ad
Author: Christoph Cullmann <cullmann@kde.org>
Date: Mon Jan 24 19:07:37 2022 +0000
improve QProcess handling
ensure we take executables from PATH for execution instead possibly from current working directory
or the working directory set for the QProcess
commit c5d66f3b70ae4778d6162564309aee95f643e7c9
Author: Christoph Cullmann <cullmann@kde.org>
Date: Thu Jan 20 21:00:09 2022 +0100
avoid that we execute LSP binaries from cwd
QProcess will just use current working directory as
fallback
that allows to execute un-wanted binaries by accident
commit 92a9c65e30b4b63b8b116eb5c8dcb1e1a2d867bc
Author: Waqar Ahmed <waqar.17a@gmail.com>
Date: Sun Jan 16 18:39:50 2022 +0500
step down warning level when LSP not found
Currently it gives an error which results in the widget popping up
everytime you open a file for which you don't have LSP. However, one may
have intentionally not installed the LSP for a language.
BUG: 448549
commit 6fc3bf6e5bd540e842e32c4a959c2158c8573be5
Author: Mark Nauwelaerts <mark.nauwelaerts@gmail.com>
Date: Mon Dec 13 21:36:50 2021 +0100
lspclient: send didSave notification if so requested
commit 361dd43e42994829dbdb35e78fb7698d27cbb0e2
Author: Mark Nauwelaerts <mark.nauwelaerts@gmail.com>
Date: Mon Dec 13 20:52:57 2021 +0100
lspclient: consider some additional server capabilities
####################### kcalutils
commit 22aa218435a052d112fd3d37865acd7cb8735c72
Author: Martin Koller <kollix@aon.at>
Date: Sun Jan 9 14:14:05 2022 +0100
Fix display of comments in invitation
####################### kdenlive
commit f1ca6d017b65f58ec17e12afc97cc27f0e0c4093
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sun Jan 30 14:43:41 2022 +0100
Fix sometimes cannot move grouped clip right when only 1 empty frame
commit ce05e2e448a0e4e3cb4a3a3e4b862df3d5681ac5
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jan 29 08:30:23 2022 +0100
when saving effect, show it under its name, not id in effect list
commit 0b7ab8dd6a7b3dafa8e635d837ee499d411b7150
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jan 29 08:12:29 2022 +0100
Fix fade effects not correctly saved or pasted.
Related to #1286
commit 2883c62a2e3c98eddebe76ef5811519b0d0418b9
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Jan 28 10:00:17 2022 +0100
Fix clip monitor allowing seek past clip length with transparency background enabled
commit c2558c7afc4ae73c4934e1c08044c1d3622991ce
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Wed Jan 26 18:28:14 2022 +0100
Fix green tint on first image extract.
Related to #1315 #1302
commit 371e21deecbf1a28e21d00cb0cb3248125fbe3e4
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Mon Jan 24 08:33:58 2022 +0100
minor cleanup of add marker ui
commit 991989ab761023bbab8052deefd84b047f8bd654
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Mon Jan 24 08:25:09 2022 +0100
Ensure thumbnail preview profile is not changed by clip resolution
Related to #1314
commit 136a07aa2563b4e59d881bb74b431d992e947e38
Author: Farid Abdelnour <farid@gunga.com.br>
Date: Sat Jan 22 14:23:48 2022 +0000
Fix alpha render and add utvideo
BUG: 448010
CCBUG: 436879
Related to #1075
(cherry picked from commit ed550ac73f9b1987adcc1367aacba83e369af81e)
commit 44a217e78ebf9ebf61eae8321f32935527a3379e
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Jan 21 16:43:34 2022 +0100
Fix freeze trying to drag a clip that was just added to Bin.
Related to #1115
commit e9e08f0e0442446cfa39e609066999efbeb4e938
Author: Massimo Stella <maxstar@tin.it>
Date: Wed Nov 24 16:29:36 2021 +0000
Uptade frei0r.scale0tilt.xml with Scale X and Y parameters now animated
Fixes #1283
commit dd3aca47e7f72c1452f55359ba9eeec6280c83e4
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Jan 21 16:10:36 2022 +0100
Fix cherry-pick typo
commit 17eea317ed3d8fb2ea0bae415246e725797f99df
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Thu Jan 20 08:54:23 2022 +0100
Fix timeline ruler not working after effect drop in some circumstances.
Related to #1306
commit d8b2a2569dbaf3d212c70c9f5f93bb2b395d869e
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Jan 18 13:53:30 2022 +0100
Fix various bugs in timeremap (keyframes random move, crashes)
commit c7d53f8a169772fdb191061be3ba9eb46755d728
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sun Jan 16 17:12:44 2022 +0100
Time Remap: don't allow keyframe after last frame of source clip
commit 7937551fb91c9fa7664af5d1e5a7020fa8573a2d
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jan 15 08:44:53 2022 +0100
Protect timeline preview list with mutex
commit 3739fe99f6f52146acddc62329ec1220426c7a79
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Jan 14 16:40:32 2022 +0100
Fix slideshow duration not updated on profile change
commit 433572a69c25d640e9a70970ce5465429a7cb3fa
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Thu Jan 13 08:21:51 2022 +0100
Fix detection of missing timeline preview chunks on opening
commit c1e7f6a0917fbdd04cac51c09930c49fd523f913
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Wed Jan 12 11:19:07 2022 +0100
Don't attempt to create audio thumbs if thumbs are disabled.
BUGS: 448304
commit d0a5fb9c983b5b77260e24482bef552aeef23c98
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Wed Jan 12 09:46:24 2022 +0100
Speedup loading of projects with timeline preview.
Related to #1266
commit e3b712379359923e8efce0bb2156da542231e6da
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Jan 11 16:04:25 2022 +0100
Add some default LUT files
commit 934bcffcaf0e6b6782b60fa1c7efc82a93b7ff29
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Sun Jan 16 21:42:06 2022 +0100
[Wizzard] Update link to troubleshooting docs
commit 77adf710fd5dd15908df724b549b37673eeb9784
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Sun Jan 16 21:38:28 2022 +0100
Try to find mediainfo on windows automatically too
commit 419e1b2fb86411efd2f90a8dfad46212f0131e2e
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Sat Jan 15 13:49:50 2022 +0100
[Setup Wizard] Show codes if there are only info messages, fix doc link
commit 9d3a7c6ecc726eae2242abeb477d3d8c3f908e68
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Sat Jan 15 02:39:34 2022 +0100
Disable "Change Speed" and "Time Remap" actions if the other one is
active
BUG: 443613
FIXED-IN: 21.12.2
commit ade1c515e697ad367e45b6298ee369d5f7087bef
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Fri Jan 14 21:47:27 2022 +0100
Check for mediainfo in setup wizard
commit c04ff48b4bc416954d2733a8ed842a39f1feb40e
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Jan 11 11:25:46 2022 +0100
Fix extract frame on Windows (also used for Titler and scopes)
Fixes #596
commit e6694e6ba457aeecd5657f1ec3627bec7b6f6ac2
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Tue Jan 11 03:37:59 2022 +0100
Improve monitor zoom
- More zoom level steps
- Allow higher zoom levels
- use current monitor center as reference instead of jumping to absolute
monitor center on every zoom operation
BUG: 434404
FIXED-IN: 21.12.2
commit 88b3d381864573a9db256e476157a866e60dfb90
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Fri Jan 7 01:29:35 2022 +0100
Rename forgotten rgb24 and rgb24a after MLT 7 port
####################### kdepim-addons
commit b3bcc3d8db63f9b771e5222dbdafc1ab05c667a2
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Tue Jan 18 08:17:27 2022 +0100
Fix build with GCC 12 (more standard attributes in middle of decl-specifiers)
"virtual Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT virtual foo bar()"
(cherry picked from commit ee41cef0d2740e4bfc9691cfbd3e39e324a3bc85)
commit e99d09fe9e7ace7c40e6da42b08d6673fc70b95e
Author: Laurent Montel <montel@kde.org>
Date: Tue Jan 18 07:55:15 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
commit a287d490e64f45853ac999c5642082176589ed74
Author: Martin Koller <kollix@aon.at>
Date: Sun Jan 9 16:18:02 2022 +0100
Fix header width
BUG: 378689
####################### kdiamond
commit e7c98d9af6d0833f85ea19d51083bc1f822cc585
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Dec 31 00:22:10 2021 +0100
Fix rendering the background when in hidpi
CCBUGS: 443824
####################### kgeography
commit 3b13476ef825be7bf803020120b33f7a725f24d5
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Jan 24 13:59:58 2022 +0100
Fix color of some United States Minor Outlying Islands
BUGS: 449048
####################### kgpg
commit 09b95f4d27b0475a0c8b937969125d31533317c2
Author: Rolf Eike Beer <kde@opensource.sf-tec.de>
Date: Tue Jan 11 19:42:04 2022 +0100
add missing space between gnupg arguments when generating key in expert mode
Fixes: 565b6c3173745019539278d3bb9c05e524b776c3
BUG: 447611
FIXED-IN: 21.12.2
commit b328227cdd4dc227c1df8ba6bb5e4a133e551656
Author: Rolf Eike Beer <kde@opensource.sf-tec.de>
Date: Fri Jan 7 13:25:39 2022 +0100
always close the input channel of a text decryption
Otherwise the decryption never starts with GnuPG 2.3.
BUG:444848
####################### kimap
commit dbcedd5aaab1a4e691966d1e37de1a0b413ca605
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Wed Jan 26 11:28:55 2022 +0100
Handle pure SSL/TLS negotation in Session instead of LoginJob
Previously, LoginJob started the SSL negotiation and immediately sent the
CAPABILITY command once it completed, without waiting for the server greeting
first. Some servers don't like this any close the connection with
* BYE out-of-sync data before server greeting
Avoid this by starting the encryption in Session directly, which then starts
LoginJob after the server greeting arrived. Adjust LoginJob for this by
treating an already encrypted connection like a successful negotation, and
avoid handling the encryptionNegotiationResult signal before the job was
started.
BUG: 449184
commit 02d87190612b5de81490908222d91e70435dad74
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Thu Jan 27 12:58:17 2022 +0100
LoginJob: Verify that encryption is established before authentication
In code involving state machines and threads, it's possible that some edge
cases can lead to unintended paths being taken. Make sure that when encryption
is requested that it's completed before authenticating.
####################### kio-extras
commit 1b3ef4a6e34a12aa5b1a782bb018654ac4eb7f6e
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Wed Dec 22 15:47:18 2021 +0100
sftp: Don't compare size_t against -1
readChunks returns an int, use const auto instead of size_t to be able to
compare against -1.
(cherry picked from commit 39e7c05f64acea69a6ee76f22fdc20597a987e75)
commit f3ad370f237c69c018c968bab6f79b16c27edbba
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Tue Nov 16 08:35:45 2021 +0100
sftp: Allow compression if necessary
Specifying only "none" as compression method causes the exchange to fail if
the server doesn't support "none".
Use the same options as OpenSSH does by default. The Compression=yes/no option
in the config file overrides them if specified.
Setting the options explicitly can be dropped in the future after libssh
adjusts its built-in defaults.
(cherry picked from commit c5a9722de86f111ded36488e9bb676a70e80aea0)
####################### kitinerary
commit e977e7909176303b07b1a606660ac78f89913990
Author: Volker Krause <vkrause@kde.org>
Date: Wed Jan 19 18:01:44 2022 +0100
Round up when converting vector bounding box to integers
The barcode decoder is very picky in pure mode if element sizes don't
match exactly.
commit 2988fd1c592b23078e28c9ab9f243f0730a7a13d
Author: Volker Krause <vkrause@kde.org>
Date: Wed Jan 19 18:00:00 2022 +0100
Include the pen width in computing vector bounding boxes
Rendering a stroke on the edge would otherwise be cut off potentially.
commit 380d868ee7ad6f5c15b367a3ae64a3a573ec1651
Author: Volker Krause <vkrause@kde.org>
Date: Wed Jan 19 17:59:10 2022 +0100
Only consider rectangular strokes for the PDF vector barcode detection
That is, we skip any path containing curves or diagonal lines.
commit a5cf8674495f165abba585d817f8ed96a88ce8f1
Author: Volker Krause <vkrause@kde.org>
Date: Mon Jan 17 18:41:34 2022 +0100
Fix build against KF5.91+
We have ki18n_version.h in (semi) public headers, but were missing its
include search path.
commit 0b789f0e4b88cd7778532768aeb8e4e4f718defd
Author: Volker Krause <vkrause@kde.org>
Date: Mon Jan 17 18:10:24 2022 +0100
Add extractor script for Skymark booking emails
commit ea2af0d91edef793b3c343a1168bf52a5effd8e0
Author: Volker Krause <vkrause@kde.org>
Date: Mon Jan 17 18:10:03 2022 +0100
Normalize flight numbers during post-processing
commit a21e9a8a48c2ffc94464945148fcce71554bd5ee
Author: Volker Krause <vkrause@kde.org>
Date: Fri Jan 7 15:58:19 2022 +0100
Make the same city detection consider more information
This fixes nearby cities being considered the same due to just considering
their coordinates. This showed for example in form of weird mis-groupings
in Itinerary.
####################### kldap
commit 9c3060655c93f1cf5f564b18432cf6cf8824b538
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:23:33 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
(cherry picked from commit 168d957f33d98a366951a4dc11c95ee962d5fb92)
####################### kmahjongg
commit 28b0b97cfffcfb3017b11bd131d4147992caafe9
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Dec 31 01:12:42 2021 +0100
Make hidpi aware
CCBUGS: 443824
####################### kmail
commit 766f72c2798ebf651fa66e41a21efb691e62cb35
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:25:18 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
(cherry picked from commit fe221f0ee5c1aaa5edc874cfd7e06fba5519ff62)
####################### kmailtransport
commit 8f18ea2f5f63d318b23ca33e8e2bc0b15f5131f3
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 13:31:05 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar();" -> "Q_REQUIRED_RESULT static foo bar();"
(cherry picked from commit bfec2ebf74267d85262befcd71f9bb28ca68f83a)
####################### knotes
commit b19bf674aa1b9222a54c460e6776de0fc3cb68ab
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:26:47 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
(cherry picked from commit 91454f9526f1bb0b819d627f65732678720bf7cc)
####################### konsole
commit f15737066444fb8c8942b1d18ffe3d1f5d2932e2
Author: Ahmad Samir <a.samirh78@gmail.com>
Date: Wed Jan 26 10:51:41 2022 +0200
Revert "Fix accessing pointer in deprecated code path"
Not needed here... my fault.
This reverts commit cad0b677a6911cb2379957c9ac1bc9e2e89860b8.
commit cad0b677a6911cb2379957c9ac1bc9e2e89860b8
Author: chance chang <changze@uniontech.com>
Date: Wed Jan 26 11:30:12 2022 +0800
Fix accessing pointer in deprecated code path
(cherry picked from commit 23a340074095c1efeb0b9ffd808c625d80b09707)
commit 59691b8f2f2a68d5bfdc720127ff5228c12628f2
Author: Kurt Hindenburg <kurt.hindenburg@gmail.com>
Date: Thu Jan 6 17:22:02 2022 -0500
Revert "Do not remove SSH Config toplevel entry"
This reverts commit eb3911bda4706aeeff3785bf64ef2622f9753b65.
Accidently merged this.
commit 3f566b69de34824aa39f2eb77d0fdec1e08ff74e
Author: Kurt Hindenburg <kurt.hindenburg@gmail.com>
Date: Thu Jan 6 17:16:34 2022 -0500
Update copyright year
(cherry picked from commit 039b4652c89b2bed6b8045aadd92cb5f1a95c536)
commit eb3911bda4706aeeff3785bf64ef2622f9753b65
Author: Tomaz Canabrava <tcanabrava@kde.org>
Date: Tue Nov 30 14:32:42 2021 -0300
Do not remove SSH Config toplevel entry
(cherry picked from commit 55d827836e19fe5babff38bf555f5043e7b78be6)
####################### konversation
commit ec4ec05663c0d2b8b8d25a92212d3265afb01c27
Author: Friedrich W. H. Kossebau <kossebau@kde.org>
Date: Mon Jan 24 13:01:22 2022 +0100
Only update wayland activation token if one was provided
commit b3d8612968ad4f0102e5640c429999d820f60717
Author: Friedrich W. H. Kossebau <kossebau@kde.org>
Date: Tue Jan 18 23:48:16 2022 +0100
Fix clicking the close button in systray mode if not foreground window
KStatusNotifierItem::activate() would instead move window to the front.
Losing the on-all-desktop state is instead the lessre issue for most.
Using KStatusNotifierItem::hideAssociatedWidget() when available
solves both issues in one go.
####################### korganizer
commit 278ed7955d3843cdad5550e3d66b66cc61e13e04
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:29:00 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
(cherry picked from commit 0c2240f9b15af03b02f1c83e1f80939e064280ed)
####################### kpimtextedit
commit e570898fa2f7abd217865506477610b50b23e295
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:12:34 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"virtual Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT virtual foo bar()"
(cherry picked from commit cf0508415bbedd97af2c44042146488cf00b09c6)
####################### kpmcore
commit 7f41b7c2aac54c68788ed31d4ebcb7cd509d6c83
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sun Jan 16 14:22:50 2022 +0000
Fix infinite recursion in dummy backend.
BUG: 432704
####################### kpublictransport
commit 5b53ae4d140c86bec3014c3f546233170e51df24
Author: Volker Krause <vkrause@kde.org>
Date: Wed Jan 5 17:34:38 2022 +0100
Disambiguate station name used in the Navitia name-based query tests
Due to a data change the old string didn't result in a station object
anymore, breaking the test.
commit fa577b1827750014c403f69e32e9249e2714bb8f
Author: Volker Krause <vkrause@kde.org>
Date: Wed Jan 5 17:33:39 2022 +0100
Fix Navitia location queries for rental bike stations and any type
We can only use the POI filter when exclusively looking for bike sharing
stations, otherwise we also filter out all other location types.
####################### libkdegames
commit 646577813c7e92635c53c4a5cd245ad2ccdb7a5a
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Dec 31 00:21:30 2021 +0100
Be HiDPI aware
CCBUGS: 443824
####################### libkmahjongg
commit ffaa4b43370aab56fa2b27249c14ad60aa1eaad2
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Dec 31 01:10:29 2021 +0100
Make the code hidpi aware
CCBUGS: 443824
####################### libksieve
commit 28b8fe676308f47f35823c55b02284003281bc0d
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:29:53 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"virtual Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT virtual foo bar()"
(cherry picked from commit 268f787ed45f4ab8d243d171e4506b98f2c38c8b)
####################### lokalize
commit 9c146eb94c066ed8c3b70bf866fe605a6f0ed6ac
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Jan 31 17:16:06 2022 +0100
Remove unneeded includes
####################### mailcommon
commit dbe9645ef81bdd68de62533865b3608814003049
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:31:03 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
(cherry picked from commit e0b0ae6653d0c40e1151d77ce6882dc345affdd1)
####################### messagelib
commit 43754e2876962e9db329eb72aa64d8b1babd7fb5
Author: Laurent Montel <montel@kde.org>
Date: Thu Jan 20 14:01:28 2022 +0100
Fix Passing a PGP message via KToolInvocation::invokeMailer() it will not show up in the composer
BUG: 332368
FIXED-IN: 5.19.2
commit 98d360877e289c4235176c28ecb4bc0243c23079
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:05:35 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar();" -> "Q_REQUIRED_RESULT static foo bar();"
(cherry picked from commit f1fee4a15ece755f7dc1962539b4de7663852de8)
commit 229f211cee02196e7e878ecb2e9dfdd74b178fb4
Author: Laurent Montel <montel@kde.org>
Date: Fri Jan 7 07:18:58 2022 +0100
Fix Spam false-positive, because KMail mis-parses some links
BUG: 448029
FIXED-IN: 5.19.2
####################### okular
commit 5d1d412092ada95da12190ef6738140c6667cbd1
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Jan 21 15:08:16 2022 +0100
Fix opening epub files with non ascii names on Windows
epub_open wants an utf8 in Windows
It probably also wants utf8 in Linux, but the qPrintable already gives
us an utf8 in most of the normal Linux locales, so don't touch that
BUGS: 448274
commit feef900250958e59a7a09eee60d732ef47a84b79
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Jan 23 19:36:31 2022 +0100
Make sure helper apps we start are in path
QProcess will happily start things in CWD which is not what we want
commit da5fdc151b75346a0f829d5f3027418f4d3a14e8
Author: Fabio Bas <ctrlaltca@gmail.com>
Date: Wed Jan 26 11:08:53 2022 +0000
XPS: fix multipiece image loading
Turns out some files contain images saved in the xps archive as a directory containing multiple pieces, the first one being the image itself and the second one being empty.
Of course this is quite a weird way to save an image, but it seems that it still is valid and other viewers are able to load it correctly.
This change fixes the loading of multipiece images.
(cherry picked from commit 3506fb2ea8bb052cc6e166e613370a1517248b37)
commit 3e919b42873081574e3a095349b736f47675eae1
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Jan 21 13:53:28 2022 +0100
Fix saving to okular archive on Windows
BUGS: 431717
commit 6795ae7f2c02c388cbd6db619891c20477496139
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Jan 19 16:01:34 2022 +0100
Fix previewing embedded files on Windows
BUGS: 448735
commit 44c86de7e415e30572d774a3ec3e90681bc8abfa
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Jan 3 16:01:01 2022 +0100
Fix two Signature issues on multipage/multisignature documents
First issue:
- The "document is totally signed" was based on the last signature of
the last page (that had signatures) that is not correct and needs to
be based in the last signature by date
- The "Rev #" number was based on the signature on the page, so if we
had two pages with one signature each the model showed "Rev 1" for
both
It adds new API which is not awesome in a stable branch, but the first
issue is important enough that warrants this to go to the stable branch
####################### parley
commit c415c7ce5f6a463a582451d02293d004d1852c34
Author: Dimitris Kardarakos <dimkard@posteo.net>
Date: Wed Jan 5 16:41:14 2022 +0200
Fix application crash
When opening the editor the application was crashing. Fixing the order of the initialization of the members of the browser widget the crash does not happen.
(cherry picked from commit b82bef761913ae06a241cbba4421f0721a6bc157)
####################### pim-data-exporter
commit 88ee9ad36860da0022bbc136e3db6a674ae30ee5
Author: Laurent Montel <montel@kde.org>
Date: Tue Jan 18 08:57:57 2022 +0100
Fix build with GCC 12 (more standard attributes in middle of decl-specifiers)
####################### pim-sieve-editor
commit 3002ef39bf647eee405858605fa9c38b1ab6dc0e
Author: Laurent Montel <montel@kde.org>
Date: Tue Jan 18 08:55:46 2022 +0100
Fix build with GCC 12 (more standard attributes in middle of decl-specifiers)
####################### pimcommon
commit 2edf84eb03e9275fcdd94212e2da854cdbbcdcb3
Author: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon Jan 17 14:32:03 2022 +0100
Fix build with GCC 12 (standard attributes in middle of decl-specifiers)
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
(cherry picked from commit 90b8c43569ca2817018548cc00581fff7a832c26)
####################### spectacle
commit 4ffe4a537a6fe63e9f42cad92719cb38651fec76
Author: Jakob-Niklas See <git@nwex.de>
Date: Mon Jan 24 20:03:39 2022 +0100
Show magnifier immediately after toggle
Previously the magnifier would only show after pressing shift and moving
the mouse slightly to update. This patch makes the key handler call
update on pressing shift.
commit 3d588f3886daee6aea4141060e8ae8f64f902f26
Author: Antonio Prcela <antonio.prcela@gmail.com>
Date: Thu Jan 6 17:59:26 2022 +0100
Make tools button visible even if no screenshot has been taken
Otherwise if one launches spectacle without taking a screenshot and
wants to record the screen using peek the required function can not
be called. So one has to launch spectacle, take a screenshot and then
launch a screen recording plugin like Peek.
MR107 was a bit too much :)
https://invent.kde.org/graphics/spectacle/-/merge_requests/107
heikobecker created this object in space S1 KDE Community.