Re: sieve_pipe_socket_dir not created at startup for configured pipe service

2017-12-18 Thread Garth Corral
ike either a documentation issue or a bug. I’d argue the latter since the configuration variable isn’t actually useful.00 Garth > On Dec 17, 2017, at 4:51 PM, Garth Corral wrote: > > > Hi, all > > I’m new to the list but not to dovecot. I’ve been using it in a ba

sieve_pipe_socket_dir not created at startup for configured pipe service

2017-12-17 Thread Garth Corral
Hi, all I’m new to the list but not to dovecot. I’ve been using it in a basic configuration for some time, but finally decided to tweak my deployed system to take advantage of some more dovecot features. In particular I’m trying to set up pigeonhole to implement spam retraining with imapsiev

Re: [Kicad-developers] Legacy Canvas Mousewheel Behavior?

2016-03-01 Thread Garth Corral
he goal. >>> Change axis back on OS X or remove the piece of code that checks axis >>> (if somebody can remember why it is done this way)? >>> It came in with >>> >>> http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/4505 >>&

Re: [Kicad-developers] Legacy Canvas Mousewheel Behavior?

2016-02-28 Thread Garth Corral
http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/4505 > > <http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/4505> > … but there is no hint why this was changed. > > > Regards, > Bernhard > >> On 28 Feb 2016, at 23:18, Ga

Re: [Kicad-developers] Legacy Canvas Mousewheel Behavior?

2016-02-28 Thread Garth Corral
Hi, Bernhard Yes, you have it right on both counts. That was, and still is, my assessment. The existing behavior is not correct, at least as far as OS X (and probably Linux) is concerned. I don’t know about windows.That is the patch that fixes the issue to which I referred in that post.

Re: [Kicad-developers] [PATCH] No GAL FPS Limiting for OS X

2016-02-08 Thread Garth Corral
Some devices provide what are termed precise scrolling deltas and generate a far greater number of scrolling events. The trackpad is such a device. Cocoa events have a hasPreciseScrollingDeltas method that will provide this information. It is used in wxWidgets window.mm, for instance, when tr

Re: [Kicad-developers] Which wxFormBuilder?

2016-02-06 Thread Garth Corral
Hi, Berhard. Yes this is a bit if a pain on OS X. I built this from HEAD sometime last year, and it seemed to work okay for my purposes. I had to munge a few things to get it to build, though. I’ll send you a patch off-list and see if that gets you going in the right direction. It was some

Re: [Kicad-developers] OS X: pinch-to-zoom support for wxWidgets 3.1

2016-01-18 Thread Garth Corral
It is an oddly named macro who’s intent is not clear from the name. > On Jan 18, 2016, at 3:14 PM, Nick Østergaard wrote: > > Aha ok, I see, I guess I should have tried to look up the doc for that then. > > 2016-01-19 0:04 GMT+01:00 Garth Corral : >> wxCHECK_VERSION >&g

Re: [Kicad-developers] OS X: pinch-to-zoom support for wxWidgets 3.1

2016-01-18 Thread Garth Corral
wxCHECK_VERSION bool wxCHECK_VERSION(major, minor, release) This is a macro which evaluates to true if the current wxWidgets version is at least major.minor.release. > On Jan 18, 2016, at 12:42 PM, Nick Østergaard wrote: > > Mmm, I think this patch looks a bit wierd. It is quite possible tha

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Garth Corral
This appears to be fixed. > On Dec 12, 2015, at 11:09 AM, Nick Østergaard wrote: > > AFIK that issue has been fixed, but I don't really know for sure, > since I don't have OS X. > > 2015-12-12 19:55 GMT+01:00 Adam Wolf : >> Does this actually work with OS X in KiCad, or just in OS X in general?

Re: [Kicad-developers] OSX 10.9.5 Crash with 4.0.0

2015-12-12 Thread Garth Corral
We had a long thread about this back in February. I don’t remember what the outcome was, but it was during the debate about whether to support 10.7, and I thought that a line was drawn at supporting Core Duo and 10.7 in the nightlies. https://lists.launchpad.net/kicad-developers/msg17055.html

Re: [Kicad-developers] [PATCH] Support of horizontal scrolling events in pcbnew and 3d-viewer

2015-11-02 Thread Garth Corral
> On Nov 2, 2015, at 12:20 PM, Wayne Stambaugh wrote: > > > > On 11/2/2015 3:00 PM, Garth Corral wrote: >> >>> On Nov 2, 2015, at 10:25 AM, Wayne Stambaugh wrote: >>> >>> On 11/1/2015 9:42 AM, Bernhard Stegmaier wrote: >>>&g

