[krita] [Bug 445502] KPL palettes fail to open or import

2022-02-12 Thread M
https://bugs.kde.org/show_bug.cgi?id=445502 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 445502] KPL palettes fail to open or import

2022-02-12 Thread M
https://bugs.kde.org/show_bug.cgi?id=445502 --- Comment #9 from M --- Ah okay, thanks for the quick info. You don't need an extra bug report I take it? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 455531] New: Special Window Settings & Virtual Desktops

2022-06-18 Thread m
https://bugs.kde.org/show_bug.cgi?id=455531 Bug ID: 455531 Summary: Special Window Settings & Virtual Desktops Product: kwin Version: 5.25.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity

[valgrind] [Bug 485276] New: std::optional use: "Conditional jump or move depends on uninitialised value(s)" (clang)

2024-04-09 Thread m
https://bugs.kde.org/show_bug.cgi?id=485276 Bug ID: 485276 Summary: std::optional use: "Conditional jump or move depends on uninitialised value(s)" (clang) Classification: Developer tools Product: valgrind Version: unspecified

[valgrind] [Bug 472329] std::optional use: "Conditional jump or move depends on uninitialised value(s)" (g++)

2024-04-09 Thread m
https://bugs.kde.org/show_bug.cgi?id=472329 m changed: What|Removed |Added Version|3.21.0 |3.22.0 Summary|std::optional use: |std

[valgrind] [Bug 485276] std::optional use: "Conditional jump or move depends on uninitialised value(s)" (clang) aarch64

2024-04-10 Thread m
https://bugs.kde.org/show_bug.cgi?id=485276 m changed: What|Removed |Added Summary|std::optional use: |std::optional use: |"Conditional ju

[valgrind] [Bug 485276] std::optional use: "Conditional jump or move depends on uninitialised value(s)" (clang) aarch64

2024-04-11 Thread m
https://bugs.kde.org/show_bug.cgi?id=485276 --- Comment #1 from m --- Forgot to mention that O1 can be used instead of O2 as a workaround, or clang-16 or earlier should also work as a workaround. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 486764] New: Thai numerical instead of Arabic. We don't normally use this number in daily use. I tried change the Windows format and Location and Region already.

2024-05-07 Thread M
https://bugs.kde.org/show_bug.cgi?id=486764 Bug ID: 486764 Summary: Thai numerical instead of Arabic. We don't normally use this number in daily use. I tried change the Windows format and Location and Region already. Classification

[krita] [Bug 482365] Crash

2024-05-18 Thread M
https://bugs.kde.org/show_bug.cgi?id=482365 M changed: What|Removed |Added CC||matias...@gmail.com --- Comment #4 from M --- I can

[krita] [Bug 437429] Broken color display in the Palette docker with an active OCIO config

2021-09-07 Thread M
https://bugs.kde.org/show_bug.cgi?id=437429 --- Comment #4 from M --- Created attachment 141363 --> https://bugs.kde.org/attachment.cgi?id=141363&action=edit palette display mismatch That is odd. I'm using a nightly build for Windows now from a few days ago (git 6ca8117) and s

[krita] [Bug 445502] KPL palettes fail to open or import

2022-03-09 Thread M
https://bugs.kde.org/show_bug.cgi?id=445502 --- Comment #10 from M --- I can confirm the bug I had is resolved now as well, thank you. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 444439] New: Floating-point HDR colors get clipped from painting, layer blending or color space conversion

2021-10-26 Thread M
https://bugs.kde.org/show_bug.cgi?id=39 Bug ID: 39 Summary: Floating-point HDR colors get clipped from painting, layer blending or color space conversion Product: krita Version: git master (please specify the git hash!)

[krita] [Bug 437429] Broken color display in the Palette docker with an active OCIO config

2021-10-26 Thread M
https://bugs.kde.org/show_bug.cgi?id=437429 M changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[krita] [Bug 444439] Floating-point HDR colors get clipped from painting, layer blending or color space conversion

