[krita] [Bug 363374] Save formats

2016-05-21 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363374

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from wolthera  ---
People have been saying this here and there. Proly the save menu hating us and
treating windows like it's osx/linux, and windows just being windows about it.

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


[krita] [Bug 363373] bezier curve selection tool in release v3.0

2016-05-21 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363373

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
The manipulators are tied to document dpi, might get fixed once we overhaul
vectors.

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


[krita] [Bug 363296] Creating animated brush tip crashes Krita

2016-05-21 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363296

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from wolthera  ---
Can't reproduce it with incremental, only random.

GDB says the problem happens here:
Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KisCustomBrushWidget::slotAddPredefined (this=0x11f81280)
at
/home/krita/kde/src/krita/plugins/paintops/libpaintop/kis_custom_brush_widget.cpp:149
149KisGbrBrush *resource =
dynamic_cast(m_brush->clone())

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


[krita] [Bug 363331] Feature request: Krita restores settings after restart.

2016-05-21 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363331

wolthera  changed:

   What|Removed |Added

   Severity|major   |wishlist
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
marking this as wishlist, because it is a feature request :)

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


[krita] [Bug 363295] Crash when creating document with OCIO config loaded

2016-05-21 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363295

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #3 from wolthera  ---
scott check the builds of today?

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


[krita] [Bug 363327] "Set horizontal/vertical mirror mode" button, reset option

2016-05-21 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363327

wolthera  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
I wanted to implement snapping for it, as that would mean you could snap it to
the document center or to a guide in 3.0, but I couldn't figure out how to do
that properly, in the end: https://phabricator.kde.org/D1135

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


[krita] [Bug 363284] Krita connects strokes with previous ones

2016-05-19 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363284

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
Hi there,

Can I tempt you to make us a tablet log? It'd be really useful to learn what
Krita thinks is happening.

Instructions here:
https://docs.krita.org/KritaFAQ#What_if_your_tablet_is_not_recognized_by_Krita.3F

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


[krita] [Bug 356997] Krita crashes when I try to draw on the preview field for "Tangent Normal"

2016-05-18 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356997

wolthera  changed:

   What|Removed |Added

Version|2.9.9   |3.0 Beta
 Resolution|FIXED   |---
 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED

--- Comment #4 from wolthera  ---
Okay, I have a backtrace, but this is definitely for dmitry, considering it has
to dow with the stroke framework.

Thread 25 "Thread (pooled)" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff98a38700 (LWP 19210)]
KisBrushBasedPaintOp::KisBrushBasedPaintOp (this=0x7fff8c1f57c0, 
settings=0x12936eb0, painter=)
at
/home/krita/kde/src/krita/plugins/paintops/libpaintop/kis_brush_based_paintop.cpp:91
91m_brush->notifyStrokeStarted();
(gdb) thread apply all backtrace

Thread 25 (Thread 0x7fff98a38700 (LWP 19210)):
#0  KisBrushBasedPaintOp::KisBrushBasedPaintOp (this=0x7fff8c1f57c0, 
settings=0x12936eb0, painter=)
at
/home/krita/kde/src/krita/plugins/paintops/libpaintop/kis_brush_based_paintop.cpp:91
#1  0x7fffb2d165e1 in KisTangentNormalPaintOp::KisTangentNormalPaintOp (
this=0x7fff8c1f57c0, settings=0x12936eb0, painter=0xe703310, node=..., 
image=...)
at
/home/krita/kde/src/krita/plugins/paintops/tangentnormal/kis_tangent_normal_paintop.cpp:39
#2  0x7fffb2d1465e in KisSimplePaintOpFactory::createOp
(
this=, settings=..., painter=0xe703310, node=..., image=...)
at
/home/krita/kde/src/krita/plugins/paintops/libpaintop/kis_simple_paintop_factory.h:97
#3  0x73135eb0 in KisPaintOpRegistry::paintOp (
this=this@entry=0x7359fac0 <(anonymous
namespace)::Q_QGS_s_registryInstance::innerFunction()::holder>, id=...,
settings=..., 
painter=painter@entry=0xe703310, node=..., image=...)
at
/home/krita/kde/src/krita/libs/image/brushengine/kis_paintop_registry.cc:104
#4  0x7313609a in KisPaintOpRegistry::paintOp (
---Type  to continue, or q  to quit---
this=0x7359fac0 <(anonymous
namespace)::Q_QGS_s_registryInstance::innerFunction()::holder>, preset=...,
painter=painter@entry=0xe703310, node=..., 
image=...)
at
/home/krita/kde/src/krita/libs/image/brushengine/kis_paintop_registry.cc:120
#5  0x73121275 in KisPainter::setPaintOpPreset (
this=this@entry=0xe703310, preset=..., node=..., image=...)
at /home/krita/kde/src/krita/libs/image/kis_painter.cc:2584
#6  0x77813152 in KisResourcesSnapshot::setupPainter (this=0x12b4c3f0, 
painter=painter@entry=0xe703310)
at /home/krita/kde/src/krita/libs/ui/tool/kis_resources_snapshot.cpp:165
#7  0x77816704 in KisPainterBasedStrokeStrategy::initPainters (
this=this@entry=0x11b8a130, targetDevice=..., selection=..., 
hasIndirectPainting=false, indirectPaintingCompositeOp=...)
at
/home/krita/kde/src/krita/libs/ui/tool/strokes/kis_painter_based_stroke_strategy.cpp:157
#8  0x77817348 in KisPainterBasedStrokeStrategy::initStrokeCallback (
this=0x11b8a130)
at
/home/krita/kde/src/krita/libs/ui/tool/strokes/kis_painter_based_stroke_strategy.cpp:213
#9  0x732f61e1 in KisStrokeJob::run (this=)
at
/home/krita/kde/build/libs/image/../../../src/krita/libs/image/kis_stroke_job.h:44
---Type  to continue, or q  to quit---
#10 KisUpdateJobItem::run (this=0xf047480)
at
/home/krita/kde/build/libs/image/../../../src/krita/libs/image/kis_update_job_item.h:66
#11 0x7559630d in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#12 0x75599c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#13 0x7fffef14c6fa in start_thread (arg=0x7fff98a38700)
at pthread_create.c:333
#14 0x74c95b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 11 (Thread 0x7fffa3fff700 (LWP 19194)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7559a7eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x76770aa2 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x75599c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef14c6fa in start_thread (arg=0x7fffa3fff700)
at pthread_create.c:333
---Type  to continue, or q  to quit---
#5  0x74c95b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 10 (Thread 0x7fffa886c700 (LWP 19193)):
#0  0x74c5a8dd in nanosleep () at ../sysdeps/unix/syscall-template.S:84
#1  0x75641f7d in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75599138 in QThread::msleep(unsigned long) ()
  

[krita] [Bug 363124] Light green brush cursor border hard to see

2016-05-16 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363124

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Created attachment 99014
  --> https://bugs.kde.org/attachment.cgi?id=99014=edit
What the cursor is supossed to look like.

The thing is that the green cursor is supossed to be mixed in with an exclusion
blending mode, like in the screenshot I attached.

So there must be an openGL problem here. Did this also happen in 2.9.11?

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


[krita] [Bug 363129] New: When changing the canvas projection color, the animation cache won't update properly.

