[krita] [Bug 422357] command stays pressed when alt tabbing back in krita

2021-05-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=422357

vanyossi  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from vanyossi  ---
this bug should be fixed by 88106a143b3d034

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 436252] Right clicking does not open the pop-up palette

2021-05-03 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=436252

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #6 from vanyossi  ---
There is a glitch in which input profiles seem to get not read correctly when
moving from stable to latest master. This happens only once. One solution I
found for this is to remove the input profiles from the AppData Folder.
Removing/renaming kritarc could potentially fix it as was a one time problem
for me, or maybe it could work (I did not try it) to reassign "Show popup
window" to the right Button of your mouse and save (As I didn't do this it
probably needs to be set to another shortcut before reassign, or it could be
empty and just needs to be set)

For the erasing profiles part: Check the manual entry to locate the files
https://docs.krita.org/en/KritaFAQ.html#where-are-my-resources-stored and
remove (or move out from the folder) the ".profile" files from 'input' folder


After doing this steps there is no problem on showing the right click menu or
pop up palette. If this solves your issue please tell us.

Initially I thought it was a glitch on my build, however it seems it is not an
isolated event and might be some change between 4.3 and master that makes
profiles break when upgrading. It probably is something on kritarc as testing
my  krita AppData backup, kept the right click working.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434646] Krita crashes on macos randomly

2021-04-23 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434646

vanyossi  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/88106a143
   ||b3d0349e272e258f2936a3ac090
   ||78b6
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from vanyossi  ---
Git commit 88106a143b3d0349e272e258f2936a3ac09078b6 by Ivan Yossi.
Committed on 23/04/2021 at 14:52.
Pushed by ivany into branch 'master'.

Fix random crashes on macOS

Also it should fix cursor getting stuck after switching to other apps using
cmd+tab and returning to krita using mouse click.

M  +2-8libs/ui/input/kis_extended_modifiers_mapper.cpp
M  +0-1libs/ui/input/kis_extended_modifiers_mapper.h
M  +1-7libs/ui/input/kis_extended_modifiers_mapper_osx.h
M  +5-30   libs/ui/input/kis_extended_modifiers_mapper_osx.mm
M  +0-2libs/ui/input/kis_input_manager.cpp

https://invent.kde.org/graphics/krita/commit/88106a143b3d0349e272e258f2936a3ac09078b6

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 435657] (5.0.0 prealpha 4cca3e9600) drag-and-dropping image from web browser doesn't work anymore

2021-04-23 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=435657

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |tamtamy.tym...@gmail.com
 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 435670] Adding two shapes from vector library results in an assert

2021-04-15 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=435670

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #3 from vanyossi  ---
Line was introduced in 09519feaf10804d7242a44e36b472aa13e809055 and seems
harmless, it could even be a if case.

I never get a crash nor a freeze, Safe asserts are triggered even if onyl one
shape is in the vector layer prior to be D, they keep printing over and over
againas long as I don't drop the vector shape (that is why they vary) and move
the cursor with the D action still active.


The second line comes from 2617900662ff7046d79249077053ed which could
potentially be the backtrace you are seeing.

however I never get a crash/freeze so the issue could be or could not be
related to those commits.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 435657] (5.0.0 prealpha 4cca3e9600) drag-and-dropping image from web browser doesn't work anymore

2021-04-15 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=435657

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||ghe...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from vanyossi  ---
I just tested (db8a16ff4580) and it places png with transparency correctly.
this is on macOS and D from Firefox

Is this still happening? nightly build is actively worked on and new additions
can break things until we notice and fix them.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434803] brush with snapping to any curved assistants (ellipse, spline) creates tangent lines

2021-04-14 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434803

vanyossi  changed:

   What|Removed |Added

Summary|brush with snapping to a|brush with snapping to any
   |spline assistants creates   |curved assistants (ellipse,
   |tangent lines   |spline) creates tangent
   ||lines

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434646] Krita crashes on macos randomly

2021-04-09 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434646

vanyossi  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #8 from vanyossi  ---
found the reason to this bug:

We started listening to shortcuts outside of krita's focus, however if the user
presses a key combination that happens to be a shortcut outside the action will
be triggered even with krita out of focus or with focus but no active document 
whic means KisToolProxy::private is null causing the crash.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434806] Deform Brush engine "Angle" parameter rotates brush by radians instead of degrees

2021-04-09 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434806

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/1222798f0
   ||aadf4d69a5cef6fd332c169ebb6
   ||c6bd

--- Comment #5 from vanyossi  ---
Git commit 1222798f0aadf4d69a5cef6fd332c169ebb6c6bd by Ivan Yossi.
Committed on 10/04/2021 at 00:40.
Pushed by ivany into branch 'master'.

Rotate deform brush using degrees instead of radians

This also ensures the rotation outline rotates in the same
direction as the widget visual representation.

M  +3-3plugins/paintops/deform/deform_brush.cpp
M  +1-1plugins/paintops/deform/kis_deform_paintop_settings.cpp

https://invent.kde.org/graphics/krita/commit/1222798f0aadf4d69a5cef6fd332c169ebb6c6bd

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434803] brush with snapping to a spline assistants creates tangent lines

