####################### akonadi-calendar commit 4d846691696ce77172829f689c708516a3e6c490 Author: Allen Winter Date: Sun Mar 29 16:11:45 2020 -0400 publishdialog.cpp - build a proper comma-separated addresslist ####################### akonadi-calendar-tools commit de24ccecb762232587df50ebe55adf56dbe8c450 Author: Laurent Montel Date: Fri Mar 20 07:20:00 2020 +0100 Comment for the moment ####################### akregator commit 08c9a1dd5c5ce23342575bdd92ee50333c447d39 Author: Laurent Montel Date: Wed Mar 25 13:43:06 2020 +0100 Fix clazy warning/cppcheck warning commit cf21375fbd829f0802351e9976a3faa750b4bbb6 Author: Heiko Becker Date: Tue Mar 24 17:46:03 2020 +0100 Use correct namespace ####################### calendarsupport commit 275d83204f8067c6b5e351df2f45c6120acc74c5 Author: Luca Beltrame Date: Thu Mar 26 00:57:38 2020 +0100 Yet another KIO build fix (cherry picked from commit 1fdabce0aef0e6b04fbe88444467f6a2c9d08299) commit ba093c3c7777ca1b04a69b2fc2c30f892aa3dfff Author: Luca Beltrame Date: Wed Mar 25 23:27:08 2020 +0100 Fix build against recent KIO Basic became StatBasic (36038b904f6862b556402f7a24c4dea606ac070d in KIO). (cherry picked from commit ce84fd694b99d24fc32b60d2bfe67ef95ff81a8c) ####################### dolphin-plugins commit 609887228ab1d37bf8840d45026e25d19e9ff0ea Author: Anthony Fieroni Date: Wed Apr 1 12:09:30 2020 +0300 [git] Set combo box to current branch in pull dialog Differential Revision: https://phabricator.kde.org/D28459 Signed-off-by: Anthony Fieroni commit 2833d015ffecc773f271cb1cd33d334294d79a0f Author: Nikolai Krasheninnikov Date: Sun Mar 22 22:01:52 2020 +0100 Dolphin-SVN: code update Summary: 1) Pointers initialized with 'nullptr' instead of '0'. 2) Moved to a modern Qt-way of connecting signals and slots without SIGNAL() and SLOT() macros. 3) Class SVNCommands renamed to SvnCommands for consistency with other class names. Test Plan: Ensure everything is correct, try some basic actions. Reviewers: meven, elvisangelaccio Differential Revision: https://phabricator.kde.org/D28170 ####################### dolphin commit b96c48b44e6e81aefca46be97adcf000e363c512 Author: Tranter Madi Date: Wed Mar 25 09:23:30 2020 -0600 Update dragCursor while dragging Summary: While dragging, the user could want to change the modifier, so we should call event->acceptProposedAction() to do update the dragCursor. FIXED-IN: 20.04.0 Test Plan: While dragging files, change modifiers between Ctrl/Shift/Alt... and move the mouse at least 1px to see the cursor changes. Reviewers: #dolphin, meven, ngraham, davidedmundson, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: elvisangelaccio, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D28017 ####################### elisa commit 1e635e63fad214774ad036e8b92f0057dc40014b Author: Matthieu Gallien Date: Tue Mar 31 23:43:31 2020 +0200 workaround not to have the system tray menu appear when it should not BUG: 419145 commit 7dfeb927a0fb98895da0964ca5e9a950bd2d8652 Author: Matthieu Gallien Date: Tue Mar 31 22:37:49 2020 +0200 remove dependency on KCMUtils that is no longer used commit c5caaf003fbe9714c246f9e86fed797c14297c40 Author: Matthieu Gallien Date: Sat Mar 28 18:52:15 2020 +0100 fix move in shuffle move that can trigger an assert and add a test commit 59c67f5f45bb125c630188189b89c08211357357 Author: Matthieu Gallien Date: Mon Mar 23 21:25:12 2020 +0100 fix handling of menu exported by system tray icon seems that reusing the menu exported for the global menu is a very bad idea using a menu as a child of the system tray icon seems to be the solution BUG: 409010 CCBUG: 419145 commit 1d97cafd4e7b397fcc1df0ba680271e579f7be1b Author: Matthieu Gallien Date: Sat Mar 21 23:54:16 2020 +0100 focus first (title) TextEntry component when editing a radio BUG: 418296 commit 66ab5d0ee8dff93b38779c95b8edb0cba1205f99 Author: Alexander Stippich Date: Sat Mar 21 13:56:20 2020 +0100 add icons to dialogs BUG: 418576 commit 345e6ba04e6c43a5a923289b642defe72afbc04a Author: Matthieu Gallien Date: Thu Mar 19 23:06:48 2020 +0100 keep enough data to check that received data are for the correct track fix wrong data being displayed in metadata window or context view if showing a track during database import of tracks commit e674a748c18b14161d71538522c33838c1735f52 Author: Matthieu Gallien Date: Thu Mar 19 22:30:59 2020 +0100 fix invalid URL when sending cover image in mpris for embedded covers use a base 64 encoded data url with inline image data BUG: 416131 ####################### eventviews commit 68507724de04d0383234ddc13c2cb37311fa4a5b Author: Igor Poboiko Date: Mon Mar 30 16:02:41 2020 +0300 [TodoView] Use parents collection when creating a subtodo Summary: When creating a subtodo of an existing task, it should belong to the same collection. Apparenly, there was a typo: parent collection was determined, but not passed to `createIncidence` call. Just fix it. Test Plan: 1) Open KOrganizer todo list, select an existing todo 2) Enter new todo description in the text widget below the list, press Ctrl+Enter 3) (without patch) It asks for a collection despite attempting to create a sub-todo 4) (with patch) A sub-todo gets created in the same collection Reviewers: dvratil Subscribers: kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D28434 ####################### filelight commit df467e01d3ad7df75ba0469c5577ceca97155892 Author: Laurent Montel Date: Sat Mar 21 09:44:55 2020 +0100 Fix Bug 419065 - Doesn't build with Qt 5.15 BUG: 419065 (cherry picked from commit f0d1f4f3756548dd09383ca4fb0857fe03af81d6) ####################### gwenview commit 67e7b62d4fd30b7830c0e9881330e029fd1ba08d Author: Martin T. H. Sandsmark Date: Fri Mar 27 14:46:12 2020 +0100 Fix jpeg save quality I got extremely bad quality when editing and saving JPEGs, and apparently didn't it only not initialize the quality when saving it also stored random garbage values in the config files, so they were preserved forever. So fetch the current value from config initially, and fetch it again when calling save as, in case it changed. Still a bit broken, it won't be reloaded if just saving and it is changed elsewhere, but this is the minimal change that seems to fix the current implementation. Reviewed By: ngraham Differential Revision: https://phabricator.kde.org/D28348 ####################### incidenceeditor commit 8068db4ca2c07b59681ad91ababcfd32b0424e9d Author: Laurent Montel Date: Thu Mar 26 13:45:00 2020 +0100 Qt guys reverted api in qt5.15 commit a348aea18a97ce9a305ba8633e9716aef646b077 Author: Laurent Montel Date: Tue Mar 24 13:32:12 2020 +0100 Fix cppcheck warning ####################### kaddressbook commit 003c3a2ba500d4e237ab4f644b6dbba60b374a50 Author: Laurent Montel Date: Tue Mar 24 07:09:26 2020 +0100 Fix clazy warning commit 1c5928d2e48f97b2f072b1e246c771c52a8c6e9e Author: Laurent Montel Date: Tue Mar 24 07:04:43 2020 +0100 Fix cppcheck warning ####################### kajongg commit 106bfba0378204b6c2b87d0a7bc357ca01c91454 Author: Antonio Rojas Date: Wed Mar 25 19:38:49 2020 +0100 Fix DESTDIR usage kajongg's build system uses DESTDIR during cmake to construct the command that creates the kajongg and kajonggserver symlinks in bindir. This is a problem for distributions, which usually have separated cmake/make/make install stages with DESTDIR only available in the later one. So distros are currently working around this in different ways, either creating the symlinks manually after make install (Gentoo, Fedora) or defining DESTDIR before running cmake (Arch, Opensuse). This patch changes the symlink installation process to only make the DESTDIR substitution during make install. Differential Revision: https://phabricator.kde.org/D27330 ####################### kalarm commit a58015597f5153f05312360b7451854431f43ede Author: David Jarvie Date: Fri Mar 27 19:42:37 2020 +0000 Fix some error messages not being displayed commit c3b0d545ac22d8a38731950cfdcd643ec414f0dd Author: David Jarvie Date: Thu Mar 26 20:17:45 2020 +0000 Add design notes commit 97a06589230e78fa7f162c19fac24a8a0ed28d0b Author: David Jarvie Date: Thu Mar 26 17:57:50 2020 +0000 Update version number commit f87b3be2b93c302a656fc7435a4e0f6d498995a6 Author: Luca Beltrame Date: Thu Mar 26 00:59:10 2020 +0100 Another KIO build fix (cherry picked from commit b5ec534af2ddf7020b9cf856c6a224722b2347b1) ####################### kcalutils commit 1e240368ed7cd0b015761ef214e5caf504e8f723 Author: Shashwat Jolly Date: Sat Mar 21 13:45:13 2020 +0100 Fix bug where time of single instance of recurring event could not be changed Summary: BUG: 410758 - Removed QObject::connect calls in recurrenceactions.cpp as the required "clicked" signals are already handled in DialogButtonsHelper in kmessagebox - Updated variable type for storing return value of createKMessageBox Reviewers: mlaurent Reviewed By: mlaurent Subscribers: winterz, mlaurent, kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D28149 ####################### kdeconnect-kde commit 4eb61ec66a4c2c09200dfaf504de6d2e67b415e3 Author: Albert Vaca Cintora Date: Thu Apr 2 12:38:09 2020 +0200 Exception doesn't have strerr Fix crash when crashing when translation not found commit 310b0517ed73c174ffe9b37326dbbbe3feeb87ef Author: Kai Uwe Broulik Date: Tue Mar 31 15:18:29 2020 +0200 Check for null notification When starting a phone call on the phone, we enter "talking" state without having created a notification first leading to a crash. commit cae69fe10ea57f5421beceb4882da081f6153a14 Author: Nicolas Fella Date: Mon Mar 23 17:22:40 2020 +0100 [fileitemactionplugin] Use async DBus call Otherwise the call will block and freeze the calling process, e.g. dolphin or plasmashell BUG: 419133 commit 2725de917009b2007f3d2198122dc19c3c982c79 Author: Nicolas Fella Date: Sat Mar 21 22:07:43 2020 +0100 Improve call notification handling Simplify the code, close the notification when talking. commit c807d84a44ed2deedeb6a877d942cb1a6264f140 Author: Nicolas Fella Date: Wed Mar 18 00:41:12 2020 +0100 Read payload size as qint64 commit 9f1101c9c1cd2d588303868f87fcecb9322d3a0d Author: Nicolas Fella Date: Sat Mar 21 21:26:42 2020 +0100 Use kdeconnect-settings for command configuration Instead of relying on kde-cli-tools being installed. commit eac1e07e29a456cbfb4d4890cd128446d19d7b9f Author: Nicolas Fella Date: Sat Mar 21 21:13:41 2020 +0100 Revert "Make default name and device type customizable" This causes a crash described in https://invent.kde.org/kde/kdeconnect-kde/-/merge_requests/206#note_37534 This reverts commit a39a2d562dd766f9e8e223e6d82ef87c87d2e1cc. ####################### kdenlive commit 952c69bb520a65223e4f0dfccef8a029ae979942 Author: Jean-Baptiste Mardelle Date: Thu Apr 2 17:29:05 2020 +0200 Fix crash on undo and other issues in expand playlist. Related to #300 commit dc8661eee33d8fffe64cb4dc857b7aedcac95cd4 Author: Jean-Baptiste Mardelle Date: Thu Apr 2 10:21:51 2020 +0200 Fix composition tooltips commit 5a0d2e0003e52db92e3cc579f28e639cc8ee07fd Author: Jean-Baptiste Mardelle Date: Thu Apr 2 10:13:30 2020 +0200 Make sure we don't show clip tooltip on resize commit ae1a05a59bbf9aed2768193bf1b900614b3d0f29 Author: Jean-Baptiste Mardelle Date: Thu Apr 2 10:12:56 2020 +0200 Change group resize so that resizing a clip in a group will now resize all its elements Shift+resize allows resizing only one clip in a group. Fixes #182 commit d46862c98fa8cfc10f25583da2cc1e9d45991587 Author: Jean-Baptiste Mardelle Date: Wed Apr 1 21:18:28 2020 +0200 enable sdl driver selection when switching back/forth between sdl and rtaudio commit 65d2e48779b7630eab66bac2cea36ad4ec6dba33 Author: Jean-Baptiste Mardelle Date: Wed Apr 1 17:26:28 2020 +0200 Fix master effectstack last keyframe goes beyond last frame commit eeff3a8236d949525eb8a4c96903de96f2d2a52e Author: Jean-Baptiste Mardelle Date: Wed Apr 1 17:16:51 2020 +0200 Fix default clip zone 1 frame too short commit eaa882f750f8477402d7d4a34e9b3747f024ebe8 Author: Jean-Baptiste Mardelle Date: Wed Apr 1 14:42:23 2020 +0200 Don't allow seeking outside clip bounds, use consistent Shift+Wheel to seek 1 second commit 01cd263199c551bd83dcc76bc6da82ef18ac68fc Author: Jean-Baptiste Mardelle Date: Wed Apr 1 09:51:14 2020 +0200 Re-enable SDL audio driver (add some Windows backends) commit 4467161d8039392e7ecbd5e5515ac59d5a0304b7 Author: Jean-Baptiste Mardelle Date: Wed Apr 1 08:34:09 2020 +0200 Update splash for RC commit 99615c3981f7c4f7ff4d7d336796654d5cdce114 Author: Jean-Baptiste Mardelle Date: Wed Apr 1 06:05:22 2020 +0200 Fix crash on timeline clip deletion commit dbc97f199b7808b3858bbad2b67baf3dab88f595 Author: Jean-Baptiste Mardelle Date: Wed Apr 1 05:43:57 2020 +0200 Fix pasting video only effect on AV clip broken commit 776d00b4b8713d196a11989176c5e5705461dec5 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 22:33:37 2020 +0200 Fix 1 frame offset in clip monitor zone causing issues on timeline insert commit 4a77772469d01815497b57ca8fab5782edfd0f0f Author: Jean-Baptiste Mardelle Date: Tue Mar 31 18:47:19 2020 +0200 Fix cutting rotation effect breaks keyframes Related to #218 commit 8a3625f33651f0809710e97aca7c88231dc233d0 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 15:48:15 2020 +0200 Fix curves param losing params on copy/paste, don't allow more than 5 points in curve (effect doesn't support more) Fixes #588 commit dd6f307869362aa818fdbeb1bd6d5bbd7f9565ac Author: Jean-Baptiste Mardelle Date: Tue Mar 31 13:30:34 2020 +0200 Show/hide track should create an undo/redo entry commit 93dd9b7c361d45a5f86ae4595936b1f2af7d18a5 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 13:29:48 2020 +0200 Create Audio probe for recording on demand and not at startup commit c3fa2d7ecd0539b75d4f632e87c2f3ccccb814f3 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 13:04:37 2020 +0200 Rename track should trigger undo/redo command and update multitrack view. Fixes #600 commit 687ed62b25c1cb272f13ac9427d9058a054119b8 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 11:50:47 2020 +0200 Don't show clip tooltip when resizing or using fades commit 353fc81dfdb532a19b505693911c7c946303bc28 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 11:27:26 2020 +0200 Show clip duration on hover Fixes #121 !41 commit 5de26b4cda077b5e93c065f37cdb3c133483641b Author: Jean-Baptiste Mardelle Date: Tue Mar 31 11:26:07 2020 +0200 Fix multitrack view with only 1 visible track related to #600 commit 6ebbaf076d4edd4c3e8b967f368c941cd4853833 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 11:11:12 2020 +0200 Fix 1 frame offset when dropping color/image clips in timeline commit f886cfdec3c163bc44e5834d96bfe81d8661c546 Author: Jean-Baptiste Mardelle Date: Tue Mar 31 10:37:47 2020 +0200 Change monitor scaling action to normal combobox commit f8a690a6a40b4be58a9d199435fff9f92f7c5039 Author: Vincent Pinon Date: Sun Mar 29 08:05:46 2020 +0200 Explain user if import/export is not available commit 05d24a019cd173cb7fa5306a95b31d622439d7c3 Author: Jean-Baptiste Mardelle Date: Mon Mar 30 17:18:03 2020 +0200 Fix timeline tracks collapsed height commit 245e292ce77ef3449556d801eb6cc2c51228b402 Author: Jean-Baptiste Mardelle Date: Mon Mar 30 15:29:19 2020 +0200 Fix composition track on expand/paste, and fade durations. Related to #300 commit 80104a2fd421c0a74fcdf2160c20047e9f68baf3 Author: Jean-Baptiste Mardelle Date: Mon Mar 30 13:58:20 2020 +0200 Multitrack mode: auto refresh when a track visibility changes. Related to #231 commit 1a03fe69f0a319ea1f0e735e56e20a2d6f50f4eb Author: Jean-Baptiste Mardelle Date: Sun Mar 29 19:31:35 2020 +0200 Attempt to have better breeze style icons in timeline commit f3da5ce40f317d0ede90d83a49b86aa650b48639 Author: Jean-Baptiste Mardelle Date: Sat Mar 28 07:00:47 2020 +0100 Shift when using spacer tool disables snapping commit 12081a35b4df22dfa1ff79e1201da33f84670a3f Author: Jean-Baptiste Mardelle Date: Fri Mar 27 18:20:25 2020 +0100 Fix group snapping, don't allow monitor zone where y < x commit d64cc5b19719f43bf6f61d07ea7f6573c2422bb0 Author: Jean-Baptiste Mardelle Date: Fri Mar 27 16:29:30 2020 +0100 Disable snapping when pressing Shift while dragging a clip in timeline Related to #599 commit a04758585cf9a56c65ed990b67704386b4c5554d Author: Jean-Baptiste Mardelle Date: Fri Mar 27 15:35:01 2020 +0100 minor track header size adjustment commit a53770355b12186c362b65c6b918ee2f7d5a8454 Author: Jean-Baptiste Mardelle Date: Fri Mar 27 12:42:13 2020 +0100 Fix () added to action name without shortcuts commit becb2f6f82358cdcb11641581f7cbe8e09381955 Author: Jean-Baptiste Mardelle Date: Fri Mar 27 12:19:27 2020 +0100 Improve timeline AppImage font commit 3bc09d50e5e9438aba9616b9513fecdf79e2247a Author: Jean-Baptiste Mardelle Date: Thu Mar 26 17:18:22 2020 +0100 Fix zone incorrectly updating with undo commit 9a9189767f08ad38065800c1b16ca1c469e10ff1 Author: Jean-Baptiste Mardelle Date: Wed Mar 25 23:01:18 2020 +0100 Fix crash on zone undo commit 92f03c42be5b2c47168d4f469600157b4a054c00 Author: Jean-Baptiste Mardelle Date: Tue Mar 24 13:38:02 2020 +0100 Relax snapping on zoom level > 16 commit d6bfed0ac08ffe84d1c8b5dc8b2daf09b1ba9e91 Author: Jean-Baptiste Mardelle Date: Tue Mar 24 13:02:24 2020 +0100 Fix audio/video only buttons on clip monitor commit 98034fb5c3f0445a8042b29fa1c5302a4f523171 Author: Jean-Baptiste Mardelle Date: Tue Mar 24 12:08:47 2020 +0100 Fix incorrect qml reference commit d22ddf450fbc0b9f609421bbf5f71bc78ee3552d Author: Jean-Baptiste Mardelle Date: Tue Mar 24 12:00:57 2020 +0100 Fix multitrack view track order, make whole screen clickable, highlight active track commit 05f27c5f32ea24ad099a062a657e40c23bfb2cf0 Author: Jean-Baptiste Mardelle Date: Mon Mar 23 23:10:29 2020 +0100 Improve multitrack view (display clickable track names) Related to #391 commit 4c7961e1c8365f5fc7e9230b9277403d7454361e Author: Jean-Baptiste Mardelle Date: Mon Mar 23 16:05:18 2020 +0100 Allow aligning several clips to audio reference commit bd1d4f09939e4f3ad36ab9f3fc16e7e46289c99e Author: Jean-Baptiste Mardelle Date: Mon Mar 23 13:18:56 2020 +0100 Fix audiomixer channels getting unnecessarily larger. Fixes #590 commit 3d47f235259ac4fdce83fcb8da1fc4332680f160 Author: Jean-Baptiste Mardelle Date: Mon Mar 23 10:01:55 2020 +0100 Cleanup audiomixer (use line separators) Related to #590 commit 2824c27d285da2cf50899bf2ba4ce4ba6851b2c4 Author: Jean-Baptiste Mardelle Date: Sun Mar 22 22:27:34 2020 +0100 Moving clip / rubber selection should trigger vertical scroll. Related to #591 commit f9ab7e3e6648ebb7cd5e04216ef361d40cbeca2f Author: Jean-Baptiste Mardelle Date: Sun Mar 22 21:31:31 2020 +0100 Ensure we cannot create a project with 0 tracks BUG: 419019 commit c45648968a2d93d757d7bf8762ffa0a7743d29e3 Author: Jean-Baptiste Mardelle Date: Sun Mar 22 21:01:51 2020 +0100 Cleanup & fix compile warning in recent audiomixer change commit 0555567c5ca302e730ccebe912d0f769cc521516 Author: Jean-Baptiste Mardelle Date: Sun Mar 22 18:44:48 2020 +0100 Use alternate color for mixer channels and make levels font more visible. Related to #590 commit 34be1b019b1a4dde0c3c0ae2773dafdce8f07531 Author: Jean-Baptiste Mardelle Date: Sun Mar 22 09:56:52 2020 +0100 Fix compile warnings commit 8a736c340f0702c32c7396abc9c67ab59e8e8bcd Author: Vincent Pinon Date: Sat Mar 21 22:53:02 2020 +0100 Check for python before calling it, avoids Windows offering to install it commit 5625be728abead96e5887ff8e647ae3d4a1fd5e2 Author: Jean-Baptiste Mardelle Date: Sat Mar 21 21:38:19 2020 +0100 Refactor active track snapping and make zone in/out work with undo/redo commit e95533c7d05897f3933fc513ce759c62bbfa3675 Author: Antonio Rojas Date: Sat Mar 21 08:33:41 2020 +0100 Fix build with Qt 5.15 Differential Revision: https://phabricator.kde.org/D28173 commit a240f2826428098d762084e11a52d116e26d4102 Author: Jean-Baptiste Mardelle Date: Fri Mar 20 15:34:38 2020 +0100 Fix duplicate font declaration commit 39ac85273f83a58847a100eb9183f5f46861827e Author: Jean-Baptiste Mardelle Date: Fri Mar 20 14:48:23 2020 +0100 Fix zone out snapping has a 1 frame offset commit 58521006f2f3fd7ab27a3e1d758822c7178082ae Author: Jean-Baptiste Mardelle Date: Fri Mar 20 13:54:49 2020 +0100 Fix dropped fps monitor overlay alignment commit 4cc8006f6bb223c5e9ab1f5b95124789ff233bd3 Author: Jean-Baptiste Mardelle Date: Fri Mar 20 13:25:51 2020 +0100 Refactor drop fps calculation, cleanup monitor markers & fps overlay commit 16b8a091c9b2e1c02bf668f32fa74bc31c97ec9d Author: Sashmita Raghav Date: Thu Mar 19 23:37:40 2020 +0000 Add menu item in timeline to change audio thumbnail format (cherry picked from commit 1fac25733c11b74b3237ecc10399b193ff11e50e) ####################### kdepim-addons commit 3c46c992c0fe4ed0241ea691669750d53588bc2f Author: Luca Beltrame Date: Wed Mar 25 23:28:33 2020 +0100 Fix build against recent KIO Basic became StatBasic (36038b904f6862b556402f7a24c4dea606ac070d in KIO). (cherry picked from commit 9f3978dbb6c57d678ffe6b2ee84277ab1a06d3a3) commit 93863478513765c1f387f7643a48e6a6f737e85c Author: Laurent Montel Date: Tue Mar 24 13:32:41 2020 +0100 Fix cppcheck warning ####################### kdepim-apps-libs commit e0198f5f0bef9ee1951712c7f5c5d2912ed22957 Author: Laurent Montel Date: Wed Mar 25 08:30:39 2020 +0100 Fix cppcheck warning ####################### kdepim-runtime commit 88d862062278ced66e041f62da921b49230cc6cd Author: Laurent Montel Date: Tue Mar 24 13:33:35 2020 +0100 Fix cppcheck warning commit 6cb3d012beddb4baa2894d85397ec031c5c251bb Author: Laurent Montel Date: Sun Mar 22 10:11:56 2020 +0100 Disable for the moment commit 2b7bb36e325dcbb67eef104e1f17e838c022cdbb Author: Laurent Montel Date: Sat Mar 21 09:52:32 2020 +0100 Revert "Port some deprecated methods" This reverts commit d547b86f4dacb6c20ab797b67bc4960cd4f0d891. ####################### kidentitymanagement commit ef029c0544817da0de7cb7a5369d841239956ec5 Author: Laurent Montel Date: Thu Mar 26 13:43:21 2020 +0100 Qt guys reverted api in qt5.15 ####################### kimap commit 3d81f54625f3b339228e006e6cb97bd9977933aa Author: Laurent Montel Date: Wed Mar 25 13:44:20 2020 +0100 Fix clazy warning/cppcheck warning ####################### kio-extras commit 8a04e10091308ad0642e6b164e6b19f640d9aeb4 Author: Harald Sitter Date: Thu Mar 5 13:14:24 2020 +0100 sftp: fix partial transfer resuming when copying to local Summary: the previous condition checked if the final target path size was >0, which it would only be when the file already exists (i.e. overwrite) in all other scenarios it would always be false and as such resuming wouldn't work. what we actually want to check is whether the part file is >0 (i.e. there's actual pending bytes to resume from). this makes resuming work when copying remote->local CCBUG: 417645 Test Plan: - create file of suitably large size (1g) - `split -b somesize` the file into two segments - copy first segment to /tmp/file.part - connect to /tmp over sftp and copy the file there - progress starts at 50% and resulting file is same as input file Reviewers: ngraham, feverfew, bruns Subscribers: bruns, kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D27872 commit b13449a13b00a882a93230b8180200d4709c3e8b Author: Harald Sitter Date: Thu Mar 5 12:52:42 2020 +0100 sftp: do not show creation time when we do not know it Summary: creation time (aka birth time) is file system dependent, if the fs doesn't support it we seem to get createtime==0. skip over it when that is the case. BUG: 375305 FIXED-IN: 20.04 Test Plan: browsing a directory on btrfs over sftp doesn't show creation time as 1970 Reviewers: ngraham, bruns, meven Reviewed By: ngraham, bruns, meven Subscribers: meven, bruns, kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D27873 commit 6ab34e5ceb599db8ed2cffd1bf22204d2c225d45 Author: Harald Sitter Date: Wed Mar 25 13:29:46 2020 +0100 smb: add some more topical debug output on opendir failure the output seen in https://bugs.kde.org/show_bug.cgi?id=419038 isn't nearly useful enough. - log the actual errnum (i.e. errno) after opendir - if the dirfd is negative log the approximate steps to recover specifically we end up with errnum==0 in reportError which makes no sense whatsoever and from the output it's not currently obvious which call chain lead to that scenario. possibly should be changed to assert even, not doing that for now though because I want this in 20.04 commit 7b4042b956659835359935f9b427d64d2c065d16 Author: Harald Sitter Date: Mon Mar 23 10:36:15 2020 +0100 add some extra debug in case stat fails when createUDSEntry fails we'll really want to know what exactly happened in libssh to help figure out what is wrong if something is wrong. CCBUG: 406691 ####################### kitinerary commit 2a1eb8747c33af0c306719e1e3450f0a3cda7281 Author: Volker Krause Date: Sat Mar 28 12:53:29 2020 +0100 Fix extractor deduplication This was using the implicit bool conversion rather than the intended pointer comparison. commit 54964f287a46c9266f17799fbac9bf7036e85e25 Author: Volker Krause Date: Fri Mar 20 17:06:50 2020 +0100 Convert time to calendar timezone before taking the date If both timezones differ widely, we can otherwise end up with the wrong date here, and therefore not find anything. ####################### kleopatra commit cf4c9fdbd47904b20857232d57fe4d70628e67d0 Author: Laurent Montel Date: Sat Mar 21 09:57:46 2020 +0100 Make it compiles against qt5.15 commit d1cc0cecf3b2c49a460a6f13b5ff23466ef7d2cd Author: Laurent Montel Date: Sat Mar 21 09:54:58 2020 +0100 Remove flag for the moment ####################### kmail commit b4319df579b8e9a3c3ec9a31a0b13f8e7ef563ab Author: Laurent Montel Date: Mon Mar 30 13:46:39 2020 +0200 Fix export to pdf filename commit f15bb39e719baf17411cd13eaa6760285ca5af93 Author: Yuri Chornoivan Date: Sat Mar 28 16:08:37 2020 +0200 Do not ask users if they want to overwrite saved file twice Summary: Qt file dialog already asks if user want the file to be overwritten. Test Plan: 1. Open a message with some link. 2. Right-click on the link and choose "Save link as..." 3. Save the file. 4. Repeat step 2, click "OK". 5. Confirm the file to be overwritten from Qt dialog. 6. Without this patch, a new KMail dialog should appear with another proposal to overwrite the file. Reviewers: #kde_pim, mlaurent Reviewed By: #kde_pim, mlaurent Subscribers: kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D28377 (cherry picked from commit 28ab73bcf260146e63faae84cb1a895fdfd9820a) commit 8de0619511e08c76856bc122b133755cf287e7c9 Author: Laurent Montel Date: Tue Mar 24 07:28:53 2020 +0100 Fix clazy warning commit 2a8bd5308c5082820a5428a614101482892163ff Author: Laurent Montel Date: Tue Mar 24 07:01:29 2020 +0100 Fix cppcheck warning ####################### kmime commit dfaaec1dc9ea6a1364d82a4fe8add90064c0199f Author: Laurent Montel Date: Thu Apr 2 08:27:48 2020 +0200 Fix bug about encoding as RFC2047 with "_" ####################### knotes commit 8173bee90fcd31520978a676ec0cd74855711681 Author: Laurent Montel Date: Wed Mar 25 08:38:35 2020 +0100 Remove unused code ####################### kolourpaint commit 6ef8e99c0f7b9d77af007d774691c96e031573f1 Author: Laurent Montel Date: Thu Mar 19 13:55:34 2020 +0100 Add missing includes (cherry picked from commit 75f54996db67b4f6b6ab4d7c01c2cd1896ff5ac3) ####################### kompare commit 5ae21332fa6193322a08e0e3bd19fb48131fe028 Author: Antonio Rojas Date: Sat Mar 21 02:08:44 2020 +0100 Fix build with Qt 5.15 Differential Revision: https://phabricator.kde.org/D28175 ####################### konsole commit c3ada2be32a6438c92b3fc5b28549fd218361349 Author: Kurt Hindenburg Date: Sat Mar 28 12:23:22 2020 -0400 Remove shortcut for detach tab Currently the shortcut is Ctrl+Shift+L which is close too Ctrl+Shift+K. Ideally we want detach tab to not be a shortcut that can be accidently pressed. See https://invent.kde.org/kde/konsole/-/issues/6 (cherry picked from commit a889f6aa4b2bee17b01721234c6b2f4b1dd271f6) commit 5d2bae3cbf831fc44988079a84c2264a2e228ccb Author: Andreas Sturmlechner Date: Tue Mar 24 21:01:26 2020 -0400 Revert "CMakeLists.txt: use ccache if present" Summary: This was added for feature-parity with Meson-based projects; but an individual package is the wrong place for that. To avoid the proliferation of auto-detected ccache support in kde.org packages please submit such a proposal to kde-frameworks-devel instead, where it could be added for the benefit of all the projects using ECM. And more importantly, with a standard switch to disable it for packaging environments This reverts commit 007c2a08523887cf9c0445a288ad82994bd02a57. Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: kkharlamov, hindenburg, konsole-devel, hiangel Tags: #konsole Differential Revision: https://phabricator.kde.org/D24805 (cherry picked from commit 3c171015c0d5b54c4fc3a77854fa359bef8e5ef6) commit 7c1a704e31d03284c172b01b622ca09f1fb615cf Author: Laurent Montel Date: Thu Mar 19 13:59:14 2020 +0100 Add missing includes (cherry picked from commit 5ab73956898bdcbaeb3e29fefc70d8e47b2d5838) ####################### korganizer commit 99151643d73523d2d2d9dfe836951b254035b3e6 Author: Allen Winter Date: Thu Apr 2 11:57:24 2020 -0400 fix crashing dialogs for Category and Filter managers commit b785d894b04ea30fc6944e046dcef59aa249784d Author: Laurent Montel Date: Fri Mar 27 13:39:45 2020 +0100 Fix method is not a slot commit cc0b66b414d32fee4248a37af9a657a1e0e25aaf Author: Allen Winter Date: Wed Mar 25 16:10:04 2020 -0400 korgac/alarmdialog.cpp - fix column resizing commit 0e6dedd399c0f974a1792b7ee0e14ce934b14c0b Author: Laurent Montel Date: Wed Mar 25 08:18:08 2020 +0100 Fix cppcheck warning commit 5458de687cfb613135e3f358ee3313d5c17f1033 Author: Laurent Montel Date: Wed Mar 25 08:11:32 2020 +0100 Don't assign new color if not necessary commit 1a0fb7cd1e294a73322e18795af8ab7a17b936c3 Author: Allen Winter Date: Tue Mar 24 07:57:30 2020 -0400 korgac/alarmdialog.cpp prevent accidental button presses when the dialog pops-up by putting the focus on the first selected reminder rather than on the buttons (like dismiss). BUG: 188848 Differential Revision: https://phabricator.kde.org/D28226 commit fdcb81eb588c39651a400647c9ad45543253537f Author: Allen Winter Date: Sat Mar 21 13:24:05 2020 -0400 korgac/alarmdialog.cpp - disable error message dialogs an attempt to reduce popup storms when Akonadi calendar connections are somehow broken/lost/fail. commit fe0fdc214c421e3f375197291d8489c91a0fb1e6 Author: Allen Winter Date: Sat Mar 21 11:41:17 2020 -0400 mailclient, alarmdialog.cpp - add errormessage to notification if sending the mail reminder fails add an error message to the notification. coding style: reducing very long lines commit f033df108603dd34670dd0a58d4ec80cadf5a458 Author: Allen Winter Date: Sat Mar 21 10:48:34 2020 -0400 korgac/alarmdialog.cpp - deal with failure conditions * add a notification if email reminder fails to send. * add a popup if the developer tried to edit an unsupported incidence type fixes a couple compile warnings commit 06d5f94f3bb90770058a0fb62c2d06a26da546bb Author: Allen Winter Date: Sat Mar 21 08:52:28 2020 -0400 korgac/alarmdialog.cpp - fix resetting suspend units commit 5f1be6ecd98c08409022a74281be1e4dcc9ba4ae Author: Allen Winter Date: Sat Mar 21 08:39:29 2020 -0400 akonadicollectionview.cpp - "Default" not "Default Calendar" no need for the longer string ####################### kpimtextedit commit bb955d0f502b9a5e769a04744882bfb0b1452924 Author: Laurent Montel Date: Thu Apr 2 07:25:09 2020 +0200 Fix Bug 419473 - kmail crashed on sending mail I can't reproduce it but we will disconnect it before deleting it. BUG: 419473 FIXED-IN: 5.14.0 commit 612fa47cca200c5823f8b5426b6551cecf528ef6 Author: Laurent Montel Date: Tue Mar 24 08:05:36 2020 +0100 Fix clazy warning ####################### krdc commit 735627e9cfda84e3819127a444db307d2be1d30c Author: David Faure Date: Fri Mar 27 10:45:07 2020 +0100 Fix compilation due to new deprecated API ####################### ktp-contact-list commit f834977a2bffccc7f314e64b0980258e67b2943c Author: Antonio Rojas Date: Sat Mar 21 02:10:25 2020 +0100 Fix build with Qt 5.15 Differential Revision: https://phabricator.kde.org/D28174 ####################### ktp-send-file commit 9c712390e85ca3736781eb7acd0fd1ec8bbdfb7f Author: Heiko Becker Date: Sun Mar 22 17:27:07 2020 +0100 Dependency on KIconThemes is no longer needed Summary: f25a4e3e989a186ed09824c31b3d1cc0a7de3c63 removed the need for it. Test Plan: Still builds fine Reviewers: #kde_telepathy, akulichalexandr Differential Revision: https://phabricator.kde.org/D28205 ####################### libkdegames commit 4027f510c11d721892525b704e818a5f316dce90 Author: Laurent Montel Date: Thu Mar 19 13:55:20 2020 +0100 Add missing includes (cherry picked from commit 043d6a24181d9affc45fdebc6c815ba69eda2f5c) ####################### libkdepim commit 0e919a9536143813c114f232bc3aada9434d7194 Author: Laurent Montel Date: Fri Mar 20 08:20:34 2020 +0100 Const'ify ####################### libkleo commit 4ebce93c5bd119ed721a9355ed3dfe68258eb40a Author: Laurent Montel Date: Thu Mar 26 13:44:25 2020 +0100 Qt guys reverted api in qt5.15 ####################### libksieve commit 891f783bf221137b2b5aad275e84a199736876bf Author: Laurent Montel Date: Tue Mar 31 21:04:35 2020 +0200 Increase version commit b1835ce6e65326a5ad3b43fe58c9c872b87bc068 Author: Laurent Montel Date: Tue Mar 31 20:59:28 2020 +0200 Fix settings, so now we can use SelectImapWidget commit 196b8524d4228e225c6fe7bec5195cf7f0efb645 Author: Laurent Montel Date: Tue Mar 31 13:59:02 2020 +0200 Assign sieveImapAccountSettings for AbstractMoveImapFolderWidget commit 6bcfe2113cc73dc0c570ce07bfa107b3c3a2b812 Author: Laurent Montel Date: Tue Mar 31 13:34:30 2020 +0200 Allow to use dnd for moving script part commit e061509b8a22416d8d24ec887e603a4f83a59038 Author: Laurent Montel Date: Tue Mar 24 13:31:29 2020 +0100 Fix cppcheck warning ####################### lokalize commit b35018df31f4cae58c7538c8de940766eebe9a11 Author: Simon Depiets Date: Sat Mar 28 15:50:41 2020 +0800 Only check LT for source and HTML escaping commit d81e89c8775b1a2433531cb9f5344dddfaa8486b Author: Albert Astals Cid Date: Mon Mar 23 00:06:43 2020 +0100 Add bg nplurals as used in gettext commit a53159fc6548bbe4716052de4f263a1c3512018a Author: Simon Depiets Date: Sun Mar 22 19:08:41 2020 +0800 Do not launch LT on empty strings commit a237942d1ceec262f8582d9df64defd6add489e5 Author: Simon Depiets Date: Sun Mar 22 14:43:16 2020 +0800 Only fire LT once commit de6d075f28d245b1ac94d699da4ed25a44b46a76 Author: Simon Depiets Date: Sun Mar 22 14:25:27 2020 +0800 Remove this for stable due to string freeze commit 1a23d0c4875c24a7e8862758282865e2b9c34f66 Author: Simon Depiets Date: Sun Mar 22 14:18:55 2020 +0800 Add auto language tool check after X seconds of wait ####################### mailcommon commit e036c915fc1736b09768620a5559b576231a7b27 Author: Laurent Montel Date: Thu Mar 26 13:41:58 2020 +0100 Qt guys reverted some changes in qt5.15... commit 0d1b9430cbef2acf1c80994ae943a715ac2891c5 Author: Laurent Montel Date: Fri Mar 20 08:08:45 2020 +0100 Not necessary to connect to QDialogButton signal It's already done in KMessageBox::createKMessageBox ####################### marble commit 4e727daf0fd6f330e9a7f9cf42655f987ee19733 Author: Antonio Rojas Date: Sat Mar 21 12:01:10 2020 +0100 Fix build with Qt 5.15 Differential Revision: https://phabricator.kde.org/D28171 ####################### messagelib commit 823ee8ff1168501090bd6295064a7eb8fac60601 Author: Laurent Montel Date: Thu Apr 2 08:32:36 2020 +0200 It's not necessary now as I fixed it in kmime commit a81f8e43498508ede053d25fce8d402a8788e708 Author: Laurent Montel Date: Wed Apr 1 07:36:38 2020 +0200 Fix show address as RFC2047 commit 5182845315d45b927e9163316c10505fbd09e996 Author: Laurent Montel Date: Wed Apr 1 07:02:27 2020 +0200 Simplify code commit 9bbbec3bce4a0eb4b033b4528caf9bac996fe592 Author: Laurent Montel Date: Tue Mar 31 22:42:46 2020 +0200 Fix parsing mailto url with =?utf-8?...?= commit b0877c58346cd4c0da576d955e0277e8111fc296 Author: Laurent Montel Date: Mon Mar 30 08:24:12 2020 +0200 Minor optimization commit 7fe2767b454a38c6e5c3efb821bb6c28efa0df24 Author: Laurent Montel Date: Mon Mar 30 07:27:41 2020 +0200 Add autotest commit e2658eef89d3ef9e17bf1464b29cb7beef7cc608 Author: Laurent Montel Date: Mon Mar 30 07:20:14 2020 +0200 Extract code for allowing to autotest code commit ffc7252610eeed504c996ce757400451094d4abe Author: Laurent Montel Date: Mon Mar 30 07:10:32 2020 +0200 Add autotest commit b405f14f0eb2f564d83f837febec0b866129b6c9 Author: Laurent Montel Date: Sun Mar 29 14:58:11 2020 +0200 Fix rendering message when encoding is defined as "meta charset" commit 6ca58f7d5ff2c2e2c789bfe20baaf3b419352af2 Author: Laurent Montel Date: Sun Mar 29 14:40:59 2020 +0200 Make sure to using UTF-8 when codec is empty commit d0d6502ebee2299cdf636f14fb1d0837c7439c9a Author: Laurent Montel Date: Thu Mar 26 07:45:29 2020 +0100 Fix compile with last kio commit b2fa6180bc3e2f81b550e6feb37d262ec98dc42f Author: Luca Beltrame Date: Wed Mar 25 23:25:42 2020 +0100 Fix build against recent KIO Basic became StatBasic (36038b904f6862b556402f7a24c4dea606ac070d in KIO). (cherry picked from commit dc035308335281260261d64ab129aacf53764430) commit e967da36bead561b3c5af0c472bd337580bdff74 Author: Laurent Montel Date: Tue Mar 24 07:22:09 2020 +0100 Fix cppcheck warning commit bfc5c69fd1b660cc05e2691f2c82c0a75b1416b7 Author: Laurent Montel Date: Mon Mar 23 07:58:58 2020 +0100 Use PageUp/PageDown for moving in messageviewer Bug found by David commit 1c74cf3f81572c98ca599173e5170f4fda0dcf33 Author: Laurent Montel Date: Sat Mar 21 15:50:29 2020 +0100 Fix Bug 416306 - send later agent wrongly store sended message to local storage BUG: 416306 FIXED-IN: 5.14.0 commit 8f69cad4e97718e24878a3cac3c142aef9757198 Author: Laurent Montel Date: Sat Mar 21 14:29:41 2020 +0100 Show others actions otherwise we can remove them commit b5e0eb87fbd092ec3166d22d7ca10228439236fc Author: David Faure Date: Sat Mar 21 13:39:50 2020 +0100 Fix next/prev swap in previous commit commit ed10d89213b4f0626a4261a2b751b2fd1e9e0768 Author: Laurent Montel Date: Sat Mar 21 12:52:53 2020 +0100 Add move tab next/preview Bug reported by David commit 6471873ee0646a8db8ba830b614adf7687e9c60d Author: Laurent Montel Date: Fri Mar 20 08:15:11 2020 +0100 Remove connect against qdialogbuttonbox It's already done in KMessageBox::createKMessageBox ####################### okular commit e2335e965a450e083272d955ad1376612155c0fe Author: Albert Astals Cid Date: Thu Mar 26 22:27:21 2020 +0100 CI: Use debian testing while unstable is broken commit f431ef6dccd31d7e4e382b43c3fefca01657657c Author: Albert Astals Cid Date: Thu Mar 26 22:26:56 2020 +0100 CI: tell debian derivatives not to ask us question in apt time ####################### palapeli commit 6d1a089edba1a241f405bab47543d7cf5add9e4e Author: Laurent Montel Date: Fri Mar 20 07:10:08 2020 +0100 Add missing include ####################### pimcommon commit 8e7c3a1cfa0f2d21f4efe016ea38458816ca36be Author: Laurent Montel Date: Thu Mar 26 13:43:54 2020 +0100 Qt guys reverted api in qt5.15 commit 39fcea3ecdc7c5c082d4ff5ff5fba40d59571495 Author: Luca Beltrame Date: Wed Mar 25 22:42:47 2020 +0100 Fix build against recent KIO Basic became StatBasic (36038b904f6862b556402f7a24c4dea606ac070d in KIO). (cherry picked from commit ac18f3b6d30e924bdd435d818b987ef90e714471) commit 6a6c4210f6b967d815156ba80a54b9be1b17f359 Author: Laurent Montel Date: Tue Mar 24 07:38:28 2020 +0100 Fix cppcheck warning ####################### pim-data-exporter commit 64042f5aaaf24d4cfdcf9b3d4761f5a8c4237611 Author: Laurent Montel Date: Sat Mar 21 16:04:49 2020 +0100 Fix icon ####################### pim-sieve-editor commit 18817bea1cc980662defdca123f3ae99c94587e2 Author: Laurent Montel Date: Tue Mar 31 21:14:17 2020 +0200 Fix enum type ####################### print-manager commit 1d30388fca5211b1824ccc1178985f78f7376bd3 Author: Harald Sitter Date: Wed Apr 1 12:26:59 2020 +0200 use httpAssembleURI not httpAssembleURIf Summary: the latter is for when the last argument is a format string. which I believe is not the case here. or perhaps more importantly if it was a format string it'd be an invalid call because we pass no values in Test Plan: - make two printers - pause them - print job to one printer - open printer queue - right click job to move to other printer - job is now on other printer Reviewers: dantti Reviewed By: dantti Subscribers: kde-utils-devel Differential Revision: https://phabricator.kde.org/D28479 ####################### spectacle commit a2e70ad93b9e09c0052598c2824081b699077e0a Author: Laurent Montel Date: Thu Mar 26 13:45:33 2020 +0100 Qt guys reverted api in qt5.15 commit 6c0aa6ec8ac8065747cafe814002cec05aa34903 Author: David Redondo Date: Sun Mar 22 17:58:43 2020 +0100 Make region options exclusive again BUG:419072 commit 80d7158905d57ec15c91644670e306608f8fec38 Author: Laurent Montel Date: Thu Mar 19 13:55:43 2020 +0100 Add missing includes (cherry picked from commit 773d569d7c973d37fe29125ed32904ca70ce7749) ####################### umbrello commit 72fdf0348e9175054a9856c1753b03a7ed2afa37 Author: Ralf Habacker Date: Thu Mar 26 14:36:26 2020 +0100 Fixed cmake 3.10 error caused by not setting policy CMP0057 to NEW FindDoxygen.cmake uses the IN_LIST operator, for which it is necessary to specify the named policy. This bug was reported by Jonathan Riddell. CCBUG:419202 commit d6af49532d3c4626533b7fa7f198e97aba2443a4 Author: Ralf Habacker Date: Wed Mar 25 12:41:18 2020 +0100 Fix bug not building apidoc and qch file by default, if enabled For easier troubleshooting, a status line is now displayed if qhelpgenerator was found. A new cmake option BUILD_APIDOC has been added (default:on), which can be used to disable the creation of api doc if this is not desired. BUG:419202 FIXED-IN:2.30.90 (KDE releases 20.03.90)