Re: [Kicad-developers] Generating Gerbers from Python Scripts

2015-05-12 Thread Paulo Henrique Silva
d-developers > More help : https://help.launchpad.net/ListHelp > > -- Paulo Henrique Silva Curta Circuitos Brazil ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https:/

Re: [Kicad-developers] sound when selecting anything in pcbnew OpenGL mode

2015-05-10 Thread Paulo Henrique Silva
Andy, that is the issue I reported back in January with a simple patch ( https://lists.launchpad.net/kicad-developers/msg16184.html). But it is not clear if that solution does not create problems on other platforms. Cheers, 2015-05-10 16:32 GMT-03:00 Andy Peters : > On my Macs, not sure if this

[Kicad-developers] github mirror out of sync

2015-03-03 Thread Paulo Henrique Silva
Dears, latest commit on https://github.com/KiCad/kicad-source-mirror is from Feb 28th. Nothing since bzr rev 5464 is there. Might have a script somewhere that stopped. Cheers, -- Paulo ___ Mailing list: https://launchpad.net/~kicad-developers Post to

Re: [Kicad-developers] OS X File Open Dialog

2015-02-21 Thread Paulo Henrique Silva
Widgets/commit/ef5232d289f792dcdba163aa56cd9d47731dbffc#diff-4c33f04f2d98bef24c5f526f6fa79d33 > > > > On 05.01.2015, at 14:23, Wayne Stambaugh wrote: > > Would one of the OSX devs please validate this patch to see if it > resolves the OSX file open dialog issue and let me know so I can commit > this patc

Re: [Kicad-developers] more pythonic scripting API for pcbnew

2015-01-07 Thread Paulo Henrique Silva
PTT, I am looking to add plot support. It is something I use often. What do you think of add this project to an external repository to let people contribute and when you release "stable/good" version we ask KiCad folks to integrate those releases. Cheers, 2015-01-07 16:42 GMT-02:00 PTT : > I d

Re: [Kicad-developers] Adding .gitignore file.

2015-01-06 Thread Paulo Henrique Silva
Folks, It is funny how discussions go every time git is mentioned. I am very satisfied with current git workflow for KiCad. With the oficial .gitignore I proposed it will be even more natural. It is as first class citizen as bzr for me. I don't feel any hurry to change the status quo. Please let

Re: [Kicad-developers] [PATCH] GAL hotkey event handling causing beeps on OSX

2015-01-05 Thread Paulo Henrique Silva
> Selection box works for me on OSX with patch applied. > > > > Regarding to pass or not the event as Wayne mentions, regular canvas > > appears to do the same as I did on the patch (see common/draw_panel.cpp > > line 1404-1405). > > The default canvas checks to see if the event was handled and ca

Re: [Kicad-developers] [PATCH] GAL hotkey event handling causing beeps on OSX

2015-01-05 Thread Paulo Henrique Silva
> I cannot recall why it has been done that way (maybe wx2.8 issue?). > Currently the Tool Framework handles the hot keys in its own way, so > there is a chance that passing the events would not be necessary. > > Unfortunately, there is another issue - with the patch applied, one > cannot draw a se

[Kicad-developers] [PATCH] GAL hotkey event handling causing beeps on OSX

2015-01-04 Thread Paulo Henrique Silva
Dears, When using OpenGL canvas on OS X (not tested on other platforms) every time a hotkey is pressed I get a beep after the desired action is completed (For instance, using H to toggle high contrast mode). Attached patch fix it. Event handling borrowed from regular canvas which only pass the ev

Re: [Kicad-developers] OS X File Open Dialog

2015-01-03 Thread Paulo Henrique Silva
Hi Bernard, Different from the patch I have added the code to > bool PGM_BASE::initPgm() > because this seems to be one of the more global spots to initialize things. > I am not sure about that… in kiface_i.cpp > bool KIFACE_I::start_common( int aCtlBits ) > would also maybe appropriate? > > B

[Kicad-developers] OS X File Open Dialog

2014-12-09 Thread Paulo Henrique Silva
Some KiCAD open dialogs require the usage of the file filter combobox to decide which loader to use (e.g., on pcbnew, to import an Eagle or gEDA board). On recent OS X the file filter combo is gone and we therefore cannot choose to import anything different than the default filter option. (tested