2021-04-08 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434803

vanyossi  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED
   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com
 CC||ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 435254] Brush outline is invisible

2021-04-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=435254

vanyossi  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/ff6182871
   ||03a559c473c9cc96a33caf1dd74
   ||1a5c
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #10 from vanyossi  ---
Git commit ff618287103a559c473c9cc96a33caf1dd741a5c by Ivan Yossi.
Committed on 05/04/2021 at 00:48.
Pushed by ivany into branch 'master'.

Revert "Add an extra check before performing an action"

This reverts commit e97414d541bd9de8e080cf4cee0ce3d2c9ab1973.

M  +0-3libs/ui/canvas/kis_tool_proxy.cpp

https://invent.kde.org/graphics/krita/commit/ff618287103a559c473c9cc96a33caf1dd741a5c

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434619] copy paste broken

2021-04-01 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434619

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #11 from vanyossi  ---
Bug is fixed now, MR https://invent.kde.org/graphics/krita/-/merge_requests/766
is merged

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434646] Krita crashes on macos randomly

2021-04-01 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434646

vanyossi  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from vanyossi  ---
Closing as the random bug during my painting sessions is always KoToolproxy. 

pushed a quick fix for it.

https://invent.kde.org/graphics/krita/-/commit/e97414d541bd9de8e080cf4cee0ce3d2c9ab1973

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 358611] Add a parallel spline assistant/Add parallellism as a checkbox to all assistants

2021-04-01 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=358611

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com
 Status|CONFIRMED   |ASSIGNED

--- Comment #10 from vanyossi  ---
Im working on adding paralellism on spline.

To add to all I would have t:
- merge Ruler and Parallel ruler
- merge ellipse and concentricEllipse (while not parallel it is the same idea)
- add parellelism to spline

VP and Perspective would not use this option.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434619] copy paste broken

2021-03-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434619

vanyossi  changed:

   What|Removed |Added

   Severity|normal  |wishlist
   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com

--- Comment #10 from vanyossi  ---
Decided to hack a little code to see how it behaves. (MR above)

Copying from dolphin or Finder works correctly, however I did not tested all
paste contexts, only "create from clipboard" and "paste into canvas" as those
are the ones I modified.

What I've seen is that the KisClipBoardUtil is not used to parse in all
clipboard contexts but only one case. I had to add it to
kis_image_from_clipboard to load dimensions correctly.

While not confirmed, im assigning the report to me, and changing it to a whish.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434916] Not preserving metadata information in png and kra formats (have not tried other formats)

2021-03-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434916

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
   Severity|critical|normal

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434646] Krita crashes on macos randomly

2021-03-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434646

--- Comment #6 from vanyossi  ---
i have been using krita with a small patch to kis_tool_proxy.cpp:220:83 it
checks the pointer to be valid before calling KisToolProxy. So far no crashes

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 433624] Krita crashes when closing one of multiple tabs

2021-03-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=433624

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 433624] Krita crashes when closing one of multiple tabs

2021-03-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=433624

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||ghe...@gmail.com

--- Comment #5 from vanyossi  ---
I cannot reproduce this at all. I opened 2 documents consitently and closed the
inactive one repeteadly and it never crashed. In between I switched
applications, used mouse, pressed random keys, nothing.

To generate stack traces (that help us inmensly) Please download Xcode 12 and
install the command line tools (in a terminal type "sudo xcode-select
--install"), sadly from XCode 12 onwards it is not possible to install command
line tools by its own if you are not signed as developer (from the info I have)

with the command line tools installed run Krita from lldb like this

lldb krita.app/Contents/MacOS/krita

A command prompt will show, type "run" (or just "r") and hit enter. Use krita
normally, when it crashes the command prompt will show something like "process
stopped, error etc" and show you the prompt again.

with the prompt in the error type "bt all" and paste the result here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434810] no deja trabajar con mi tableta Huion

2021-03-23 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434810

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||ghe...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from vanyossi  ---
In the future please ask for support first in https://krita-artists.org/ , if
it is indeed a bug please fill the report in english.

All tablet issues are almost never a but in krita's code, please check if
reinstalling your drivers solve the issue, if not downgrade your tablet driver
as huion latest driver is very buggy. if it doesnt please ask for help in
https://krita-artists.org/

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434646] Krita crashes on macos randomly

2021-03-20 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434646

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com
 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #2 from vanyossi  ---
Im assigning myself again as it was removed by last editor

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434646] Krita crashes on macos randomly

2021-03-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434646

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434646] New: Krita crashes on macos randomly

2021-03-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434646

Bug ID: 434646
   Summary: Krita crashes on macos randomly
   Product: krita
   Version: git master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Shortcuts and Canvas Input Settings
  Assignee: krita-bugs-n...@kde.org
  Reporter: ghe...@gmail.com
  Target Milestone: ---

I open this bug to investigate some random crashes.

This first stack trace seem to suggest it could be related to my custom code
for persistent macos global shortcuts

