[krita] [Bug 472636] ten brush script is not working properly (last night version 5.2.0-prealpha-40afac1de4-)

2023-07-27 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=472636

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/-/commit/2f6ce2c |hics/krita/-/commit/b4556fd
   |1ab0fc9428c8e4f51d00c0948b0 |9b0947541bb82797fb533b19c12
   |e04fd4  |448e2d

--- Comment #3 from Halla Rempt  ---
Git commit b4556fd9b0947541bb82797fb533b19c12448e2d by Halla Rempt, on behalf
of Freya Lupen.
Committed on 27/07/2023 at 09:36.
Pushed by rempt into branch 'krita/5.2'.

Fix Ten Brushes script error when unconfigured

'list[idx] = value' doesn't work if idx may be invalid.
Use list.insert(idx, value) instead.
(cherry picked from commit 2f6ce2c1ab0fc9428c8e4f51d00c0948b0e04fd4)

M  +1-1plugins/python/tenbrushes/tenbrushes.py

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

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

[krita] [Bug 472636] ten brush script is not working properly (last night version 5.2.0-prealpha-40afac1de4-)

2023-07-26 Thread Freya Lupen
https://bugs.kde.org/show_bug.cgi?id=472636

Freya Lupen  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/-/commit/2f6ce2c
   ||1ab0fc9428c8e4f51d00c0948b0
   ||e04fd4

--- Comment #2 from Freya Lupen  ---
Git commit 2f6ce2c1ab0fc9428c8e4f51d00c0948b0e04fd4 by Freya Lupen.
Committed on 26/07/2023 at 23:24.
Pushed by rempt into branch 'master'.

Fix Ten Brushes script error when unconfigured

'list[idx] = value' doesn't work if idx may be invalid.
Use list.insert(idx, value) instead.

M  +1-1plugins/python/tenbrushes/tenbrushes.py

https://invent.kde.org/graphics/krita/-/commit/2f6ce2c1ab0fc9428c8e4f51d00c0948b0e04fd4

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

[krita] [Bug 472636] ten brush script is not working properly (last night version 5.2.0-prealpha-40afac1de4-)

2023-07-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=472636

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/krita/-/merge_requests/1869

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