2021-10-27 Thread M
https://bugs.kde.org/show_bug.cgi?id=39 --- Comment #3 from M --- Right, so I did some more testing. First, I could not reproduce the problem that basic blending operation I know can algorithmically handle HDR color values would clip them, such as Addition, or Multiply and Normal with values

[gwenview] [Bug 373897] Gwenview rolls image slightly when rotating JPEG image (some leftmost pixels are moved rightmost)

2021-08-01 Thread M
https://bugs.kde.org/show_bug.cgi?id=373897 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 479593] New: Smart Patch

2024-01-09 Thread M
https://bugs.kde.org/show_bug.cgi?id=479593 Bug ID: 479593 Summary: Smart Patch Classification: Applications Product: krita Version: 5.1.5 Platform: Other OS: Other Status: REPORTED Severity: normal

[valgrind] [Bug 472329] std::optional use: "Conditional jump or move depends on uninitialised value(s)"

2023-07-24 Thread m
https://bugs.kde.org/show_bug.cgi?id=472329 --- Comment #3 from m --- I can reduce the test-case further, replacing the map with set, and dropping the lambda wrapper. However, further reductions easily cause the optimizer to eat all code before it gets compiled into the binary. Currently I have

[valgrind] [Bug 472329] std::optional use: "Conditional jump or move depends on uninitialised value(s)"

2023-07-24 Thread m
https://bugs.kde.org/show_bug.cgi?id=472329 --- Comment #4 from m --- Ok, the pair can be replaced by int64_t, but that is it so far: ```cpp #include #include #include #include #include void foo(std::optional f) { std::cout << (f ? *f : 0) << std::endl; std::set test; te

[valgrind] [Bug 463514] Valgrind not detecting the leaks.

2023-07-03 Thread m
https://bugs.kde.org/show_bug.cgi?id=463514 m changed: What|Removed |Added CC||kde.si...@dralias.com --- Comment #8 from m --- Is this

[valgrind] [Bug 362680] --error-exitcode not honored when file descriptor leaks are found

2023-07-03 Thread m
https://bugs.kde.org/show_bug.cgi?id=362680 m changed: What|Removed |Added Version|3.10.0 |3.21.0 CC

[valgrind] [Bug 463514] Valgrind not detecting the leaks.

2023-07-03 Thread m
https://bugs.kde.org/show_bug.cgi?id=463514 m changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution

[valgrind] [Bug 472219] Syscall param ppoll(ufds.events) points to uninitialised byte(s)

2023-07-13 Thread m
https://bugs.kde.org/show_bug.cgi?id=472219 m changed: What|Removed |Added CC||kde.si...@dralias.com -- You are receiving this mail

[valgrind] [Bug 472329] New: std::optional use: "Conditional jump or move depends on uninitialised value(s)"

2023-07-17 Thread m
https://bugs.kde.org/show_bug.cgi?id=472329 Bug ID: 472329 Summary: std::optional use: "Conditional jump or move depends on uninitialised value(s)" Classification: Developer tools Product: valgrind Version: 3.21.0 Platf

[valgrind] [Bug 472329] std::optional use: "Conditional jump or move depends on uninitialised value(s)"

2023-07-17 Thread m
https://bugs.kde.org/show_bug.cgi?id=472329 --- Comment #1 from m --- Apologies, the cpp was missing the last line: int main() { foo(std::nullopt); } ``` -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 447464] New: Gradient stops in vector tool don't work

2021-12-24 Thread M
https://bugs.kde.org/show_bug.cgi?id=447464 Bug ID: 447464 Summary: Gradient stops in vector tool don't work Product: krita Version: 5.0.0 Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED

[krita] [Bug 408099] SVG File layers are not rendered

2021-12-25 Thread M
https://bugs.kde.org/show_bug.cgi?id=408099 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 417792] View -> Show Painting Assistants control/toggle can become inverted in its action

2021-05-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=417792 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 437415] New: 2 Point Perspective assistant can't be hidden through View > Show Painting Assistants

2021-05-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=437415 Bug ID: 437415 Summary: 2 Point Perspective assistant can't be hidden through View > Show Painting Assistants Product: krita Version: nightly build (please specify the git hash!)

