Re: [Kicad-developers] [PATCH/RFC] Move exactly and duplicate in modedit (now with arrays)

2015-01-23 Thread John Beard
On Sat, 2015-01-10 at 02:27 +, John Beard wrote: > On Fri, 2014-12-05 at 22:02 +, John Beard wrote: > > The move exact and duplicate tools are now supplemented by an array tool > which allows creation of grid, staggered grid and circular arrays of > pads, lines or text within modedit. It i

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread Bob Gustafson
I enabled the images -- They do take up screen area on my small-screen Mac Air. Maybe on a Cinema 30, I would leave them turned on, but am now tempted to disable them. Bob G On 01/23/2015 02:59 PM, Wayne Stambaugh wrote: On 1/23/2015 11:15 AM, jp charras wrote: Le 23/01/2015 17:08, Bob Gus

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread Wayne Stambaugh
On 1/23/2015 11:15 AM, jp charras wrote: > Le 23/01/2015 17:08, Bob Gustafson a écrit : >> Curious that it is turned off for Apple. Maybe bad things will happen? Apparently at one point Apple considered images in menus a bad thing. However, enabling them on OSX should not cause any issues that I a

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread Miguel Ángel Ajo
Hi Nick, in fedora21 it seems they are enabled by default for wxGTK3 at least! (somebody is reasonable in the end!!!) Miguel Ángel Ajo On Friday, 23 de January de 2015 at 18:14, Nick Østergaard wrote: > Yeah, and now GTK3 is also doing that crap of removing icons, > regardless of having them o

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread Nick Østergaard
Yeah, and now GTK3 is also doing that crap of removing icons, regardless of having them or not. Pretty annoying, I can't figure out how to reenable them for GTK3 where it works. 2015-01-23 17:15 GMT+01:00 jp charras : > Le 23/01/2015 17:08, Bob Gustafson a écrit : >> Curious that it is turned off

Re: [Kicad-developers] fp-lib-tables UI question

2015-01-23 Thread Adam Wolf
Bob, My only objection was that your questions seemed a bit of a derail, that's all, not the content of your posts. Adam Wolf On Jan 23, 2015 10:31 AM, "Bob Gustafson" wrote: > Hi All > > My motivation on this list is to help with the testing - particularly OSX. > My hope is to be working with

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread Bob Gustafson
Fun :-) - Thanks for sharing that nugget. Bob G On 01/23/2015 10:15 AM, jp charras wrote: Le 23/01/2015 17:08, Bob Gustafson a écrit : Curious that it is turned off for Apple. Maybe bad things will happen? Not curious. The reason is few years ago, we just have a OSX fundamentalist who had wri

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread jp charras
Le 23/01/2015 17:08, Bob Gustafson a écrit : > Curious that it is turned off for Apple. Maybe bad things will happen? Not curious. The reason is few years ago, we just have a OSX fundamentalist who had write rights to the repository. > > Also, it is not USE_MENU_ICONS, but USE_IMAGES_IN_MENUS >

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread Bob Gustafson
Curious that it is turned off for Apple. Maybe bad things will happen? Also, it is not USE_MENU_ICONS, but USE_IMAGES_IN_MENUS Thanks much Bob G On 01/23/2015 07:06 AM, Wayne Stambaugh wrote: On 1/22/2015 4:08 PM, Bob Gustafson wrote: When I did 'grep -rn USE_MENU_ICONS * in the kicad.bzr di

Re: [Kicad-developers] fp-lib-tables UI question

2015-01-23 Thread Bob Gustafson
Hi All My motivation on this list is to help with the testing - particularly OSX. My hope is to be working with a solid OSX version of KiCad with all the bells and whistles - one that comes out of the public repository - and that I can get working without an intimate knowledge of Mac development.

Re: [Kicad-developers] Environment variables patch.

2015-01-23 Thread Adam Wolf
Great work. I am traveling today and will be unable to test promptly. Adam Wolf On Fri, Jan 23, 2015 at 7:42 AM, Wayne Stambaugh wrote: > As you all know, we have had many users struggle with setting up the > environment variables used in the footprint library table and 3D model > code. The a

[Kicad-developers] Environment variables patch.

2015-01-23 Thread Wayne Stambaugh
As you all know, we have had many users struggle with setting up the environment variables used in the footprint library table and 3D model code. The attached patch sets the process environment variables KIGITHUB and KISYS3DMOD. KIGITHUB should work for all platforms since it is the URL for the k

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread Wayne Stambaugh
On 1/22/2015 4:08 PM, Bob Gustafson wrote: > When I did 'grep -rn USE_MENU_ICONS * in the kicad.bzr directory, I > didn't come up with any hits. > > Where is the code affected? See line 295 in the main CMakeList.txt file. > > Bob G > > On 01/22/2015 01:40 PM, Collin Anderson wrote: >> So, mayb

Re: [Kicad-developers] fp-lib-tables UI question

2015-01-23 Thread Bernhard Stegmaier
If needed I can send the infos again, but they should be in the list archive... It boils down to: If you do a Linux like "export ...=..." in console/terminal, then these environment variables *only* will work for things done in console/terminal. Apart from that it is started via launch daemon

Re: [Kicad-developers] [PATCH] Hotkey for editing module with module editor (Ctrl-E)

2015-01-23 Thread Tomasz Wlostowski
On 02.12.2014 22:16, John Beard wrote: > On Mon, 2014-12-01 at 13:22 -0500, Wayne Stambaugh wrote: >> Hi John, >> >> Sorry it took so long to try out this patch but I've been busy. I found >> a segfault on the first attempt to use Ctrl-E when no previous item has >> been selected. > > D'oh, wha