Re: [Kicad-developers] [PATCH] Support of horizontal scrolling events in pcbnew and 3d-viewer

2015-11-02 Thread Garth Corral
> On Nov 2, 2015, at 10:25 AM, Wayne Stambaugh wrote: > > On 11/1/2015 9:42 AM, Bernhard Stegmaier wrote: >> If this capability should be added now, it should be done consistent for all >> platforms. >> We had this discussion for OS X already way back, but back then nobody >> seemed to be inte

Re: [Kicad-developers] Can we enable menu icons on OS X?

2015-07-30 Thread Garth Corral
I seems to me that this is the only sensible solution because I think the menu icons look like crap. Garth > On Jul 30, 2015, at 5:12 AM, Collin Anderson wrote: > > Thanks for the clear answers guys. And based on Johannes Malbaum's post, > this is clearly not the 'right or wrong' issue I mis

Re: [Kicad-developers] Release candidate?

2015-07-28 Thread Garth Corral
There's no action for us here. > On Jul 28, 2015, at 1:43 PM, Adam Wolf wrote: > > I believe Garth indicated the 10.11 issues might actually be an issue in OS X > itself. > > Adam Wolf > >> On Jul 28, 2015 3:32 PM, "Shane Burrell" wrote: >> One item of consideration on OSX is that current l

Re: [Kicad-developers] pcbnew: OS X cursor shape cannot be changed in any of the view

2015-07-22 Thread Garth Corral
eful hints: > > http://stackoverflow.com/questions/8951679/drawing-with-xor-in-quartz > <http://stackoverflow.com/questions/8951679/drawing-with-xor-in-quartz> > > Hope this helps > > Bob G > > On 07/22/2015 12:47 AM, Bernhard Stegmaier wrote: >> >>&

Re: [Kicad-developers] pcbnew: OS X cursor shape cannot be changed in any of the view

2015-07-21 Thread Garth Corral
> On Jul 21, 2015, at 1:30 PM, Wayne Stambaugh wrote: > > On 7/21/2015 4:19 PM, Bernhard Stegmaier wrote: >> OK, got it… the crosshair is only shown in some modes (didn’t really use >> GAL up to now). >> Yes, works also for me in GAL mode and not in default canvas. > > I'm not sure why this doe

Re: [Kicad-developers] pcbnew: OS X cursor shape cannot be changed in any of the view

2015-07-21 Thread Garth Corral
AM, Andy Peters wrote: > > >> On Jul 21, 2015, at 8:41 AM, Garth Corral wrote: >> >> >> I swear this worked for me fairly recently. > > It worked for me, too. > > old bug here: https://bugs.launchpad.net/kicad/+bug/1448129 > > and here: ht

Re: [Kicad-developers] pcbnew: OS X cursor shape cannot be changed in any of the view

2015-07-21 Thread Garth Corral
I swear this worked for me fairly recently. Garth > On Jul 21, 2015, at 7:35 AM, Bernhard Stegmaier > wrote: > > Hi, > > for me, crosshair did never work since I started to use KiCad... I tried a > couple of times, maybe I just hit those versions where it was accidentally > broken... :) >

Re: [Kicad-developers] Middle mouse button panning.

2015-07-20 Thread Garth Corral
Since nobody has replied, I'll say that I'd be happy to do this but don't currently have a mouse with a middle button. I'll try to dig one up but in the mean time if some who has such a device can try this out, please do. As for the panning past the scroll bar limits, it always seemed odd to

Re: [Kicad-developers] OS X builds up and running again

2015-07-13 Thread Garth Corral
to do that before the weekend. In the mean time I have a patch to our overlay patch that should get things working for folks out on the bleeding edge, but it isn't something that should be applied to the tree at this point, I think. Garth > On Jul 13, 2015, at 7:48 PM, Garth Corra

Re: [Kicad-developers] OS X builds up and running again

2015-07-13 Thread Garth Corral
Currently we have this issue filed: https://bugs.launchpad.net/kicad/+bug/1472393 I’m going to take a look at this tonight if I get a chance, but if we don’t fix this before the stable release, the OS X builds will stop working on 10.11 when it i

Re: [Kicad-developers] OS X builds up and running again