error: libkritawidgets.17.0.0.dylib debug map object file
'/Volumes/Osiris/programs/krita-master/kisbuild/libs/widgets/CMakeFiles/kritawidgets.dir/kritawidgets_autogen/mocs_compilation.cpp.o'
has changed (actual time is 2021-03-19 18:58:14.0, debug map time is
2021-03-19 15:53:14.0) since this executable was linked, file will be
ignored
error: libkritawidgets.17.0.0.dylib debug map object file
'/Volumes/Osiris/programs/krita-master/kisbuild/libs/widgets/CMakeFiles/kritawidgets.dir/KoAspectButton.cpp.o'
has changed (actual time is 2021-03-19 18:58:08.0, debug map time is
2021-03-15 12:55:05.0) since this executable was linked, file will be
ignored
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS
(code=1, address=0x10)
  * frame #0: 0x0001035855b4
libkritaflake.17.0.0.dylib`KoToolProxy::priv(this=0x) at
KoToolProxy.cpp:478:12 [opt]
frame #1: 0x0001011b9a25
libkritaui.17.0.0.dylib`KisToolProxy::activateToolAction(this=0x,
action=Primary) at kis_tool_proxy.cpp:220:83 [opt]
frame #2: 0x000101504eca
libkritaui.17.0.0.dylib`KisToolInvocationAction::activate(this=0x00011465f7e0,
shortcut=) at kis_tool_invocation_action.cpp:143:28 [opt]
frame #3: 0x000101511c57
libkritaui.17.0.0.dylib`KisShortcutMatcher::tryActivateReadyShortcut(this=0x00011465f3e0)
at kis_shortcut_matcher.cpp:670:38 [opt]
frame #4: 0x000101513848
libkritaui.17.0.0.dylib`KisShortcutMatcher::recoveryModifiersWithoutFocus(this=0x00011465f3e0,
keys=0x7ffeefbff020) at kis_shortcut_matcher.cpp:481:9 [opt]
frame #5: 0x000101660ace libkritaui.17.0.0.dylib`invocation function
for block in activateLocalMonitor(.block_descriptor=,
event=0x00010fb24a00) at kis_extended_modifiers_mapper_osx.mm:106:25 [opt]
frame #6: 0x7fff35924982 AppKit`_NSSendEventToObservers + 323
frame #7: 0x7fff35923446 AppKit`-[NSApplication(NSEvent) sendEvent:] +
82
frame #8: 0x00010b40527a
libqcocoa.dylib`___lldb_unnamed_symbol749$$libqcocoa.dylib + 74
frame #9: 0x7fff357705bf AppKit`-[NSApplication run] + 707
frame #10: 0x00010b401bf8
libqcocoa.dylib`___lldb_unnamed_symbol674$$libqcocoa.dylib + 2648
frame #11: 0x000105bea6bf
QtCore`QEventLoop::exec(QFlags) + 431
frame #12: 0x000105bef5c2 QtCore`QCoreApplication::exec() + 130
frame #13: 0x000100010c01 krita`main(argc=,
argv=0x7ffeefbff750) at main.cc:663:17 [opt]
frame #14: 0x7fff725f6cc9 libdyld.dylib`start + 1
  thread #7, name = 'OGL Profiler'
frame #0: 0x7fff72737dfa libsystem_kernel.dylib`mach_msg_trap + 10
frame #1: 0x7fff72738170 libsystem_kernel.dylib`mach_msg + 60
frame #2: 0x7fff43021c49 OpenGL`glcDebugListener + 299
frame #3: 0x7fff727fb109 libsystem_pthread.dylib`_pthread_start + 148
frame #4: 0x7fff727f6b8b libsystem_pthread.dylib`thread_start + 15
  thread #8, name = 'com.apple.CFSocket.private'
frame #0: 0x7fff727400fe libsystem_kernel.dylib`__select + 10
frame #1: 0x7fff38538c53 CoreFoundation`__CFSocketManager + 641
frame #2: 0x7fff727fb109 libsystem_pthread.dylib`_pthread_start + 148
frame #3: 0x7fff727f6b8b libsystem_pthread.dylib`thread_start + 15
  thread #9, name = 'com.apple.NSEventThread'
frame #0: 0x7fff72737dfa libsystem_kernel.dylib`mach_msg_trap + 10
frame #1: 0x7fff72738170 libsystem_kernel.dylib`mach_msg + 60
frame #2: 0x7fff3850fef5 CoreFoundation`__CFRunLoopServiceMachPort +
247
frame #3: 0x7fff3850e9c2 CoreFoundation`__CFRunLoopRun + 1319
frame #4: 0x7fff3850de3e CoreFoundation`CFRunLoopRunSpecific + 462
frame #5: 0x7fff35921954 AppKit`_NSEventThread + 132
frame #6: 0x7fff727fb109 libsystem_pthread.dylib`_pthread_start + 148
frame #7: 0x7fff727f6b8b libsystem_pthread.dylib`thread_start + 15
  thread #13, name = 'Qt bearer thread'
frame #0: 0x7fff7273e3d6 libsystem_kernel.dylib`poll + 10
frame #1: 0x000105c437f0 QtCore`qt_safe_poll(pollfd*, unsigned int,
timespec const*) + 480
frame #2: 0x000105c44eb3
QtCore`QEventDispatcherUNIX::processEvents(QFlags)
+ 899
frame #3: 0x000105bea6bf
QtCore`QEventLoop::exec(QFlags) + 431
frame #4: 0x000105a2c09c QtCore`QThread::exec() + 140
  

