####################### akonadi commit fefe36c3df9fd647cd44aca44d126c586a50271e Author: Laurent Montel Date: Thu Feb 3 13:40:55 2022 +0100 Use exec variable commit 191dfe9afac9a4495d0a65f2f9cad88f2f58671d Author: Laurent Montel Date: Thu Feb 3 07:17:32 2022 +0100 Check executables exist in PATH before passing them to QProcess (cherry picked from commit 7b411190232f0273ca398654256c545a8ad29adc) ####################### akonadi-contacts commit 9b9f901daa66a111bd6f7340ff8a130694802b79 Author: Volker Krause Date: Fri Feb 4 15:19:10 2022 +0100 Fix build on Windows commit 6652f2ab5d84534263f3c8f728eee7ef1033aa32 Author: Laurent Montel Date: Thu Feb 3 07:49:06 2022 +0100 Make sure helper apps we start are in path (cherry picked from commit 104f326a834f4dd60fa93aaf8ebadc167b61faa8) ####################### akregator commit 4c061653e32af8944a78fdd1c3f3edda0b106b44 Author: Laurent Montel Date: Tue Feb 22 08:08:46 2022 +0100 Fix bug 450650: URL encoded chars in feed-entry-link-href become invalid - replaced by question marks Fix store encoding url FIXED-IN: 5.19.3 BUG: 450650 ####################### ark commit ac29e1853f971f91d752a9b38b4c15a6aa3df4ef Author: Max Brazhnikov Date: Sun Feb 20 16:38:00 2022 +0300 Fix multivolume archive creation Regression have been introduced with git commit fd44ee34a, when volume size was converted from uint to ulong. BUG: 448065 commit 229b9ce8372014469443de93a193c584e3936509 Author: Albert Astals Cid Date: Sun Feb 13 19:26:01 2022 +0100 zip: Fix setting un-initialized access time BUGS: 450125 commit bd43fd793b944a16060f078c0a701c96b563acf2 Author: Méven Car Date: Fri Feb 11 17:15:21 2022 +0100 Fix build when libzip is missing commit 6ffd4344f7913eb3d9b3978f4b91a38f9d2db1df Author: Méven Car Date: Mon Feb 7 11:30:31 2022 +0100 libzip: Implement proper cancelation, using libzip 1.6 CCBUG: 389292 commit e1c19e2222d1ce364d7ec5b4b275ffb3aab0d234 Author: Méven Car Date: Thu Feb 3 18:41:19 2022 +0100 CreateJob: Clean up temp file after cancellation Works for most cli plugins except zip. CCBUG: 389292 commit 82c865cb0c0fe68688d5f100143b9f3f8e8007f0 Author: Méven Car Date: Thu Feb 3 10:05:27 2022 +0100 libzipplugin: Prevent crash when canceling archive creation Usually when canceling zip_close is running and this can't be stopped, while the job may have killed and destroyed the main object. Then calling list() will crash. This prevents the crash by checking the cancellation state. BUG: 446926 ####################### cantor commit 82a9ae456bac4bf8727b0a1044a9859cea531380 Author: Heiko Becker Date: Tue Feb 15 21:52:26 2022 +0100 build: Properly pass the parameters to cmake ...to build the bundled discount. Otherwise it leads to the following cmake invocation during the build: 'cmake DISCOUNT_ONLY_LIBRARY DISCOUNT_MAKE_INSTALL -DCMAKE_VERBOSE_MAKEFILE=TRUE "-GUnix Makefiles"' Not only it doesn't do what was supposedly intended, it also causes a hard error with cmake >= 3.23.0-rc1. ####################### dolphin commit d031696a922e03cb43adf013b8d9b1b052ddf735 Author: Kai Uwe Broulik Date: Wed Feb 23 20:44:22 2022 +0100 Fix rating pixmap alignment on high-dpi screens When calculating layout geometry based on the pixmap size, one needs to divide by `devicePixelRatio` commit d0898592a17d14fc8d48fc5cba71f3d57f0a1856 Author: Ben Cooksley Date: Thu Dec 30 07:31:41 2021 +1300 Use the CDN based endpoint rather than the legacy endpoint which hits our download redirector. CCMAIL: distributions@kde.org (cherry picked from commit 694e4e24526c5f55e162ad9288782e7c82cac38f) commit 3b4676b3871cad5cd0e4695b211581f8db8accd0 Author: Nicolas Fella Date: Fri Feb 4 00:18:00 2022 +0100 Fix opening FTP files in their preferred app When passing an URL like ftp://foo/bar.txt OpenUrlJob opens it in the default handler for ftp urls, not the one for txt files, which would be more appropriate here By passing along the mimetype we can change that behavior to what we want BUG: 443253 ####################### elisa commit 7bed984da15a2fdb12b5a8dc3a4cb337b9ffb980 Author: Nate Graham Date: Fri Feb 11 14:01:34 2022 -0700 SettingsForm: Fill width with long UI controls This way when the screen is narrow on mobile phones, the text elides rather than being cut off. CCBUG: 449992 commit 446ddde4c484f1db33727b7686eb6039a7773f3b Author: Nate Graham Date: Fri Feb 11 11:08:47 2022 -0700 ListBrowserDelegate: Remove unnecessary properties These were mostly overrides of defalut values, or had no effect, or had a harmful effect. BUG: 449936 FIXED-IN: 21.12.3 ####################### filelight commit 28c4a2852a7d9f07474ca16e3f6a769b674f106e Author: Harald Sitter Date: Mon Feb 28 10:28:19 2022 +0100 do not confuse portable seperator with native ones url.toLocalFile returns C:/ so we incorrectly turned that into C:/\\ i.e. C:// in portable speak. this then resulted in the filtering in locallister not working because it's doing a startsWith check between the ignore (e.g. C:/Windows) and the incoming path (e.g. C:/\\) that would naturally fail. so, to fix this we'll simply want to stop using qdir::separator BUG: 450863 ####################### gwenview commit 18cf2fafab365fc6a27136f7e72320940c7d8bf7 Author: Felix Ernst Date: Mon Feb 21 17:55:36 2022 +0100 Prevent users from "losing" the thumbnail bar The thumbnail bar can be freely resized by users. It is quite easy to resize it in a way that collapses it to a size of zero which makes the bar invisible. Prior to this commit, the only way to get it back is by finding the invisble drag handler and resizing it to a non-zero size. Not even an application restart helps. This isn't intuitive at all. With this commit, the bar being invisible because of a resize is treated similarly to the bar being hidden through a button press. This means that the "Show Thumbnails" button always works in toggling the visibility of the bar even if it has been resized to 0 by a user prior to that. I decided to not do the easy fix of disallowing users to resize the bar to 0 because it is a very intuitive way of hiding the bar and preventing users from hiding it this way seems weird to me. ####################### itinerary commit 752beec06b12cefe33679993cfa47590b75ae534 Author: Volker Krause Date: Fri Feb 4 15:35:41 2022 +0100 Format user visible numbers using the current locale ####################### kalarm commit af512c99a7b801e336b7e89c24b5d96b4d67e034 Author: David Jarvie Date: Wed Feb 9 17:06:42 2022 +0000 Fix failure to create a missing calendar file after enabling a resource ####################### kapptemplate commit 14c554ba403fded7a22b1c231e02f552da344670 Author: Heiko Becker Date: Tue Feb 8 11:55:58 2022 +0100 Use the CDN based endpoint rather than the legacy endpoint ####################### kate commit 9f87e0106a912237e586db592f4d6eae396f673d Author: Waqar Ahmed Date: Tue Feb 8 18:33:51 2022 +0500 Fix stashing not working when Kate is quit using Ctrl+Q BUG: 449229 (cherry picked from commit 0319a51438be5170f75c99b8ad72de7a1354c585) ####################### kbruch commit 22434d9180dad097c22aa7f99384f6a10a9395aa Author: Friedrich W. H. Kossebau Date: Tue Feb 1 13:49:47 2022 +0100 Link explicitly to KCoreAddons ####################### kcron commit ef4266e3d5ea741c4d4f442a2cb12a317d7502a1 Author: Albert Astals Cid Date: Tue Feb 15 23:32:22 2022 +0100 Improve temporary file handling commit 2c04c9f665283e8480a65f4ac0accfe6a8e0539a Author: Albert Astals Cid Date: Mon Jan 31 23:45:12 2022 +0100 KCronHelper: Return error when things don't work out ####################### kdenlive commit b5eee433173c9c9646a0a17ef48d48e797870442 Author: Jean-Baptiste Mardelle Date: Tue Mar 1 00:04:07 2022 +0100 Fix tests and resize issue commit dbf9e4e6807d1afc9e690b30f9a33b0c461a2df3 Author: Julius Künzel Date: Mon Feb 28 14:05:13 2022 +0100 [Effect Keyframes] Fix "apply current value" uses wrong position commit db588a07dc22f7de3386d5ee81c5e5c1fa0d77bd Author: Julius Künzel Date: Mon Feb 28 13:02:26 2022 +0100 [Effect Keyframes] Fix "copy current value to selected" crash commit b041e67f41ea81975455fe1bfe8a5a6fa9fb445a Author: Julius Künzel Date: Mon Feb 28 12:58:32 2022 +0100 [Effect Keyframes] Fix wrong keyframes shown as selected commit 44a0501814ffab8dbd70c5e20df63b8e47a81003 Author: Jean-Baptiste Mardelle Date: Sun Feb 27 19:44:17 2022 +0100 Fix tags corrupting audio/video icons in bin commit aec144dedf885ba4d8a9b70dc248851223898c10 Author: Jean-Baptiste Mardelle Date: Sun Feb 27 14:54:07 2022 +0100 Fix audio thumb speed not correctly initialized (broke monitor thumbs) commit ef8d2637f0f2c90b59d2c59e51a455fc86a1fbf9 Author: Jean-Baptiste Mardelle Date: Sun Feb 27 08:09:23 2022 +0100 Fix audio thumbs for clips with speed effect commit 67eaa5816c42eb5dc9e5e84576e0ae92192de76d Author: Jean-Baptiste Mardelle Date: Sat Feb 26 17:29:21 2022 +0100 Fix crash cutting a grouped subtitle commit cef3b29a2974ffa912f96582027895bd8b7eda12 Author: Jean-Baptiste Mardelle Date: Sat Feb 26 12:40:24 2022 +0100 Fix 1 pixel offset at some zoom factors. Fixes #1347 commit 664c4361365ccd669fdea0c59f7b3c85789ed5b3 Author: Jean-Baptiste Mardelle Date: Fri Feb 25 10:02:55 2022 +0100 Correctly update add/remove keyframe button on undo/redo and active keyframe on speed change commit 79f8e687449ca9518f2bd345afd766c28eee164a Author: Jean-Baptiste Mardelle Date: Fri Feb 25 14:30:44 2022 +0100 Fix possible crash in extract zone. Might be related to #1346 commit 2a4ab13057f094017e32ca8bbec075ac4df451a4 Author: Jean-Baptiste Mardelle Date: Fri Feb 25 12:29:30 2022 +0100 Fix thumbnails for playlist clips having a different resolution than project profile. Related to #1314 commit 406a48b16cdb226473a90b973fa2b60d30e290d5 Author: Jean-Baptiste Mardelle Date: Fri Feb 25 00:00:58 2022 +0100 Fix crash updating speed before/after in time remap CCBUGS: #450324 commit 45c25b882a678e284996a7251c26eb867de40635 Author: Jean-Baptiste Mardelle Date: Thu Feb 24 23:04:10 2022 +0100 Fix proxy clips not correctly disabled on rendering. Related to #1332 commit 4032344f54c923afc7fdcea61aa44f5c3509c47c Author: Jean-Baptiste Mardelle Date: Thu Feb 24 09:05:16 2022 +0100 Fix sometimes cannot resize clip when there is a 1 frame gap commit a75b30c06421b7c4f31428794f9dc1cb609cb6e5 Author: Jean-Baptiste Mardelle Date: Wed Feb 23 13:31:34 2022 +0100 Various fixes for remove space in subtitle track commit 9b5dc7e8f83ece65e9db8a72483e9c39cc3e21a1 Author: Jean-Baptiste Mardelle Date: Tue Feb 22 18:09:33 2022 +0100 Fix same track transitions sometimes broken by clip resize commit 36809e3bd57c18d3f2e3478bf153b2a219bb90f8 Author: Jean-Baptiste Mardelle Date: Tue Feb 22 16:50:31 2022 +0100 Fix 1 frame offset in subtitles when removing space commit 1093294c953e6a9cf46e31f37550c3dc7d7bc47d Author: Jean-Baptiste Mardelle Date: Tue Feb 22 09:27:12 2022 +0100 Show clip labels as soon as there is one letter width Fixes #1339 commit 6aa79cbc84a80b1f86bd85801bdc981a9f26d092 Author: Jean-Baptiste Mardelle Date: Mon Feb 21 22:39:15 2022 +0100 Fix marker thumbnail size. Related to #1314 commit c2262e4f0b9da6773bb8676b294d520344532032 Author: Jean-Baptiste Mardelle Date: Sun Feb 20 18:03:49 2022 +0100 Don't show clip thumbs on when clip is too small (<16 pixels). Related to #439 commit 11507b589243aaf3799f2a00450cd97c95cc87f3 Author: Jean-Baptiste Mardelle Date: Fri Feb 18 15:50:12 2022 +0100 Missing change from last commit (fix remove space) commit 6c34acb20be6481cbefad8f91c0401ca677f1426 Author: Jean-Baptiste Mardelle Date: Fri Feb 18 15:48:47 2022 +0100 Fix "remove space" not working on 1 frame space commit add919c7c33ceb6f1f2aed02d70389fe864c7fc6 Author: Jean-Baptiste Mardelle Date: Fri Feb 18 15:12:04 2022 +0100 Only create proxy clips automatically if requested commit d8170f0031446a872b934a962b6e5dc16cd5ce09 Author: Jean-Baptiste Mardelle Date: Fri Feb 18 13:02:23 2022 +0100 Fix audio wave for non stereo clips commit 817e35be1b4f560a3e6867dcefa86281fb50d86f Author: Jean-Baptiste Mardelle Date: Mon Feb 14 13:18:19 2022 +0100 Fix qml binding loop warning commit 6ca9ae64b6715f811598f064c3eda76e331d5d5c Author: Jean-Baptiste Mardelle Date: Sun Feb 13 13:29:41 2022 +0100 Fix clip thumbnails extending past clip length Fixes #1334 commit 9d19863e2fd7cc672f178b801125f2b7e26ac841 Author: Jean-Baptiste Mardelle Date: Sun Feb 13 07:52:37 2022 +0100 Fix adjust to original size using proxy resolution Fixes #1331 commit 68e0cb402d1c2802f1edb3e203d7d9e2fa338005 Author: Jean-Baptiste Mardelle Date: Sat Feb 12 18:37:03 2022 +0100 Try to fix ghost icons on Windows. Related to #1295 commit f43d851218ca6e9d5eb0617d8162d81590326c89 Author: Jean-Baptiste Mardelle Date: Sat Feb 12 08:03:47 2022 +0100 Major speedup in audio thumbs drawing on high zoom levels Fixes #1082 Related to #439 commit 03e2ca4590e443e3d441e0dba81c8fc63e9eaab6 Author: Jean-Baptiste Mardelle Date: Tue Feb 8 16:30:49 2022 +0100 Fix clip name not scrolling anymore commit b7dd4819012f37ce9e3f1728bb8439107a6bbeb0 Author: Jean-Baptiste Mardelle Date: Tue Feb 8 12:40:16 2022 +0100 Fix unusable bin icon for audio/video drag Related to #1295 commit 1d5847a4ffd6f330a65187723d0d826dacb71dce Author: Jean-Baptiste Mardelle Date: Fri Feb 4 16:31:23 2022 +0100 Fix Wayland crash on layout switch. CCBUGS: 448178 commit b4911b0d4f99789d97cd711c9623b14f3d23fa09 Author: Jean-Baptiste Mardelle Date: Fri Feb 4 11:38:56 2022 +0100 minor optimization for audio thumbs drawing commit 24e12eba52cfe7050078dea60426f64001bc3cf5 Author: Jean-Baptiste Mardelle Date: Wed Feb 2 13:31:03 2022 +0100 Fix .ass subtitle files not correctly read. Fixes #1322 commit de580556454818846a064a8de8f2016d726cd636 Author: Jean-Baptiste Mardelle Date: Wed Feb 2 08:57:25 2022 +0100 Ensure processes are in the path before starting an executable commit a582fd66d71e2a55351fab5eab26f8e9bae69d6e Author: Jean-Baptiste Mardelle Date: Tue Feb 1 12:47:03 2022 +0100 Fix timeline keyframes sometimes disappearing from view. CCBUGS: 448501 commit 2c5a5e5812de566f3b39a0e935a7d3fad17b8b9e Author: Martin Marmsoler Date: Mon Jan 31 11:45:15 2022 +0000 Fix wrong comparison of current settings and settings stored in the project settings dialog previewparameters are compared with proxyParams and previewextension is compared to proxyExtension which is wrong commit 086ab6b24d10cbb16a7f268892c922cd1b4de886 Author: Vincent Pinon Date: Thu Feb 10 23:25:20 2022 +0100 Fix again VPx quality: use constrained quality (bitrate>0) also don't use long gops, killing seeking and refused by youtube don't use cpu-used that impacts quality follow ffmpeg guide for multithreading commit 40e3de128bd6a3104cf93b996a91dd2af6578cca Author: Julius Künzel Date: Sat Feb 5 02:52:40 2022 +0100 [Spot Remover effect] Add xml ui to fix initalization (and other minor issues) Fixes #1212 commit 080da9380775178cc57efa6fd170992fb4fa1fa0 Author: Julius Künzel Date: Sat Feb 5 02:15:06 2022 +0100 [Extract Frame] Fix wrong frame exported when using source resolution ####################### kdepim-addons commit 4fbaeb8e501914bd63e716cdac0e8ad810de8160 Author: Laurent Montel Date: Tue Feb 8 13:32:06 2022 +0100 Fix Bug 434335 Zoom in/out is missing in the context menu BUG: 434335 FIXED-IN: 5.19.3 ####################### kdepim-runtime commit 624ef213e50ae4712bfe2a254c5f444caaacfa22 Author: Laurent Montel Date: Mon Feb 7 06:58:43 2022 +0100 Apply patch for disable sync contact as it don't ported yet. BUG:449024 ####################### kgpg commit c791dd61c4b9b48970e31551c0a855b5c8e776e6 Author: Rolf Eike Beer Date: Fri Feb 4 08:55:42 2022 +0100 update list of keyservers ####################### kig commit ba78d8aed88d56e337c409faafde023f0f18e8f3 Author: David E. Narvaez Date: Thu Feb 10 01:01:33 2022 -0500 Empty Coordinates are Kind of Valid Mark the empty string as intermediate since by definition it could become a valid string in the future. BUG: 448700 ####################### kio-extras commit 3259705bb974979c8c3ee819f12882d942951b80 Author: Tomas Janco Date: Wed Feb 16 07:56:38 2022 +0000 Add missing "truncating" parameter. The missing parameter caused kio-fuse to download whole file instead of using random access. https://bugs.kde.org/show_bug.cgi?id=450198 ####################### kitinerary commit e21d1ffc5fa81a636245f49c97fe7cda63abbb1d Author: Volker Krause Date: Thu Feb 17 19:16:55 2022 +0100 Don't pass PDFDoc arguments that Poppler already has the same defaults for This fixes compatibility with Poppler 22.03, which changes the types of those arguments. commit 9867f3ef64ada35677d4ae6af73eb91dc54da55c Author: Volker Krause Date: Wed Feb 16 20:08:02 2022 +0100 Ignore more files for cppcheck that hang the latest version on the CI commit 4608ca3df162470bf9fa5312f8abd498b63a0e2d Author: Volker Krause Date: Wed Feb 16 18:34:42 2022 +0100 Add basic Air France PDF ticket extractor This doesn't yet extract the full level of detail of the location names, that needs column separation logic beyond a regular expression. To properly use the "flights" operated by SNCF we'd also need a IATA code based train station lookup table eventually I guess. commit 61af3d32efc9d3180f63200cd066640362f171dd Author: Volker Krause Date: Mon Feb 14 17:57:10 2022 +0100 Reduce the lower size threshold for 2D barcodes Air France actually puts raster image Aztec codes in PDFs at he smallest possible resolution (which makes perfect sense, just nobody else seems to do that), which then is only a 27x27 pixel image. ####################### kmail commit f249a80be263f76af00949d2dfa937000f7f0a0f Author: Laurent Montel Date: Wed Feb 23 07:10:31 2022 +0100 Fix order commit f35dcc8979a05ae0e1d1df51efe52cecf5a2bfca Author: Laurent Montel Date: Wed Feb 23 06:59:15 2022 +0100 Avoid to duplicate entries commit 582c5910bfc8791fce8321cde92237b87252f116 Author: Laurent Montel Date: Thu Feb 3 08:09:18 2022 +0100 Make sure helper apps we start are in path (cherry picked from commit 38a05e936f596466d42a88085d2dc9cbcfc6e599) ####################### kontact commit 060fb5f4bfdeb4ce50e6b5ad47aebddba2a228c6 Author: Oleg Solovyov Date: Fri Jan 14 17:48:43 2022 +0300 Fix Manager Crash when clicking New BUG: 424252 FIXED-IN: 21.12.3 commit 7bd08c0549199dbb883f21854b332ec7dfc076cf Author: Laurent Montel Date: Thu Feb 3 13:38:00 2022 +0100 Use KIO/ApplicationLauncherJob commit 749f97fdbfdebe8ef65700eda6f7524416e9a252 Author: Laurent Montel Date: Thu Feb 3 07:01:37 2022 +0100 Make sure helper apps we start are in path (cherry picked from commit 4028227f06d1ac785a92f3e7d2a98a1dbbd1be63) ####################### konversation commit 10551650a9ccc17d370424e07d814b0c8c17088f Author: Jonathan Marten Date: Mon Feb 14 20:41:52 2022 +0000 KStatusNotifierItem new API need to be guarded with KNotifications version Introduced in commit b3d86129. (cherry picked from commit fc9fc1c3c649d72a5b4671b0d676dae170b791c6) ####################### kosmindoormap commit 31bc464c26bdb76000ccb47108a9e6d016e3ac67 Author: Volker Krause Date: Fri Feb 4 15:34:03 2022 +0100 Format user visible numbers using the current locale ####################### kpmcore commit 062acec7e41ef0cb852d1efddd94d280d04b2840 Author: Andrius Štikonas Date: Sun Feb 6 21:06:23 2022 +0000 Do not repeatedly open and close file when reading from it. commit dbf3bf64d6cc7ad5cf20e487c689d8b4d5a8e09a Author: Andrius Štikonas Date: Sun Feb 6 21:01:05 2022 +0000 Do not repeatedly open and close file when writing to it. commit 36f1bf62dcb8436d302e7bbc8cc9c026db18fb7c Author: Andrius Štikonas Date: Sat Feb 5 14:42:17 2022 +0000 Make sure that path passed to WriteData is block device. commit facc621e9beae166587c16e08f782eddacfa06e9 Author: Andrius Štikonas Date: Sat Feb 5 14:12:38 2022 +0000 Restrict CopyFileData to writing to already existing files. commit 8edb1233264e38236497ca37b63c276d5306405d Author: Andrius Štikonas Date: Sat Feb 5 14:05:50 2022 +0000 Rename CopyBlocks to CopyFileData. commit 78418c3c2ec77cd1b2ffe0bd27c77a8bcdba4dca Author: Andrius Štikonas Date: Sat Feb 5 13:48:37 2022 +0000 Check for relative paths in ExternalCommandHelper::CopyBlocks. commit 1cdc62187bfa95692f26354fd4c4cd01f1ba46cd Author: Andrius Štikonas Date: Sat Feb 5 13:24:38 2022 +0000 Restrict QProcess::ProcessChannelMode to two used values. Casting and passing the processChannel argument unfiltered to QProcess could pose a security issue if future additions are made to QProcess that introduce new behaviour. commit 8d802039bc5edbc9ba1965cb429314361fd900eb Author: Andrius Štikonas Date: Sat Feb 5 13:13:12 2022 +0000 Be a bit more strict in root helper when checking path to /etc/fstab. ####################### kwalletmanager commit 7db9d50d636872c116231e448ea8f62a3beabc0d Author: Friedrich W. H. Kossebau Date: Tue Feb 15 23:19:28 2022 +0100 Fix skipping the first wallet arg name on the commandline commit c0a6d323adddcf3b18b28fb91563bcdcf7f35765 Author: Friedrich W. H. Kossebau Date: Tue Feb 15 21:59:21 2022 +0100 Fix QCommandLineParser setup, wallet names are taken as positional args ####################### libkdegames commit 26720af9df6d10e0b26ec3c50b3762a4581a826b Author: Albert Astals Cid Date: Thu Feb 3 13:46:51 2022 +0100 Make the installed files reproducible By not saving the original file name and timestamp when running gz ####################### libkgapi commit a1b8c71fc98169dc1862456983f72c5cfded7cdc Author: Carl Schwan Date: Wed Feb 16 21:00:58 2022 +0000 Make sure utf8 text is displayed as utf8 ####################### libkmahjongg commit 5ebf50c1d7d38e0a666fbf5cf013edbb9c71f628 Author: Albert Astals Cid Date: Thu Feb 3 13:51:43 2022 +0100 Make the installed files reproducible By not saving the original file name and timestamp when running gz ####################### libksane commit 31fc0db2cc307fc0022f290cac55de879b7df6ec Author: Alexander Stippich Date: Sat Feb 19 11:23:24 2022 +0100 fix setting list values accept translated and untranslated values (cherry picked from commit f99e7326eac83c43cee7b360f3d0c46dc9b07113) ####################### lokalize commit 4915871de253a28eecba6655c669963b0a58a637 Author: Albert Astals Cid Date: Mon Jan 31 17:33:18 2022 +0100 Make sure helper apps we start are in path QProcess will happily start things in CWD which is not what we want ####################### messagelib commit b23d11d27d8619715a2fb3fa5a290e11cb5a027b Author: Sandro Knauß Date: Thu Dec 30 16:25:25 2021 +0100 [messagecomposer] Do not sign long headers. As KMime sometimes strips newlines from headers, this makes signatures break, if the signed content includes those headers. In order to have a fast fix, do not add long headers to the signature part. BUG: 439958 FIXED-IN: 21.12.3 commit 56e8511dd2ddd92f5be948ffedfa6b8ac61c5cba Author: Laurent Montel Date: Wed Feb 9 07:50:17 2022 +0100 Fix Bug 449809 KMail2 does not resize images BUG: 449809 FIXED-IN: 5.19.3 ####################### okular commit 818b714252faa2451040551c972dade865221f6c Author: Albert Astals Cid Date: Tue Feb 22 14:38:44 2022 +0100 Fix wrong default font string for annotation tools ####################### pim-sieve-editor commit 5f487602fc284a63536c93a560ae5cd1e773e13a Author: Heiko Becker Date: Sat Feb 12 18:57:52 2022 +0100 Fix build with GCC 12 (standard attributes in middle of decl-specifiers)