2015-07-13 Thread Garth Corral
Hi, Adam. I had started to have a look at some of the OS X issues while you were away. I commented on a couple of the crashers that you were looking at. In particular, https://bugs.launchpad.net/kicad/+bug/1463614 https://bugs.launchpad.net/kic

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Garth Corral
<mailto:stambau...@gmail.com <mailto:stambau...@gmail.com>>> wrote: >>> >>> Garth, >>> >>> I'm assuming your patch resolves this issue. Please let me know and I >>> will try to get your patch committed asap. >>> >>>

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Garth Corral
Wayne > > > On 7/8/2015 12:14 PM, Garth Corral wrote: >> Yes, please. Python scripting is completely broken on OS X at the moment. >> >> >> Garth >> >> >>> On Jul 6, 2015, at 8:24 AM, Adam Wolf >> <mailto:adamw...@feelslikeburning.

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Garth Corral
Wolf > > On Fri, Jul 3, 2015 at 3:54 PM, Garth Corral <mailto:gcor...@abode.com>> wrote: > The attached patch gets python scripting ‘working’ again on OS X. > Unfortunately, I’m once again seeing the keystroke highjacking issue that was > reported a while back. I’m not

Re: [Kicad-developers] idea for post-release file manipulations

2015-07-07 Thread Garth Corral
> On Jul 7, 2015, at 12:58 PM, Garth Corral wrote: > >> >> On Jul 7, 2015, at 12:41 PM, Garth Corral > <mailto:gcor...@abode.com>> wrote: >> >>> >>> On Jul 7, 2015, at 12:39 PM, jp charras >> <mailto:jp.char...@wanadoo

Re: [Kicad-developers] idea for post-release file manipulations

2015-07-07 Thread Garth Corral
> On Jul 7, 2015, at 12:41 PM, Garth Corral wrote: > >> >> On Jul 7, 2015, at 12:39 PM, jp charras wrote: >> >> Le 07/07/2015 21:26, Garth Corral a écrit : >>> >>>> On Jul 7, 2015, at 12:10 PM, Garth Corral wrote: >>>&

Re: [Kicad-developers] idea for post-release file manipulations

2015-07-07 Thread Garth Corral
> On Jul 7, 2015, at 12:39 PM, jp charras wrote: > > Le 07/07/2015 21:26, Garth Corral a écrit : >> >>> On Jul 7, 2015, at 12:10 PM, Garth Corral wrote: >>> >>> >>>> On Jul 7, 2015, at 10:53 AM, jp charras wrote: >>>> >

Re: [Kicad-developers] idea for post-release file manipulations

2015-07-07 Thread Garth Corral
> On Jul 7, 2015, at 12:10 PM, Garth Corral wrote: > > >> On Jul 7, 2015, at 10:53 AM, jp charras wrote: >> >> Le 05/07/2015 23:39, Garth Corral a écrit : >>> >>>> On Jun 22, 2015, at 10:54 AM, Andy Peters wrote: >>>> >

Re: [Kicad-developers] idea for post-release file manipulations

2015-07-07 Thread Garth Corral
> On Jul 7, 2015, at 10:53 AM, jp charras wrote: > > Le 05/07/2015 23:39, Garth Corral a écrit : >> >>> On Jun 22, 2015, at 10:54 AM, Andy Peters wrote: >>> >>> >>>> On Jun 22, 2015, at 5:00 AM, Johannes Maibaum wrote: >>>

Re: [Kicad-developers] idea for post-release file manipulations

2015-07-05 Thread Garth Corral
> On Jun 22, 2015, at 10:54 AM, Andy Peters wrote: > > >> On Jun 22, 2015, at 5:00 AM, Johannes Maibaum wrote: >> >> Hey OSX devs, >> >> And I just came across another minor UI glitch in pcbnew: When running the >> DRC, the dialog >> window loses focus to the main window after the checks ar

Re: [Kicad-developers] Zoom vs Help

2015-07-04 Thread Garth Corral
On Jul 4, 2015, at 2:02 PM, Garth Corral <gcor...@abode.com> wrote:On Jul 1, 2015, at 2:31 PM, Wayne Stambaugh <stambau...@gmail.com> wrote:On 7/1/2015 4:17 PM, Garth Corral wrote:The Cmd-C issue may well be a wxWidgets bug, but it is still an issue for kicad users. There are many su

Re: [Kicad-developers] Zoom vs Help

2015-07-04 Thread Garth Corral
> On Jul 1, 2015, at 2:31 PM, Wayne Stambaugh wrote: > > On 7/1/2015 4:17 PM, Garth Corral wrote: >> The Cmd-C issue may well be a wxWidgets bug, but it is still an issue for >> kicad users. There are many such issues in kicad where OS X specific issues >> must be w

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-03 Thread Garth Corral
s a good thing to make scripting widely available. I need to check the mac scripting builds, do they allow to run commandline scripts ? (not using the console, I mean). Adam: thanks for maintaining the OSX side!, Garth Corral wrote: Hi, Adam.  Funny you should ask that now.  I just noticed tha

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-02 Thread Garth Corral
Hi, Adam. Funny you should ask that now. I just noticed that some changes went in recently that completely breaks python scripting on OS X. I haven’t had a chance to look too deeply at it, but it looks like a check was added on the return of wxversion.select(), which was likely always failing