[krita] [Bug 409564] Filter wave cut off on high amplitudes

2021-03-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=409564

vanyossi  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/335fbba6d
   ||d217e09ef901c7eb573f511dcc0
   ||2e7f
 Resolution|--- |FIXED

--- Comment #1 from vanyossi  ---
Git commit 335fbba6dd217e09ef901c7eb573f511dcc02e7f by Ivan Yossi.
Committed on 20/03/2021 at 00:11.
Pushed by ivany into branch 'master'.

Reverse direction in wavefilter

M  +3-3plugins/filters/wavefilter/wavefilter.cpp
M  +1-1plugins/filters/wavefilter/wavefilter.h

https://invent.kde.org/graphics/krita/commit/335fbba6dd217e09ef901c7eb573f511dcc02e7f

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434619] copy paste broken

2021-03-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434619

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #5 from vanyossi  ---
This has never worked, there is no code in krita for it. (at least not as old
as I could look). KisClipboardUtil.cpp manages the clipboard pasting. And the
supported mimetypes does not include text/uri-list.

Below are the mimetypes reported from clipboard when copying from Finder

"text/uri-list"
"text-plain"
"application/x-qt-image"

When the image is not generated from clipboard we fallback to the default
"QApplication::clipboard()->image() contents which are the mimetype icons.

Clipboard expects image data to return, in case of a text/uri-list mimetype the
most we can do whitout refactoring is to take the first element in the list and
load the image from file. ??

BTW: Copying and pasting between programs works perfectly fine.

1. From finder open document in "Preview"
2. Cmd + C
3. Paste in krita (or open from clipboard)

can we change the title and move this to a wish maybe?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 430366] Crash when creating an 32x32 pixel image

2021-03-11 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=430366

--- Comment #1 from vanyossi  ---
Im not so sure how to debug this one, this only crashes if the grid is shown on
canvas creation routine. If pixel grid is off before creating the image, and
pixel grid is shown after creating the image, there is no crash.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432952] [Master] Restore Defaults for Canvas Input Settings softly removes all the canvas input shortcuts

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432952

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REOPENED|NEEDSINFO

--- Comment #4 from vanyossi  ---
Im sorry but I cannot reproduce this one in e2d3c4, pushing the restore default
does not erase default canvas input setting shortcuts.

Probably your settings files are modified and krita restores to those modified
settings files, erasing all canvas input settings

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432952] [Master] Restore Defaults for Canvas Input Settings softly removes all the canvas input shortcuts

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432952

vanyossi  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1

--- Comment #3 from vanyossi  ---
Reopening

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434003] Color Selector Settings restore to defaults when pressed when other section is active i.e. Tablet settings

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434003

vanyossi  changed:

   What|Removed |Added

Summary|Ambiguous Restore Defaults  |Color Selector Settings
   |Button, it appears to be|restore to defaults when
   |for the current section.|pressed when other section
   ||is active i.e. Tablet
   ||settings

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434003] Ambiguous Restore Defaults Button, it appears to be for the current section.

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434003

--- Comment #5 from vanyossi  ---
Im a little tired, didn't notice this :3 Ill restore and recheck both bugs

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 433944] Brush outline unwanted grid snapping after editing pen pressure curve

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=433944

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||ghe...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from vanyossi  ---
Could you please explain/show this with a screen record? I can't acuatlly
notice anything on my side.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434003] Ambiguous Restore Defaults Button, it appears to be for the current section.

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434003

vanyossi  changed:

   What|Removed |Added

Summary|Restore Defaults restores   |Ambiguous Restore Defaults
   |too much|Button, it appears to be
   ||for the current section.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432952] [Master] Restore Defaults for Canvas Input Settings softly removes all the canvas input shortcuts

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432952

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from vanyossi  ---


*** This bug has been marked as a duplicate of bug 434003 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434003] Restore Defaults restores too much

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434003

vanyossi  changed:

   What|Removed |Added

 CC||tomtomtomreportingin@gmail.
   ||com

--- Comment #3 from vanyossi  ---
*** Bug 432952 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434003] Restore Defaults restores too much

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434003

--- Comment #2 from vanyossi  ---
Created attachment 136413
  --> https://bugs.kde.org/attachment.cgi?id=136413=edit
restore settings button appears to be from open section

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 434003] Restore Defaults restores too much

2021-03-05 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=434003

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from vanyossi  ---
The button is not from the tablet curve setting, the button is for all krita
settings. I will confirm this bug given it is confusing there is no visual
"cue" to distingish this button as being global

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 433603] Brush strokes are dashed/jagged when very low pressure is applied to create near 1px width strokes

2021-02-28 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=433603

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||ghe...@gmail.com
   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from vanyossi  ---
The bug is present for me on any Fade setting for -Gauss Mask: Circular-, it is
not present on Rectangular mask shape.

This does means is our interpolation algorithm bugs on extremely small sizes.