[krita] [Bug 437429] New: Broken color display in the Palette docker with an active OCIO config

2021-05-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=437429 Bug ID: 437429 Summary: Broken color display in the Palette docker with an active OCIO config Product: krita Version: nightly build (please specify the git hash!) Platform: Other

[krita] [Bug 437429] Broken color display in the Palette docker with an active OCIO config

2021-05-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=437429 --- Comment #1 from M --- Created attachment 138627 --> https://bugs.kde.org/attachment.cgi?id=138627&action=edit palette display comparison And a screenshot comparison. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 405691] Screen flickering in newest 4.2.0 when running through primusrun

2021-05-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=405691 --- Comment #11 from M --- As an update, I changed to a PRIME config for GPU switching on this same hardware over a year ago, as that is now the much more officially supported and less hacky way to switch between GPUs. I set Krita to start with prime

[krita] [Bug 489404] Krita seems to open file as read only

2024-07-06 Thread M
https://bugs.kde.org/show_bug.cgi?id=489404 M changed: What|Removed |Added CC||matias...@gmail.com --- Comment #2 from M --- I can

[krita] [Bug 407665] Using selections crashes Krita

2019-05-17 Thread M
https://bugs.kde.org/show_bug.cgi?id=407665 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 407877] Layer content not shown when file opened

2019-05-23 Thread M
https://bugs.kde.org/show_bug.cgi?id=407877 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 407877] Layer content not shown when file opened

2019-05-23 Thread M
https://bugs.kde.org/show_bug.cgi?id=407877 --- Comment #2 from M --- Sorry, wrong git hash. Correct is (git 45bdec0). -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 408427] Reference images are not supposed to have boolean operations applied to them

2019-06-07 Thread M
https://bugs.kde.org/show_bug.cgi?id=408427 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 408032] [duplicate layer] Krita can't move or transform right after duplicating a layer.

2019-06-14 Thread M
https://bugs.kde.org/show_bug.cgi?id=408032 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 408856] My lines are not respect and the pressure doesn't work.

2019-06-17 Thread M
https://bugs.kde.org/show_bug.cgi?id=408856 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 408927] New: Segmentation fault when opening this file - with backtrace

2019-06-19 Thread M
https://bugs.kde.org/show_bug.cgi?id=408927 Bug ID: 408927 Summary: Segmentation fault when opening this file - with backtrace Product: krita Version: git master Platform: Manjaro OS: Linux Statu

[krita] [Bug 408927] Segmentation fault when opening this file - with backtrace

2019-06-19 Thread M
https://bugs.kde.org/show_bug.cgi?id=408927 --- Comment #1 from M --- Created attachment 121015 --> https://bugs.kde.org/attachment.cgi?id=121015&action=edit gdb backtrace -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 408938] pen pressure not working as it should in only krita. works fine elsewhere.

2019-06-19 Thread M
https://bugs.kde.org/show_bug.cgi?id=408938 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 408927] Segmentation fault when opening this file - with backtrace

2019-06-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=408927 --- Comment #2 from M --- Reference images seem to be the culprit, when all are removed it loads fine. Afterwards I can readd a reference image to the document, but when I close it and try to open again the same crash occurs. Same result also with the

[krita] [Bug 409543] SIGSEGV build d649293 clicking cancel after warning about linear RGB modes

2019-07-05 Thread M
https://bugs.kde.org/show_bug.cgi?id=409543 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 412761] Changing brush size with Shift + Drag becomes laggy when the brush size gets big.

2019-10-09 Thread M
https://bugs.kde.org/show_bug.cgi?id=412761 M changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[krita] [Bug 402831] Resizing Brush with shift +lmb drag is lagging, and not smooth for various complex brush tips

2019-10-09 Thread M
https://bugs.kde.org/show_bug.cgi?id=402831 M changed: What|Removed |Added CC||acc4commissi...@gmail.com --- Comment #8 from M

[krita] [Bug 412804] New: Crash when using the Magnetic Selection Tool

