Re: [Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Marco Ciampa
On Tue, Apr 24, 2018 at 09:48:03AM +0300, Eeli Kaikkonen wrote: > 2018-04-24 8:47 GMT+03:00 Nick Østergaard : > > > How is this any different for what Ibsaid earlier? > > > > > I suppose you mean "I said". I'm familiar with Linux command line, not so > much with Windows command line. What you said

Re: [Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Eeli Kaikkonen
2018-04-24 8:47 GMT+03:00 Nick Østergaard : > How is this any different for what Ibsaid earlier? > > I suppose you mean "I said". I'm familiar with Linux command line, not so much with Windows command line. What you said about Windows env variables helped me to think and research it further. I'll

Re: [Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Nick Østergaard
Den tir. 24. apr. 2018 00.23 skrev Eeli Kaikkonen : > > > 2018-04-24 1:12 GMT+03:00 Seth Hillbrand : > >> I'm a bit late to this conversation so forgive the basic question. >> >> Won't this break things for users that explicitly set XDG_CONFIG_HOME for >> other reasons? >> >> > No, unless you set

[Kicad-developers] Dialog colon standardization

2018-04-23 Thread Seth Hillbrand
Hi All- Fabrizio Tappero pointed out one of the dialogs where we had some colons/some not for sections. I went through most (all?) dialogs looking for similar discrepancies to unify the layout appearance and, hopefully, improve the responsiveness for screen readers as well as helping translators.

Re: [Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Eeli Kaikkonen
2018-04-24 1:12 GMT+03:00 Seth Hillbrand : > I'm a bit late to this conversation so forgive the basic question. > > Won't this break things for users that explicitly set XDG_CONFIG_HOME for > other reasons? > > No, unless you set it so that it's used everywhere. On Linux (or *nix) you can set it f

Re: [Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Seth Hillbrand
I'm a bit late to this conversation so forgive the basic question. Won't this break things for users that explicitly set XDG_CONFIG_HOME for other reasons? -S 2018-04-23 14:29 GMT-07:00 Nick Østergaard : > Just open a terminal and "set" it as you you do on linux, where you would > "export" it.

Re: [Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Nick Østergaard
Just open a terminal and "set" it as you you do on linux, where you would "export" it. Den man. 23. apr. 2018 23.27 skrev Eeli Kaikkonen : > > > 2018-04-23 20:10 GMT+03:00 Wayne Stambaugh : > >> Attached is a patch that allows users to have multiple configuration >> paths using the XDG_CONFIG_HOM

Re: [Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Eeli Kaikkonen
2018-04-23 20:10 GMT+03:00 Wayne Stambaugh : > Attached is a patch that allows users to have multiple configuration > paths using the XDG_CONFIG_HOME environment variable on all platforms. > This will be appreciated amongst the users. It seems to work on Ubuntu. I applied the patch, compiled an

Re: [Kicad-developers] Mac packaging update

2018-04-23 Thread Nick Østergaard
It is built nightly as mentioned in earlier threads at http://downloads.kicad-pcb.org/osx/testing/. It builds nightly, but it seems the latest change broke the build for me. :/ So users are already able to test it. I have not applied the BU patch. 2018-04-23 20:23 GMT+02:00 Adam Wolf : > Soon.

Re: [Kicad-developers] Mac packaging update

2018-04-23 Thread Adam Wolf
Soon. Today? I'll see if I can set up the scripts to apply the attached patch. I rebuilt from a clean setup using all the old infrastructure, and I do not see any new issues, and the output DMGs appear to be the same. Let me know if there are any objections to this change. Adam On Mon, Apr 23,

Re: [Kicad-developers] Mac packaging update

2018-04-23 Thread Wayne Stambaugh
Hi Adam, When do you think you will be able to begin providing nightly builds with this so users can test it? It would be nice to have a few weeks of testing with Python bundled on macos to shake out any bugs before the stable release. Thanks, Wayne On 4/23/2018 10:46 AM, Adam Wolf wrote: > Hi

[Kicad-developers] XDG_CONFIG_HOME on all platforms

2018-04-23 Thread Wayne Stambaugh
Attached is a patch that allows users to have multiple configuration paths using the XDG_CONFIG_HOME environment variable on all platforms. I tested it on windows and it seems to work just fine. I can test it on linux tonight when I get home but if someone can get to it before then I would appreci

Re: [Kicad-developers] Generate Drill File window and its buttons

2018-04-23 Thread Seth Hillbrand
> > Also, I believe that the colon (":") in the section title is totally > superfluous. I the previous window (Print Window) colon is > used (not really sure why) only in some sections. > > Thanks for pointing out the discrepancy! Colons are useful for some screen readers to determine when a new

Re: [Kicad-developers] Generate Drill File window and its buttons

2018-04-23 Thread Fabrizio Tappero
ah OK thank you. Fabrizio On Mon, Apr 23, 2018 at 4:45 PM, jp charras wrote: > Le 23/04/2018 à 15:56, Fabrizio Tappero a écrit : > > cheer Jeff, wouldn't be great if we could fix these text issues in the > 5.0 too > > > > cheers > > Fabrizio > > > > They are fixed (by Jeff) in commit 0bbf961 (

[Kicad-developers] Mac packaging update

2018-04-23 Thread Adam Wolf
Hi folks! Over the weekend, I made a culminating breakthrough on some Python work I've been working on since at least March 2017 (https://cmake.org/pipermail/cmake/2017-March/065140.html). I now have a Python Framework embedded inside KiCad, scripting console and all, which fixes many issues we'v

Re: [Kicad-developers] Generate Drill File window and its buttons

2018-04-23 Thread jp charras
Le 23/04/2018 à 15:56, Fabrizio Tappero a écrit : > cheer Jeff, wouldn't be great if we could fix these text issues in the 5.0 too > > cheers > Fabrizio > They are fixed (by Jeff) in commit 0bbf961 (2 months ago). > > On Mon, Apr 23, 2018 at 11:49 AM, Jeff Young > wrote

Re: [Kicad-developers] Generate Drill File window and its buttons

2018-04-23 Thread Fabrizio Tappero
cheer Jeff, wouldn't be great if we could fix these text issues in the 5.0 too cheers Fabrizio On Mon, Apr 23, 2018 at 11:49 AM, Jeff Young wrote: > Hi Fabrizio, > > Some of these issues have been fixed in my 6.0 tree, but I’m not sure I > got all of them. (It takes me a few hours to switch b

Re: [Kicad-developers] Generate Drill File window and its buttons

2018-04-23 Thread Jeff Young
Hi Fabrizio, Some of these issues have been fixed in my 6.0 tree, but I’m not sure I got all of them. (It takes me a few hours to switch between 5.0 and 6.0, so I’ll check later and post some screen shots for feedback.) Cheers, Jeff. PS: while it’s a couple of weeks out-of-date, a public vers