I would say to take a closer look.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 433770] Crash when performing a redo action after certain crop-related steps

2021-02-28 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=433770

vanyossi  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 433770] Crash when performing a redo action after certain crop-related steps

2021-02-28 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=433770

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
Created attachment 136270
  --> https://bugs.kde.org/attachment.cgi?id=136270=edit
backtrace

I can confirm this bug, easily reproductible following the steps provided,
attached backtrace.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 343072] Ability to apply transformation again ( repeat last transformation) with a shortcut key

2021-02-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=343072

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432900] Krita isn't tracking my pen pressure. My pen works with other programs like photoshop, but when I updated it, the pen pressure went away.

2021-02-17 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432900

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
Not having pressure support is always a setup problem, never a bug in Krita's
code.

You'd be better of asking for help on https://krita-artists.org/. This is a bug
tracker, not a user support forum. Without knowing what operating system you're
using, which tablet you're using and what other hardware you have it's not
possible to help you.

You can also check the manual:
https://docs.krita.org/en/user_manual/drawing_tablets.html#where-it-can-go-wrong
which has helpful advice.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432908] Krita doesnt recognize my wacom tablet

2021-02-17 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432908

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||ghe...@gmail.com
 Resolution|--- |NOT A BUG

--- Comment #1 from vanyossi  ---
Any problem related to tablet is almost never a bug in krita but a problem in
drivers/configuration. Please check if the manual known issues help you
https://docs.krita.org/en/user_manual/drawing_tablets.html or get support on
https://krita-artists.org/

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432700] non riesco ad uscire dallo schermo intero

2021-02-09 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432700

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||ghe...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from vanyossi  ---
Please write all bug reports in english.

This is not a bug: correct shortcut for full screen toggle is (Ctrl + Shift +
F) no other shortcut will get you out of fullscreen mode. Please read the
manual https://docs.krita.org/en/index.html or get user support in
https://krita-artists.org/

Closing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432602] crop / resize canvas to cm

2021-02-08 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432602

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #2 from vanyossi  ---
This is a nice wish

To crop to a certain dimension we would need to first set crop factor to a
ratio i.e. 4.5/3.5 = 9/7 = 1.29.
After crop resize image to the desired size at a certain user set DPI.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432666] Can't delete any canvas input shortcuts of a lone action

2021-02-08 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432666

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
afair this was intended as some canvas input shortcuts are important for krita
usage and users might delete them accidentally. The idea to my understanding is
tha they need to set an alternate shortcut before removing the default one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 423026] Can't save changes to drives that don't support "permanent version storage" on Mac

2021-02-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=423026

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||ghe...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #2 from vanyossi  ---
This is not a bug in Krita. I tested this on 4.4.2 using Parangon NTFS 10 day
trial. Krita, terminal or any other app saves, an rewrites to the paragon
mounted filsystem without any warning.

If there is an issue, I can assure you the error is not in krita's code.

On the other hand, folders cannot be named using non native file dialog though,
but this is another issue altoguether.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 432036] Crop Tool: Aspect ratio lock ignored when trying to resize cropped area beyond image border

2021-02-02 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432036

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com
 CC||ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 431682] Canvas not taking back focus after popup closes

2021-01-17 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=431682

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #2 from vanyossi  ---
The behaviour is not related.

However I cannot confirm the bug as focus is always returned on both my macs.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 431674] macOS build on x64 architecture broken

2021-01-17 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=431674

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #15 from vanyossi  ---
The problem with manga Tengu is that qt 5,13.1 is installed in the system via
homebrew taking precedence over the bundled qt. This ideally should not happen.
Other than adding more rpath "guards" on krita libs there is little to nothing
we can do about it. I have always avoided homebrew installs as they are known
for messing up env and library search paths.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 421448] Crash when opening files from Finder

2021-01-14 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=421448

vanyossi  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/0ce36d5b7 |hics/krita/commit/0e8c8307b
   |074893a61d18925a9efc3263526 |6ec4e08e7ea5e8a5f8a02a06831
   |7a45|35a7

--- Comment #12 from vanyossi  ---
Git commit 0e8c8307b6ec4e08e7ea5e8a5f8a02a0683135a7 by Ivan Yossi.
Committed on 15/01/2021 at 01:57.
Pushed by ivany into branch 'krita/4.3'.

Fix crash whan opening file from finder

M  +25   -1libs/ui/KisApplication.cpp
M  +2-0libs/ui/KisApplication.h

https://invent.kde.org/graphics/krita/commit/0e8c8307b6ec4e08e7ea5e8a5f8a02a0683135a7

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 421448] Crash when opening files from Finder

2021-01-14 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=421448

vanyossi  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/bedb488c9 |hics/krita/commit/0ce36d5b7
   |926b435ca8a4aec771172e395eb |074893a61d18925a9efc3263526
   |8aab|7a45

--- Comment #11 from vanyossi  ---
Git commit 0ce36d5b7074893a61d18925a9efc32635267a45 by Ivan Yossi.
Committed on 14/01/2021 at 21:18.
Pushed by ivany into branch 'krita/4.4.2'.

Fix crash whan opening file from finder