2019-10-10 Thread M
https://bugs.kde.org/show_bug.cgi?id=412804 Bug ID: 412804 Summary: Crash when using the Magnetic Selection Tool Product: krita Version: git master Platform: Other OS: Linux Status: REPORTED Severity: norm

[krita] [Bug 412804] Crash when using the Magnetic Selection Tool

2019-10-10 Thread M
https://bugs.kde.org/show_bug.cgi?id=412804 --- Comment #1 from M --- Created attachment 123120 --> https://bugs.kde.org/attachment.cgi?id=123120&action=edit gdb backtrace -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 412804] Crash when using the Magnetic Selection Tool

2019-10-10 Thread M
https://bugs.kde.org/show_bug.cgi?id=412804 --- Comment #2 from M --- Oh, I should add I left all the default values in the tool options. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 412982] New: Crash when opening attached document

2019-10-15 Thread M
https://bugs.kde.org/show_bug.cgi?id=412982 Bug ID: 412982 Summary: Crash when opening attached document Product: krita Version: nightly build (please specify the git hash!) Platform: Other OS: Linux Status: REPORTE

[krita] [Bug 412982] Crash when opening attached document

2019-10-15 Thread M
https://bugs.kde.org/show_bug.cgi?id=412982 --- Comment #1 from M --- Created attachment 123211 --> https://bugs.kde.org/attachment.cgi?id=123211&action=edit GDB backtrace -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 412896] Crash while double clicking and removing a magnetic lasso point/node

2019-10-16 Thread M
https://bugs.kde.org/show_bug.cgi?id=412896 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 412896] Crash while double clicking and removing a magnetic lasso point/node

2019-10-18 Thread M
https://bugs.kde.org/show_bug.cgi?id=412896 --- Comment #4 from M --- No, I didn't. This can happen on the first or second anchor, before the loop is closable. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 413668] 1 pixel lines exceed after using Transform tool

2019-11-01 Thread M
https://bugs.kde.org/show_bug.cgi?id=413668 M changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[krita] [Bug 413668] 1 pixel lines exceed after using Transform tool

2019-11-01 Thread M
https://bugs.kde.org/show_bug.cgi?id=413668 --- Comment #3 from M --- It looks like there is a mismatch in the active preview of the Transform Tool. I can click and press ESC repeatedly on the previous 1-pixel-off transform result and see that the corner handles and image preview align exactly

[krita] [Bug 406373] Canvas not accepting input when the left/top resize buttons are visible

2019-04-09 Thread M
https://bugs.kde.org/show_bug.cgi?id=406373 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 406250] Color space conversion with clone layer crashes - only in specific circumstances

2019-04-09 Thread M
https://bugs.kde.org/show_bug.cgi?id=406250 --- Comment #5 from M --- Created attachment 119321 --> https://bugs.kde.org/attachment.cgi?id=119321&action=edit file:///home/snu/gdb output.txt Here you go, this is everything from the beginning. The backtrace starts at line 703. --

[krita] [Bug 404597] Jumpy, unpredictable zoom behavior right after canvas rotation

2019-04-11 Thread M
https://bugs.kde.org/show_bug.cgi?id=404597 --- Comment #6 from M --- If I remember correctly I was updating the appimage every few days before I reported this on February 20, shortly after I first noticed it. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 411917] New: Filter brush with Color Adjustment freezes Krita

2019-09-14 Thread M
https://bugs.kde.org/show_bug.cgi?id=411917 Bug ID: 411917 Summary: Filter brush with Color Adjustment freezes Krita Product: krita Version: git master Platform: Manjaro OS: Linux Status: REPORTED Severity

[krita] [Bug 411932] New: Instant preview can turn off permanently

2019-09-15 Thread M
https://bugs.kde.org/show_bug.cgi?id=411932 Bug ID: 411932 Summary: Instant preview can turn off permanently Product: krita Version: git master Platform: Manjaro OS: Linux Status: REPORTED Severity: minor

[krita] [Bug 410158] Severe lag in 4.3.0 pre-alpha Brush Editor when adjusting transfer curves

