Recent

Author Topic: Need help with tickets on LazPaint  (Read 4464 times)

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Need help with tickets on LazPaint
« on: October 15, 2021, 06:06:16 am »
Hi folks

It has been some time that LazPaint is out there and it seems it has got some attention lately.

Recently I received a lot of tickets on GitHub about LazPaint. I need some help processing them: checking if that's really a bug and fixing them.

If you would like to participate, I invite you to get in touch with me or Lainz.

Regards

Conscience is the debugger of the mind

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Need help with tickets on LazPaint
« Reply #1 on: October 16, 2021, 08:26:31 pm »
156 issues  :o

Edit: I closed 2 issues, related to Windows LazPaint Setup.  ;)
« Last Edit: October 16, 2021, 09:04:23 pm by lainz »

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Re: Need help with tickets on LazPaint
« Reply #2 on: October 17, 2021, 08:40:01 am »
Thanks.

Yeah that's a lot of issues.
Conscience is the debugger of the mind

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Re: Need help with tickets on LazPaint
« Reply #3 on: May 28, 2022, 08:30:34 pm »
Ok so there are more issues and I tackled a good number of them.

230 Closed, and 215 Open remaining

Some issues are duplicates, many suggestions are for improvements. There are also a number of bugs that are relatively minor, but still worth solving.

I've added a "wanted" tag on the features that are feasible and I've put a priority on for various reasons (really needed, basic feature). There are 11 of them:
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3Awanted

Some suggestions are not very important or may be difficult to implement. There are 50 of them:
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement+-label%3Awanted+-label%3A%22low+priority%22

105 issues remain to be sorted:
https://github.com/bgrabitmap/lazpaint/issues?page=1&q=is%3Aopen+is%3Aissue+-label%3A%22low+priority%22+-label%3Aenhancement+-label%3Abug+-label%3Afeedback+-label%3Awanted
Conscience is the debugger of the mind

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Need help with tickets on LazPaint
« Reply #4 on: May 29, 2022, 03:28:19 am »
Hi circular. I'm working on a marquée progress bar I only need to convert it to control. Hope I have it published tomorrow together with Josh control.

About fixing bugs: at weekend all I do is sleep mostly, too much work in the week to keep programming in the weekend. I don't know how you have enough strength to do it.  8-)

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Re: Need help with tickets on LazPaint
« Reply #5 on: May 29, 2022, 08:54:34 am »
Cool. Good luck on the control  :)

Well I had some days off from work. So I had some strength left.
Conscience is the debugger of the mind

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Re: Need help with tickets on LazPaint
« Reply #6 on: June 05, 2022, 01:18:21 am »
I finished sorting the issues.


There are 19 issues that are "easy", they do not need much changes. If you have some time and energy, you can probably help me with those:
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy

There 15 bugs that are not "easy" (a few of them may be in fact duplicates):
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3Abug+-label%3Aeasy

There are 3 issues that are "difficult" but "wanted":
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3Awanted+label%3Adifficult

That makes up 36 issues that I would like to tackle before next release.


A significant number of issues may be discarded in the future :
- 25 issues of "low priority" for various reasons. No need to spend more time on them.
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+priority%22
- 19 issues that are "difficult" and not marked as "wanted", they require much work or need research.  They may be discarded at some point if it is too far away from the program.
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3Adifficult+-label%3Awanted
- 21 issues that are waiting for a "feedback" of the user. We may not be able to do something about them without further information.
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+label%3Afeedback


Finally, there are 52 possible "enhancement" of medium difficulty:
https://github.com/bgrabitmap/lazpaint/issues?q=is%3Aopen+is%3Aissue+-label%3Adifficult+-label%3Aeasy+-label%3A%22low+priority%22+-label%3Afeedback+-label%3Abug
Conscience is the debugger of the mind

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Re: Need help with tickets on LazPaint
« Reply #7 on: June 06, 2022, 03:14:19 pm »
Can someone with Linux check if these bugs (presumably of the LCL) have been fixed in Lazarus 2.2? They are related to form/dialog sizes.

https://github.com/bgrabitmap/lazpaint/issues/257
https://github.com/bgrabitmap/lazpaint/issues/249
Conscience is the debugger of the mind

PeterBB

  • New Member
  • *
  • Posts: 40
Re: Need help with tickets on LazPaint
« Reply #8 on: June 15, 2022, 01:23:57 pm »
Can someone with Linux check if these bugs (presumably of the LCL) have been fixed in Lazarus 2.2? They are related to form/dialog sizes.

https://github.com/bgrabitmap/lazpaint/issues/257
https://github.com/bgrabitmap/lazpaint/issues/249

Hi Circular,
I cannot reproduce 249 using the current Debian versions.
257 seems fixed in Qt5, but still present in GTK2

Cheers,
Peter B

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Re: Need help with tickets on LazPaint
« Reply #9 on: June 15, 2022, 09:02:22 pm »
Thank you very much!

So 249 has been fixed, presumably in the LCL.  :)
Conscience is the debugger of the mind

circular

  • Hero Member
  • *****
  • Posts: 4195
    • Personal webpage
Conscience is the debugger of the mind

 

TinyPortal © 2005-2018