Summary: | Toggling "Share curve across all settings" usually resets all of the brush option's curves | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | tomtomtomreportingin |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gjditchfield, halla, tamtamy.tymona |
Priority: | NOR | ||
Version: | 4.4.2 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/b89e4785abdeb9824ef5cb6c9e6431af7f8d55cb | Version Fixed In: | |
Sentry Crash Report: |
Description
tomtomtomreportingin
2021-03-17 19:37:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/incidenceeditor/-/merge_requests/15 A possibly relevant merge request was started @ https://invent.kde.org/pim/korganizer/-/merge_requests/20 I am going to guess the "Assigned" status wasn't intentional, but I can't change this back to "Reported" either. Fixed that. Git commit bccc8998ce2cc867e6508bf4a6ddd8630c32e500 by Glen Ditchfield. Committed on 24/03/2021 at 15:38. Pushed by gditchfield into branch 'release/21.04'. Add time and time zone to EXDATEs of DATE-TIME instances KOrganizer creates DATE values for exceptions to recurring instances, even if the incidence is not "all day" (i.e. DTSTART is a DATE-TIME value). EXDATE identifies a specific instance and arguably should follow the same rules as RECURRENCE-ID. RFC 5545 does not say so, but [erratum 6316](https://www.rfc-editor.org/errata/eid6316) does. In practice, other important systems reject EXDATEs that do not match DTSTART. Original patch written by Jochen.Trumpf@anu.edu.au. Related: bug 169336 FIXED-IN: 5.17.0 M +9 -3 src/calendarview.cpp https://invent.kde.org/pim/korganizer/commit/bccc8998ce2cc867e6508bf4a6ddd8630c32e500 Git commit 261ac6e7e2b0d7cd19f0624c1555648f65db2b92 by Glen Ditchfield. Committed on 24/03/2021 at 14:58. Pushed by gditchfield into branch 'release/21.04'. Add time and time zone to EXDATEs of DATE-TIME instances The incidence editor creates DATE values for exceptions to recurring instances, even if the incidence is not "all day" (i.e. DTSTART is a DATE-TIME value). EXDATE identifies a specific instance and arguably should follow the same rules as RECURRENCE-ID. RFC 5545 does not say so, but [erratum 6316](https://www.rfc-editor.org/errata/eid6316) does. In practice, other important systems reject EXDATEs that do not match DTSTART. Original patch written by Jochen.Trumpf@anu.edu.au. Related: bug 169336 FIXED-IN: 5.17.0 M +58 -9 src/incidencerecurrence.cpp M +1 -0 src/incidencerecurrence.h https://invent.kde.org/pim/incidenceeditor/commit/261ac6e7e2b0d7cd19f0624c1555648f65db2b92 For all the future readers, confused about the comments with commits (comment#5 and comment#6): They were actually meant for bug 434599, not for this bug. Fixed as of https://invent.kde.org/graphics/krita/-/merge_requests/999 getting merged. |