Re: [Kicad-developers] Why has my name been removed from the translators-Other credits?

2022-01-09 Thread Mikołaj Wielgus
Done. -Mikolaj ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

Re: [Kicad-developers] Why has my name been removed from the translators-Other credits?

2021-12-24 Thread Mikołaj Wielgus
David, I've restored the Translator-Other section, along with your name, in 6.0 and master branches. It shouldn't have been removed in the first place. Unfortunately indeed this will only appear in stable versions once 6.0.1 is out. Sorry about that. -Mikolaj

Re: [Kicad-developers] New lead developer announcement

2021-11-19 Thread Mikołaj Wielgus
Thank you! Thanks for the badge Chris. I would have never expected that someone will compliment my avatar. :) -Mikolaj ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://la

Re: [Kicad-developers] Help needed to configure gdb

2021-07-07 Thread Mikołaj Wielgus
KiCad loads symbols dynamically on runtime. So Gdb may not see them until KiCad starts running. Setting breakpoints works for me if I reply "y" to the "Make breakpoint pending on future shared library load? (y or [n])" prompt when the source file is not found. Gdb should also be able to find the s

[Kicad-developers] Merge request: add "Select All" in schematic & layout disambiguation popup menu

2020-05-24 Thread Mikołaj Wielgus
Hi, Could anyone please take a look on my merge request below? https://gitlab.com/kicad/code/kicad/-/merge_requests/155 There hasn't been any response for 3 weeks since I submitted a revised version. I think this is ready to be merged. Best regards, Mikołaj Wi

Re: [Kicad-developers] [PATCH] Project manager: Recurse into dirs added via fs watcher handlers

2019-12-20 Thread Mikołaj Wielgus
pdate is needed? Best regards, Mikołaj Wielgus On Fri, Dec 20, 2019 at 2:01 AM Seth Hillbrand wrote: > On 2019-12-19 16:47, Mikołaj Wielgus wrote: > > > I'm attaching a new version of this patch, which fixes this problem on > > my 64-bit Debian build under VM. > > >

Re: [Kicad-developers] [PATCH] Project manager: Recurse into dirs added via fs watcher handlers

2019-12-19 Thread Mikołaj Wielgus
I'm attaching a new version of this patch, which fixes this problem on my 64-bit Debian build under VM. The thread related to this bug can be found here: https://gitlab.com/kicad/code/kicad/issues/1945 Best regards, Mikołaj Wielgus On Sun, Nov 17, 2019 at 4:58 PM Mikołaj Wielgus wrote:

[Kicad-developers] [PATCH] Project manager: Recurse into dirs added via fs watcher handlers

2019-11-17 Thread Mikołaj Wielgus
Hi, In order for the newly created directory'scontents to be shown, the directory itself has to be marked as populated. Directories may be copied along with all of their contents, so it shouldn't be assumed that they are empty. Best regards, Mikołaj Wielgus 0001-Recurse-into-dirs-ad

Re: [Kicad-developers] [PATCH] Kicad: project manager: Do not reconstruct entire project tree when renaming file to different dir

2019-11-16 Thread Mikołaj Wielgus
Ian, Your patch is working, the new node is selected after rename as it is expected now. While testing your patch I found yet another bug in the project manager (most likely unrelated to this patch), I'll report it later. Thank you for your kind words. Best regards, Mikołaj Wielgus O

Re: [Kicad-developers] [PATCH] Kicad: project manager: Do not reconstruct entire project tree when renaming file to different dir

2019-11-16 Thread Mikołaj Wielgus
d collapse create/delete events into a rename event, which is not the case on my build. Best regards, Mikołaj Wielgus On Sat, Nov 16, 2019 at 5:21 PM Ian McInerney wrote: > Thanks for testing. I had noticed the selection issue on GTK as well, so I > will fix it up before I push it. > &

Re: [Kicad-developers] [PATCH] Kicad: project manager: Do not reconstruct entire project tree when renaming file to different dir

2019-11-15 Thread Mikołaj Wielgus
Jeff, your new version appears to be working well on my computer on Windows. Best regards, Mikołaj Wielgus On Sat, Nov 16, 2019 at 1:02 AM Jeff Young wrote: > I pushed a smarter version of my original fix. @Mikolaj & @Ian if you > could test it on Windows and GTK that woul

Re: [Kicad-developers] [PATCH] Pcbnew drill sizes statistics & Project manager multiple selection options

2019-11-15 Thread Mikołaj Wielgus
m can potentially cause a lot of issues, I would like to request pulling the patch as it currently is for the time being. This will make it easier for me to implement these features later (in the next patch). Best regards, Mikołaj Wielgus On Mon, Nov 11, 2019 at 12:01 PM Ian McInerney wrote: > Thanks

Re: [Kicad-developers] [PATCH] Kicad: project manager: Do not reconstruct entire project tree when renaming file to different dir

2019-11-15 Thread Mikołaj Wielgus
Yes, I'm on Windows (the details are in the linked related bug report). Sorry for the return value problem -- I failed to notice the warnings in console. Best regards, Mikołaj Wielgus On Fri, Nov 15, 2019 at 11:07 PM Ian McInerney wrote: > I'll give it a test on GTK once

[Kicad-developers] [PATCH] Kicad: project manager: Do not reconstruct entire project tree when renaming file to different dir

2019-11-15 Thread Mikołaj Wielgus
constructs a new node in the new location. This issue comes from the fix to this bug: https://bugs.launchpad.net/kicad/+bug/1852431 Best Regards, Mikołaj Wielgus 0001-Do-not-reconstruct-proj-tree-on-rename-to-diff-dir.patch Description: Binary data

[Kicad-developers] [PATCH] Pcbnew drill sizes statistics & Project manager multiple selection options

2019-11-06 Thread Mikołaj Wielgus
Hello, I have submitted two patches on Launchpad some time ago. I would like to ask for feedback. Links: https://bugs.launchpad.net/kicad/+bug/1841144 https://bugs.launchpad.net/kicad/+bug/1016464 Best Regards, Mikołaj Wielgus ___ Mailing list: https