2019-09-15 Thread M
https://bugs.kde.org/show_bug.cgi?id=410158 --- Comment #15 from M --- I finished bisecting when the slowdown first started, the result is: commit bbc0f80732afbf0cb36ccdf5fd6b672dd15712a6 Author: Dmitry Kazakov Date: Fri Jul 12 20:02:22 2019 +0300 Refactor signal compressor to have

[krita] [Bug 411971] New: Linked perspective assistants distort after image transformation

2019-09-16 Thread M
https://bugs.kde.org/show_bug.cgi?id=411971 Bug ID: 411971 Summary: Linked perspective assistants distort after image transformation Product: krita Version: git master Platform: Manjaro OS: Linux

[krita] [Bug 411917] Filter brush with Color Adjustment freezes Krita

2019-09-21 Thread M
https://bugs.kde.org/show_bug.cgi?id=411917 --- Comment #2 from M --- That's strange, it still happens on my system with master (git 59d8e62) and the newest Next AppImage (git a76f4c3). I checked multiple times, it was reproducible every try. -- You are receiving this mail because: Yo

[krita] [Bug 411917] Filter brush with Color Adjustment freezes Krita

2019-09-21 Thread M
https://bugs.kde.org/show_bug.cgi?id=411917 --- Comment #4 from M --- For the GDB backtrace above I had use DISPLAY=:0 gdb krita (thanks to Dmitry for trick) from a virtual terminal, otherwise the whole session would stay frozen, correct. Same output from the build directory executable. What

[krita] [Bug 411917] Filter brush with Color Adjustment freezes Krita

2019-09-21 Thread M
https://bugs.kde.org/show_bug.cgi?id=411917 --- Comment #6 from M --- Created attachment 122790 --> https://bugs.kde.org/attachment.cgi?id=122790&action=edit Backtrace from debug build My mistake, that was a backtrace from the distro package. Here's the output from the actua

[krita] [Bug 412323] New: Still-frame of last used brush shown instead of "No Preview for this engine"

2019-09-25 Thread M
https://bugs.kde.org/show_bug.cgi?id=412323 Bug ID: 412323 Summary: Still-frame of last used brush shown instead of "No Preview for this engine" Product: krita Version: git master Platform: Manjaro OS: Linux

[krita] [Bug 402831] Resizing Brush with shift +lmb drag is lagging, and not smooth for various complex brush tips

2019-09-25 Thread M
https://bugs.kde.org/show_bug.cgi?id=402831 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 402831] Resizing Brush with shift +lmb drag is lagging, and not smooth for various complex brush tips

2019-09-25 Thread M
https://bugs.kde.org/show_bug.cgi?id=402831 --- Comment #7 from M --- Comparing the 4.2.5 appimage to master - Auto tips have really regressed in performance but that bitmap brush tip with the complex outline is similarly sluggish to move, so the latter is probably not relevant to this bug

[krita] [Bug 412491] New: Color Adjustment curves can give incorrect result

2019-09-30 Thread M
https://bugs.kde.org/show_bug.cgi?id=412491 Bug ID: 412491 Summary: Color Adjustment curves can give incorrect result Product: krita Version: git master Platform: Manjaro OS: Linux Status: REPORTED Severit

[krita] [Bug 412492] New: Visible tiling artifacts with Mean Removal and Sharpen as Filter Layer or Mask

2019-09-30 Thread M
https://bugs.kde.org/show_bug.cgi?id=412492 Bug ID: 412492 Summary: Visible tiling artifacts with Mean Removal and Sharpen as Filter Layer or Mask Product: krita Version: git master Platform: Manjaro OS: Lin

[krita] [Bug 412491] Color Adjustment curves can give incorrect result

2019-10-01 Thread M
https://bugs.kde.org/show_bug.cgi?id=412491 --- Comment #2 from M --- Created attachment 122970 --> https://bugs.kde.org/attachment.cgi?id=122970&action=edit Test file with buggy filter Here you go. The top layer is the Color Adjustment, and despite having crushed RGBA towards the mid

[krita] [Bug 412651] New: File overwrite warning can be skipped

