Re: [Kicad-developers] Spice simulation on windows.

2016-10-06 Thread Wayne Stambaugh
I have some additional information that may prove useful: 1) Using relative paths in the spinit file does not work on windows. 2) Placing a spinit file in the path where the ngspice and libngspice binaries reside works with no need to set any environment variables. Option 2 could be used by the

Re: [Kicad-developers] kicad promotion in help menu

2016-10-06 Thread Marco Ciampa
On Thu, Oct 06, 2016 at 06:34:34PM +1100, Cirilo Bernardo wrote: > I think the main reason the patch is that size is that I had to touch > quite a few files to add the help item to the many different Help menus > (eeschema, schematic symbol editor, footprint editor, pcbnew, etc). I think > the

Re: [Kicad-developers] -Wsuggest-override with scripting enabled

2016-10-06 Thread Wayne Stambaugh
On 10/6/2016 8:42 AM, jp charras wrote: > Le 06/10/2016 à 14:30, Wayne Stambaugh a écrit : >> On 10/6/2016 2:58 AM, John Beard wrote: >>> On Thu, Oct 6, 2016 at 7:10 AM, jp charras wrote: It works for me, but I had to modify the patch the change in

Re: [Kicad-developers] -Wsuggest-override with scripting enabled

2016-10-06 Thread Wayne Stambaugh
Patches committed. Thanks. On 10/5/2016 10:05 AM, John Beard wrote: > Hi, > > Rather than blanket-disabling -Wsuggest-override when scripting is > enabled, it's possible to turn the warnings off for just the > problematic pcbnew_wrap.cxx file using set_source_file_properties(). > > This means

Re: [Kicad-developers] kicad promotion in help menu

2016-10-06 Thread Wayne Stambaugh
On 10/6/2016 3:23 AM, Chris Pavlina wrote: > On Thu, Oct 06, 2016 at 08:51:54AM +0200, jp charras wrote: >> Le 06/10/2016 à 08:13, Cirilo Bernardo a écrit : >>> Hi folks, >>> >>> Any comments on this patch I proposed a few weeks ago? >>> >>>

Re: [Kicad-developers] -Wsuggest-override with scripting enabled

2016-10-06 Thread jp charras
Le 06/10/2016 à 14:30, Wayne Stambaugh a écrit : > On 10/6/2016 2:58 AM, John Beard wrote: >> On Thu, Oct 6, 2016 at 7:10 AM, jp charras wrote: >>> >>> It works for me, but I had to modify the patch >>> the change in pcbnew/CMakeLists.txt is >>> if(

Re: [Kicad-developers] -Wsuggest-override with scripting enabled

2016-10-06 Thread Wayne Stambaugh
On 10/6/2016 2:58 AM, John Beard wrote: > On Thu, Oct 6, 2016 at 7:10 AM, jp charras wrote: >> >> It works for me, but I had to modify the patch >> the change in pcbnew/CMakeLists.txt is >> if( COMPILER_SUPPORTS_WSUGGEST_OVERRIDE ) >>

Re: [Kicad-developers] PATCH: To facilitate easier Via Curtain/Filling

2016-10-06 Thread Nox
Sorry for Gravedigging. Maybe some heretic (and mostlikely stupid) questions but: why is there even an automatic relabeling implement? Would not it be much more convenient to have it as seperate tool instead of a mandatory step (like the cleaning up)? Further more it seems like

Re: [Kicad-developers] -Wsuggest-override with scripting enabled

2016-10-06 Thread jp charras
Le 06/10/2016 à 08:58, John Beard a écrit : > On Thu, Oct 6, 2016 at 7:10 AM, jp charras wrote: >> >> It works for me, but I had to modify the patch >> the change in pcbnew/CMakeLists.txt is >> if( COMPILER_SUPPORTS_WSUGGEST_OVERRIDE ) >>

Re: [Kicad-developers] kicad promotion in help menu

2016-10-06 Thread Cirilo Bernardo
On Thu, Oct 6, 2016 at 5:51 PM, jp charras wrote: > Le 06/10/2016 à 08:13, Cirilo Bernardo a écrit : >> Hi folks, >> >> Any comments on this patch I proposed a few weeks ago? >> >> https://lists.launchpad.net/kicad-developers/msg26412.html >> >> The patch adds a menu item

Re: [Kicad-developers] -Wsuggest-override with scripting enabled

2016-10-06 Thread John Beard
On Thu, Oct 6, 2016 at 7:10 AM, jp charras wrote: > > It works for me, but I had to modify the patch > the change in pcbnew/CMakeLists.txt is > if( COMPILER_SUPPORTS_WSUGGEST_OVERRIDE ) > set_source_files_properties(pcbnew_wrap.cxx pcbnewPYTHON_wrap.cxx >

Re: [Kicad-developers] kicad promotion in help menu

2016-10-06 Thread jp charras
Le 06/10/2016 à 08:13, Cirilo Bernardo a écrit : > Hi folks, > > Any comments on this patch I proposed a few weeks ago? > > https://lists.launchpad.net/kicad-developers/msg26412.html > > The patch adds a menu item in the main menu Help list to launch the > system's default browser and bring up

Re: [Kicad-developers] kicad promotion in help menu

2016-10-06 Thread Tomasz Wlostowski
On 06.10.2016 08:13, Cirilo Bernardo wrote: > Hi folks, > > Any comments on this patch I proposed a few weeks ago? > > https://lists.launchpad.net/kicad-developers/msg26412.html > > The patch adds a menu item in the main menu Help list to launch the > system's default browser and bring up the

Re: [Kicad-developers] kicad promotion in help menu

2016-10-06 Thread Cirilo Bernardo
Hi folks, Any comments on this patch I proposed a few weeks ago? https://lists.launchpad.net/kicad-developers/msg26412.html The patch adds a menu item in the main menu Help list to launch the system's default browser and bring up the "Contribute to KiCad" page

Re: [Kicad-developers] -Wsuggest-override with scripting enabled

2016-10-06 Thread jp charras
Le 06/10/2016 à 01:07, Wayne Stambaugh a écrit : > On 10/5/2016 5:42 PM, José Ignacio wrote: >> On Wed, Oct 5, 2016 at 3:55 PM, Wayne Stambaugh wrote: >>> pcbnewPYTHON_wrap.cxx >> >> That file is a source of pain, it appears to be generated by swig as a >> side effect and it