####################### ark commit 235e6f6f0e838fb59f4ff8925c7f848eaaa7c0ea Author: Andrey Butirsky Date: Tue Aug 31 15:32:36 2021 +0300 fix: Dolphin doesn't fully quit after Compress from context menu deleteLater() doesn't work if no event loop is run for the thread BUG: 441813 (cherry picked from commit 3c563880b00e46794f55f6214506f0ce9aac3965) ####################### calendarsupport commit 7b83178e35cfdf8f94e0991b605eb368a62e6f2d Author: Glen Ditchfield Date: Thu Sep 9 02:39:12 2021 +0000 Improve incidence formatting in printed month etc Improve the layout of incidences in the printed month, filofax, and year. * If a time is printed before the summary, align their baselines. * Give more horizontal space to the summary and description, so some boxes will be shorter. * Align the sides of the incidence's box with the containing box. commit 2005110e7cbfcd0690d26b956a9b20d7d6e3256f Author: Glen Ditchfield Date: Sun Sep 12 00:15:05 2021 +0000 Truncate holiday names in print-outs so they don't overlap dates commit 8d5ee7e4b131b5ed6f7418767b16654843a995f9 Author: Glen Ditchfield Date: Mon Sep 6 22:31:47 2021 +0000 Remove all days of multi-day holidays from the workday list BUG: 441738 ####################### cantor commit 09cba16ee6ef9fe5ac9f4af0646965b4e4fb9afc Author: Alexander Semke Date: Sun Oct 3 21:14:23 2021 +0200 Remove the wait cursor prior to showing the message box on LaTeX errors in Jupytor notebooks. commit acff7e326de2fdc2d1edb00fbb244b9d53ea02e1 Author: Alexander Semke Date: Sun Oct 3 12:36:46 2021 +0200 Mark the project as modified also when the entries are move or deleted and properly notify the user about the changes in the window title bar and in the tab names. commit 41a16e0a76961ef749ae62c92bb6343e1a73da2b Author: Alexander Semke Date: Sat Oct 2 20:42:34 2021 +0200 Re-activated the action toolbar again for worksheet entries (seems to be a regression) and added short cuts for remove, move up and move down actions. commit d26ad76da74c84d6188a0fc8cfde2140d411c5f5 Author: Alexander Semke Date: Sat Oct 2 18:00:39 2021 +0200 Since we don't have the undo/redo functionality yet, removing an entry by an error can result in a lost of a lot of work. To at least remedy this problem, pop up a Yes/No-message box and ask the user to confirm. commit 21c4d54d2a8c7020a62cbb530f15cd6355e12a98 Author: Alexander Semke Date: Sat Oct 2 17:28:53 2021 +0200 Don't shown the "move up" and "move down" actions in the context menu of a worksheet entry if the entry is already at the very top or very bottom, respectively. commit ac0a38a31cf910e443bbfa6dafea9abff548670f Author: Alexander Semke Date: Sat Oct 2 17:23:03 2021 +0200 Don't create a new worksheet via the double click in the "Select the backend" dialog if the backend is not enabled. commit c79dd271010266e06523598c6993c55f32eb0668 Author: Alexander Semke Date: Sat Oct 2 17:08:33 2021 +0200 Don't crash when all worksheets were closed and a new one is created again. BUG: 443177 FIXED-IN: 21.08.2 commit f13661483d0b07910ea62dac3253a4d220b923d1 Author: Alexander Semke Date: Sat Oct 2 13:37:29 2021 +0200 Don't crash when calling the context menu of a rendered markdown entry. ####################### dolphin commit fa8d9de4d866070acadd57178d20144bb5e62a0a Author: Eugene Popov Date: Tue Sep 28 19:39:52 2021 +0000 Fix closing a secondary viewContainer on startup settings change Apply split view settings only when changing the corresponding option. BUG: 426221 FIXED-IN: 21.08.2 commit 8bf64cf8b15f390ab9a76f304dc22438b258556f Author: Nicolas Fella Date: Wed Sep 22 20:52:52 2021 +0200 Don't force icon for preferred search tool action if one is manually configured The code reads the icon from the relevant application and uses that for the action When the user has configured one manually in the toolbar settings that is overridden To avoid this only change the icon if it is the default one (search) BUG: 442815 (cherry picked from commit d3f427a6da1b117c85b1080bf198ae4758d00e8e) commit 9e4a2c93b37cb66169d26eac9206bdb5a8a47087 Author: Tyson Tan Date: Tue Sep 7 18:11:06 2021 +0000 Fixed a missing bracket. commit d6ded8c28dd1b04d5cb0a5c99f12f80f1e64ebbd Author: Tyson Tan Date: Sun Sep 5 14:17:30 2021 +0000 Make "Empties Trash to create free space" translatable. ####################### elisa commit 62d3fd14db7bce19cc738ef9393008ea3b753457 Author: Nate Graham Date: Wed Sep 8 15:28:02 2021 -0600 Don't unnecessarily disable back and forward buttons when paused You might still want to move backwards or forward when the player is paused. BUG: 442137 FIXED-IN: 21.08.2 commit 27b47899e4df13ef7b9f7cf52d41bd01a19040e1 Author: Devin Lin Date: Tue Sep 14 20:02:44 2021 -0400 Fix ToolButton icon colours not being white ####################### eventviews commit b8dc45d167339141525dca22073b47583147e0a4 Author: Glen Ditchfield Date: Sat Oct 2 02:43:04 2021 +0000 Simplify drawBackground() commit 1ec7281d2d6551caaa1e2fb779dd40bb36dd2556 Author: Glen Ditchfield Date: Tue Sep 28 00:31:33 2021 +0000 Use theme colors for today's cell and the selected cell in the Month View commit ca0106e42f287ed0c186e9772e6b30152869c30b Author: Nicolás Alvarez Date: Fri Sep 10 01:27:24 2021 -0300 CI: use stable-kf5-qt5 BRANCH_GROUP in stable branch commit e39438fbe5a17e8dd59c1e2f285a069ee2a5ac10 Author: Glen Ditchfield Date: Fri Sep 17 01:00:30 2021 +0000 Do not use "due today" color for completed to-dos in Agenda View Do not use the "due today" color for the background color of a to-do in the Agenda View if the to-do has been completed. This is consistent with to-do colors in the Month View. BUG: 122776 commit 4b3204f06d4efbc40d1c7dea96b6ec0603dd81fa Author: Allen Winter Date: Thu Sep 16 12:44:49 2021 -0400 src/helper.cpp - fix crash in setResourceColor don't crash on empty collection ColorAttribute BUG: 426906 FIXED-IN: 21.08.2 commit aabf184f8500ba0b8b0b1d220a5875715dfb1e3e Author: Glen Ditchfield Date: Fri Sep 3 00:47:04 2021 +0000 Display multi-day holidays as one wide block in the Month View Display multi-day holidays, such as Lunar New Year in the Hong Kong holiday list, just like a multi-day event: a block that spans days, instead of separate blocks on each day. As a side-effect, Valentine's Day does not appear in the Month View when it happens to fall on a non-workday. The Month View will only show true non-workday holidays. Users of multiple regional calendars may see multiple holidays on a day, instead of one block with multiple holiday names in it. BUG: 187116 commit a0a3054951109d11b963df5348c40db6131288eb Author: Laurent Montel Date: Thu Sep 2 07:00:32 2021 +0200 Avoid vertical gaps around multi-day events in the month view Given some single-day events and a multi-day event that ends on that day, the layout heuristic would place the single-day events first, leaving a gap above the multi-day event. Placing longer events first tends to produce more compact layouts. BUG: 435667 ####################### gwenview commit 9fe7417f89d3dfab9a92219bc579bcf5a6ea0bea Author: Eugene Popov Date: Tue Sep 14 11:39:48 2021 +0300 Restore the ability to quickly switch between "Zoom to Fit" and "Actual Size" with a keyboard shortcut This MR restore the ability to quickly switch between "Zoom to Fit" and "Actual Size" (as well as between "Zoom to Fill" and "Actual Size") with a keyboard shortcut that was lost after one of the improvements. BUG: 441152 ####################### incidenceeditor commit 5bf2e967dcd709658a2fae58cfaecb5a04693b2f Author: Glen Ditchfield Date: Thu Sep 30 00:36:11 2021 +0000 Do not create duplicate tags If an event with categories is cut & pasted, the pasted event has the same categories as the original but does not have the same tag-item relationships in Akonadi. (This is not the only way that categories and tags go out of sync.) When the incidence editor opens the pasted event, it creates new GENERIC tags for the categories, duplicating the existing tag. Then it inserts the tag in the editor, thus making it dirty and causing unnecessary "Do you really want to cancel?" dialogs. This patch creates PLAIN tags, merges them with existing tags, and does not dirty the editor. BUG: 441846 ####################### itinerary commit d07f508ff39129e4e5d16f42fe63949c9d7f483f Author: Volker Krause Date: Fri Oct 1 18:06:14 2021 +0200 Also word-wrap welcome page headers They can get rather wide in some translations. BUG: 443200 FIXED-IN: 21.08.2 commit 9c8d678ac259073d974b2fe96c83ee699c880693 Author: Volker Krause Date: Fri Sep 24 16:08:16 2021 +0200 Properly show SMART Health Card (SHC) vaccination certificates Those are in use in a few places in North America, and populate fields slightly differently than what we encountered so far. commit 4f0258094fd16fae1c7c680b5a48d4bb2696733a Author: Volker Krause Date: Thu Sep 23 17:55:14 2021 +0200 Fix timeline model test breaking during the last hour of the day If there's only <1h left, we wont get a weather element for the ongoing day anymore, so start the test from the next day in that case. BUG: 442821 FIXED-IN: 21.08.2 commit 5e4ec393e950e008320812fe314627be049e2541 Author: Volker Krause Date: Fri Sep 17 15:11:57 2021 +0200 Don't trigger the connection warning when there is no previous arrival time commit 4762c9ca797faaffa5d29355d9d848dbbd551527 Author: Volker Krause Date: Fri Sep 17 15:10:52 2021 +0200 Fix showing PkPass rich text back fields commit 58f6c10454da9aac7e2f8547cc0dbe44b614c977 Author: Volker Krause Date: Sun Sep 12 13:37:24 2021 +0200 Don't access the floor level model before it's populated Fixes a brief message replacement glitch in the title of the indoor map page. commit 01be1d0f9a02fbb46cebaeccf6795edbec0ccafa Author: Kai Uwe Broulik Date: Fri Sep 10 22:09:27 2021 +0200 Support text alignment also for backFields Got an event ticket which had that set to "centered", displays correctly now. (cherry picked from commit b4084880883ff691f28e93deaa0efed6725d744b) commit 2b4ef24695e233f0ea4204bd1bbdf467eb1c951b Author: Volker Krause Date: Fri Sep 10 18:46:11 2021 +0200 Fix timeline header items overlapping the scrollbar in mobile mode commit 174a9091fe75e1285e1e4d8e197cacad431f30e5 Author: Volker Krause Date: Sat Sep 4 10:38:16 2021 +0200 Fix showing of the health certificate placeholder text commit 7b972cdb8f0561800ca5a431018a058fb1a3a2f5 Author: Volker Krause Date: Fri Sep 3 15:44:46 2021 +0200 Elide too long document file names commit 0c3552530c0f9bd2e7df25f05cd38226acb29e25 Author: Volker Krause Date: Fri Sep 3 15:44:31 2021 +0200 Correctly compute the number of documents for a reservation batch The previous simplistic approach ignored the multi-traveler case and thus could lead to different results than what is actually shown in the document model. ####################### kate commit 727e9e883d174a4d8b25e4eb0f11dbc3e5f73d6d Author: Waqar Ahmed Date: Tue Sep 21 11:12:10 2021 +0500 Fix replicode plugin not deleting its toolview BUG: 441859 (cherry picked from commit e16167dafa3859f5e8a77d5dd02a14dc4b004576) commit f76050aafba6c53a2d772adfd759241f0e484af6 Author: Waqar Ahmed Date: Thu Sep 16 16:25:15 2021 +0500 Fix commit dialog width It was broken since ever and hack was keeping it working in some situations... Also fix that subject length label color changes as soon as it hits 52, but it should actually turn red at 53. (cherry picked from commit 87bf0ed6da868cc03a341ddf8b3f9c29e4c08b9c) ####################### kcalutils commit aaad52f26ff6ac7ec529671f979bf4203b2744d2 Author: Glen Ditchfield Date: Thu Sep 23 01:50:25 2021 +0000 Display completion date as a date and time CCBUG: 374774 ####################### kdeconnect-kde commit b1310bf1d12a3eb73d9776678bd9c222227707ad Author: Nicolas Fella Date: Wed Sep 22 15:06:34 2021 +0200 [sendreplydialog] Move focus on tab Currently pressing tab inserts a tab character. To enable keyboard navigation it should however focus the next item in the focus chain (the send button). Given that this is a simple reply to a text message and not a fully fledged text editor there's probably no need to insert a tab character anyway CCBUG: 441742 (cherry picked from commit ee85a5d56e1eb4ac20da6fb288ace9240cb72232) commit 1cf0eaba39b081380cd21b5a16697952a40bb1cb Author: Nicolas Fella Date: Wed Sep 22 15:45:58 2021 +0200 [sendreplydialog] Submit on enter, enter newline on shift+enter This enables better keyboard navigation and is consistent with virtually all messaging apps CCBUG: 441742 (cherry picked from commit 695e36755b2d9779a67e144cc54b9cccc28c6e51) commit cbad969f4f38691c90bea9f27fd3770dcb60a9a4 Author: Nicolas Fella Date: Fri Sep 10 12:52:50 2021 +0200 Install status icons again Some things, like the KCM and the purpose plugin rely on them being installed (cherry picked from commit 1f2d7139ed8228d680665358533a121046d5989a) ####################### kdenlive commit 580efc69daa5938e7f00f1743bf6381f470e30fb Author: Jean-Baptiste Mardelle Date: Tue Sep 28 22:33:23 2021 +0200 Fix remove space in all tracks with locked tracks. Fixes #1158 commit 0d7dd3b6e020584d39b13d7beaa0098354350d12 Author: Jean-Baptiste Mardelle Date: Tue Sep 28 12:24:50 2021 +0200 Fix spacer track sometimes not allowing to reduce space commit e0edf3e8ff7205b0275373186e47d2400456cb31 Author: Jean-Baptiste Mardelle Date: Sat Sep 25 23:48:50 2021 +0200 Drop MLT's composite transition for Slide transition. Fixes #670 commit 82df289b43163486ca0ceaa656726021ef9ed3ac Author: Jean-Baptiste Mardelle Date: Sat Sep 25 06:26:52 2021 +0200 Remove broken "duplicate bin clip with timeremap" stuff that caused crash dropping playlists in timeline BUG: 441777 FIXED-IN: commit 552d0a7039c4ce2f86f07270d3b1478d1d0b704b Author: Jean-Baptiste Mardelle Date: Fri Sep 24 16:44:31 2021 +0200 Fix color picker in multiscreen config. Related to #1191 commit 9288b5575112e0af37cf307f444f098e529c3fe0 Author: Jean-Baptiste Mardelle Date: Fri Sep 24 15:31:25 2021 +0200 Fix monitor zoom affecting titler background frame. Related to #1194 commit 7cbb628ec23d7e985befeedf62d03658de4ad82e Author: Jean-Baptiste Mardelle Date: Thu Sep 23 08:54:24 2021 +0200 Ensure we always use UTF-8 enconding when writing files commit f0bba7031de4a058e05c88f7e5a8304bdf14f9a4 Author: Jean-Baptiste Mardelle Date: Wed Sep 22 21:12:16 2021 +0200 Startup crash detection: make the check later so that we can also detect movit crash and propose to reset the config file commit ce643e3e282608ddf7e2e4cbd0b0c6aeb777d3df Author: Jean-Baptiste Mardelle Date: Wed Sep 22 19:33:13 2021 +0200 When editing / creating a render profile, focus the edited profile on save commit 42fafb49e5b85fe79576b947bee13b787a3478dd Author: Jean-Baptiste Mardelle Date: Tue Sep 21 21:50:52 2021 +0000 Filter tasks: fix encoding issue breaking job (stabilize, motion tracker) commit 95b648a8c4b01f53992e0d7c51fb99061986530a Author: Jean-Baptiste Mardelle Date: Tue Sep 21 10:41:02 2021 +0200 Improve color accuracy of preview (backported from Shotcut) commit 0cff60058dfb8ef2b9889cdda1ad04c67624e524 Author: Jean-Baptiste Mardelle Date: Tue Sep 21 10:35:07 2021 +0200 Fix fake rect parameter not updating monitor overlay (alhpashape, corners) when changing value in effect stack commit 7c483d315c8d9d0723210cc30e812d1f036c7477 Author: Jean-Baptiste Mardelle Date: Sun Sep 19 08:22:41 2021 +0200 Fix adjust to frame size option in transform/position & zoom compositions. Related to #1193 commit d9af07d0fa8d96b43da0972b3451533cb7294d83 Author: Jean-Baptiste Mardelle Date: Sat Sep 18 11:36:59 2021 +0200 Fix color picker incorrectly selecting a rect zone after first use. Might be related to #1191 commit 28314defa83d22d3807db4b2a7facb3be6e0f0a7 Author: Jean-Baptiste Mardelle Date: Thu Sep 16 18:37:27 2021 +0200 Fix compositions hidden when top clip had a same track transition commit c5f9379b633ec8defd7d94de05978206aa6a9590 Author: Jean-Baptiste Mardelle Date: Thu Sep 16 13:48:52 2021 +0200 Fix same track transition erratic resize commit 85201ee82cc45f8793203c4b7615208572aafd81 Author: Jean-Baptiste Mardelle Date: Tue Sep 14 17:35:35 2021 +0200 Fix possible crash on incorrect active effect Fixes #1186 commit 008cbd493e32c6b8e920253985f37d1f47d6dda8 Author: Julius Künzel Date: Sun Sep 19 12:53:29 2021 +0200 Move avfilter_loudnorm.xml to the correct place (avfilter dir) (cherry picked from commit d64fe2d97b86fcce9433f59a0959c6a2cb9ff234) commit fead2a0691d5f0d34791753e42145531ab7cec02 Author: Julius Künzel Date: Sun Sep 19 12:47:23 2021 +0200 Clear effect xmls by moving frei0r into a seperate folder (cherry picked from commit a3e21feb9ba3a9405f66efbb260058dd982f1bce) commit 807cf558b8a1af1a9b95357967644f300e911925 Author: Julius Künzel Date: Sun Sep 19 12:42:14 2021 +0200 multitrack view: Fix scaling in some cases eg. with rotoscoping commit 70f5858492050a92ec4bec4f0c73f8e2652e1f1c Author: Julius Künzel Date: Sun Sep 19 12:32:42 2021 +0200 "Composite" composition: add align parameters to UI commit 53c7c85dbd7dd8651e343420d60d050185770ea4 Author: Julius Künzel Date: Fri Sep 17 18:00:30 2021 +0200 Don't show time remapping dock by default commit 1168b7b0efba21480b3b1cf26fd12a10c67ddd0d Author: Jean-Baptiste Mardelle Date: Tue Sep 14 15:15:00 2021 +0200 Ensure bin audio thumbnails are loaded on project open commit a07509baaa91f6bbdaef631ff6fc4f529a9b5aef Author: Jean-Baptiste Mardelle Date: Tue Sep 14 08:27:25 2021 +0200 Fix title widget background frame not showing up commit 8aff4a1469c50ad1a127a15ead3b74494ae6d9a1 Author: Jean-Baptiste Mardelle Date: Sat Sep 11 14:29:56 2021 +0000 Crop effect: use project resolution by default(solves proxy issue). BUG: 408235 commit 6a3fac989335b6e41e81ce89a89d9d3d90d3d3a0 Author: Jean-Baptiste Mardelle Date: Sat Sep 11 11:53:42 2021 +0200 Fix bug and crash in keyframe apply value to selected keyframes commit fc7bc4ce3713578fc175e64b674339a2bdeb87fd Author: Jean-Baptiste Mardelle Date: Thu Sep 9 18:20:52 2021 +0200 Fix fade to alpha broken with MLT-7. Related to #1171 commit 659a189ae7e42e5af54b53796e804c8e948ece13 Author: Julius Künzel Date: Fri Sep 10 16:41:24 2021 +0200 Fix "gpstext" effect default value commit dcd8c9e954466e4349f3c6c63d5fac49ada37949 Author: Massimo Stella Date: Thu Sep 9 13:15:33 2021 +0000 Update mask_start_frei0r_select0r.xml (cherry picked from commit 3c52502442c3d0ef5bacfcbeed6e886479400fb8) commit b6faa441cfd61a2bff2341c72e8cb2607fed00f4 Author: Massimo Stella Date: Wed Sep 8 23:20:24 2021 +0000 Update CMakeLists.txt (cherry picked from commit 6b5335bdf6ce3bcf4a598275398db8352b1785d0) commit d3b2b5c02862a41c7b9bd797b72cfdacd4d924ff Author: Massimo Stella Date: Wed Sep 8 23:18:57 2021 +0000 uploaded gpstext.xml (cherry picked from commit cb451a8105a7eba136f8bc554b0568fbfc5a76b5) commit 4640293fa6a46263e391928b909e7973842d7fa5 Author: Massimo Stella Date: Wed Sep 8 23:17:03 2021 +0000 Update kdenliveeffectscategory.rc (cherry picked from commit d104f12e94047995d303fcb87d4a33f60fd7012e) commit 39ea8a6ebe78bb166faaf6249c47a52c8af8d6d0 Author: Massimo Stella Date: Wed Sep 8 21:21:23 2021 +0000 Update kdenliveeffectscategory.rc (cherry picked from commit a048336cc463f50cf23395ab74394bcfb4dadd64) commit b49bd8ce8294901ccf713489d14af4fc400979ba Author: Massimo Stella Date: Wed Sep 8 21:16:33 2021 +0000 Update mask_start_frei0r_select0r.xml (cherry picked from commit 56fce4ee48cd27df852c69f1ae0226a1c0e4e257) commit d6e7bb982b8e5e6594aaf8b7066d049c22a2ce94 Author: Massimo Stella Date: Wed Sep 8 21:08:25 2021 +0000 Update blacklisted_effects.txt (cherry picked from commit 9acc40b1a3ce1806283d15430be87f6b73ec15b0) commit 095d654d32e3acb96ebcc294822f58f094277918 Author: Julius Künzel Date: Thu Sep 9 00:11:56 2021 +0200 Hide mask_start (unusable as a standalone effect) commit 801f91f66d49ee4d8508e31ad79ee6c29a835b7d Author: Julius Künzel Date: Wed Sep 8 22:21:17 2021 +0200 Add a mask_start version of frei0r.select0r for secondar color correction (cherry picked from commit aa75ebd454e39a39b082d304ae0806c163922f5d) commit 19ac05a9d08116d9cc7891947253f10e721f6034 Author: Julius Künzel Date: Tue Sep 7 00:10:02 2021 +0200 Fix crash when dropping audio/video only from monitor to bin commit f5b900f723b5b36f01d35b3a051aceac6d1521b4 Author: Jean-Baptiste Mardelle Date: Sat Sep 4 12:11:26 2021 +0200 Fix undo effect change was restoring incorrect parameter commit d88f7f0a5de95ce2ee63e7fad16fafffedad1463 Author: Jean-Baptiste Mardelle Date: Tue Aug 31 13:04:59 2021 +0200 Fix scene detection job (should now work on Windows). Related to #1168 commit 8ff92a646695fa906cc2346ffbb9495b2df11cf3 Author: Jean-Baptiste Mardelle Date: Tue Aug 31 11:14:43 2021 +0200 Don't allow importing a project cache folder (audio/video thumbs, proxy,...). Fixes #1173 commit 33c812ace76ab95cb04b263cf330afb5aa0228e5 Author: Jean-Baptiste Mardelle Date: Tue Aug 31 18:26:45 2021 +0200 Fix render name incorrectly kept in some cases after save as. Fixes #512 commit 4c1570cdfd7379c140487cda33fbc0eb6089c6dd Author: Julius Künzel Date: Wed Sep 1 13:26:33 2021 +0200 Fix paste position when mouse is over subtitle track commit 1ba83ecfe724fd4e6fa576d498d40b3c3c94f615 Author: Julius Künzel Date: Wed Sep 1 13:25:01 2021 +0200 Fix crash on pasting grouped subtitle BUG: 439524 commit 86f1d76dcfc6e4bf777e9eecf188217ae3502f13 Author: Julius Künzel Date: Wed Sep 1 12:06:32 2021 +0200 Fix noise when setting producer (e.g. when opening a project) BUG: 433847 ####################### kdepim-runtime commit edb7f6fdea2c9f44085a042531f56223f3fd8a2f Author: Volker Krause Date: Tue Sep 28 18:05:13 2021 +0200 Consider the online state when attempting to reconnect There's actually a comprehensive error condition handling in the method above which properly distinguishing between transient and persistent problems, but we just ignore that decision here and continuously reconnect. Together with https://invent.kde.org/pim/kimap/-/merge_requests/9 this fixes the infinite SSL error dialog loop when rejecting to ignore an SSL error to a large extend. You still get the dialog twice now, and then after a few minutes again as this is considered to be a transient error (e.g. caused by capture portals). This at least gives you the opportunity now to actually fix the configuration or remove the resource. CCBUG: 423424 (Bug 423424 remains open for SMTP) commit c02f8cc50406b5044c64db583d148ba3c0f502e1 Author: David Faure Date: Fri Sep 3 13:50:04 2021 +0200 DAV resource: support exception incidences My calendar has a few events like [...] BEGIN:VEVENT # the only one DTSTAMP:20210510T164410Z CREATED:20210510T164409Z LAST-MODIFIED:20210510T164410Z DTSTART;TZID=Europe/Paris:20210511T143000 DTEND;TZID=Europe/Paris:20210511T153000 RECURRENCE-ID;TZID=Europe/Paris:20210513T143000 [...] They show up in roundcube but were missing in korganizer. I'm no ICAL expert but I think those are exceptions to a recurring event, detached from that recurring event. And indeed after this fix, they show up as "Recurrence: Exception" in korganizer. Found by debugging "Failed to parse item data" warnings from the DAV resource. ####################### kimap commit 7ee241898bc225237b3475f6c109ffc55a4a74c0 Author: Volker Krause Date: Tue Sep 28 17:58:00 2021 +0200 Disconnect rather than reconnect when not ignoring SSL errors Reconnecting makes no sense, we'll just end up with the SSL error dialog again and again in that case. Not enough to fix 423424 by itself, but a necessary prerequisite. CCBUG: 423424 ####################### kio-extras commit a6ecc8855a0a2a8f76234f77422940b863960944 Author: Antonio Rojas Date: Sat Oct 2 12:53:27 2021 +0200 Fix kio-mtp with libmtp 1.1.19 In libmtp 1.1.19, an empty string is returned instead of NULL for devices without a deviceName, which breaks accessing those devices with kio-mtp ####################### kitinerary commit 5ec3d6a40e0f54b1c204910f8022f71452b0e607 Author: Volker Krause Date: Sat Sep 25 11:35:29 2021 +0200 Correctly decode HTML MIME nodes which specify codecs in HTML and MIME We must not apply the same codec twice there, as the input to the HTML encoding is UTF-8 in that case, not what might be specified in the HTML content-type header. This is a problem for e.g. Japanese and Korean codecs in particular, where doing this wrongly completely destroys the content. commit 962dea479ff33bdd1d2e3474855291144cc7ca3b Author: Volker Krause Date: Sat Sep 25 11:10:09 2021 +0200 Handle US date formats in Accor hotel reservations commit 60a629694b4fc4cdc194a97912b25acba2b49228 Author: Nicolas Fella Date: Fri Sep 10 17:51:01 2021 +0200 Add extractor for onepagebooking commit d7d9b9685125f96f150dd6bc6d1db5af786ecbd1 Author: Kai Uwe Broulik Date: Fri Sep 10 11:08:35 2021 +0200 Add extractor for Feratel cards This seems to be a popular infrastructure provider for tourism discount cards in Austria. commit 78923321ed28ac533bd33e2ac348e4126749188e Author: Volker Krause Date: Fri Sep 3 15:35:47 2021 +0200 Fix extracting English language SNCF tickets ####################### kleopatra commit 16073f7e4fa7fb6e0424fb641f70d28d47adc660 Author: Ingo Klöcker Date: Thu Sep 23 10:01:53 2021 +0200 Ask GnuPG for the correct path for the uiserver socket Calling GpgME::dirInfo() which uses 'gpgconf --list-dirs' implicitly creates the socket directory (since gpg 2.1.20), so we omit a check. For older versions of gpg (which are unsupported since a long time) we keep using the old code which may create a gnupg home directory with unsafe permissions. GnuPG-bug-id: 5619 BUG: 441957 FIXED-IN: 21.08.2 (cherry picked from commit a0883f369a6558990011f706444e53b373b68d8d) commit 0f4efe1124d58173d591ee28223ef88736efa80d Author: Ingo Klöcker Date: Fri Sep 10 09:22:42 2021 +0200 Fix version number commit b0565ac2a3c4cbd636768a6ff78916dee4dd7764 Author: Ingo Klöcker Date: Fri Sep 10 09:15:03 2021 +0200 Use correct name for third number of RELEASE_SERVICE_VERSION This should fix the problem that the version number was not updated by the release scripts. To avoid confusion also change the name of the corresponding internal KLEOPATRA_VERSION_* variable. ####################### konqueror commit 036fdfe1666294e5388803eb8877971362347428 Author: Andreas Sturmlechner Date: Thu Sep 30 13:58:28 2021 +0200 Replace handleInitError with KParts::BrowserRun::init Avoids breaking string freeze. Thanks-to: Stefano Crocco Signed-off-by: Andreas Sturmlechner commit d368615b28a97993ce53691731f5152f044f98a2 Author: Stefano Crocco Date: Sun Sep 19 22:47:03 2021 +0200 Add a comment explaining the interaction with WebEnginePart (cherry picked from commit 5c4b0456af2a534c65c60b16add4012566309fb9) commit ec995b8091e97750c12e8e543d298a7a56045d41 Author: Stefano Crocco Date: Sun Sep 19 22:01:30 2021 +0200 Fix signature and avoid calling url() repeatedly (cherry picked from commit 0326d9b8553a7c33d0c1498ca4c0199cc2344e15) commit 8506c585594d9d0cfc0ebe8b869ca05ff7610fa7 Author: Stefano Crocco Date: Sun Sep 19 20:56:38 2021 +0200 Make Konqueror compatible with KIO 5.86.0 Due to a change in KIO::DesktopExecParser::hasSchemeHandler (commit 5fa55a2395cbfb6504e56bf71c869c8e49902e13Q) URLs entered in the navigation bar either were always opened in a new tab or they were opened in another program altogether (for example, man and info URLs). To fix this issue, it has been necessary to copy the implementation of KRun::init and KParts::BrowserRun::init in KonqRun::init, making the necessary changes to restore the old behaviour. BUG: 442636 (cherry picked from commit ba1ea2b74f77832d2a26bb74fed18970eeadf301) commit 6a46c0c8701fbde143a33e4be61f198e98f53c10 Author: David Faure Date: Sun Sep 19 12:03:46 2021 +0200 Don't open HTTP URLs in another browser than Konqueror, from Konqueror CCBUG: 442636 ####################### konsole commit bca032d2d98767dc4fc1071937473933bf101448 Author: Kurt Hindenburg Date: Fri Sep 10 12:41:45 2021 -0400 Update copyright year to 2021 BUG: 442016 (cherry picked from commit ab25bd0a569862cee7eb5fe1ab398f6c260b3a65) commit 18dc0fde2b47b70ac65e4a0400ed0b79c12b1196 Author: Christoph Cullmann Date: Sun Aug 1 18:40:41 2021 +0200 improve session closing behavior the new session close behavior is again the old - first send SIGHUP and wait one second if that works - then hard kill before we tried to send an EOF character this needed workaround to not kill "non shell" programs unexpected and doesn't work e.g. if - you have some not finished command input in your shell - on e.g. FreeBSD in general When closing the session with some background process still running: - using Ctrl+D (which sends EOF) will leave that background process running (which is the expected behaviour with e.g. BASH: https://lists.gnu.org/archive/html/bug-bash/2009-03/msg00091.html) - using e.g. the close button on the titlebar will close the session and kill any background processes You can also use 'somecommand & disown', if you want to ensure background processes aren't killed when you close a konsole window. BUG: 401898 CCBUG: 185140 (cherry picked from commit 3d967a597472a75b2afbd75afb20d7f44a3881f2) commit c988702ffb92042e40c38c49438b58b8e2d97530 Author: Ahmad Samir Date: Tue Aug 31 22:23:40 2021 +0200 Hide the Plugins menu if no plugins were loaded Apparently KXmlGUI sets the action object name to the "name=" tag from the ui.rc XML file. BUG: 441199 FIXED-IN: 21.08.2 (cherry picked from commit 8ee53cc56e47e7d9fb4f2623e21f68492e309305) commit 41207a9633c4fcb23df2b6275037d7a810ebfb0a Author: Ahmad Samir Date: Thu Sep 2 12:57:13 2021 +0200 Fix the maximum port number in the SSH Manager plugin It should be in the System Ports 0-1023 or User Ports 1024-49151 ranges. See: https://en.wikipedia.org/wiki/Registered_port https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml BUG: 441889 FIXED-IN: 21.08.2 (cherry picked from commit ee7f71142fedd6eda49b4246e65f434e4b3c5bd5) commit 58d526f83b924732b8c82306fcc177f0bbe63295 Author: Ahmad Samir Date: Wed Sep 1 11:38:29 2021 +0200 The default navigation method should be TabbedNavigation TabbedNavigation is when we have a MainWindow, i.e. the typical use case; whereas NoNavigation is when using Konsole Part. The code in Part calls setNavigationMethod(NoNavigation), so things should work as before. I made a wrong assumption that TabbedNavigation was already the default. CCBUG: 432077 (cherry picked from commit e693f2d7f1977ca227589154a5cd8c18d8ce44b7) commit ff23400350900e56f3c1a9c08a70f1c508b63853 Author: Ahmad Samir Date: Fri Aug 27 19:59:30 2021 +0200 Don't resize window when switching virtual desktops in OpenBox It looks like switching virtual desktops in OpenBox invokes a show event (this doesn't happen while running Plasma). The code in MainWindow::showEvent() should only be run once on first show, so guard it with a bool member. BUG: 441610 FIXED-IN: 21.08.1 (cherry picked from commit 68f1505d5f6ffe6406a48732a76dbc43ff88f352) ####################### korganizer commit adcb0ca5b8ea4781c1241a427c4359f43e2e29de Author: Glen Ditchfield Date: Mon Sep 6 22:48:48 2021 +0000 Remove duplicated workDays() function commit 7b027e46d170f6853545e2f8b46e734d1ccc6fed Author: Glen Ditchfield Date: Thu Sep 2 16:50:38 2021 +0000 Update the Search dialog when items in the calendar change When `CalendarView::slotModifyFinished` fires, the calendar has not been updated, so the `calendar()->events` call in `SearchDialog::updateView` returns stale events. This patch connects `SearchDialog::updateView` to the `calendarChanged` signal, which is what is done for the Event List. commit 07191dbb00b08d5c67398a0349bbfa7f00655e8b Author: Glen Ditchfield Date: Sat Aug 28 20:29:31 2021 +0000 Separate the Search dialog and Event List configurations ####################### kosmindoormap commit 1cea74c31cc86cff97db6fc682c676f4a827ec29 Author: Volker Krause Date: Wed Sep 29 17:31:21 2021 +0200 Properly handle intermediate floor levels in equipment model This fixes escalators to intermediate floors disappearing. commit 998ee6888222f4a4edb1eb4b20dbccd7f269b76a Author: Volker Krause Date: Tue Sep 14 17:55:15 2021 +0200 Handle another way of tagging emankments ####################### kpimtextedit commit 1c9788f08680d7b96ec84b6a13d88aa8c8b9dffc Author: Laurent Montel Date: Tue Sep 14 20:00:40 2021 +0200 Fix text color commit e82a45cb189916e54d405809da4a05d0742af37c Author: Laurent Montel Date: Tue Sep 14 13:30:46 2021 +0200 Fix Bug 442416 - Text highlight while composing or replaying the message BUG: 442416 FIXED-IN: 21.08.2 ####################### kpublictransport commit 59f7d8f4ca03f63364dcf3f7a13f0dff83cac74c Author: Volker Krause Date: Mon Oct 4 18:27:12 2021 +0200 Switch stadtnavi.de to OTP2 commit 71e5720e865c96ca807ba80123c61b8b761816c3 Author: Volker Krause Date: Mon Sep 6 17:37:33 2021 +0200 Correctly filter OTP results for discarded sharing networks commit d60da229c3b086026fe0199c9bc01ff77e5f2f0e Author: Volker Krause Date: Mon Sep 6 17:35:50 2021 +0200 Only cache OTP location results if they contain no realtime elements That is, cache stations but not vehicles. commit f73e433d63d1ccb4404e8567b413d0b00dd7d8a9 Author: Volker Krause Date: Mon Sep 6 17:34:56 2021 +0200 Consider all location request parameters for computing the cache key ####################### ksmtp commit fca378d55e223944ce512c9a8f8b789d1d3abcde Author: Volker Krause Date: Wed Sep 29 17:41:14 2021 +0200 Emit an error rather than reconnect when SSL errors are not ignored Not ignoring SSL certificate errors now results in a delivery error rather than a loop on the SSL error dialog. BUG: 423424 ####################### libkleo commit 5ce6912478598c2d7e59c47009cd59ae3ae2399b Author: Allen Winter Date: Wed Sep 22 13:53:20 2021 -0400 src/CMakeLists.txt - New fix: Add Boost::headers to link libraries needed on Mac at least to fix: fatal error: 'boost/graph/topological_sort.hpp' file not found commit f2a70583890584fd5a92ce473610a7b61ce2ff79 Author: Allen Winter Date: Sat Jun 5 09:21:39 2021 +0000 Add Boost::headers to link libraries needed on Mac at least to fix: fatal error: 'boost/graph/topological_sort.hpp' file not found ####################### libksane commit 6cf3fb91c8a2f6e5123fb6ac3abc3f611979b581 Author: Alexander Stippich Date: Thu Sep 23 16:48:46 2021 +0200 set initial values for the scan thread otherwise, they will not be taken into account unless they are changed by the user commit a90b83faea5beaaab346ee6eff2f151581783beb Author: Sebastian Goth Date: Mon Aug 30 09:32:05 2021 +0200 Fix multi page detection when 'source' is const Explicitly call multi page detection once. Some scanners like EPSON DS-310 only have a single scan source which never changes. ####################### mailcommon commit 6e20a6ae0b48dd69a110f65536d704490e7aab2d Author: Laurent Montel Date: Wed Sep 1 08:34:18 2021 +0200 Make sure that quota value was defined ####################### messagelib commit e298890ab0ac7d44a425fb17c04b19dc9f45ab9f Author: Laurent Montel Date: Thu Sep 30 13:19:18 2021 +0200 Fix Bug 443108 - Ability to copy tables with original formatting BUG: 443108 FIXED-IN: 5.18.2 commit d4cbbfb0ac383e0a092353fb987ccc5b14cd2a44 Author: Laurent Montel Date: Tue Sep 28 13:56:15 2021 +0200 Store in completion list too commit be4b3513f4d57be05c437ec5efe6f57db8255293 Author: Friedrich W. H. Kossebau Date: Sun Sep 12 18:31:52 2021 +0200 Set RUN_SERIAL test property for all add_gpg_crypto_test tests ####################### okular commit bbc775909cb0e224d0a1ef38663add2bf9c91721 Author: Albert Astals Cid Date: Tue Sep 28 23:19:38 2021 +0200 markdown: Only remove text if we're going to add something Otherwise things get confused BUGS: 443057 (cherry picked from commit 3b8cbc33204be4a88df56150078d42149b0dc6cf) commit 51d91bfdcb2962d9e16423359f13c22ad5fa0f17 Author: Nate Graham Date: Wed Sep 22 04:44:31 2021 -0600 Automatically enable and disable "Force Rasterization" when required Okular implements various print scaling options that require the use of the "Force rasterization" feature or else they have no effect. However this is not communicated in the UI anywhere or handled automatically, leading to users being confused and frustrated when the print scaling option they chose didn't work. It wastes paper too. This commit causes the "Force rasterization" checkbox to become checked automatically whenever the user selects a print scaling option that requires it, and unchecked if they return to the default scaling mode that does not require it. BUG: 434247 FIXED-IN: 21.08.2 commit 6b978a554c6e65c9ee602a50e34bc7548a22155b Author: Albert Astals Cid Date: Fri Sep 17 17:42:04 2021 +0200 annotationtoolbartest: Remove unneded cast Also allows us not to compile a ./part/toggleactionmenu.cpp in the test, which seems to fix the crashes in freebsd, makes some sense since we end up with two ToggleActionMenu in the test, the one provided by the okularpart library and the other compiled in commit d9d09ef7388e9582d3882d3b2fb4969700baf1a2 Author: Albert Astals Cid Date: Thu Sep 9 16:53:33 2021 +0200 Don't allow saving over read-only files BUGS: 440986 commit 376925a10d3ec125ab09d7a7f8fdbcb58e788f09 Author: Albert Astals Cid Date: Wed Sep 8 00:38:18 2021 +0200 Remove \n if it's the last char of the selected text BUGS: 342874 ####################### skanlite commit d3f617e8cace7305f408b8cb01235f9415126a4a Author: Heiko Becker Date: Sat Aug 28 12:00:40 2021 +0200 Only depend on major.minor version of KF5Sane The last digit indicates bug fix releases, which shouldn't change API. So depending on them seems not really necessary in general and also complicates things when incrementing the version before releases in combination with CI on build.kde.org.