dotherside icon indicating copy to clipboard operation
dotherside copied to clipboard

add QImage support and extend QQuickImageProvider implementation

Open svitoos opened this issue 1 year ago • 2 comments

  • added QImage wrapper
  • added the callback data parameter to the provider's create function.
  • dos_qquickimageprovider_create replaced by dos_qquickimageprovider_create_qimage/qpixmap
  • RequestPixmapCallback replaced by DosRequestPixmapCallback and DosRequestImageCallback

svitoos avatar Apr 07 '25 19:04 svitoos

I dunno if we can break the api maybe we can keep both apis in place and mark the previous one as deprecated

filcuc avatar Apr 08 '25 10:04 filcuc

I restored dos_qquickimageprovider_create and RequestPixmapCallback and marked them as deprecated.

svitoos avatar Apr 08 '25 13:04 svitoos