2016-05-16 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363129

Bug ID: 363129
   Summary: When changing the canvas projection color, the
animation cache won't update properly.
   Product: krita
   Version: git master
  Platform: Ubuntu Packages
   URL: https://www.youtube.com/watch?v=NnxbhYSLAsE
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

The bug is in the above video at 38 minutes in. Basically, when changing the
projection color background, the animation cache doesn't update properly,
meaning that on export you get two different backgrounds.

Reproducible: Always

Steps to Reproduce:
1. Make an animation
2. Change projection color background
3. Export animation
4. See that only the first frame has the new projection color background, while
the rest has the old one.

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


[krita] [Bug 363128] New: The Animation cache updating causes playback to pauze

2016-05-16 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363128

Bug ID: 363128
   Summary: The Animation cache updating causes playback to pauze
   Product: krita
   Version: git master
  Platform: Ubuntu Packages
   URL: https://www.youtube.com/watch?v=NnxbhYSLAsE
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

When having an animation painted, and you start playing it, the animation will
cache. This is normal. However, while caching it'll stop playback, meaning that
you have to press play multiple times.

As a sidenote, the 'this frame is cached' indicator is far too difficult to see
on both light and dark themes. I bet most people don't know about it's
existence.

Reproducible: Always




The link I gave above has this problem at about 9:30 in.

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


[krita] [Bug 340085] Brush cursor border hard to see over specific color

2016-05-16 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340085

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #6 from wolthera  ---
Well, the thing is that the cursor is not supossed to be merely 'bright green',
it instead shows a negative on the canvas, we don't know on whose systems it's
showing up as bright green, so could you report a seperate bug with your system
specs?

That's not the bug tyson was experiencing though.

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


[krita] [Bug 363110] Insecure download for pre-built Krita (especially the beta version)

2016-05-16 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363110

wolthera  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
If you add .mirrorlist to the end of the url you get all that info:
http://files.kde.org/krita/3/linux/devbuilds/krita-3.0-Beta-master-562442e-x86_64.appimage.mirrorlist

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


[krita] [Bug 363063] Crash while selecting colors with changed color spaces in selectors settings

2016-05-14 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363063

--- Comment #4 from wolthera  ---
this backtrace goes on foreever:

I'm afraid the best that can be done is remove the color sliders docker and
design something better. :(

Thread 2 (Thread 0x7fffe485d700 (LWP 26688)):
#0  0x74c88e8d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x735b8c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x735ba8d7 in xcb_wait_for_event ()
   from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7fffe570cdc9 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5
#4  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#5  0x7fffef1506fa in start_thread (arg=0x7fffe485d700)
at pthread_create.c:333
---Type  to continue, or q  to quit---
#6  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x77f0f8c0 (LWP 26684)):
#0  0x75e04644 in QTextEngine::itemize() const ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
#1  0x75e0c69c in QTextLayout::beginLayout() ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
#2  0x7671d15c in QWidgetLineControl::redoTextLayout() const ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x7671d31e in QWidgetLineControl::updateDisplayText(bool) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#4  0x76721292 in QWidgetLineControl::finishChange(int, bool, bool) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#5  0x76721693 in QWidgetLineControl::internalSetText(QString const&,
int, bool) () from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#6  0x76697352 in QLineEdit::setText(QString const&) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#7  0x766497e9 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#8  0x7664b76c in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#9  0x766dc25c in QDoubleSpinBox::setValue(double) ()
---Type  to continue, or q  to quit---
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#10 0x7fffacdba89a in KisHSXColorSliderInput::update (this=0xd1ad330)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:553
#11 0x7fffacdbab2e in KisHSXColorSliderInput::hueUpdate (
this=, h=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:670
#12 0x7fffacdbbc4b in KisHSXColorSliderInput::qt_static_metacall (
_o=, _c=, _id=, 
_a=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_input.cpp:227
#13 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#14 0x7fffacdb8b53 in KisColorSliderWidget::hueUpdated (
_t1=, this=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_widget.cpp:252
#15 KisColorSliderWidget::hueUpdate (h=, this=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_widget.cpp:471
#16 KisColorSliderWidget::qt_static_metacall (_o=, 
---Type  to continue, or q  to quit---
_c=, _id=, _a=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_widget.cpp:133
#17 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#18 0x7fffacdbb896 in KisHSXColorSliderInput::hueUpdated (_t1=340, 
this=0xd1fb410)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_input.cpp:303
#19 KisHSXColorSliderInput::setValue (this=0xd1fb410, v=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:171
#20 0x7fffacdbbb9e in KisHSXColorSliderInput::numInputChanged (
v=, this=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:653
#21 KisHSXColorSliderInput::qt_static_metacall (_o=, 
_c=, _id=, _a=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_input.cpp:233
#22 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#23 0x768cb3a0 in QDoubleSpinBox::valueChanged(double) ()
---Type  to continue, or q  to quit---
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#24 0x766dabc1 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#25 0x7664b75a in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#26 0x766dc25c in QDoubleSpinBox::setValue(double) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#27 0x7fffacdba89a in KisHSXColorSliderInput::update (this=0xd1fb410)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:553
#28 0x7fffacdbab2e in 

[krita] [Bug 363039] Clicking on the import resource (folder icon) button to import a palette crashes Krita

2016-05-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363039

--- Comment #4 from wolthera  ---
On top of that, the Brush-tips can only import SVGs and the pattern docker only
BMPs.

paintoppresets is fine.

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


[krita] [Bug 363039] Clicking on the import resource (folder icon) button to import a palette crashes Krita

2016-05-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363039

--- Comment #3 from wolthera  ---
This also happens with the Gradient and Workspace dockers. Brush-tips, patterns
and paintoppresets work fine.

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


[krita] [Bug 361709] With more than 1 curve based assistant, zooming in will black screen part or all of the drawing window

2016-05-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361709

wolthera  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com

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


[krita] [Bug 363039] opening a palette crashes the program

2016-05-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363039

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from wolthera  ---
I can reproduce this, but gdb backtrace it, because of the modal window making
it impossible for me to switch away.

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


[krita] [Bug 363025] New: Crash while changing font-type on artistic text.

2016-05-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363025

Bug ID: 363025
   Summary: Crash while changing font-type on artistic text.
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Vector Objects and Tools
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

Artisttic text crashes on font-type change.

Reproducible: Always

Steps to Reproduce:
1. Make artistic text
2. Select some text
3. Change fonttype.
4. crash!



gdb backtrace:

