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 stegma...@sw-systems.de 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

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

2015-07-21 Thread Garth Corral
I’ve just checked my build of 5958 and my experience matches Andy’s description in the second bug that he linked, but only in the GAL canvas. The crosshair does not appear to work in the default canvas and, as Andy described, does not work in eeschema. Garth On Jul 21, 2015, at 9:06 AM,

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

2015-07-21 Thread Adam Wolf
Sorry for the delays folks, my net connection is spotty enough I'm on hour 4 of a bzr checkout... I'll do it from home tonight if it doesn't finish soon. Adam Wolf On Tue, Jul 21, 2015 at 7:53 AM, Wayne Stambaugh stambau...@gmail.com wrote: Thanks for the help gentlemen. I appreciate it.

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

2015-07-21 Thread Bernhard Stegmaier
I am on a 5796 right now and it neither works in eeschema nor in pcbnew both in default and GAL canvas. In GAL canvas the toolbar button even doesn’t toggle correct, it always as unselected. In eeschema and pcbnew default canvas it does toggle, but that doesn’t change anything. This is with my

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

2015-07-21 Thread Adam Wolf
Hi Wayne, This works well on OS X. Adam Wolf Cofounder and Engineer WL On Tue, Jul 21, 2015 at 12:31 PM, Adam Wolf adamw...@feelslikeburning.com wrote: Sorry for the delays folks, my net connection is spotty enough I'm on hour 4 of a bzr checkout... I'll do it from home tonight if it

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

2015-07-21 Thread Bernhard Stegmaier
On 22 Jul 2015, at 05:10, Garth Corral gcor...@abode.com wrote: On Jul 21, 2015, at 1:30 PM, Wayne Stambaugh stambau...@gmail.com mailto:stambau...@gmail.com 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

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 stambau...@gmail.com 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

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

2015-07-21 Thread Bob Gustafson
The crosshairs are useful for drawing straight lines - board edges - in the example shown. The 'tool' used is the dotted line. The arrow is used more to select things - like chips or pins or traces. Hope this helps Bob G On 07/21/2015 03:19 PM, Bernhard Stegmaier wrote: OK, got it… the

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

2015-07-21 Thread Bernhard Stegmaier
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. BTW: Is it on purpose that in GAL mode both the small/big crosshair *and* the usual mouse cursor (arrow) is shown? Regards, Bernhard On 21

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

2015-07-21 Thread Wayne Stambaugh
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 doesn't work in the default canvas. Someone should probably take a look

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

2015-07-21 Thread Jean-Paul Louis
I am using Adam’s nightly build. I tried this on the three view modes, and result is the same. The cursor shape is always the default system cursor, I cannot find a way to have a large crosshair like it used to be available. Is that planned? Regards, Jean-Paul AC9GH Application: kicad

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

2015-07-21 Thread Nick Østergaard
There was a change in rev 5827 [1] by orson that added it to the GAL canvas. Maybe this commit broke it for OS X? Could you try a build from before that commit and verify that it actually worked at that time? [1] http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/5827

Re: [Kicad-developers] [PATCH] Fix enter button in dialog_edit_module_text

2015-07-21 Thread Wayne Stambaugh
Patch committed in product branch r5969. Thanks. On 7/20/2015 7:47 PM, Chris Pavlina wrote: The Enter button cannot be used as OK in DialogEditModuleText while in a text field. This patch fixes that. -- Chris ___ Mailing list:

Re: [Kicad-developers] [PATCH] Fix enter button in dialog_edit_module_text

2015-07-21 Thread Chris Pavlina
Yes, this is Linux. On Jul 21, 2015 08:57, Wayne Stambaugh stambau...@gmail.com wrote: I'm not seeing this problem on windows with the current code. Are you using linux? I fine with applying the patch, I just want to understand why I'm applying it so if I see the same code elsewhere, I know

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

2015-07-21 Thread Bernhard Stegmaier
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... :) Regards, Bernhard On 2015-07-21 15:58, Nick Østergaard wrote: There was a change in rev 5827 [1] by orson that added it to