Paste P690

Changelog v21.07.90..v21.08.0
ActivePublic

Authored by heikobecker on Aug 6 2021, 1:29 AM.
####################### dolphin
commit f190ae1cf8fc1c1bf0d87899a84f796a3e473032
Author: Jordan Bucklin <jordan.bucklin@gmail.com>
Date: Sat Jul 31 12:31:49 2021 -0700
Fix how --select treats files
Previously, when passing file URLs with the --select option,
Dolphin would open the file in its corresponding application, as
well as opening an empty tab in Dolphin as if the file were a
directory. This happens specifically when trying to restore a
session.
This commit prevents Dolphin from opening a file in an application
and from opening an empty tab while passing the --select option,
and selects the URLs instead.
BUG: 436584
commit 7edce5a09c768805878d15e225cd063fb037cef3
Author: Felix Ernst <fe.a.ernst@gmail.com>
Date: Sat Jul 31 17:01:52 2021 +0200
Fix width issues when un-maximizing Dolphin
Before this commit un-maximizing or to be more precise instantly
changing the size of the window by a large amount could potentially
change the width of the sidebars, the viewContainers and the window
itself to unexpected/undesired widths.
This happened because the spacing calculation is triggered when the
primary ViewContainer is resized but at this point in time some of
the other widgets, especially the secondary ViewContainer and the
navigatorsWidget have generally not been resized yet. Therefore the
width and spacing calculations are based on partly updated and
partly outdated values leading to wrong results.
This commit makes it so calculation of spacings is delayed until
all widths have been updated.
Yes, spacing probably should not have the power to resize the
window but unfortunately the spacing can not be set to be less
forceful when taking space because otherwise the UrlNavigators
will take all space they can get with their
QSizePolicy::MinimumExpanding.
BUG: 430521
FIXED-IN: 21.08
commit ea7d4f059d5cb81b51053e7fec6492a727a968c2
Author: Nate Graham <nate@kde.org>
Date: Wed Jul 28 12:54:10 2021 -0600
Revert "Don't session-restore invalid paths"
This reverts commit c733b3aa9787a618a0ce5bb03b3fc731f5663b21.
There are people who prefer the old behavior of session-restoring all
paths including the ones which are currently inaccessible. The idea is
that Dolphin is like a web browser; if a website is not currently
available, the browser tells you that instead of silently discarding the
URL and showing you the homepage. Doing this can be considered a form
of data loss.
In addition, the reason for the change was to prevent Dolphin from
showing invalid paths on launch for unmounted removable disks, but that
specific case was fixed separately by switching to ~ for any tabs/views
that were showing locations on a just-unmounted removable disk. So you
will never run into the problem if yo unmount a disk in Dolphin and then
close it.
Accordingly, let's revert the change because it causes more problems than
it resolves.
BUG: 439864
CCBUG: 427619
FIXED-IN: 21.08
####################### elisa
commit b1ae88ae95971a6ef680e1747e6a08ad28009983
Author: Nate Graham <nate@kde.org>
Date: Mon Aug 2 15:16:54 2021 -0600
Make desktop config window able to scroll
This can become necessary if long translations push the inner formlayout
into widescreen mode, which makes it taller.
BUG: 440491
FIXED-IN: 21.08
####################### kalarm
commit 6c270af55740fc78e27067001722fc6e82aa3b04
Author: David Jarvie <djarvie@kde.org>
Date: Mon Aug 2 00:56:51 2021 +0100
Make user strings translatable
Go-ahead given by Albert on kde-i18n-doc@kde.org - sorry for making
things difficult.
commit 53664663c3c7fd98ab3bf3a5294cb96f6b114623
Author: David Jarvie <djarvie@kde.org>
Date: Sun Aug 1 22:33:21 2021 +0100
Bug 437217: Fix 'Choose sound file' dialog showing no audio files
Under XFCE etc., it was impossible to show or even type the names
of audio files in order to select them. This was due to QFileDialog
filters acting differently under different desktops.
BUG:437217
####################### kalarmcal
commit 47a64a478f0cc31d12dbb74b752252ddfec848b4
Author: David Jarvie <djarvie@kde.org>
Date: Sat Jul 31 00:19:33 2021 +0100
Fix auto tests
Qt has changed its abbreviation for September (why???), although
all other months are unchanged. Adjust the tests accordingly.
Add a test for addSecs(), which failed for the old KDateTime.
####################### kate
commit d79eba59fb7c896ca5b1cebc653b5e7456fa0e14
Author: Christoph Cullmann <cullmann@kde.org>
Date: Mon Aug 2 21:18:44 2021 +0200
improve kate on haiku os
incooperate the sole patches needed there from
haikuports
(cherry picked from commit 84f9368effb20622ef2d2fa3b40734d96840bbba)
commit d5a1f615daabcff9eba2d71fde5d1b8c9e80b81b
Author: Christoph Cullmann <cullmann@kde.org>
Date: Sat Jul 31 16:53:12 2021 +0200
avoid double branch name computation
the checkAndRefreshGit() call later in the
constructor will already handle this
(cherry picked from commit f6867ae85273898c81876a0595d15362ee98e904)
####################### kdenlive
commit 9b3792882f00d691ff422389c9f6c80e3b0cd45a
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Thu Aug 5 20:28:00 2021 +0000
Make more effects work with mask_start: rotoscoping, shape
Fixes #82
commit 9757abf20cf8c5a4823a9526be6fb5cd7794f2e5
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Thu Aug 5 20:54:47 2021 +0200
Add dependencies and category for mask_start and mask_apply
commit 29df1929ff4a940b2cf74a2c5b47ec88586b1ef3
Author: Julius Künzel <jk.kdedev@smartlab.uber.space>
Date: Thu Aug 5 20:52:53 2021 +0200
Add dependency system for assets to depend on other assets
commit ad7cbbb994df4669ce464803eb5931c38ab2a940
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Thu Aug 5 18:07:55 2021 +0200
Don't allow deleting items when a spacer move operation is running.
BUG: 408434
commit a747bf597e6e961d442075a454e7b9d31adc9532
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Thu Aug 5 08:02:37 2021 +0200
Correctly select a clip in clip monitor after it is added to project.
Fixes #1152
commit f6774b8ec6ef09ada50767bc705819847ae241b4
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Wed Aug 4 22:31:18 2021 +0200
Color picker: correctly disable clip effect when trying to pick a color from the screen
commit aaf16ed138d66ee660fcefdd19053d7cbe17b9fc
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Wed Aug 4 21:37:05 2021 +0200
Fix crash moving clip with speed effect and mix.
BUG: 433579
commit 69173eb533c9948e9cb3ca959a19f66d16aca7e0
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Aug 3 19:00:17 2021 +0200
Fix crash on project with channels != 2 and track muting.
CCBUG: 439837
commit f9e8ead7af4778fef3599778ab5b2c0b61d431e4
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Aug 3 17:39:41 2021 +0200
Fix compilation warning
commit 23bcdd33cf0e14c30e86b026b788fcbeb04deb58
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Aug 3 16:22:02 2021 +0200
Add xml for filter masks
commit 7ea475b850ceb9fe38bf1aa0498cd82d04cff976
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Aug 3 14:30:47 2021 +0200
Remove track "preview" compositing that is deprecated
and breaks with preview scaling.
Related to #825
commit 498173e4032f8b238efd0a47c217cad8010f913a
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Aug 3 11:45:30 2021 +0200
Time remap: fix blend mode set to on by default, ensure the last keyframe is at length+1 to avoid preview scaling artifacts
Related to #1154
commit dc67a66b63f6a49dbcfaed0dcd16bf2e81080ddb
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Tue Aug 3 11:08:54 2021 +0200
Fix preview scaling switches monitor focus to clip monitor
commit fcf8ee8b2a0c047ccb08b949cdc5ad981207b1c0
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Mon Aug 2 20:28:16 2021 +0200
Fix timeremap requesting invalid clip index (producer is not inserted in a track at that point)
commit f1ebdba6a3b84b20ba8d2545c5148140c17feb74
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Mon Aug 2 08:44:36 2021 +0200
Fix muting audio track broken with mixes
CCBUG: 440019
commit e84437b039e474db637d6b9430a791bb2d5782c6
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sun Aug 1 15:24:58 2021 +0200
Fix crash on render/save when subtitle track was last active track.
CCBUG: 439355
commit 629012014067becc6e994a5a000ce6210db82c07
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jul 31 23:03:02 2021 +0200
Fix detection of MLT on Windows
commit 73c88028b09f053c4815c1db8ffd762c28d7e731
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jul 31 23:02:07 2021 +0200
Fix crash on closing project with subtitles
commit 98bc1309b03678dee39c91c9a5860e1d7a5cb7de
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jul 31 11:55:24 2021 +0200
Fix some warnings
commit 2a0c6c038482d2793001b73e00d35cf5f3a4dcab
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jul 31 11:08:23 2021 +0200
Fix tab order in Kdenlive Settings misc dialog
commit 3683fb094211526dee0ef5b2c560c89bfc2e9fd7
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Sat Jul 31 11:04:05 2021 +0200
Fix timeremap crash on undo/redo
commit f84710537fd7196a506819ac80e2485ec63e5388
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Jul 30 14:20:35 2021 +0200
Fix geometry param (like tracker) not restoring value after save
commit 92d6af694a32cbdd6f06d9fede18a7de3eac4a91
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Jul 30 14:09:48 2021 +0200
Restore timeremap keyframes on effect deletion undo
commit 97f71883033e64c7d5c832d0c1664075d295879e
Author: Jean-Baptiste Mardelle <jb@kdenlive.org>
Date: Fri Jul 30 11:10:18 2021 +0200
Fix motion tracker effect broken for timeline cut clips.
Related to #1151
####################### kdepim-runtime
commit b738dc017acbc83f237af452028c07d65d11fab6
Author: Gabriel Souza Franco <gabrielfrancosouza@gmail.com>
Date: Tue Jul 20 17:53:47 2021 -0300
Revert "Start to port to qt5keychain"
This reverts commit a4ae7e6dadcd6a1c9e63a6959391801a3f872baa.
This change broke saving the account map in KWallet, including the OAuth
tokens. Therefore, user interaction is required to re-login in the browser
each time, instead of silently being able to refresh the tokens.
####################### kitinerary
commit 41c3490ac10c6839687de3a235930a2c6249be59
Author: Evangelos Foutras <evangelos@foutrelis.com>
Date: Mon Aug 2 01:01:31 2021 +0300
Fix build with poppler 21.8.0
parseDateString() now takes "const GooString *" as the date argument in
order to support unicode date strings. Adjust parsePdfDateTime() to use
the same string type (instead of "const char *") when compiling against
poppler 21.8.0.
https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/880
commit 274e38783b53d7081a4b2d022a47ebb38e2303c9
Author: Volker Krause <vkrause@kde.org>
Date: Sat Jul 31 16:01:04 2021 +0200
Fix number to string deserialization for large integer numbers
####################### kmail
commit fa800b042b93b0654c9ed06dd08835be3aab4033
Author: Laurent Montel <montel@kde.org>
Date: Mon Aug 2 07:00:09 2021 +0200
Const'ify pointer
####################### mailcommon
commit 6ed6903a8b6b78869e60a2aab91ed997e6c9bf31
Author: Laurent Montel <montel@kde.org>
Date: Tue Aug 3 07:20:14 2021 +0200
Fix Bug 440524 - Expiry settings not displayed properly from Akonadi config
FIXED-IN: 5.18.0
BUG: 440524
(loading was incorrect:
- settings.mUnreadExpireUnits = attr->readExpireUnits();
- settings.mReadExpireUnits = attr->unreadExpireUnits();
+ settings.mUnreadExpireUnits = attr->unreadExpireUnits();
+ settings.mReadExpireUnits = attr->readExpireUnits();
)
####################### messagelib
commit 2d9eba45f60cc1abc16ad47917ded97c6623c26d
Author: Oleg Solovyov <mcpain@altlinux.org>
Date: Tue Aug 3 10:30:01 2021 +0300
Fix Bug 440541 - resetting quick filter if set during folder processing
BUG: 440541
commit 79cbe9fd4d418a4516732598ab27beaffd040489
Author: Laurent Montel <montel@kde.org>
Date: Tue Aug 3 08:31:18 2021 +0200
Use qCDebug
commit db37d0b2aad768530af408aeef76277e0c0f0976
Author: Laurent Montel <montel@kde.org>
Date: Mon Aug 2 13:55:55 2021 +0200
Fix Bug 439218 - Quoted strings containing comma or brackets are not parsed correctly, causes message sending to fail
BUG: 439218
FIXED-IN: 5.18.0
commit 455ddbc2d33aa8659bd64b5fe4b46f71689234cf
Author: Laurent Montel <montel@kde.org>
Date: Mon Aug 2 13:55:48 2021 +0200
Add more autotest
commit dd5d514538480c0920af7f907e946a83747e4dbd
Author: Laurent Montel <montel@kde.org>
Date: Mon Aug 2 13:17:01 2021 +0200
Try to reduce duplicate code with akonadisender
commit c29b241ba8edae94a742cc40efcb1128e4ce7499
Author: Laurent Montel <montel@kde.org>
Date: Mon Aug 2 08:31:36 2021 +0200
Return error when we can't get "To" info
commit 6c3997535dfeba322194aade7c6bcad365d59e0b
Author: Laurent Montel <montel@kde.org>
Date: Mon Aug 2 08:21:23 2021 +0200
Use qCWarning here
commit 23547ea9dd38579e941e6e033ce5b995d9f1cae0
Author: Laurent Montel <montel@kde.org>
Date: Mon Aug 2 07:24:11 2021 +0200
Move method to util.h file
####################### okular
commit 89a8cfc096168a2bfcb76cb4dc69b7236b70381e
Author: Kishore Gopalakrishnan <kishore96@gmail.com>
Date: Sat Jul 31 23:17:43 2021 +0000
Take into account the label size while setting size of the page number box.
####################### rocs
commit ddefc0c301c718c327ffdb29feb761c0c2dcb05e
Author: Heiko Becker <heiko.becker@kde.org>
Date: Fri Jul 30 16:15:10 2021 +0200
Remove duplicate project project invocation
Overwrites the one in the root CMakeLists.txt.
heikobecker created this paste.Aug 6 2021, 1:29 AM
heikobecker created this object in space S1 KDE Community.