Thread 23 (Thread 0x7fff96ea3700 (LWP 12114)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fff96ea3700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 22 (Thread 0x7fff966a2700 (LWP 12113)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
---Type  to continue, or q  to quit---
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fff966a2700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 21 (Thread 0x7fff95ea1700 (LWP 12112)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fff95ea1700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 20 (Thread 0x7fffc0b41700 (LWP 12111)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
---Type  to continue, or q  to quit---
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fffc0b41700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 12 (Thread 0x7fffa5da4700 (LWP 12099)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x755997eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x7676faa2 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fffa5da4700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
---Type  to continue, or q  to quit---
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 10 (Thread 0x7fffa6640700 (LWP 12097)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x755997eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75593116 in QSemaphore::tryAcquire(int, int) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x7311d7b3 in KisTileDataSwapper::waitForWork (
this=)
at
/home/krita/kde/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:86
#4  0x7311d9aa in KisTileDataSwapper::run (
this=0x7359f440 <(anonymous
namespace)::Q_QGS_s_instance::innerFunction()::holder+64>)
at
/home/krita/kde/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:92
#5  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#6  0x7fffef1506fa in start_thread (arg=0x7fffa6640700)
at pthread_create.c:333
#7  0x74c94b5d in clone ()
---Type  to continue, or q  to quit---
at 

[krita] [Bug 363026] New: Crash while changing font-size on the artistic text.

2016-05-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363026

Bug ID: 363026
   Summary: Crash while changing font-size on the artistic text.
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Vector Objects and Tools
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

Artistic text crashes when changing font-size. This has a different gdb result
than changing font-type.

Reproducible: Always

Steps to Reproduce:
1. Make artistic text
2. Select a part
3. Change font.
4. crash!



gdb backtrace:
hread 1 "krita" received signal SIGSEGV, Segmentation fault.
0x75f8198c in QPainterPath::elementCount() const ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
(gdb) thread apply all backtrace

Thread 23 (Thread 0x7fff926ca700 (LWP 12165)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fff926ca700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 22 (Thread 0x7fffa553a700 (LWP 12164)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
---Type  to continue, or q  to quit---
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fffa553a700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 21 (Thread 0x7fff91ec9700 (LWP 12163)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fff91ec9700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 20 (Thread 0x7fffc0340700 (LWP 12162)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
---Type  to continue, or q  to quit---
#1  0x75599738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fffc0340700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 11 (Thread 0x7fffa5d3b700 (LWP 12151)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x755997eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x7676faa2 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef1506fa in start_thread (arg=0x7fffa5d3b700)
at pthread_create.c:333
#5  0x74c94b5d in clone ()
---Type  to continue, or q  to quit---
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 10 (Thread 0x7fffa65d7700 (LWP 12150)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x755997eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75593116 in QSemaphore::tryAcquire(int, int) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x7311d7b3 in KisTileDataSwapper::waitForWork (
this=)
at
/home/krita/kde/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:86
#4  0x7311d9aa in KisTileDataSwapper::run (
this=0x7359f440 <(anonymous
namespace)::Q_QGS_s_instance::innerFunction()::holder+64>)
at
/home/krita/kde/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:92
#5  

[krita] [Bug 363014] Crash on starting next line of artistic text

2016-05-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363014

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from wolthera  ---
Confirmed! Thanks for the report!

Backtrace(FOR DEVELOPERS):

(gdb) thread apply all backtrace

Thread 22 (Thread 0x7fffc0b41700 (LWP 12211)):
#0  0x7fffb81b85d2 in cmsEvalToneCurveFloat ()
   from /usr/lib/x86_64-linux-gnu/liblcms2.so.2
#1  0x7fffb81c136d in ?? () from /usr/lib/x86_64-linux-gnu/liblcms2.so.2
#2  0x7fffb81c0bc0 in ?? () from /usr/lib/x86_64-linux-gnu/liblcms2.so.2
#3  0x7fffb81ce0e1 in ?? () from /usr/lib/x86_64-linux-gnu/liblcms2.so.2
#4  0x7fffb3c2809f in KoLcmsColorConversionTransformation::transform (
this=0x7fff8402fe50, src=0x7fff84194670 "\262\070\067\070&6", 
dst=0x7fff8415ee60 "\215:\375\071\035\071", numPixels=12138)
at
/home/krita/kde/src/krita/plugins/color/lcms2engine/IccColorSpaceEngine.cpp:81
#5  0x71a783c3 in KoColorSpace::convertPixelsTo (
this=this@entry=0xc94b330, 
src=src@entry=0x7fff84194670 "\262\070\067\070&6", 
dst=dst@entry=0x7fff8415ee60 "\215:\375\071\035\071", 
dstColorSpace=dstColorSpace@entry=0xcaf45b0, 
numPixels=numPixels@entry=12138, 
   
renderingIntent=renderingIntent@entry=KoColorConversionTransformation::IntentPerceptual,
conversionFlags=...)
at /home/krita/kde/src/krita/libs/pigment/KoColorSpace.cpp:431
#6  0x7fffb3cedcb1 in KoColorSpaceAbstract::convertPixelsTo
(this=0xc94b330, src=0x7fff84194670 "\262\070\067\070&6", 
---Type  to continue, or q  to quit---
dst=0x7fff8415ee60 "\215:\375\071\035\071", 
dstColorSpace=dstColorSpace@entry=0xcaf45b0, 
numPixels=numPixels@entry=12138, 
   
renderingIntent=renderingIntent@entry=KoColorConversionTransformation::IntentPerceptual,
conversionFlags=...)
at /home/krita/kde/src/krita/libs/pigment/KoColorSpaceAbstract.h:191
#7  0x777d8e13 in KisTextureTileUpdateInfo::convertTo (
conversionFlags=..., renderingIntent=, dstCS=0xcaf45b0, 
this=0x7fff84013ba0)
at
/home/krita/kde/src/krita/libs/ui/opengl/kis_texture_tile_update_info.h:204
#8  KisOpenGLImageTextures::updateCacheImpl (this=, rect=..., 
convertColorSpace=convertColorSpace@entry=true)
at
/home/krita/kde/src/krita/libs/ui/opengl/kis_opengl_image_textures.cpp:322
#9  0x777da5b2 in KisOpenGLImageTextures::updateCache (
this=, rect=...)
at
/home/krita/kde/src/krita/libs/ui/opengl/kis_opengl_image_textures.cpp:236
#10 0x777cf43a in KisOpenGLCanvas2::startUpdateCanvasProjection (
this=0xc96b180, rc=..., channelFlags=...)
at /home/krita/kde/src/krita/libs/ui/opengl/kis_opengl_canvas2.cpp:785
#11 0x7761edb4 in KisCanvas2::startUpdateCanvasProjection (
---Type  to continue, or q  to quit---
this=0xc85b548, rc=...)
at /home/krita/kde/src/krita/libs/ui/canvas/kis_canvas2.cpp:566
#12 0x779a1039 in KisCanvas2::qt_static_metacall (_o=0xc85b548, 
_c=, _id=, _a=)
at /home/krita/kde/build/libs/ui/moc_kis_canvas2.cpp:173
#13 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#14 0x732f1862 in KisImage::sigImageUpdated (
this=this@entry=0xcaf54a0, _t1=...)
at /home/krita/kde/build/libs/image/moc_kis_image.cpp:601
#15 0x731cb705 in KisImage::notifyProjectionUpdated (this=0xcaf54a0, 
rc=...) at /home/krita/kde/src/krita/libs/image/kis_image.cc:1391
#16 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#17 0x732f26f2 in KisUpdaterContext::sigContinueUpdate (
this=, _t1=...)
at /home/krita/kde/build/libs/image/moc_kis_updater_context.cpp:158
#18 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#19 0x732f7d56 in KisUpdateJobItem::sigContinueUpdate (_t1=..., 
this=0xcae8540)
at /home/krita/kde/build/libs/image/moc_kis_update_job_item.cpp:151
#20 KisUpdateJobItem::runMergeJob (this=0xcae8540)
---Type  to continue, or q  to quit---
at
/home/krita/kde/build/libs/image/../../../src/krita/libs/image/kis_update_job_item.h:86
#21 KisUpdateJobItem::run (this=0xcae8540)
at
/home/krita/kde/build/libs/image/../../../src/krita/libs/image/kis_update_job_item.h:63
#22 0x7559530d in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#23 0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#24 0x7fffef1506fa in start_thread (arg=0x7fffc0b41700)
at pthread_create.c:333
#25 0x74c94b5d in clone ()
at 