M  +25   -1libs/ui/KisApplication.cpp
M  +2-0libs/ui/KisApplication.h

https://invent.kde.org/graphics/krita/commit/0ce36d5b7074893a61d18925a9efc32635267a45

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 423972] *.kra File appearance changes (text position and size) with different monitor resolution

2021-01-14 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=423972

vanyossi  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #8 from vanyossi  ---
Sadly the bug is still present in 4.4.1 on windows.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427627] Krita crashed twice suddenly.

2021-01-13 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427627

vanyossi  changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #31 from vanyossi  ---
Do you have any new information? does krita is still crashing? i checked the
backtraces then and now and we the crashes were inconsistent. Did you check
your physical ram for defects?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 420032] Random crashes on Mac (with canvas acceleration off)

2021-01-13 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=420032

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #37 from vanyossi  ---
Does this still happen to you on 4.4.2?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 430693] deadkeys cannot be set as keyboard shortcuts

2020-12-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=430693

vanyossi  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |REPORTED

--- Comment #3 from vanyossi  ---
I think this is a bug the user can find a good quickaround by choosing another
key, OR changing keyboard layouts for krita (I do this with some applications,
as this is a common problem).

Shall we close it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 430693] deadkeys cannot be set as keyboard shortcuts

2020-12-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=430693

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
Summary|keys not assigneable|deadkeys cannot be set as
   ||keyboard shortcuts

--- Comment #1 from vanyossi  ---
I can confirm this is an issue on any deadkey.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 430572] Krita is unuseable when airplay is active

2020-12-21 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=430572

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||ghe...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from vanyossi  ---
The first case is exactly as halla said. Current openGL rendering on macos is
intense and we loose some tablet events due to that.

However, Do you get segmentation without openGL canvas rendering?? and wnat mac
hardware are you testing this on?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 430366] Crash when creating an 32x32 pixel image

2020-12-18 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=430366

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com
 CC||ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427994] stop writting

2020-10-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427994

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||ghe...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from vanyossi  ---
Im sorry but you provide no explanation about what your issue is or how you are
getting it.

Could you explain what is the issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 422239] Animation: MacOS: Frame playback order is offset with respect to frame number with 8-bit integer images

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=422239

--- Comment #6 from vanyossi  ---
Still present in git 8b61f56ebf44924e

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427235] Drag and Dropped image files that are added as file-layers are not named after the filename.

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427235

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
 Ever confirmed|0   |1
   Keywords||triaged
 Status|REPORTED|CONFIRMED

--- Comment #1 from vanyossi  ---
I cna confirm this bug

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427268] Move tool does not work when selecting only part of layer folder

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427268

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||ghe...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from vanyossi  ---
For operations like this use "Transform tool" instead. Marking as duplicate of
352519

As a side note, on the tool options for move. 
* Move Layer with content
* Move the whole group
behave in the same manner, moving the content of the layer below the cursor,
inside or outside the group.

*** This bug has been marked as a duplicate of bug 352519 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 352519] Delete, cut copy and paste recursively from a group or multiple selected layer

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=352519

vanyossi  changed:

   What|Removed |Added

 CC||willowlig...@gmail.com

--- Comment #9 from vanyossi  ---
*** Bug 427268 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427269] Delay in move tool's recognition of transparency lock

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427269

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
Please update to the latest beta (4.4.0 beta2) and test again, several fixes
have been made since krita 4.2.9

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427285] Combined Tablet shortcuts causes freeze

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427285

vanyossi  changed:

   What|Removed |Added

   Keywords||triaged
 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
I do not have the addicional buttons nor the same tablet to test this. I map
tablet buttons to keyboard modifiers and mouse clicks and tested similiar
combinations as the reporter. All shortcuts worked as expected.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427303] Right click with tablet pen doesn't behave as expected

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427303

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
   Keywords||triaged

--- Comment #2 from vanyossi  ---
I can confirm the third issue as a potencial problem on stylus users. as the
manu appears so clos to the cursor and style has no fine no fine control when
hovering.

1st and 2nd issues are related to you tablet manufacturer's driver im afraid :/

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427349] When I use Any pen/pencil is like it´s blurry. I´ve tried to re-download the app but this does not change... please help me. (And please excuse my bad english)

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427349

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||ghe...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from vanyossi  ---
Im sorry but I can't be of much help without more information from your side:
Your system informacion  (you can get it from help -> show info for bug
reports), the canvas size, as well as a screenshot of the entire screen with
krita running in it and te blurry.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 425774] Mirrored selection

2020-10-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=425774

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #5 from vanyossi  ---
For complex mirror worflows I suggest you use clone layers and transform masks.
You get more control and can make wathever you need.

Multibrush only "mirrors" the stroke but has no effect on other tools. as well
as the mirror tool.

However the mirror tool could be added the functionality to mirror selecion
along the tool axis.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427169] Brush freezes, disappears when opening color palette, gets stuck in "pan" mode

2020-09-30 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427169

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
in point 3. do you mean the "popup color palette"? We used to have a bug
similiar to what you describe, but instead it would lock the UI when using the
Popup ColorPalette

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427187] Perspectove transform on transform mask is corrupted

2020-09-30 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427187

