Paste P696

Changelog 21.08.2..21.08.3
ActivePublic

Authored by heikobecker on Nov 2 2021, 8:54 AM.
####################### ark
commit b82fcaa37abac01547c28e948f4f1e253b8115ea
Author: David Edmundson <kde@davidedmundson.co.uk>
Date: Tue Oct 26 15:03:29 2021 +0100
Cleaup AddJob on destruction
In a recent patch m_addJob was cleaned up correctly. The code throughout
already checked pointer validity, but at no point was this reset.
This meant a queued task would then hit a dangling pointer.
BUG: 442774
####################### elisa
commit 3eaca584015ab0190d16cd2a5eb7ddde26bbd693
Author: Nicolas Fella <nicolas.fella@gmx.de>
Date: Thu Oct 14 17:13:55 2021 +0200
Remove min Android SDK version from Manifest
It must not be defined there
(cherry picked from commit ce301cbc6bb7fe5f889ae620b0c39aa8bf76da1e)
####################### itinerary
commit 2f9739ff9118fe0369add65f3d9392e40ca3ea43
Author: Volker Krause <vkrause@kde.org>
Date: Fri Oct 29 16:20:29 2021 +0200
Include iso-codes data files needed by KF::I18n 5.88
commit 3d04869e5f2c148f1b03ced179ee8faab88d07a4
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Fri Oct 8 21:43:30 2021 +0200
[EventDelegate] Hide location name if there is none
Avoids an awkward gap
commit addd131b5a7c35f55f2579e908d9cc664b126152
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Fri Oct 8 20:51:18 2021 +0200
[Delegates] Use preferredWidth instead of width
When an item is inside a Layout, its width (and height) gets managed by said
layout, taking into account minimum/maximum/preferredWidth and implicitWidth.
Assigning width manually, does not behave as one expect here, since
Kirigami.Icon has an implicit size (of 32) and so with the nature of a ListView
creating delegates as you scroll, it becomes somewhat random which size
wins in the end, and might even change as an item goes out of view and back in.
While at it, use `smallMedium`, which, from the actual looks of the outcome
of this bug, is what the delegate should have been using. (Imho small is too small)
commit b0dcd6066487a04a74caca650794909611be2b6d
Author: Volker Krause <vkrause@kde.org>
Date: Wed Oct 13 17:44:18 2021 +0200
Prevent map panning in the location picker switching to the previous page
commit 9ead4270165b79adc6d65263891fc11dd67a6c12
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Fri Oct 8 16:21:07 2021 +0200
For departureCountry check departureLocation
Obviously :)
(cherry picked from commit ee623e023eae38b0959fa581a902c77006935532)
commit d5099a87943e32ed00ebe91d0153c484b295a6f2
Author: Volker Krause <vkrause@kde.org>
Date: Wed Oct 6 17:08:39 2021 +0200
Don't let checkbox labels force the minimum page width
BUG: 443200
FIXED-IN: 21.08.3
####################### kalarm
commit f01b106bdae3291bc854d69b8891309b0e3d371b
Author: David Jarvie <djarvie@kde.org>
Date: Sat Oct 30 19:06:18 2021 +0100
Fix display errors in time edit field arrows
commit 0282a1c25bc237ae8e59cbfa9adb23ab8ba45451
Author: David Jarvie <djarvie@kde.org>
Date: Tue Oct 26 16:41:34 2021 +0100
Update change log
commit 44e8014095afcadbe5ef2f2950273fd0550bf2e8
Author: David Jarvie <djarvie@kde.org>
Date: Mon Oct 25 20:11:01 2021 +0100
Fix formatting using Fusion application style
commit 9db0a4e3851db8ccb72f57f6fe0def9f775cf05d
Author: David Jarvie <djarvie@kde.org>
Date: Mon Oct 25 19:11:05 2021 +0100
Remove debug code
commit a437719639eab8d4060bd1f1baada03059db35b0
Author: David Jarvie <djarvie@kde.org>
Date: Mon Oct 25 16:40:42 2021 +0100
Fix formatting of times in alarm list, when "am"/"pm" are translated
commit 3a5927dddf9dc38101e99c1c90b2cac961647f93
Author: David Jarvie <djarvie@kde.org>
Date: Mon Oct 25 11:32:19 2021 +0100
Use translated forms of "am" and "pm" when displaying times
commit e59b9c7e2e6791f1a0f95fa3b998a2fc7ea000e2
Author: David Jarvie <djarvie@kde.org>
Date: Wed Oct 20 12:39:42 2021 +0100
Fix build
commit 873e617e490f7aab4b5631c1c5ab704ddfee0eeb
Author: David Jarvie <djarvie@kde.org>
Date: Wed Oct 20 12:30:32 2021 +0100
Bug 443062: Allow stepping hour in time edit fields, in Breeze app style
When using application styles which place the two spin arrows on
different sides of the spinbox, allow the hour value to be stepped by
using the control key. Also don't round the hour value when stepping
with the control key pressed, when using other application styles.
commit b6060e197ea4e76db788a39acf13098db5d9a303
Author: David Jarvie <djarvie@kde.org>
Date: Tue Oct 19 17:30:57 2021 +0100
Bug 443062: Make time edit fields work for Breeze application style
When using application styles which place the two spin arrows on different
sides of the spinbox, the spin arrows in time edit fields didn't work.
This fix makes them work, but doesn't add extra spin arrows to adjust the
hour value which other styles show.
####################### kdeconnect-kde
commit 08a9e3b25f33cda01abd649c2f2938cb80ecf5a1
Author: Nicolas Fella <nicolas.fella@gmx.de>
Date: Mon Oct 11 18:23:42 2021 +0200
[handler] Enable highdpi pixmaps
(cherry picked from commit 83f8b1cebae99b73961e3ffc8186f0e48f042699)
####################### kdenlive
commit adc86cfe0f2df232106530e5ceef576a93a856b4
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Thu Aug 12 21:44:13 2021 +0200
Update catch.hpp.
CCBUG: 440867
(cherry picked from commit d6462a990fe42148079a570b3be4bc960b3548a5)
commit a70cccc9508b996c5122ccd15db2ef5a49c25700
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Mon Nov 1 13:22:01 2021 +0100
Timeline clip drop: add id to each drag operation to avoid incorrectly interpreting a new drag operation as the continuation of a previous one.
Should fix #1235
Related to #1239
commit abfea9bbd158675dd89c553561b34c989d5e917f
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Mon Nov 1 08:43:50 2021 +0100
Fix muting audio master broken
commit d9234c1cc931c27a2c7e99793293a99b6cb96a15
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 26 10:08:51 2021 +0200
Fix various mix resize/align issues
commit 783204cc14e0887afae90f3a623e88cf92fd59d2
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Oct 22 19:20:45 2021 +0200
Fix proxy clips not archived when requested
commit 231b29cd20a83bf8df182fa09ddd19023aea6643
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Oct 22 12:06:10 2021 +0200
Fix wipe and slide transition incorrect behavior on resize, and incorrectly detecting "reverse" state
commit b3552c983b3d190104ee71992535402bc54d745a
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 19 15:25:04 2021 +0200
Fix same track transition if one clip has no frame at its end
commit 761b20a919150be751b610a9f8a21cf94b9356f2
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 19 10:53:55 2021 +0200
Fix crash and incorrect resize with same track transitions
commit 15074cb7dc133f48082053799e604fa570d1985b
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 19 08:49:31 2021 +0200
Fix mix cut position lost on paste
commit 3fdcfe16c76216fd16c77c6604d7ec753b13b0a6
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sun Oct 17 02:59:45 2021 +0200
Fix one cause of crash related to multiple keyframes move
commit c22dbb8ab8e51d30b17303dc80f23c470cfa736f
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Oct 15 11:53:25 2021 +0200
Fix proxying of playlist clips.
Fixes #1219
commit 307f55aad74780072adb65402400238bdc5bdd52
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Oct 15 06:53:47 2021 +0200
When a clip job creates an mlt playlist, check if the file is already in project to avoid double insertion
commit d906e739b5c05b42d50063e5259a56933223b09e
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 12 13:51:46 2021 +0200
Fix clip with mix cannot be moved back in place
commit f1132ba3f5a4ea38b007668d0995a9676b2ddd13
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 12 13:21:12 2021 +0200
Fix loop mode broken on add effect
Fixes #1214
commit 7f5645d1255f8b50959e44f88504ba30c212cd6e
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 12 11:32:25 2021 +0200
Fix replacing AV clip with playlist clip broken.
Related to #1216
commit d2937a31692501cb96390b725515e0877c731462
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 12 08:11:00 2021 +0200
Fix export frame broken for title clips
commit 45da0f7588d33a3cb10bb6a6a5abec27b8b7ac04
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Oct 12 07:58:55 2021 +0200
Fix bin thumbnail hover seek not reset when leaving thumb area
commit 7bffc9fab3d8d0fa49b6cd2023e75f1d4ff96c40
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Oct 9 05:39:54 2021 +0200
Project bin:when hover seek is enabled, restore thumb after seeking, set thumb with shift+seek
commit 273f1238b06761c0e31edf27c93cab780b25dad3
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Wed Oct 6 11:31:36 2021 +0200
Fix "adjustcenter" asset param in case where the frame size is empty
Fixes #1164
commit 00cad95df068669b7bdbb13ff9544f96b946de7c
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Wed Oct 6 11:08:20 2021 +0200
Fix crash loading project with incorrectly detected same track transition
commit 853762e6a9c664e0d457139d3156ea40061b2df7
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Tue Oct 5 19:43:38 2021 +0200
Fix install path of frei0r effect UI's
####################### kio-extras
commit 809863617a3fb76ce43f11dec541d4b94f63925a
Author: Friedrich W. H. Kossebau <kossebau@kde.org>
Date: Tue Oct 19 02:23:18 2021 +0200
man kio: fix crash due to bad memory pointer on REQ_ps handling
7d11a0932af2379cd46d338c49f758bc509acec7 accidentally moved the
memory pointer increase out of the '+'-handling branch, which would
either result in bad number being read or the pointer getting behind
the end and resulting in garbage memory processing, potentially ending
in a crash.
Also changing to using dedicated own variable "sign" instead of reusing
function-global variable "j" with meaningless name.
global
Fixed-in: 21.08.3
BUG: 443983
commit c3d52ebecb7f4890e8a412930bce9c74fc9e2f1f
Author: Ahmad Samir <a.samirh78@gmail.com>
Date: Fri Jul 9 17:11:02 2021 +0200
kio_filenamesearch: fix crash due to KCoreDirLister changes
Error reporting was changed in KCoreDirlister, to match the original behaviour
we need to explicitly disable auto error handling.
This fixes a crash while searching in Dolphin, kio_filenamesearch intrenally
uses a dirlister, and a nested event loop, if there is an error while listing
some dir it tries to report it using a job ui delegate, but the parent job
could well be dead by that time, which causes a crash:
"QWidget: Cannot create a QWidget without QApplication"
Note that this crash only happens if KDE_FORK_SLAVES is _not_ set.
BUG: 438187
FIXED-IN: 21.08.3
(cherry picked from commit 5dff395ecea2977cf149c293c16c4d4a5151493b)
####################### kitinerary
commit 7b96a680b019b6408666a42663bc8177d2e5801a
Author: Volker Krause <vkrause@kde.org>
Date: Mon Nov 1 16:12:32 2021 +0100
Handle English language MÁV ticket date formats
BUG: 444550
commit 963c7a7c3cf9e602fefefe27375aff0eb3255e44
Author: Volker Krause <vkrause@kde.org>
Date: Thu Oct 28 17:16:36 2021 +0200
Fix erroneous merging of train trips with the same line on the same day
Those should only be merged for unbound tickets, two bound tickets for
this case don't need to be the same.
commit 2a6a1f8e2f69e52a3da9d0902386b5e94899eeb1
Author: Volker Krause <vkrause@kde.org>
Date: Wed Oct 27 17:54:21 2021 +0200
Convert location info to the right type when necessary
In some cases Eventbrite is putting in a single string rather than
a full place object it seems.
commit 55d15b27ec3a573d84bf1f35a337944831307cfe
Author: Volker Krause <vkrause@kde.org>
Date: Fri Oct 15 16:45:37 2021 +0200
Add gomus.de extractor script
commit 2256ddc635483597030c0b6cf9dc8808d745c4b4
Author: Volker Krause <vkrause@kde.org>
Date: Fri Oct 15 16:45:10 2021 +0200
Use pkpass expirationDate field to guess a suitable end time for events
commit be98aaae20b4ceffb030b26d772a8a5baffca8a6
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Sun Oct 10 22:51:46 2021 +0200
Extract boarding group from Eurowings pkpass
commit 09c03384e9831a79f0b2a7eb556484c6d7997c30
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Sun Oct 10 22:49:41 2021 +0200
Extract Cancel URL from Lufthansa pkpass
commit 5ae2266b9b3cd6b847d67ce3a6fb69af9aef16bc
Author: Volker Krause <vkrause@kde.org>
Date: Sun Oct 10 13:55:36 2021 +0200
Adapt unit tests to extractor improvements in 6597c1bdef25
commit e3d1daf4c3fc899f682eca002137e7eabc7d152d
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Fri Oct 8 22:32:40 2021 +0200
Explicitly apply airport timezone when creating fake 23:59:59 time
Otherwise timezone information is lost
commit 38c5ccee6feb5a0314d19ffb2154f1cf9595bb8f
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Fri Oct 8 15:02:19 2021 +0200
Extract proper real name from Lufthansa and EuroWings pkpass
commit 6966d67ca6978f98f8bc074feb57fb4a509bc13a
Author: Kai Uwe Broulik <kde@privat.broulik.de>
Date: Fri Oct 8 14:45:38 2021 +0200
Support German Eurowings booking confirmation
####################### kmahjongg
commit 21f71613273f38454dc9644883f9e4b112af8d67
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Oct 22 21:48:08 2021 +0200
Don't generate random game numbers bigger than INT_MAX
Since we don't allow users to enter a numbered number bigger than it
either
BUGS: 444188
####################### kmail
commit 3fe15552375aca94215bf39101529c27589b907f
Author: Laurent Montel <montel@kde.org>
Date: Wed Oct 6 13:36:41 2021 +0200
Remove ASSERT here
####################### kmix
commit ade58189892f8dc0009d65387cfd6b307a5a0311
Author: Ömer Fadıl USTA <omerusta@gmail.com>
Date: Sun Oct 31 03:18:55 2021 +0300
Fix crash by adding missing initialize part for KToggleAction
(cherry picked from commit f770d6f35d86564a6ef4efbdbf7e7d40cf796eca)
####################### kontact
commit 03c663e2a8cdfa2caac2202192ff82bdf79e84ac
Author: Alexander Lohnau <alexander.lohnau@gmx.de>
Date: Thu Oct 21 21:25:08 2021 +0200
kcmkontact: Fix writing of configured startup module
BUG: 444170
(cherry picked from commit aa9886e186bf18a5b8fed3f01c0c3d414b252491)
commit a90e0d9d43eee5c4d609b0cd2308991480fe2961
Author: Laurent Montel <montel@kde.org>
Date: Thu Oct 21 19:40:47 2021 +0200
Use show/hide sidebar action
####################### kopeninghours
commit e76f2e9fb2dec35950c141556d752e2140620866
Author: David Faure <faure@kde.org>
Date: Sat Oct 23 16:24:41 2021 +0200
Don't turn 20:00-26:00 into 20:00-02:00
Changing the input (like we do when it's invalid) means Osmose users
are told the input is invalid, which isn't the case for 26:00.
Normalize internally for evaluating, but not for toExpression().
This required adding a bool for pointInTime, since begin=10 end=10
can be either 10:00 or 10:00-10:00 (no longer stored as 10:00-34:00).
It makes things pretty straightforward actually: if there was a '-'
in the input, toExpression() outputs a '-', otherwise it doesn't.
(cherry picked from commit 0d02b17633da98583761d11c5f55c7191c47b95d)
####################### korganizer
commit 436e107da1836ebe54538a94e00cb727ca7d2c4d
Author: Allen Winter <winter@kde.org>
Date: Sat Oct 23 17:32:02 2021 -0400
Revert "Bind keyboard shortcuts in the Search dialog's results"
This reverts commit 48485e4fbdc7b70a30972bb3ac2d529b987746aa.
Breaks pressing <return> key in the lineedit to run the search
####################### kpublictransport
commit b945ff76069642c5b22f11b5eb0259087696dc90
Author: Volker Krause <vkrause@kde.org>
Date: Sun Oct 10 14:04:34 2021 +0200
Update SNCB certificate
commit b64e42f750d6ea3d759fcd4c45885d05c201e349
Author: Volker Krause <vkrause@kde.org>
Date: Wed Oct 6 17:33:28 2021 +0200
Update OTP Ulm rental vehicle configuration
commit 3d88fae8a6979f646b349a2b40409a58dbce8f38
Author: Volker Krause <vkrause@kde.org>
Date: Wed Oct 6 17:32:47 2021 +0200
Pass along floating rented vehicle data correctly
####################### libksane
commit 2bdbe999808a225f1cfa10f10a4fcf09e45444e4
Author: Kåre Särs <kare.sars@iki.fi>
Date: Sun Oct 17 17:19:45 2021 +0300
Naughty-list pixma network backend option polling
The Pixma network backend behaves badly. polling a value will result in
1 second sleeps for every poll. The problem has been reported, but no
easy/quick fix was available and the bug has been there for multiple
years. Since this destroys the usability of the backend totally, we
simply put the backend on the naughty list and disable the option
polling.
BUG: 429260
####################### marble
commit 7211ed5afc1c2ff7334c421b9555888ac9850d46
Author: ivan tkachenko <me@ratijas.tk>
Date: Wed Sep 29 00:55:23 2021 +0300
Fix build with gpsd 3.23.1
STATUS_NO_FIX was renamed to STATUS_UNK.
https://gitlab.com/gpsd/gpsd/-/commit/d4a4d8d3606fd50f10bcd20096a8a0cdb8b2d427
Co-Authored-By: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
(cherry picked from commit 8aadc3eb8f9484a65d497d442cd8c61fe1462bef)
####################### messagelib
commit 766e3d796e552abdbfdb253a286a95de7e9ae089
Author: Laurent Montel <montel@kde.org>
Date: Tue Oct 26 07:15:41 2021 +0200
Make sure that index is valid
commit 6cc49743f3f9521e3a0f75083d9fd6c01e019250
Author: Laurent Montel <montel@kde.org>
Date: Wed Oct 13 08:11:35 2021 +0200
Fix Bug 419978 - KMail missing line break in blockquote when showing as HTML mail
FIXED-IN: 5.18.3
BUG: 419978
####################### okular
commit 2002f4e7e94af8fce1b6e6d95b95cb3905166391
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Oct 23 00:22:41 2021 +0200
Relax the check for non square DPI
BUGS: 444168
commit 99209e29f78bb8e530e5bdf626e07a871dad3b1b
Author: Bharadwaj Raju <bharadwaj.raju777@protonmail.com>
Date: Mon Oct 18 14:58:11 2021 +0000
Make Quick Annotations button open the full toolbar when no Quick Annotations are configured
commit f9ca87c8a15897b40a5c33821e96a1e5343cc00a
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Oct 13 00:23:49 2021 +0200
CI: add the deb-src of testing since we're based on testing not unstable
commit 9e2d256a6f214f7230f8575f8a61570592d35428
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Oct 12 23:21:56 2021 +0200
Fix bookmark menu actions missing after switching tabs
BUGS: 442668
commit 913560eb78078ddd2b7e543d4cb26925c0d432e1
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Oct 5 22:54:45 2021 +0200
util.printd: Don't crash if we get an unexpected oDate argument
BUGS: 443255
####################### print-manager
commit f2a7e45238bbb937447987ab94c44ef49fdeccda
Author: Nate Graham <nate@kde.org>
Date: Wed Oct 6 11:35:32 2021 -0600
Remove applet list item animations
This was always the indended appearance, but it was being overridden by
a bug in the ExpandableListItem itself. Let's remove the animations here
so that the bug in question can be fixed while preserving the intended
visual effect.
heikobecker created this paste.Nov 2 2021, 8:54 AM
heikobecker created this object in space S1 KDE Community.