2019-10-05 Thread M
https://bugs.kde.org/show_bug.cgi?id=412651 Bug ID: 412651 Summary: File overwrite warning can be skipped Product: krita Version: git master Platform: Other OS: Linux Status: REPORTED Severity: normal

[krita] [Bug 412656] Cintiq 24 inch can't use Pen after eraser side hits digital display.

2019-10-06 Thread M
https://bugs.kde.org/show_bug.cgi?id=412656 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 410158] Severe lag in 4.3.0 pre-alpha Brush Editor when adjusting transfer curves

2019-07-25 Thread M
https://bugs.kde.org/show_bug.cgi?id=410158 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 405691] Screen flickering in newest 4.2.0 when running through primusrun

2019-07-29 Thread M
https://bugs.kde.org/show_bug.cgi?id=405691 --- Comment #9 from M --- Good reminder, optirun doesn't bypass the issue anymore for me either since an update several months ago. My workaround is to start a separate X session with the nvidia-xrun script, in case I need the Nvidia GPU. -- Yo

[krita] [Bug 408015] Global menu doesn't work

2019-08-06 Thread M
https://bugs.kde.org/show_bug.cgi?id=408015 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 410583] Tilt direction stuck on canvas rotation

2019-08-06 Thread M
https://bugs.kde.org/show_bug.cgi?id=410583 M changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[krita] [Bug 404597] New: Jumpy, unpredictable zoom behavior right after canvas rotation

2019-02-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=404597 Bug ID: 404597 Summary: Jumpy, unpredictable zoom behavior right after canvas rotation Product: krita Version: nightly build (please specify the git hash!) Platform: Other

[krita] [Bug 404597] Jumpy, unpredictable zoom behavior right after canvas rotation

2019-02-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=404597 M changed: What|Removed |Added Platform|Other |Manjaro -- You are receiving this mail because: You are

[krita] [Bug 404601] New: Tilt input on rotation reverses on mirrored canvas

2019-02-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=404601 Bug ID: 404601 Summary: Tilt input on rotation reverses on mirrored canvas Product: krita Version: nightly build (please specify the git hash!) Platform: Manjaro OS: Linux

[krita] [Bug 408015] Global menu doesn't work

2019-08-07 Thread M
https://bugs.kde.org/show_bug.cgi?id=408015 --- Comment #24 from M --- Hmm, I'm on Manjaro too and like I said ever since the commit I can use the global menu again without issues. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 410583] Tilt direction stuck on canvas rotation

2019-08-22 Thread M
https://bugs.kde.org/show_bug.cgi?id=410583 M changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[krita] [Bug 397559] Snapping is sloppy and unpredictable

2019-08-25 Thread M
https://bugs.kde.org/show_bug.cgi?id=397559 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 389022] Switching between stylus eraser tip and regular tip messes up brush settings of both presets

2019-09-01 Thread M
https://bugs.kde.org/show_bug.cgi?id=389022 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 405691] New: Screen flickering in newest 4.2.0 when running through primusrun

2019-03-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=405691 Bug ID: 405691 Summary: Screen flickering in newest 4.2.0 when running through primusrun Product: krita Version: nightly build (please specify the git hash!) Platform: Manjaro

[krita] [Bug 405693] New: PNG Brush tips are suddenly being recognized as GBR format instead of masks

2019-03-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=405693 Bug ID: 405693 Summary: PNG Brush tips are suddenly being recognized as GBR format instead of masks Product: krita Version: nightly build (please specify the git hash!) Platform:

[krita] [Bug 405693] PNG Brush tips are suddenly being recognized as GBR format instead of masks

2019-03-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=405693 --- Comment #2 from M --- Created attachment 118948 --> https://bugs.kde.org/attachment.cgi?id=118948&action=edit Converted from SVG to PNG in Inkscape -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 405693] PNG Brush tips are suddenly being recognized as GBR format instead of masks

2019-03-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=405693 --- Comment #3 from M --- Created attachment 118949 --> https://bugs.kde.org/attachment.cgi?id=118949&action=edit Extracted from PSD layer -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 405693] PNG Brush tips are suddenly being recognized as GBR format instead of masks