[krita] [Bug 362948] Krita crashes if I touch the tablet with the pen

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362948

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Which version of Krita are you using? 2.9.11 or the 3.0 beta?

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


[krita] [Bug 362487] [Huion 610] Cursor is misaligned with brush/tools

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362487

wolthera  changed:

   What|Removed |Added

 CC||unusualc...@aol.com

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

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


[krita] [Bug 361698] [MONOPRICE] Brush Tip Misalignment in the Preview Window when using Monoprice Tablet

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361698

wolthera  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||griffinval...@gmail.com

--- Comment #3 from wolthera  ---
Huion and Monoprice are mostly the same thing with different drivers, so its
probly related.

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

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


[krita] [Bug 362942] New: For 3.0, it's possible to try and generate a canvas from an empty clipboard.

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362942

Bug ID: 362942
   Summary: For 3.0, it's possible to try and generate a canvas
from an empty clipboard.
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

Obviously, this crashes krita.

GDB backtrace:
Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
0x0c65ac40 in ?? ()
(gdb) thread apply all
Please specify a command following the thread ID list
(gdb) thread apply all -bt

Thread 11 (Thread 0x7fffa5c40700 (LWP 20478)):
Undefined command: "-bt".  Try "help".
(gdb) thread apply all backtrace

Thread 11 (Thread 0x7fffa5c40700 (LWP 20478)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x755957eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x7676baa2 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x75594c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffeef486fa in start_thread (arg=0x7fffa5c40700)
at pthread_create.c:333
#5  0x74c90b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 10 (Thread 0x7fffa6588700 (LWP 20477)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x755957eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x7558f116 in QSemaphore::tryAcquire(int, int) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x73119483 in KisTileDataSwapper::waitForWork (
---Type  to continue, or q  to quit---
this=)
at
/home/krita/kde/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:86
#4  0x7311967a in KisTileDataSwapper::run (
this=0x7359b400 <(anonymous
namespace)::Q_QGS_s_instance::innerFunction()::holder+64>)
at
/home/krita/kde/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:92
#5  0x75594c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#6  0x7fffeef486fa in start_thread (arg=0x7fffa6588700)
at pthread_create.c:333
#7  0x74c90b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 9 (Thread 0x7fffc0b41700 (LWP 20476)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x755957eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x7558ee8b in QSemaphore::acquire(int) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x730ff82e in KisTileDataPooler::waitForWork (
---Type  to continue, or q  to quit---
this=0x7359b3c0 <(anonymous
namespace)::Q_QGS_s_instance::innerFunction()::holder>)
at /home/krita/kde/src/krita/libs/image/tiles3/kis_tile_data_pooler.cc:165
#4  0x730fffea in KisTileDataPooler::run (
this=0x7359b3c0 <(anonymous
namespace)::Q_QGS_s_instance::innerFunction()::holder>)
at /home/krita/kde/src/krita/libs/image/tiles3/kis_tile_data_pooler.cc:187
#5  0x75594c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#6  0x7fffeef486fa in start_thread (arg=0x7fffc0b41700)
at pthread_create.c:333
#7  0x74c90b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7fffcbfff700 (LWP 20472)):
#0  0x74c84e8d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fffee61d31c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fffee61d42c in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x757a64e7 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x75754efa in
QEventLoop::exec(QFlags) () from
/home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
---Type  to continue, or q  to quit---
#5  0x7559038c in QThread::exec() ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#6  0x7fffef173cd5 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5DBus.so.5
#7  0x75594c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#8  0x7fffeef486fa in start_thread (arg=0x7fffcbfff700)
at pthread_create.c:333
#9  0x74c90b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 5 (Thread 0x7fffd8e22700 (LWP 20471)):
#0  0x74c84e8d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fffee61d31c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fffee61d6a2 in g_main_loop_run ()
   from 

[krita] [Bug 362927] “FX” icon in layer docker inconsistent between vector and paint layers

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362927

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com,
   ||scottpetro...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from wolthera  ---
While I can confirm the issue, we're not sure whether or not it'll be fixable
due to space constraints.

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


[krita] [Bug 362931] styles are not copied over when you convert layers

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362931

wolthera  changed:

   What|Removed |Added

Summary|styles are not copied over  |styles are not copied over
   |when you copy and paste or  |when you convert layers
   |convert layers  |
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
I can only confirm the vectors losing their layer style on conversion to
paintlayer, but copy layer and paste layer works fine here.

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


[krita] [Bug 362930] bevel and Emboss layer style makes the inside of the shape lighter

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362930

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from wolthera  ---
Yeah, confirmed. We spent a long time trying to fix it already, but right now
photoshop's exact algorithm eludes us...

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


[krita] [Bug 362722] regression in "Create from clipboard window

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362722

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #3 from wolthera  ---
Hey, I can't reproduce this either with Ubuntu 16.04 with Krita git master. I
tried it with copying from firefox, mypaint and gimp... Maybe it's a problem
with Kolourpaint?

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


[krita] [Bug 357912] Foreground and Background colors wrong in Color>Source>Mix

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357912

wolthera  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from wolthera  ---
This should be fixed now in 3.0.

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


[krita] [Bug 348290] [ Eraser mode ] eraser icon highlight in toolbar send wrong feedback to user

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348290

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from wolthera  ---
This is fixed in 3.0 :)

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


[krita] [Bug 338262] Very slow performance after 10 mins

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338262

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from wolthera  ---
I am setting this to 'waiting for info'

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


[krita] [Bug 347533] Brigthtness Curves Make incorrect Color

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347533

wolthera  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||griffinval...@gmail.com
 Resolution|--- |FIXED

--- Comment #4 from wolthera  ---
this was resolved with rgba curve.

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


[krita] [Bug 362852] Maximized window goes beyond desktop bounds

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362852

wolthera  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from wolthera  ---
Upstream problem, sadly :/

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


[krita] [Bug 347777] Random Offset is not saved in the brush preset

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=34

wolthera  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/krit
   ||a/102ba3d9d24c2fb3d31db536d
   ||379313ee5dc6ade
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from wolthera  ---
Git commit 102ba3d9d24c2fb3d31db536d379313ee5dc6ade by Wolthera van Hovell tot
Westerflier.
Committed on 11/05/2016 at 11:59.
Pushed by woltherav into branch 'master'.

So, the offset was stored but not read... Of course, when I check the bug,
turns out mohit had already made this patch, and I feel a little silly now.
Ah well, bug fixed, yay!

M  +2-0plugins/paintops/libpaintop/kis_texture_option.cpp

http://commits.kde.org/krita/102ba3d9d24c2fb3d31db536d379313ee5dc6ade

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


[krita] [Bug 362937] Drag and drop https uri images from Firefox to Krita canvas not possible (unknown protocol)

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362937

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from wolthera  ---
Hey mvowada,

