On Monday 08 June 2015 17:43:24 Boudewijn Rempt wrote:
> I also talked about the opengl canvas problems with kwin maintainer Martin
> Graesslin. He was pretty clear that Qt's undocumented qglfunctions thing
> is rather badly designed, and he said to use libepoxy instead of either
> that or our glew
Oh, awesome! Thanks so much. Being able to quickly create an image helps
with testing a lot. It's still weird that plugins don't activate their
actions, though...
I also talked about the opengl canvas problems with kwin maintainer Martin
Graesslin. He was pretty clear that Qt's undocumented qg
Am Sonntag, 7. Juni 2015, 16:41:29 schrieb Boudewijn Rempt:
> * Action systems. This is weird. Shortcuts work fine in e..g. Karbon, but
> not in Krita. Not even ctrl-o or ctrl-n.
Was a QT5TODO in kis_action_manager.cpp
Should be much better now :)
Friedrich
___
I tried to do some more porting on the plane yesterday. I fixed a small
number of todo's, but there are two big things that are really blocking:
* The opengl canvas is broken, mainly because QLibrary now returns a
QFunctionPointer (which is void (*)()) instead of void*; however, that's
just th