vanyossi  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||ghe...@gmail.com

--- Comment #2 from vanyossi  ---
I can confirm this bug with the provided file.

Part of the image outside bounds is not considered for the transform mask.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 427080] Bug : Inconsistent functionality of the line tool

2020-09-29 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=427080

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO
 CC||ghe...@gmail.com

--- Comment #3 from vanyossi  ---
Hi stephen, I tested the line tool and at least on macOS results are as
expected.

Could you record a video of what you are getting? Line tool varies depending on
the pressure during the entire line stroke gesture. So you can trace different
pressure levels depending on the distance. If you see no line at the very
begging or end it might mean you almost had no pressure on your stroke and the
preset you are using does not paint at that "pressure" at that point in the
line. (its quoted as the line can vary depending on any sensor you set).

Readjust your brush preset so it paints at any sensor state during the tracing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 426629] Pen Pressure will not work even though it is enabled.

2020-09-20 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=426629

vanyossi  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED
 CC||ghe...@gmail.com

--- Comment #2 from vanyossi  ---
Krita on macOS has no special tablet code, we use the macOS provided API
through Qt, if its not working the problem is most likely to be on the driver
side of your tablet. Please update your graphics tablet driver. If it was
working and just sudenly stopped working once, then it probably is a glitch and
can happen on any system on any software, selecting another window and coming
back to the application fixes it.

However we can only guess as you provided no information on your tablet model,
computer model, macOS version, krita version, or anything we could use.

As Ahab commented before me: "Please go to https:krita-artists.org, sign up and
start a topic there in the Support and Advice : Input Device Support category."

Closing as worksforme

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 426734] For certain image files I cannot paste into krita/create from clipboard

2020-09-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=426734

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
This does not seem to be a problem of Krita, but of some other Qt
component/software.

macOS and Windows laod the file instantly following the steps in the bugreport

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 426735] Krita crashes on startup

2020-09-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=426735

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||ghe...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from vanyossi  ---
Looks like a duplicate of bug 423685

Could you download Krita plus and check it starts normaly now? Either from our
website or visiting this link
https://binary-factory.kde.org/job/Krita_Stable_Windows_Build/

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 426745] I opened up my sketch on Krita and my sketch is completely messed up, the lines look like staircases

2020-09-19 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=426745

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||ghe...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from vanyossi  ---
I have never experience that. could you attach the .kra file or a link to the
file you are having problems. 

- It could be one otf two things. Canvas display got messed up by a config
change (rare but could happen?)
- you created a small version and unintentionally overwrote over the original
bigger resolution rich image.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 419921] Cursor doesn't draw

2020-09-10 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=419921

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #16 from vanyossi  ---
First make sure you are using Krita latest version, that is to this date 4.3.0
There was a bug exactly as you describe before and it probably was in 4.2.9,
but  I dont remember.

Please also write down what where you doing when that happends.
Were you switching applications?
unsing a popup window?
adjusting layers.

be specifyc.

Finally attach the contents of Help-> show system information for bug reports

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 426389] Cannot open file from Dolphin Right Click when Krita is already open.

2020-09-10 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=426389

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
I think this bug is already fixed. can you check on the latest stable version?
Download Krita Plus for Linux on the download page.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 426384] Krita crashes when closed

2020-09-10 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=426384

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||ghe...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from vanyossi  ---
Is the krita version correct? can you please update to latest krita stable
(4.3.0) or better yet krita plus and confirm this is still the case?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 426010] Clicking on guide outside of canvas boundary deletes it.

2020-08-31 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=426010

vanyossi  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||ghe...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #1 from vanyossi  ---
I can confirm this bug. As the guide is visible on the canvas still, it should
not be removed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 389876] Node properties that are not recorded in undo history should mark the document as modified but don't

2020-08-22 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=389876

--- Comment #17 from vanyossi  ---
Thanks dmitry, I was working on this bug and I think it is tricky to get the
right solution.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 421448] Crash when opening files from Finder

2020-08-18 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=421448

vanyossi  changed:

   What|Removed |Added

 CC||forums7...@me.com

--- Comment #5 from vanyossi  ---
*** Bug 425442 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 425442] Crashes Frequently when Opening .kra file

2020-08-18 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=425442

vanyossi  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #16 from vanyossi  ---
i know the reason of this bug and was working on a fix. it only happens if
krita is not open before double clicking. This is a duplicate.

Closing

*** This bug has been marked as a duplicate of bug 421448 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 425442] Crashes Frequently when Opening .kra file

2020-08-18 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=425442

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 425247] ctrl-y should execute redo

2020-08-17 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=425247

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||ghe...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #7 from vanyossi  ---
Please do not reopen the bug if they already explained to you why this is as it
is and gave you strong points on why it will reamin as it is.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 425442] Crashes Frequently when Opening .kra file

2020-08-17 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=425442

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||ghe...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from vanyossi  ---
I cannot conirm this.

However if your want to help some more, could you attach the missing part of
the crash report after "Terrminating process:" There should be threads
information.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 425118] Incorrect use of "Ctrl+" in the UI

2020-08-07 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=425118

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 418937] When krita is not opened, double clicking a kra file crashes