Re: [Kicad-developers] Mac OSX Cmd vs Ctrl

2015-07-02 Thread Garth Corral
> On Jul 2, 2015, at 10:42 AM, jp charras wrote: > > Le 02/07/2015 18:04, Garth Corral a écrit : >> >>> On Jul 2, 2015, at 12:37 AM, jp charras wrote: >>> >>> Le 01/07/2015 22:21, Garth Corral a écrit : >>>> >>>>> On Jul

Re: [Kicad-developers] New crasher when switching canvases

2015-07-02 Thread Garth Corral
> On Jul 2, 2015, at 2:53 AM, Maciej Sumiński wrote: > > On 07/02/2015 09:24 AM, jp charras wrote: >> Le 02/07/2015 09:13, LordBlick a écrit : >>> In response to a message written on 02.07.2015, 05:44, from Garth Corral: >>>> >>>> While poking at

Re: [Kicad-developers] Mac OSX Cmd vs Ctrl

2015-07-02 Thread Garth Corral
> On Jul 2, 2015, at 12:37 AM, jp charras wrote: > > Le 01/07/2015 22:21, Garth Corral a écrit : >> >>> On Jul 1, 2015, at 12:22 PM, jp charras >>> wrote: >> >> >>> The "issue" relative to Ctrl / Cmd is not clear for me. &g

[Kicad-developers] New crasher when switching canvases

2015-07-01 Thread Garth Corral
While poking at function keys in response to the earlier thread about, uh, function keys. I stumbled on a crash caused by switching to the default canvas from the default canvas. I was only able to to repro this when I performed the switch (whether by menu or key) immediately after startup, b

Re: [Kicad-developers] Zoom vs Help

2015-07-01 Thread Garth Corral
> On Jul 1, 2015, at 12:22 PM, jp charras wrote: > > Le 01/07/2015 20:38, Garth Corral a écrit : >> While we’re on the topic. There are other places where hotkeys are >> less than optimal on OS X. For example, F11 and F12 are taken for OS >> functions and never re

Re: [Kicad-developers] Zoom vs Help

2015-07-01 Thread Garth Corral
gt; Le 01/07/2015 20:38, Garth Corral a écrit : >> While we’re on the topic. There are other places where hotkeys are >> less than optimal on OS X. For example, F11 and F12 are taken for OS >> functions and never reach kicad, so selecting the canvases has to be >> done thro

Re: [Kicad-developers] Zoom vs Help

2015-07-01 Thread Garth Corral
While we’re on the topic. There are other places where hotkeys are less than optimal on OS X. For example, F11 and F12 are taken for OS functions and never reach kicad, so selecting the canvases has to be done through the menus. Conversely, Cmd-C in kicad launches the calculator, so you can’t

Re: [Kicad-developers] Zoom vs Help