On ubuntu 16.04 with firefox 16.04 and Krita master I am able to open these two
images in Krita:

https://www.gardenorganic.org.uk/sites/www.gardenorganic.org.uk/files/organic-weeds/white_campion.jpg
http://chestofbooks.com/flora-plants/flowers/Illustrated-Flora-2/images/4-Silene-Latifolia-Mill-Britten-Rendle-Bladder-Cam-146.jpg

Maybe it's a ubuntu problem? Can you check again once the second beta is out?

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


[krita] [Bug 362833] Transform operation never completes

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362833

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
I can't reproduce this on Ubuntu 16.04 with latest master. Might be windows
only bug.

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


[krita] [Bug 361733] Opening File With Autosaved Version Externally Locks Splash Screen; Program

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361733

--- Comment #6 from wolthera  ---
https://phabricator.kde.org/T2480

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


[krita] [Bug 362871] [WACOM] no pressure support for some presets

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362871

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #8 from wolthera  ---
Is openGL on for you? (settings->configure Krita->display)

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


[krita] [Bug 361733] Opening File With Autosaved Version Externally Locks Splash Screen; Program

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361733

wolthera  changed:

   What|Removed |Added

 CC||i...@davidrevoy.com

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

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


[krita] [Bug 362932] Splash screen hide the autosave recovery dialog

2016-05-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362932

wolthera  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---


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

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


[krita] [Bug 362797] Could not open C:/Users/Paul/Pictures/Mun.kra Reason: Not a valid Krita file: C:/Users/Paul/Pictures/Mun.kra

2016-05-07 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362797

--- Comment #4 from wolthera  ---
Try to see whether you can open them in the latest 3.0 beta that you can
download from the news posts on krita.org. We fixed quite a few bugs there.

Otherwise, you can always try to rename the file from a .kra to a .zip, en then
get out 'mergedimage.png', you'll lose your layers, but not your drawing. (Do
tell us if it doesn't work with the 3.0 beta either though, that's a pretty
serious problem)

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


[krita] [Bug 362797] Could not open C:/Users/Paul/Pictures/Mun.kra Reason: Not a valid Krita file: C:/Users/Paul/Pictures/Mun.kra

2016-05-07 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362797

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
which version are you using?

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


[krita] [Bug 362421] [windows only] Crash when i creat a second animation file

2016-05-07 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362421

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from wolthera  ---
yay!

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


[krita] [Bug 362659] Move and transform tool can cause krita to pan to the side indefinitely.

2016-05-07 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362659

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
Summary|Canvas stuck to top of the  |Move and transform tool can
   |screen (scrollbars do not   |cause krita to pan to the
   |move the canvas, nor does   |side indefinitely.
   |the move tool)  |

--- Comment #4 from wolthera  ---
Thanks, then I know which bug this is :)

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


[krita] [Bug 362739] New: Vectors cannot have colors outside of the sRGB gamut.

2016-05-06 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362739

Bug ID: 362739
   Summary: Vectors cannot have colors outside of the sRGB gamut.
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Vector Objects and Tools
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

If we have a rec2020 canvas, and we make a vector layer inside it, that layer's
objects will not be able to utilise the whole rec2020 gamut: Instead they're
clipped to sRGB.

Reproducible: Always

Steps to Reproduce:
1. Make a wide gamut canvas, like for example, rec 2020
2. Select full red in the specific color selector.
3. Make a vector with the geometric tools, make sure it's filled with the ful
red.
4. Color pick the red: it's sRGB red instead of full red in rec2020



svg 1.1 has rules for wide gamut:
https://www.w3.org/TR/SVG/color.html#ColorProfileDescriptions
mozilla says it's removed:
https://developer.mozilla.org/en-US/docs/Web/SVG/SVG_2_support_in_Mozilla#Color
Oyranos says it was dropped:
http://www.oyranos.org/2010/06/css3-and-icc-colour-profiles/
inkscape has it.

I think this is in the category of 'ask inkscape team what's up'

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


[krita] [Bug 362502] canvas is not updated when changing the zoom level with intuos' tablet pen.

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362502

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #4 from wolthera  ---
I am sorry, but you are best off using the nvidea card for Krita then.

The non-openGL canvas is slow as molasses, which is why we implemented an
OpenGL accelerated canvas to begin with. We can't do much to improve it anymore
:/

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


[krita] [Bug 362134] Alternative shortcuts breaks primary shortcuts in Krita 3.0 alpha.

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362134

wolthera  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from wolthera  ---
It seems fixed here. Resolving this for now.

Tyson, if you still come across it, don't hesitate to reopen.

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


[krita] [Bug 362704] Can't hide Assistant Previews with the "View" menu

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362704

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||griffinval...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from wolthera  ---


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

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


[krita] [Bug 361653] Show Painting Assistants has no effect

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361653

--- Comment #3 from wolthera  ---
that's weird, both options are working here on ubuntu 16.04 with master git
3991551

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


[krita] [Bug 361653] Show Painting Assistants has no effect

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361653

wolthera  changed:

   What|Removed |Added

 CC||welc...@nylnook.com

--- Comment #2 from wolthera  ---
*** Bug 362704 has been marked as a duplicate of this bug. ***

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


[krita] [Bug 362691] Krita crashes on opening file after changing LUT Management settings in docker

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362691

wolthera  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
Yeah, the problem here right now is that we can't reliably tell whether or not
we can get the right openGL context on your device. QT used to be able to tell
us whether you had OpenGL 3.0 for example.

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


[krita] [Bug 362675] Krita crashed while saving [ probably due to trigger of autosave while save]

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362675

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
https://phabricator.kde.org/T2430

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


[krita] [Bug 362544] [WACOM BAMBOO] Offset on either canvas or tablet

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362544

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
They're using a bamboo. The real question is which generation bamboo, and
whether or not they have their tablet set to mouse mode?

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


[krita] [Bug 362691] Krita crashes on opening file after changing LUT Management settings in docker

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362691

--- Comment #3 from wolthera  ---
BTW, you can fix up your krita by looking for the kritarc file in config, and
then editing it with gedit or kate or whatever. Search for OCIO and set ocio
enabled to 'false'.

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


[krita] [Bug 361851] Krita crashes when enabling OCIO

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361851

wolthera  changed:

   What|Removed |Added

 CC||bart.deruy...@gmail.com

--- Comment #2 from wolthera  ---
*** Bug 362691 has been marked as a duplicate of this bug. ***

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


[krita] [Bug 362691] Krita crashes on opening file after changing LUT Management settings in docker

2016-05-05 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362691

wolthera  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from wolthera  ---
Ah, we already had a bug for this.

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

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


[krita] [Bug 362606] [HANVON] Hanvon GraphicPal tablet isn't recognized unless after clicking away

2016-05-04 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362606

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #3 from wolthera  ---
Created attachment 98768
  --> https://bugs.kde.org/attachment.cgi?id=98768=edit
Tablet log

Reuploading the tablet log here for safety's sake.

Thanks!

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


[krita] [Bug 362659] Canvas stuck to top of the screen (scrollbars do not move the canvas, nor does the move tool)

2016-05-04 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362659

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
This probably has something to do with a stroke not ending, causing the
scrollbars to scroll down indefinitely.