2019-03-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=405693 --- Comment #4 from M --- I added 2 more affected examples, that previously worked. The triangles one was converted from an SVG in Inkscape, the scale was extracted from a multi layer PSD with ImageMagick. Maybe it helps spot some pattern. -- You are

[krita] [Bug 405693] PNG Brush tips are suddenly being recognized as GBR format instead of masks

2019-03-20 Thread M
https://bugs.kde.org/show_bug.cgi?id=405693 M changed: What|Removed |Added Attachment #118948|Converted from SVG to PNG |Converted from SVG to PNG description|in Inkscape

[krita] [Bug 404935] Window of another apps partially visible in Krita canvas

2019-03-23 Thread M
https://bugs.kde.org/show_bug.cgi?id=404935 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 404935] Window of another apps partially visible in Krita canvas

2019-03-23 Thread M
https://bugs.kde.org/show_bug.cgi?id=404935 --- Comment #4 from M --- Here is the info for the integrated Intel GPU on the same laptop. Again, the see-through issue remains. OpenGL Info Vendor: "Intel Open Source Technology Center" Renderer: "Mesa DRI Intel(R)

[krita] [Bug 405540] Brush Outline are white in Krita nightly build

2019-03-25 Thread M
https://bugs.kde.org/show_bug.cgi?id=405540 M changed: What|Removed |Added CC||manuel.snudl.zeidler@gmail

[krita] [Bug 405691] Screen flickering in newest 4.2.0 when running through primusrun

2019-04-04 Thread M
https://bugs.kde.org/show_bug.cgi?id=405691 --- Comment #2 from M --- Yes, unfortunately it still is (git f3858d1), with optirun as well as primusrun. The flickers only become apparent once a document is opened or created, and only when there is any movement on screen. No issues with 4.1.8

[krita] [Bug 405691] Screen flickering in newest 4.2.0 when running through primusrun

2019-04-05 Thread M
https://bugs.kde.org/show_bug.cgi?id=405691 --- Comment #6 from M --- No, the stable appimage seems to be unaffected (4.1.8-9347112). It also doesn't produce those messages in the terminal. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 406250] New: Color space conversion with clone layer crashes - only in specific circumstances

2019-04-05 Thread M
https://bugs.kde.org/show_bug.cgi?id=406250 Bug ID: 406250 Summary: Color space conversion with clone layer crashes - only in specific circumstances Product: krita Version: unspecified Platform: Manjaro OS:

[krita] [Bug 406250] Color space conversion with clone layer crashes - only in specific circumstances

2019-04-05 Thread M
https://bugs.kde.org/show_bug.cgi?id=406250 --- Comment #1 from M --- And this the last terminal output for 4.1.8: ASSERT (krita): "0 && "sanity check failed: the tile has already been removed!"" in file /build/krita/src/krita-4.1.8/libs/image/tiles3/KisTiledExtent

[krita] [Bug 406250] Color space conversion with clone layer crashes - only in specific circumstances

2019-04-08 Thread M
https://bugs.kde.org/show_bug.cgi?id=406250 --- Comment #3 from M --- If you can try the same steps in the pre-alpha with a filter layer instead of a clone layer (for example color adjustment curves). That seems to hang and crash for me almost always, too. In 4.1.8 I wasn't able to prov

[krita] [Bug 420260] Segfault when opening anything (master)

2020-05-28 Thread M
https://bugs.kde.org/show_bug.cgi?id=420260 --- Comment #8 from M --- Yes, thank you. I wanted to add that this crash was still happening a few weeks ago, but with my most recent build and AppImage from yesterday I can open documents without issue. It had vanished and reappeared before, so I&#

[krita] [Bug 420260] Segfault when opening anything (master)

2020-05-28 Thread M
https://bugs.kde.org/show_bug.cgi?id=420260 --- Comment #9 from M --- Never mind, updated my build and the crash on opening documents returned. :D -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 417667] Bad allocation crash

2020-04-18 Thread M
https://bugs.kde.org/show_bug.cgi?id=417667 M changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

  1   2   3   4   5   6   7   8   9   10   >