2015-06-30 Thread Garth Corral
On top of that, the hotkeys list is mostly wrong on OS X in that it shows Ctrl- as the modifier key when in fact it is Cmd- on OS X. Garth > On Jun 30, 2015, at 10:43 PM, Nick Østergaard wrote: > > On a side note: Please note that the right click context menu shows > the correct (without alt

Re: [Kicad-developers] OS X issues...

2015-06-24 Thread Garth Corral
+kicad-developers Hoping you meant for this to go to the list. > On Jun 24, 2015, at 10:41 AM, Andy Peters wrote: > > >> On Jun 24, 2015, at 10:27 AM, Garth Corral wrote: >> >> >> >> Regardless of any wxWidgets issues, shouldn't this dial

Re: [Kicad-developers] OS X issues...

2015-06-24 Thread Garth Corral
Regardless of any wxWidgets issues, shouldn't this dialog be modal anyway? Garth > On Jun 24, 2015, at 3:03 AM, Johannes Maibaum wrote: > > I’m pretty sure that is OSX only. At least it does not happen on my Arch > Linux machine. > > I just filed a bug report, as I was not able to find a ro

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Garth Corral
> On Jun 22, 2015, at 11:02 AM, Wayne Stambaugh wrote: > > On 6/22/2015 1:55 PM, Andy Peters wrote: >> >>> On Jun 22, 2015, at 10:47 AM, Wayne Stambaugh wrote: >>> >>> On 6/22/2015 1:45 PM, Andy Peters wrote: > On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski > wrote: > >>>

Re: [Kicad-developers] OS X bundling

2015-06-11 Thread Garth Corral
there in some old CMake code, but IMHO > it can just be deleted with every reference to it. > > > Regards, > Bernhard > > >> On 11 Jun 2015, at 21:24, Garth Corral > <mailto:gcor...@abode.com>> wrote: >> >> I think that can go. Though it

Re: [Kicad-developers] OS X bundling

2015-06-11 Thread Garth Corral
he changes. > >> On 6/11/2015 3:24 PM, Garth Corral wrote: >> I think that can go. Though it looks like there’s some code in >> osx_fixbundles.sh that ostensibly migrates kiface modules inside the >> bundle, that code looks out of date and inert. Perhaps Bernhard ha

Re: [Kicad-developers] OS X bundling

2015-06-11 Thread Garth Corral
patch in the product branch r5731.   Hopefully this will get the OSX users back up and running.   Cheers,   Wayne   On 6/11/2015 4:16 AM, Garth Corral wrote:Looks like the OS X install is trying to copy the nonexistant cvpcb.app into the main bundle, killing the build.Patch attached___

[Kicad-developers] OS X bundling

2015-06-11 Thread Garth Corral
Looks like the OS X install is trying to copy the nonexistant cvpcb.app into the main bundle, killing the build. Patch attached kicad_CMakeLists.txt.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature ___ Mailin

[Kicad-developers] special.lib

2015-05-21 Thread Garth Corral
So it seems that the special library has been removed. It probably shouldn’t be in the kicad.pro template anymore. Garth smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~kicad-developers Post to : ki

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Garth Corral
esolution scroll devices", and I have exhausted all brainpower >> regarding that until after the stable release :) >> >> Adam Wolf >> >> On Thu, May 21, 2015 at 2:24 PM, Garth Corral wrote: >> >>> >>> >>> Hi, Orson. This is not

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Garth Corral
ld not experience any difference anyway. > > Scrollbars are not a problem, as I did not manage to enable them for OS > X in GAL canvas. > > Regards, > Orson > >> On 05/21/2015 07:33 PM, Garth Corral wrote: >> I’m not going to flog the dead trackpad horse again, but could we at

Re: [Kicad-developers] Kicad Presentation at Maker Faire

2015-05-21 Thread Garth Corral
Nice job, Adam. It was a good crowd and a happy coincidence that your talk was back-to-back with another KiCad talk. It was nice to meet you and Matthew in person as well as your family, especially the little guy. Garth > On May 19, 2015, at 8:18 AM, Adam Wolf wrote: > > Hi folks, > > I'm

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Garth Corral
I’m not going to flog the dead trackpad horse again, but could we at least get my pinch-to-zoom changes in? I committed this separately from the rest of the stuff on my branch because it can stand on it’s own, and is completely conditional so it won’t touch anything else. It might not be as us

Re: [Kicad-developers] Build issue on r5670?

2015-05-20 Thread Garth Corral
Thanks, Orson. 5672 builds and seems to work fine for me on a non-retina system against wxWidgets without the retina patch. Perhaps worth a mention of that new patch in Documentation/compiling/mac-osx.txt for retina users not building with the script. Garth > On May 20, 2015, at 3:46 PM, Ma

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Garth Corral
.10 system with a deployment target of 10.10, this will compile in the fchmodat call. Subsequently linking kicad with the 10.7 deployment target would likely give the errors you’re seeing. The deployment target for boost needs to match kicad. Garth > On Apr 27, 2015, at 8:56 AM, Garth Corra

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Garth Corral
Hi, Adam. Sorry I hadn’t looked at this previously, I’ve not seen this issue. I likely won’t have a chance to look at this until late today at the earliest, but just a quick glance makes me suspect a deployment target issue. I don’t have a system on which to verify at the moment, but I don’t t

Re: [Kicad-developers] Strange wxWidgets version checks

2015-04-25 Thread Garth Corral
> On Apr 25, 2015, at 9:41 PM, Blair Bonnett wrote: > > Hi all, > > I've been going through the code removing redundant conditionally compiled > blocks for versions of wxWidgets before 3.0 as per the 'Conversion to > wxWidgets 3.0' section of the roadmap [1]. For the most part this is > stra

Re: [Kicad-developers] UPDATE: Diode pins swapped in KiCad Libraries

2015-04-24 Thread Garth Corral
over > one month <https://github.com/KiCad/kicad-library/issues/153>, a great > initiative taken by Kerusey. > > Regards, > > Carl > > On Fri, Apr 24, 2015 at 7:21 PM, Garth Corral <mailto:gcor...@abode.com>> wrote: > > This plan to deprecate

Re: [Kicad-developers] UPDATE: Diode pins swapped in KiCad Libraries

2015-04-24 Thread Garth Corral
This plan to deprecate the old diode type seems… uh... poorly thought out. Yanking these out from under everyone and every project in exiistence and then sending out a message that says, “hey, guess what I did?” doesn’t seem like the best way to handle this. It is most certainly not the way t

Re: [Kicad-developers] Latest trackpad action tests on OSX -r5582

2015-04-08 Thread Garth Corral
It's a wxWidgets bug for which we have a patch. Garth > On Apr 8, 2015, at 3:45 PM, Andy Peters wrote: > > >> On Apr 8, 2015, at 3:21 PM, Garth Corral wrote: >> >> The diagonal panning is the issue I found. As Andy points out, the reverse >&g

Re: [Kicad-developers] Latest trackpad action tests on OSX -r5582

2015-04-08 Thread Garth Corral
The diagonal panning is the issue I found. As Andy points out, the reverse scrolling is configurable in system preferences. This was added to OS X expressly to accommodate the trackpad. Garth > On Apr 8, 2015, at 2:47 PM, Adam Wolf wrote: > > Additionally, the reversed direction is somethin

Re: [Kicad-developers] bzr commit 5572

2015-04-05 Thread Garth Corral
7;bzr merge’ seems to bring me up to date with the product branch. Garth > On Apr 5, 2015, at 2:04 PM, Garth Corral wrote: > > As I said, merging up to 5571 was fine; all the changes look sane. Merging > just 5572 after that introduces the changes listed, which is not correct.

Re: [Kicad-developers] bzr commit 5572

2015-04-05 Thread Garth Corral
vent.patch file ? > > You could save the r5571 merged file and then build and test that. > > I think you are pretty close! > > Have fun > > Bob G > > > On 04/05/2015 02:44 PM, Garth Corral wrote: >> Thanks, Wayne. To be honest I’m still trying to figure t

Re: [Kicad-developers] bzr commit 5572

2015-04-05 Thread Garth Corral
lease let me know and I will > try to fix it. > > On 4/5/2015 5:01 AM, Garth Corral wrote: >> Yes. Thanks, Nick. Sorry, I should have been more clear. >> >> I only noticed this, though, when I merged trunk into my branch and got >> a bunch of diffs that didn

Re: [Kicad-developers] bzr commit 5572

2015-04-05 Thread Garth Corral
Garth > On Apr 5, 2015, at 1:13 AM, Nick Østergaard wrote: > > 2015-04-05 10:11 GMT+02:00 jp charras <mailto:jp.char...@wanadoo.fr>>: >> Le 05/04/2015 06:02, Garth Corral a écrit : >>> >>> Is it just me or did this commit clobber a bunch of files it

[Kicad-developers] bzr commit 5572

2015-04-04 Thread Garth Corral
Is it just me or did this commit clobber a bunch of files it probably shouldn’t have? Not being super familiar with bazaar I’m not quite sure what I’m seeing. For example, if you browse the code to Documents/compiling/mac-osx.txt in launchpad it claims that the latest rev is 5572, but the chan

Re: [Kicad-developers] Bob's Mac Usability Problems

2015-04-04 Thread Garth Corral
> On Apr 4, 2015, at 8:15 AM, Bob Gustafson wrote: > > Testing report on this nightly build: > > Application: kicad > Version: (2015-04-03 BZR 5572)-product Release build > wxWidgets: Version 3.0.2 (debug,UTF-8,compiler with C++ ABI 1002,GCC > 4.2.1,STL containers,compatible with 2.8) > Platfo

Re: [Kicad-developers] Bob's Mac Usability Problems

2015-04-03 Thread Garth Corral
s-r5277.5c2b56a-i686.exe > > Nick > > P.S. you sent this only to me, but I think it contain way too much > information to miss the list. > > 2015-04-02 20:57 GMT+02:00 Garth Corral : >> Thanks, Nick. If you can point me to a build of this I will do what I can >&

[Kicad-developers] Fwd: Bob's Mac Usability Problems

2015-04-02 Thread Garth Corral
Sigh, I only replied to Nick. Begin forwarded message: > From: Garth Corral > Date: April 2, 2015 at 11:57:03 AM PDT > To: Nick Østergaard > Subject: Re: [Kicad-developers] Bob's Mac Usability Problems > > Thanks, Nick. If you can point me to a build of this I will d

Re: [Kicad-developers] Bob's Mac Usability Problems

2015-04-02 Thread Garth Corral
In response to your previous comments, Wayne, I said: "I can’t guarantee that I’ll be able to do anything, but I will try. I have no Windows or Linux machines so if someone could provide me a Windows binary of the trackpad branch maybe I can beg or borrow a box to at least observe the behavior

Re: [Kicad-developers] Environment variable conundrum.

2015-03-23 Thread Garth Corral
It seems like option #1 is the saner option. If I’m understanding the change, once the variables are edited they become configuration variables. Typical precedence for configuration is usually something like, command line -> environment -> local config files -> global config files, from highe

Re: [Kicad-developers] Stable release update.

2015-03-14 Thread Garth Corral
> On Mar 14, 2015, at 11:47 AM, Wayne Stambaugh wrote: > > As you all know we are currently working towards a stable release. I > need to get and idea of what open items are left before I declare a > feature freeze. Here is the list of things I know about: > > * Environment variable path edit

Re: [Kicad-developers] Building wxPython-3.0.2.0 on OS X 10.10

2015-03-10 Thread Garth Corral
Not sure what causes it, have’t looked. It isn’t anything you need to worry about, though. When the build system bundles the module it doesn’t bundle it as an egg anyway, so that file isn’t needed. That shouldn’t be fatal. Is it? Garth > On Mar 10, 2015, at 2:15 PM, Andy Peters wrote: > >

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-28 Thread Garth Corral
s code should have always been maintained outside the >> kicad source tree as a stand alone project or projects if you would >> prefer one project per dependency. Everyone has plenty of warning so if >> you depend on this to build dependencies on your platform, now is the >>

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-26 Thread Garth Corral
Okay, I munged things in my builds to point to uninstalled dependencies without USE_OSX_DEPS_BUILDER. I still need to script up these builds but that's outside the scope of this. You may now count me in the I don't use it camp. Garth > On Feb 25, 2015, at 2:17 PM, Garth

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Garth Corral
ou would > prefer one project per dependency. Everyone has plenty of warning so if > you depend on this to build dependencies on your platform, now is the > time to start working on what ever dependency builders you need. > >> On 2/25/2015 1:47 PM, Garth Corral wrote: >> I

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Garth Corral
I do use it but I'm not opposed to removing it if that's what you want. It does still seem to work and is convenient if you don't want to use installed dependencies. I can just as easily move that to a script, though. Garth > On Feb 25, 2015, at 10:30 AM, Bernhard Stegmaier > wrote: > > No

Re: [Kicad-developers] Getting Trackpad Support in before feature freeze?

2015-02-24 Thread Garth Corral
e a way to test. Garth > On Feb 24, 2015, at 2:33 PM, Garth Corral wrote: > > Sorry for being so silent, folks. I'll try to send a summary later tonight > with my take on these changes and the impediments to getting them in. > > Garth > >> On Feb 24, 2015,

Re: [Kicad-developers] Getting Trackpad Support in before feature freeze?

2015-02-24 Thread Garth Corral
Sorry for being so silent, folks. I'll try to send a summary later tonight with my take on these changes and the impediments to getting them in. Garth > On Feb 24, 2015, at 11:17 AM, Nick Østergaard wrote: > > True, but it is quite some time ago, although not a first > announcement. I have no

Re: [Kicad-developers] Mac OS X nightlies are up!

2015-02-23 Thread Garth Corral
es like this with >>> the nightlies, I will build the current Kicad source tree myself again >>> this afternoon, and see if pcbnew will then crash again or not. >>> Best, >>> Johannes >>>> Am 23.02.2015 um 01:41 schrieb Adam Wolf : >>>> S

Re: [Kicad-developers] Mac OS X nightlies are up!

2015-02-22 Thread Garth Corral
If not, I installed it > with brew. I can uninstall it and reinstall it, and capture that log. > > Let me know. > > Adam Wolf > > On Feb 22, 2015 5:47 PM, "Garth Corral" <mailto:gcor...@abode.com>> wrote: > > More interesting would be the build

Re: [Kicad-developers] Mac OS X nightlies are up!

2015-02-22 Thread Garth Corral
nchpad.net/kicad/+bug/1424406 > <https://bugs.launchpad.net/kicad/+bug/1424406> > > @Adam: > What is your build machine/cluster? > > > Regards, > Bernhard > >> On 22 Feb 2015, at 21:12, Garth Corral > <mailto:gcor...@abode.com>> wrote: >> &

Re: [Kicad-developers] Mac OS X nightlies are up!

2015-02-22 Thread Garth Corral
I can only speculate, but by the looks of that stack, I’m going to guess that somewhere in the pixman rendering code there is conditionally compiled instruction extensions, such as SSE*, that your cpu does not support. The nightly builds probably compile this in based on some configuration test

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Garth Corral
config >> flag. Will do it again.. >> >> Thanks much >> >> Bob G >> >>> On 02/19/2015 03:12 PM, Bob Gustafson wrote: >>> Garth: If I don't see the General Settings in Preferences, I don't see how. >>> >>> Lets see

Re: [Kicad-developers] OSX Nightlies Update

2015-02-19 Thread Garth Corral
Østergaard <mailto:oe.n...@gmail.com>> wrote: > 2015-02-19 5:10 GMT+01:00 Garth Corral <mailto:gcor...@abode.com>>: > > Hi, Nick > > > > There were a couple of things that prevented me from requesting a merge. > > The first was simply that it had

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Garth Corral
x27;t think it will solve your issues. Garth > On Feb 19, 2015, at 9:47 AM, Bob Gustafson wrote: > > OK Garth/Bernard > > I will do the 'merge' with the current head and give it another try. > > Bob G > >> On 02/19/2015 11:06 AM, Garth Corral wrote: >

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Garth Corral
Thanks, Bernhard. Bob, at one point I updated Documentation/compiling/mac-osx.txt on that branch. It should have the additional things you need. There’s an additional patch for wxWidgets and another configuration flag to pass to cmake. After that, as Bernhard said, there’s a configuration op

Re: [Kicad-developers] OSX Nightlies Update

2015-02-18 Thread Garth Corral
Hi, Nick There were a couple of things that prevented me from requesting a merge. The first was simply that it had little to no testing on other than OS X, and I wanted to get more flight time on other platforms and pointing devices to make sure it behaves well. The other thing that I can rec

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Garth Corral
> On Feb 17, 2015, at 5:05 PM, Maciej Sumiński wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi Andy, > > In GAL mode there are no scrollbars by design, it is not a Mac OS X > issue. Do users miss them? > No. In fact I’ve disabled them for the default canvas as well in my

Re: [Kicad-developers] wxPython version check

2015-02-16 Thread Garth Corral
Using PYTHON_SITE_PACKAGE_PATH is documented as being for this purpose, and it works on OS X because the libraries end up in the application bundle and all the paths are set up properly during the build and packaging. From Documentation/compiling/build-config.txt: … PYTHON_SITE_PACKAGE_PATH (

Re: [Kicad-developers] wxPython version check

2015-02-15 Thread Garth Corral
ual. Garth > On Feb 15, 2015, at 4:55 PM, Wayne Stambaugh wrote: > > On 2/15/2015 7:42 PM, Garth Corral wrote: >> I’m pretty sure you do not understand what I’m saying. > > Perhaps you are right. To better understand how you would use CMake to > ensure the the correct vers

Re: [Kicad-developers] wxPython version check

2015-02-15 Thread Garth Corral
I’m pretty sure you do not understand what I’m saying. > On Feb 15, 2015, at 4:41 PM, Wayne Stambaugh wrote: > > On 2/15/2015 7:27 PM, Garth Corral wrote: >> I think perhaps we’re having a miscommunication. I don’t think it’s >> thin ice at all to build a version of

Re: [Kicad-developers] wxPython version check

2015-02-15 Thread Garth Corral
be instaled on the system, and I think that’s wrong. Garth On Feb 15, 2015, at 4:16 PM, Wayne Stambaugh wrote: > > On 2/15/2015 7:06 PM, Garth Corral wrote: >> Well, yes, you’ve sort of explained the problem. Unless wxPython is on the >> library path or using PYTHONPATH it i

Re: [Kicad-developers] wxPython version check

2015-02-15 Thread Garth Corral
hon still needs to know where > it is installed before you can use it either by installing wxPython into > your python library path, adding the path programmatically during python > scripting initialization, or using PTYHONPATH. > > On 2/15/2015 6:39 PM, Garth Corral wrote: >>

Re: [Kicad-developers] wxPython version check

2015-02-15 Thread Garth Corral
ng version selection initialization only happen when you > configure your build with KICAD_SCRIPTING_WXPYTHON=ON. > > On 2/15/2015 6:30 PM, Garth Corral wrote: >> >> Hmm… So, unless I’m missing something, the new wxPython version check isn’t >> ever going to work for me.

[Kicad-developers] wxPython version check

2015-02-15 Thread Garth Corral
Hmm… So, unless I’m missing something, the new wxPython version check isn’t ever going to work for me. I don’t have wxPython installed as part of my system install so importing wxversion is always going to fail unless I point it to my wxPython that I build as part of my kicad builds. Anyone

Re: [Kicad-developers] Boost 1.57

2015-01-30 Thread Garth Corral
If I get a chance this weekend I’ll try out your changes to download_boost.cmake. I think I’m one of the last holdouts still using it to build boost. This is my preference for the very reasons you state; I get to control what’s in it. Especially important if you’re making binaries for use el

  1   2   3   >