Does this only happen with the move and transform tools?

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


[krita] [Bug 362662] Unable to see marching ants (selection) with grid enabled

2016-05-04 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362662

wolthera  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
Well, you can configure the grid color and transparency in the grid/guides
docker.

Perhaps though, the grid should be painted before the selection decoration, so
that the later is on top.

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


[krita] [Bug 352577] [tablet in mouse mode] Cursor jumps around canvas when I try to move to right side or bottom of screen

2016-05-03 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352577

wolthera  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #9 from wolthera  ---
setting this to waiting for info.

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


[krita] [Bug 362421] [windows only] Crash when i creat a second animation file

2016-05-03 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362421

wolthera  changed:

   What|Removed |Added

   Platform|Windows CE  |MS Windows
 CC||griffinval...@gmail.com

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


[krita] [Bug 362327] cursor offset after tablet portrait/landscape orientation change

2016-05-03 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362327

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||griffinval...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from wolthera  ---
setting this to waiting for info.

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


[krita] [Bug 362628] Autosaved projects dont delete even after theyve been marked for deletion.

2016-05-03 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362628

wolthera  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from wolthera  ---
oh yeah, setting this to needs info.

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


[krita] [Bug 362628] Autosaved projects dont delete even after theyve been marked for deletion.

2016-05-03 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362628

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
does this happen in 3.0 as well?

If not, you can manually delete them. They should be in the windows temp
folder. Do give a holler, then we know that both don't work.

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


[krita] [Bug 362629] Certain Brushes do not behave the same from 2.9 to 3.0

2016-05-03 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362629

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from wolthera  ---
Sounds like this: https://phabricator.kde.org/T1270

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


[krita] [Bug 362136] Instant preview doesn't work for the spray brush

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362136

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from wolthera  ---
There's still some mismatch with the cloud brushes from that pack, but the
resize issues are fixed. Would you still like to tackle them, dmitry? Or at the
least add a start to the instant preview?

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


[krita] [Bug 362540] New: Crash with recovering an autosave with Krita on ubunto 16.04 (gdb backtrace)

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362540

Bug ID: 362540
   Summary: Crash with recovering an autosave with Krita on ubunto
16.04 (gdb backtrace)
   Product: krita
   Version: git master
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

I get crashes when trying to open autosaves since recently.

Cancelling the dialogue, and opening the autosave manually works fine, so this
is mostly obnoxious.

Reproducible: Always




gdb krita
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from krita...done.
(gdb) start
Temporary breakpoint 1 at 0x403e00: file
/home/krita/kde/src/krita/krita/main.cc, line 63.
Starting program: /home/krita/kde/inst/bin/krita 
continue
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
QCoreApplication::arguments: Please instantiate the QApplication object first
krita.lib.pigment: Compiled for arch: ::Vc::AVXImpl
krita.lib.pigment: Features supported:
krita.lib.pigment:  "SSE2" --- yes
krita.lib.pigment:  "SSSE3" --- yes
krita.lib.pigment:  "SSE4.1" --- yes
krita.lib.pigment:  "AVX " --- yes

Temporary breakpoint 1, main (argc=1, argv=0x7fffd8e8)
at /home/krita/kde/src/krita/krita/main.cc:63
63{
(gdb) continue
Continuing.
[New Thread 0x7fffe4867700 (LWP 14057)]
[New Thread 0x7fffda03e700 (LWP 14058)]
[New Thread 0x7fffd983d700 (LWP 14059)]
[New Thread 0x7fffd903c700 (LWP 14060)]
[New Thread 0x7fffcbfff700 (LWP 14061)]
[New Thread 0x7fffc0b41700 (LWP 14063)]
[New Thread 0x7fffbbfff700 (LWP 14064)]
Set style "Fusion"
Setting XDG_DATA_DIRS
"/home/krita/kde/inst/bin/../share:/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"
Available translations QSet("en_US")
Available domain translations QSet("en_US")
[Thread 0x7fffbbfff700 (LWP 14064) exited]
KoJsonTrader will load its plugins from
"/home/krita/kde/inst/lib/x86_64-linux-gnu/kritaplugins"
krita.general: ERROR: no sample brush found in 
"/home/krita/.local/share/krita/brushes/PHOTOSHOP_BRUSHES___swirls_by_darkmercy.abr"
falling back on QIcon::FromTheme: "document-properties"
[New Thread 0x7fffbbfff700 (LWP 14066)]
[New Thread 0x7fffa67b6700 (LWP 14067)]
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
[New Thread 0x7fffa5e6e700 (LWP 14068)]
[New Thread 0x7fffa566d700 (LWP 14069)]
[Thread 0x7fffa566d700 (LWP 14069) exited]
[Thread 0x7fffc0b41700 (LWP 14063) exited]

Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KisMainWindow::openDocumentInternal (this=0x13, url=..., newdoc=0xc40be70)
at /home/krita/kde/src/krita/libs/ui/KisMainWindow.cpp:790
790d->firstTime = true;
(gdb) thread apply all backtrace

Thread 11 (Thread 0x7fffa5e6e700 (LWP 14068)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7559b7eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x76771aa2 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x7559ac89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef15a6fa in start_thread (arg=0x7fffa5e6e700)
at pthread_create.c:333
#5  0x74c96b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 10 (Thread 0x7fffa67b6700 (LWP 14067)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7559b7eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595116 in QSemaphore::tryAcquire(int, int) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x73127413 in KisTileDataSwapper::waitForWork (
---Type  to continue, or q  to quit---
this=)
at

[krita] [Bug 362539] Global selection mask crash with move tool.(has gdb backtrace)

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362539

wolthera  changed:

   What|Removed |Added

   Platform|Other   |Ubuntu Packages

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


[krita] [Bug 362392] Show Global Selection Mask not updating properly

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362392

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #3 from wolthera  ---
I cant reproduce this on master on ubuntu 16.04

However, I did get this crash: https://bugs.kde.org/show_bug.cgi?id=362539

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


[krita] [Bug 362539] New: Global selection mask crash with move tool.(has gdb backtrace)

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362539

Bug ID: 362539
   Summary: Global selection mask crash with move tool.(has gdb
backtrace)
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Layer Stack
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

Crash when modifying the selection with the move tool.

Reproducible: Always

Steps to Reproduce:
1. Make selection
2. Show global selection mask.
3. Transform selection with the transform tool(this worked for me)
4. Use move tool
5. Get crash.



Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KisNode::parent (this=this@entry=0x0)
at /home/krita/kde/src/krita/libs/image/kis_node.cpp:346
346QReadLocker l(_d->nodeSubgraphLock);
(gdb) thread apply all backtrace

Thread 30 (Thread 0x7fffa566d700 (LWP 13972)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x7559b738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75597467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x7559ac89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef15a6fa in start_thread (arg=0x7fffa566d700)
at pthread_create.c:333
#5  0x74c96b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 29 (Thread 0x7fffc0b41700 (LWP 13971)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x7559b738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75597467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x7559ac89 in ?? ()
---Type  to continue, or q  to quit---
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef15a6fa in start_thread (arg=0x7fffc0b41700)
at pthread_create.c:333
#5  0x74c96b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 28 (Thread 0x7fff9271f700 (LWP 13970)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x7559b738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75597467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x7559ac89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef15a6fa in start_thread (arg=0x7fff9271f700)
at pthread_create.c:333
#5  0x74c96b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 27 (Thread 0x7fff91f1e700 (LWP 13969)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
---Type  to continue, or q  to quit---
#1  0x7559b738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75597467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x7559ac89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef15a6fa in start_thread (arg=0x7fff91f1e700)
at pthread_create.c:333
#5  0x74c96b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 11 (Thread 0x7fffa5e6e700 (LWP 13953)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7559b7eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x76771aa2 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x7559ac89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#4  0x7fffef15a6fa in start_thread (arg=0x7fffa5e6e700)
at pthread_create.c:333
#5  0x74c96b5d in clone ()
---Type  to continue, or q  to quit---
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 10 (Thread 0x7fffa67b6700 (LWP 13952)):
#0  pthread_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7559b7eb in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75595116 in QSemaphore::tryAcquire(int, int) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x73127413 in KisTileDataSwapper::waitForWork (
this=)
at
/home/krita/kde/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:86
#4  0x7312760a in KisTileDataSwapper::run (
this=0x735a3400 <(anonymous
namespace)::Q_QGS_s_instance::innerFunction()::holder+64>)
at