2020-08-07 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=418937

vanyossi  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from vanyossi  ---


*** This bug has been marked as a duplicate of bug 421448 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 421448] Crash when opening files from Finder

2020-08-07 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=421448

vanyossi  changed:

   What|Removed |Added

 CC||mangate...@gmail.com

--- Comment #4 from vanyossi  ---
*** Bug 418937 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 425024] Most watercolor brush presents are not working.

2020-08-06 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=425024

vanyossi  changed:

   What|Removed |Added

 Attachment #130667|0   |1
is obsolete||
 CC||ghe...@gmail.com

--- Comment #3 from vanyossi  ---
Created attachment 130688
  --> https://bugs.kde.org/attachment.cgi?id=130688=edit
Watercolor brush on first load

Krita mster (2fb0bf9f91ccb864af0d9) There is a bug on watercolopresets
apparently on load the alphamask is not loaded at all. intstead I get the brush
predefined tip white and black showing. Reselecting any brush predefined tip
fixes the issue for the session for that particular preset.

But the brushes do work.

On top the preset as loaded.
Bottom, the same preset but opened predefined tips and selected any.

Is this the issue you are having?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424536] Docker becomes smaller vertically for every Tab

2020-07-27 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424536

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #2 from vanyossi  ---
I cannot reproduce this in macos.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 423795] The window will not maximize

2020-07-27 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=423795

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED
 CC||ghe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424701] Caligraphy does not work properly it makes a lot of circular shapes and it becomes useless

2020-07-26 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424701

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||ghe...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from vanyossi  ---
Hi! without details on the subject we can't exactly know the issue you are
having. We are aware of some bugs but without more information there is nothing
we can dowith your report. Please add a description and steps to reproduce the
bug that way we can start answering some basecs like: is it a known issue? is
this new? and plan accordinly to fix.

I will mark the bug as WAITING FORINFO

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424647] Scaling selection via Select menu results in selection being offsetted to different place.

2020-07-26 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424647

vanyossi  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||ghe...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #4 from vanyossi  ---
Only vector selection has this issue

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424647] Scaling vector selection via Select menu results in selection being offsetted to different place.

2020-07-26 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424647

vanyossi  changed:

   What|Removed |Added

Summary|Scaling selection via   |Scaling vector selection
   |Select menu results in  |via Select menu results in
   |selection being offsetted   |selection being offsetted
   |to different place. |to different place.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424697] Snapshots: crash when switching to snapshot with assistant, when there are no assistants currently

2020-07-26 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424697

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424651] Crashing at regenerating cache

2020-07-26 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424651

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||ghe...@gmail.com

--- Comment #2 from vanyossi  ---
Ill mark as resolved then.

Reset configuration launch or inside krita UI is something we have talked
about, while some problems can be related to configuration problems, not
everything can be fixed like that. While it would b helpfull in some cases in
some other would be harmful as the user will be decieved to think all they need
to fix krita is to reset configurations, wen in reality it could be real bug on
our side.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424673] While editing a selection, copy pasting the selection shape creates a new vector layer with the pasted object

2020-07-26 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424673

vanyossi  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||ghe...@gmail.com

--- Comment #1 from vanyossi  ---
Confirming this happens, and can disorint/confuse as you would expect to paste
in place.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424468] Crash if Spray Brush Brush Tip Ratio=0

2020-07-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424468

vanyossi  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/6a43b23c3
   ||8e04a4d4faec38ec264b7d06a91
   ||4abe
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from vanyossi  ---
Git commit 6a43b23c38e04a4d4faec38ec264b7d06a914abe by Ivan Yossi.
Committed on 25/07/2020 at 00:45.
Pushed by ivany into branch 'master'.

Fix crash if soft brush ratio is zero

on linux ratio with size 0 caused Vc to generate incorrect indexes for
the curve lookout values. This is now shielded from the GUI 
limiting min ratio values to 0.01

Also values below 0 are masked out in Vc to avoid other similar crashes

M  +3-0libs/image/kis_brush_mask_applicator_factories.cpp
M  +1-1plugins/paintops/libpaintop/kis_auto_brush_widget.cpp

https://invent.kde.org/graphics/krita/commit/6a43b23c38e04a4d4faec38ec264b7d06a914abe

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424030] Transform tool crashing krita

2020-07-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424030

--- Comment #7 from vanyossi  ---
does the transform tool needs to be active and in use for this to happen? or
can I just use it -> apply transform -> do something else?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 424574] eye paind and damage with colorize mask tool. change background color to gray?

2020-07-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=424574

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #3 from vanyossi  ---
I don't understand. If pure white is causing eye strain its possibly a
brightness monitor setting. The tool starts using a semi-opaque white so it
takes some of the color of the layers below. In my ccase I use dark cream color
as a base for my sketches and using colorize mask has no harsh effect over my
eyes as the transform visual cue converts into a soft cream color.

In anycase we need a visual cue to show the tool is active and ready to be
edited. If white can be problematic I wonder what can be done as an alternative

-- 
You are receiving this mail because:
You are watching all bug changes.

<    1   2   3   4   5   6   7   8   9   10   >