KDE Applications 19.08.2 Full Log Page
This is the automated full changelog for KDE Applications 19.08.2 from the git repositories.
akonadi-mime [Hide]
- Port from QTime to QElapsedTimer to fix build with Qt 5.14. Commit.
cantor [Hide]
- Fix bug in Worksheet::load(QByteArray* data). Commit.
dolphin [Hide]
- Fix crash when lauching dolphin with a search scheme. Commit.
- Update searchbox on URL changes (Fix D24369). Commit.
- Update searchbar parameters on URL change. Commit.
- Bring back placesitemmodeltest. Commit.
- Fix ascending/descending choosers getting unchecked when re-selecting the same sort order. Commit. Fixes bug #411223
dolphin-plugins [Hide]
- Use clang-tidy to add missing override. Commit.
eventviews [Hide]
- Port away from QWheelEvent deprecated API to fix compilation with Qt 5.14. Commit.
filelight [Hide]
gwenview [Hide]
- Save the Mimetype of opened resources. Commit.
juk [Hide]
k3b [Hide]
- Fix crash when adding big files and mkisofs is not installed. Commit. Fixes bug #411969
- Add DesktopEntry to notifyrc. Commit.
kalarm [Hide]
- Don't trigger repeat-at-login alarms when editing or importing. Commit.
- Fix error on undo of an active alarm deletion. Commit.
- Fix errors in determining a collection's validity and content mime types. Commit.
- Show correct read-only status of an alarm in its context menu. Commit.
- Fix determination of writable collections. Commit.
- Fix determination of writable collections. Commit.
- When asked for writable collections, only return fully writable ones. Commit.
kalarmcal [Hide]
- Fix UID conversion to active category. Commit.
kate [Hide]
- Reasonable sub-toolbar sizes, like normal QPushButton sizes. Commit.
- Load terminal on demand to have some parent widget for WINDOWID computation. Commit. See bug #411965
- Tab bar: use tab-close icon again. Commit.
- Fix hi-dpi rendering of tab buttons. Commit.
- Fix hi-dpi rendering of toolview buttons. Commit.
- Tab bar: Fix close button in right-to-left layout. Commit.
- Fix HiDPI support for KWrite + Kate. Commit.
- Fix fortran symbol viewer for new highlighting names. Commit.
kcalcore [Hide]
- Fix compilation with Qt 5.14, QLatin1Literal seems gone. Commit.
kde-dev-scripts [Hide]
- Fix unwanted removal of /* before emacs mode line, which broke compilation. Commit.
- Fix script for the case of multiple .rc files in the same line. Commit.
kdenlive [Hide]
- Fix crash on composition resize. Commit.
- Update MSYS2 build script. Commit.
- Fix Windows audio screen grab (#344). Commit.
- Remove local reference to current project. Commit.
- Disable multitrack view on render. Commit.
- Fix clip duration incorrectly reset on profile change. Fixes #360. Commit.
- Fix compile warnings. Commit.
- Make affine filter bg color configurable. Fixes #343. Commit.
- Fix speed job in some locales. Fixes #346. Commit.
- Fix some remaining effectstack layout issues. Commit.
- Fix keyframes not deleted when clip start is resized/cut. Commit.
- Fix track effects not working when a clip is added at end of track or if last clip is resized. Commit.
- Add clickable field to copy automask keyframes. Fixes #23. Commit.
- Show track effect stack when clicking on it's name. Commit.
- Fix crash trying to access clip properties when unavailable. Commit.
- Fix effectstack layout spacing issue introduced in recent commit. Commit.
- Fix proxy clips lost on opening project file with relative path. Commit.
- Update AppData version. Commit.
- Cleanup effectstack layout. Fixes !58 #294. Commit.
- Fix mixed audio track sorting. Commit. See bug #411256
- Another fix for speed effect. Commit.
- Speed effect: fix negative speed incorrectly moving in/out and wrong thumbnails. Commit.
- Fix incorrect stabilize description. Commit.
- Cleanup stabilize presets and job cancelation. Commit.
- Deprecate videostab and videostab2, only keep vidstab filter. Commit.
- Fix cancel jobs not working. Commit.
- Fix some incorrect i18n calls. Commit.
- Don't hardcode vidstab effect settings. Commit.
kdepim-addons [Hide]
- Fix Bug 317177 - HTML emails CSS should not be applied to the header in th UI. Commit. Fixes bug #317177
- Port to QComboBox::textActivated to fix compilation with Qt 5.14. Commit.
kdepim-runtime [Hide]
- Fix the dependencies on generated files differently. Commit. Fixes bug #410474
- Ews: fix unnecessary reauthentication prompts. Commit.
kfind [Hide]
- Really use KDE_APPLICATIONS_VERSION. Commit.
kgoldrunner [Hide]
- Fix compile error on Windows. Commit.
khelpcenter [Hide]
- Define the application version in a more consistent way. Commit.
kimagemapeditor [Hide]
kiriki [Hide]
- Fix links. Commit.
kitinerary [Hide]
- Fix UTC conversion during date/time parsing. Commit.
- Add another date format fallback for a new Lufthansa date format. Commit.
- Add unit test for JSON-LD date/time parsing. Commit.
- Fix date parsing in SNCF confirmation emails. Commit. See bug #404451
- QLatin1Literal => QLatin1String to fix compilation with Qt 5.14. Commit.
kmail [Hide]
- Fix Bug 412122 - Crash when closing the composer. Commit. Fixes bug #412122
- Fix hidpi support. Commit.
- FIX Bug 411836 - Folder settings for expired message stores bad values (maildir). Commit. Fixes bug #411836
- Fix compilation with Qt 5.14. Commit.
kmix [Hide]
- Add DesktopEntry to notifyrc. Commit.
kmplot [Hide]
- Implement third derivative and loosen the mesh a bit to calculate the fourth. This should allow to calculate extrema for second derivative right. Commit. Fixes bug #304574
knights [Hide]
knotes [Hide]
- Fix icon. Commit.
kolf [Hide]
- Add homepage. Commit.
kollision [Hide]
- For sure TRANSLATION_DOMAIN can't be kdebugsettings :). Commit.
konsole [Hide]
- Allow loading of pre 19.08 session files. Commit. Fixes bug #412173
- Keep empty lines when "trim leading spaces" is enabled. Commit. Fixes bug #412479
- Enable hidpi auto scaling. Commit. See bug #373232
- Anti-alias line character painting, too, with the text aliasing config options. Commit. See bug #373232
- Fix many of the rendering artifacts for hi-dpi setups. Commit. See bug #373232
- Correct split view and keyboard navigation. Commit. Fixes bug #411387
- Fix split view crashes when using keyboard navigation with some themes. Commit. Fixes bug #411387
- Make sure font weight value is within allowed range. Commit.
- Fix rendering artifacts introduced by calling winId. Commit. Fixes bug #411965
korganizer [Hide]
- Port away from deprecated methods in Qt 5.14. Commit.
kpimtextedit [Hide]
- Port away from deprecated QWheelEvent API to fix compilation with Qt 5.14. Commit.
kreversi [Hide]
- Fix compile on Windows (more). Commit.
- Fix compile on windows. Commit.
- Add DesktopEntry to notifyrc. Commit. See bug #407701
kruler [Hide]
- Add DesktopEntry to notifyrc. Commit.
ktnef [Hide]
- Port to QString::asprintf to fix compilation with Qt 5.14. Commit.
kwordquiz [Hide]
- Add DesktopEntry to notifyrc. Commit.
libkgapi [Hide]
- Fix null pointer dereference, keep FileModifyJob metadata and serialize with options. Commit. Fixes bug #411634
- Fix compilation with Qt 5.14. Commit.
libksieve [Hide]
- [KSieve] Fix messagebox about connection to server lost. Commit.
- Use new signal QComboBox::textActivated to fix compilation with Qt 5.14. Commit.
lokalize [Hide]
- Fix crash when a modified document and not saving changes. Commit.
- Don’t disable the context menu for the source pane. Commit. Fixes bug #315462
- Take msgctxt into account when comparing old and new strings. Commit.
- Remove duplicate newlines in diff view. Commit.
mailcommon [Hide]
- Fix typo. Commit.
- Fix Bug 411836 - Folder settings for expired message stores bad values (maildir). Commit. Fixes bug #411836
- Connect to new signal QComboBox::textActivated, to fix compilation with Qt 5.14. Commit.
- Port from QString::sprintf to arg(), to fix compilation with Qt 5.14. Commit.
messagelib [Hide]
- Fix Bug 411822 - "Save As" option on email message does not show KIO Remote Folders. Commit. Fixes bug #411822
- Fix Bug 411769 - Enter more recipients than permitted - error message for each recipient. Commit. Fixes bug #411769
okular [Hide]
- Fix hi-dpi scaling. Commit.
pim-data-exporter [Hide]
- Port away from QString::sprintf() to fix compilation with Qt 5.14. Commit.