[krita] [Bug 362482] Crash when creating a document and exiting application

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362482

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
Yeah, have it as well. Kinda really annoying. It seems to be because of the
mirror mode.

Here's the backtrace:

(gdb) start
Temporary breakpoint 1 at 0x403e00: file
/home/krita/kde/src/krita/krita/main.cc, line 63.
Starting program: /home/krita/kde/inst/bin/krita 
continue
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
QCoreApplication::arguments: Please instantiate the QApplication object first
krita.lib.pigment: Compiled for arch: ::Vc::AVXImpl
krita.lib.pigment: Features supported:
krita.lib.pigment:  "SSE2" --- yes
krita.lib.pigment:  "SSSE3" --- yes
krita.lib.pigment:  "SSE4.1" --- yes
krita.lib.pigment:  "AVX " --- yes

Temporary breakpoint 1, main (argc=1, argv=0x7fffd8e8)
at /home/krita/kde/src/krita/krita/main.cc:63
63{
(gdb) continue
Continuing.
[New Thread 0x7fffe4867700 (LWP 13862)]
[New Thread 0x7fffda03e700 (LWP 13863)]
[New Thread 0x7fffd983d700 (LWP 13864)]
[New Thread 0x7fffd903c700 (LWP 13865)]
[New Thread 0x7fffcbfff700 (LWP 13866)]
[New Thread 0x7fffc0b41700 (LWP 13868)]
[New Thread 0x7fffbbfff700 (LWP 13869)]
Set style "Fusion"
Setting XDG_DATA_DIRS
"/home/krita/kde/inst/bin/../share:/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"
Available translations QSet("en_US")
Available domain translations QSet("en_US")
[Thread 0x7fffbbfff700 (LWP 13869) exited]
KoJsonTrader will load its plugins from
"/home/krita/kde/inst/lib/x86_64-linux-gnu/kritaplugins"
krita.general: ERROR: no sample brush found in 
"/home/krita/.local/share/krita/brushes/PHOTOSHOP_BRUSHES___swirls_by_darkmercy.abr"
falling back on QIcon::FromTheme: "document-properties"
[New Thread 0x7fffbbfff700 (LWP 13877)]
[New Thread 0x7fffa67b6700 (LWP 13878)]
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
[New Thread 0x7fffa5e6e700 (LWP 13880)]
[Thread 0x7fffa5e6e700 (LWP 13880) exited]
[New Thread 0x7fffa5e6e700 (LWP 13881)]
[Thread 0x7fffc0b41700 (LWP 13868) exited]
KoJsonTrader will load its plugins from
"/home/krita/kde/inst/lib/x86_64-linux-gnu/kritaplugins"
initTemplates(); "templates/"
[New Thread 0x7fffc0b41700 (LWP 13883)]
[New Thread 0x7fff96ef8700 (LWP 13884)]
[New Thread 0x7fff966f7700 (LWP 13885)]
[New Thread 0x7fff95ef6700 (LWP 13886)]
[Thread 0x7fff966f7700 (LWP 13885) exited]
[Thread 0x7fff96ef8700 (LWP 13884) exited]
[Thread 0x7fff95ef6700 (LWP 13886) exited]
[Thread 0x7fffc0b41700 (LWP 13883) exited]
libpng warning: iCCP: too many profiles
krita.lib.flake: "InteractionTool" : action "object_order_raise" conflicts with
canvas action "rotate_canvas_right" shortcut: "Ctrl+]"
krita.lib.flake: "InteractionTool" : action "object_order_lower" conflicts with
canvas action "rotate_canvas_left" shortcut: "Ctrl+["
krita.lib.flake: "InteractionTool" : action "object_order_raise" conflicts with
canvas action "rotate_canvas_right" shortcut: "Ctrl+]"
krita.lib.flake: "InteractionTool" : action "object_order_lower" conflicts with
canvas action "rotate_canvas_left" shortcut: "Ctrl+["
[New Thread 0x7fff95ef6700 (LWP 13888)]
[New Thread 0x7fff96ef8700 (LWP 13889)]
[Thread 0x7fff96ef8700 (LWP 13889) exited]
[Thread 0x7fff95ef6700 (LWP 13888) exited]
Skipping XIAllowTouchEvents() due to not having libXi >= 1.7.4. libXi version
at build time was 1.7.2. Expect issues with touch behavior.
[New Thread 0x7fff95ef6700 (LWP 13890)]
[New Thread 0x7fff96ef8700 (LWP 13891)]
[New Thread 0x7fffc0b41700 (LWP 13892)]
[New Thread 0x7fff966f7700 (LWP 13893)]
[Thread 0x7fffc0b41700 (LWP 13892) exited]
[Thread 0x7fff966f7700 (LWP 13893) exited]
[Thread 0x7fff96ef8700 (LWP 13891) exited]
[Thread 0x7fff95ef6700 (LWP 13890) exited]
[New Thread 0x7fff95ef6700 (LWP 13894)]
[New Thread 0x7fff96ef8700 (LWP 13895)]
[New Thread 0x7fff966f7700 (LWP 13896)]
[New Thread 0x7fffc0b41700 (LWP 13897)]

Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
0x in ?? ()
(gdb) thread apply all backtrace

Thread 26 (Thread 0x7fffc0b41700 (LWP 13897)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x7559b738 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#2  0x75597467 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#3  0x7559ac89 in ?? ()
   

[krita] [Bug 362487] [Huion 610] Cursor is misaligned with brush/tools

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362487

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
Summary|Cursor is misaligned with   |[Huion 610] Cursor is
   |brush/tools |misaligned with brush/tools

--- Comment #1 from wolthera  ---
Could I tempt you to make a tabletlog for me?

https://docs.krita.org/KritaFAQ#What_if_your_tablet_is_not_recognized_by_Krita.3F

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


[krita] [Bug 362502] canvas is not updated when changing the zoom level with intuos' tablet pen.

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362502

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Hey there, thank for the report. Does this also happen with the 3.0 beta?

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


[krita] [Bug 360572] Duplicate vector layer doesn't work.

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360572

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #3 from wolthera  ---
Yeah, we saw it as well during the kickstarter preparations.

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


[krita] [Bug 362517] F23: segfault when I try to create a new openfile

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362517

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Could I tempt you to make a backtrace with gdb for me:

https://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_GDB

It'd be really useful!

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


[krita] [Bug 362530] Specific Color Selectors reads correct HDR values from color picker but does not enable to set anything out of 0..1 range.

2016-05-01 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362530

wolthera  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from wolthera  ---
It's not really clamped as much as that it will not allow values that wouldn't
be visible with the current ocio settings. So if you go into the lutdocker and
set the current whitepoint/exposure higher you can set the maximum value
higher.

I agree it's awkward, and I wish I understood the lutdocker better so I could
change it quickly, but sadly not enough time.

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


[krita] [Bug 362136] Instant preview doesn't work for the spray brush

2016-04-29 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362136

--- Comment #4 from wolthera  ---
No, not in the same session, in different builds.

Might be user error on my part, that I briefly disabled instad preview to check
a bug, and then though it was fixed.

Snyhow, the spray brushes in the sfx pack have this issue
https://forum.kde.org/viewtopic.php?f=274=125125

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


[krita] [Bug 362397] Krita not supporting .kaa brush presets for manual icon editing.

2016-04-28 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362397

wolthera  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
confirmed on ubuntu 16.04. Even dnd doesn't work.

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


[krita] [Bug 360552] krita3-prealpha3-de0d43d-x86_64.appimage will not start because of DRI3 XCB library dependency

2016-04-26 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360552

--- Comment #18 from wolthera  ---
LeStr4wberry, could you make a new bug, and add to that the answer to the
following questions?

1. Do you have ocio turned on maybe?
1b. If so, does turning it off affect anything?
2. What happens if you turn openGL off?
3. Graphics card and all the boring specs

That could really help with narrowing down the issue.

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


[krita] [Bug 343763] Enter, + and - shortcuts do not work when cursor is outside of canvas

2016-04-25 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343763

--- Comment #2 from wolthera  ---
*** Bug 362217 has been marked as a duplicate of this bug. ***

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


[krita] [Bug 362162] Full Screen Mode Sign Disappears

2016-04-25 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362162

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from wolthera  ---
:-)

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


[krita] [Bug 362134] Alternative shortcuts breaks primary shortcuts in Krita 3.0 alpha.

2016-04-23 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362134

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
can confirm.

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


[krita] [Bug 362136] Instant preview doesn't work for the spray brush

2016-04-23 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362136

--- Comment #1 from wolthera  ---
https://www.dropbox.com/s/qcpagoxhqy0d4hb/spraybrush.ogv?dl=0

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


[krita] [Bug 362136] New: Instant preview doesn't work for the spray brush

2016-04-23 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362136

Bug ID: 362136
   Summary: Instant preview doesn't work for the spray brush
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Instant Preview
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

It breifly worked, but then it stopped working, I'll attach a video.

Reproducible: Always

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


[krita] [Bug 340114] Eraser Mode Button does not reset after Ctrl + Clicking with Eraser Mode was ON

2016-04-23 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340114

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from wolthera  ---
This is fixed with the new eraser method.

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


[krita] [Bug 362076] Advanced and Artistic color pickers slow / cpu hungry when used with mouse/wacom

2016-04-22 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362076

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
I can't reproduce this on ubuntu 15.10 with intel graphics card, and
furthermore did not touch the artistic selector, so this must be a NVidea
specific bug with qt as well.

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


[krita] [Bug 361845] snapping to center of image and image bounds is activated on tools even when snapping is off

2016-04-16 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361845

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
It's pretty random as well, had this with grids, where sometimes with snapping
on, I couldn't snap to some grid intersections, but when turning snapping off,
I could snap to them, but not the ones I could snap to when snapping was on.

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


[krita] [Bug 361733] Opening File With Autosaved Version Externally Locks Splash Screen; Program

2016-04-14 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361733

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Experienced this too on Ubuntu 15.10 with unity desktop

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


[krita] [Bug 361762] Image Split autosave doesn't ask for location and forgets to add dot into extension

2016-04-14 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361762

wolthera  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Yeah, experienced this as well on ubuntu 15.10. Setting this to confirmed.

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


[krita] [Bug 361680] paintoppresets and pallets folders overwritten, deleting custom brushes and pallets

2016-04-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361680

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
We puzzled this one out together:
https://docs.krita.org/KritaFAQ#My_resource_dissapeared_with_installing_3.0.21_Did_Krita_delete_them.3F

It's a difference in resource folders issue, but now we have an faq entry for
it :)

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


