[Kicad-developers] Empty Gettext in pcbnew/menubar_pcb_editor.cpp

2018-08-24 Thread Kerusey Karyu
Non translatable empty strings encountered by poedit. 2018-08-24 20:38:25: pcbnew/menubar_pcb_editor.cpp:345: Empty msgid. wxMenu* autoplaceSubmenu = new wxMenu; AddMenuItem( autoplaceSubmenu, ID_POPUP_PCB_AUTOPLACE_OFF_BOARD_MODULES, _( " off-board components" ), _( ""

[Kicad-developers] Anything I can do for GALification?

2018-08-24 Thread Jeff Young
Hi Tom, Is there anything I can do to help out with the GALification effort? I’m just trawling the bug list right now, and while there’s plenty available, fixing them might not be the right priority. Cheers, Jeff. ___ Mailing list:

[Kicad-developers] Editing track and pad nets

2018-08-24 Thread Jeff Young
We’ve always had a Net popup in the Track & Via Properties dialog. Changing the net doesn’t currently work because nets are propagated out from pads, so any net change is just wiped out by the propagation we perform when the dialog closes. I don’t know if it’s always been this way or if this

Re: [Kicad-developers] Anything I can do for GALification?

2018-08-24 Thread Tomasz Wlostowski
On 24/08/18 16:43, Jeff Young wrote: > Hi Tom, > > Is there anything I can do to help out with the GALification effort? > > I’m just trawling the bug list right now, and while there’s plenty available, > fixing them might not be the right priority. > Hi Jeff, Yes, there's plenty of things you

Re: [Kicad-developers] [PATCH] RFC: toolbar button support for action plugins

2018-08-24 Thread Rene Pöschl
One can however archive a repo. (We did that with all the old library repos.) I am not sure if the automatic synchronization with the lauchpad code would still work for archived repos. On 23/08/18 20:31, José Ignacio wrote: Pull requests cannot be disabled on Github On Thu, Aug 23, 2018 at

Re: [Kicad-developers] [PATCH] RFC: toolbar button support for action plugins

2018-08-24 Thread Wayne Stambaugh
On 08/23/2018 02:46 PM, Carsten Schoenert wrote: > Am 23.08.18 um 20:31 schrieb José Ignacio: >> Pull requests cannot be disabled on Github > > That's unfortunately true, but there is a "plugin" available for > disabling pull requests. > > http://nopullrequests.com/ > Thanks for the tip but

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #3844

2018-08-24 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

[Kicad-developers] Reminder for developers

2018-08-24 Thread Wayne Stambaugh
This is a reminder to all lead developers. The 5.1 branch is limited to the UI improvement work that Jeff has been doing and the galification of Eeschema to fix the gtk3 issue. All other new features should wait for version 6. I appreciate your enthusiasm but I do not want this policy changed

[Kicad-developers] Jenkins build is back to normal : kicad-qa #4497

2018-08-24 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help

[Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #3843

2018-08-24 Thread Miguel Angel Ajo
See -- [...truncated 41.08 KB...] [ 18%] Building CXX object bitmaps_png/CMakeFiles/bitmaps.dir/cpp_26/move_relative.cpp.o [ 19%] Linking CXX static library libpolygon.a [ 19%]

[Kicad-developers] Build failed in Jenkins: kicad-qa #4496

2018-08-24 Thread Miguel Angel Ajo
See Changes: [jeff] Adjust grid cols for large fonts and/or long translations. [jeff] Add filter to net selector widget. [jeff] Improve labels & layout of Track & Via Properties dialog. [jeff] Fix DRC & zone filling for

Re: [Kicad-developers] Tesselation Ideas

2018-08-24 Thread Seth Hillbrand
Hi All- I've finished implementing Tom's suggestion as well as completing the replacement of poly2tri in the ray tracer as well. I've posted a merge proposal to launchpad for comments. I'd greatly appreciate any feedback (small or large) before merging. You can find the merge proposal at