[krita] [Bug 361728] Files with filter layers or fill layers assert in an instant preview related part.

2016-04-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361728

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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


[krita] [Bug 361728] Files with filter layers or fill layers assert in an instant preview related part.

2016-04-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361728

--- Comment #1 from wolthera  ---
Okay, the files are a bit heavy, so I uploaded them with drop box instead:

https://www.dropbox.com/s/hv66zhp2k6ovxk4/Weird%20Dragon%20Test%202%20Fill%20Layer.kra?dl=0
https://www.dropbox.com/s/l9jrqfg5dbd0iod/Weird%20Dragon%20Test%203%20Filter%20Layer.kra?dl=0

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


[krita] [Bug 361728] New: Files with filter layers or fill layers assert in an instant preview related part.

2016-04-13 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361728

Bug ID: 361728
   Summary: Files with filter layers or fill layers assert in an
instant preview related part.
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: Instant Preview
  Assignee: krita-bugs-n...@kde.org
  Reporter: griffinval...@gmail.com

I will attach two files that both assert with this line, invisibly crashing
krita on windows, but fully reproducable on Ubuntu 15.10:

ASSERT (krita): "extraWeight == 1" in file
/home/krita/kde/src/krita/libs/image/kis_paint_device.cc, line 591



Reproducible: Always

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


[krita] [Bug 361661] Long delay to update canvas after deleting a layer

2016-04-12 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361661

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
This behaviour is a side-effect of the update lag instantiated to increase
speediness of creating and manipulating layers.

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


[krita] [Bug 361668] Layer thumbnails have all white background and wrongly represents layer content

2016-04-12 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361668

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
Yeah, we discussed this with dmitry, and he said 'ok, I'll make it a
checkerbox'... but I think he forgot.

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


[krita] [Bug 361619] Input event lag/drop-out when OpenGL is ON with large window

2016-04-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361619

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #8 from wolthera  ---
did you turn off instant preview via view? It might be affecting thing as well?

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


[krita] [Bug 361593] Hotkeys are not saved in krita-2.99.89

2016-04-10 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361593

--- Comment #5 from wolthera  ---
It's really weird, because it was all working fine about two weeks ago or so?
Definitely working fine at the start of march.

Input settings aren't affected, btw.

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


[krita] [Bug 361593] Hotkeys are not saved in krita-2.99.89

2016-04-10 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361593

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||griffinval...@gmail.com

--- Comment #4 from wolthera  ---
yeah, couldn't get anything work here either.

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


[krita] [Bug 358611] Assistant tool force lines to position not that one mouse is pointing

2016-04-10 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358611

--- Comment #7 from wolthera  ---
It's better to just make a seperate assistant for this. It just needs design
and the like.

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


<    1   2   3   4   5   >