Re: [Kicad-developers] GitLab migration

2019-11-25 Thread Bob Gustafson
2FA can also use a normal land-line audio only telephone. The daemon at the other end just reads a code and you write it down. As secure (or more so) than a text message. On 11/25/19 12:11 PM, Mark Roszko wrote: > I don't have, or want, a cell phone (or any Google account). You do not need a

Re: [Kicad-developers] KiCad keycaps (KiCaps?)

2019-06-28 Thread Bob Gustafson
Cool ! On 6/28/19 3:50 AM, metacollin wrote: Recently, I discovered that there are a number of places online that will make custom keycap sets relatively inexpensively, so I made a custom keycap layout using KiCad's iconography (amongst other things). Nothing fancy, some macOS specific

Re: [Kicad-developers] Pulling mac 5.0.2...

2019-01-18 Thread Bob Gustafson
Maybe the suffix would start with an alpha character (a,b,c,d,..) The first would start with a. If another patch comes along, change the suffix to b, ... etc. When the number come back in sync, drop the suffix. Anyway - a suggestion. On 1/18/19 3:25 PM, Adam Wolf wrote: Exactly.  I won't say

Re: [Kicad-developers] Build failure on Fedora 29

2018-12-09 Thread Bob Gustafson
This might be the problem: (not Kicad) https://bugs.freedesktop.org/show_bug.cgi?id=77240 On 12/9/18 9:24 AM, Steven A. Falco wrote: I had been able to build KiCad successfully for Fedora 29, but something has apparently changed very recently, because I am now getting a build failure. Below

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-19 Thread Bob Gustafson
Yes, a good chuckle On 9/19/18 10:36 AM, Jeff Young wrote: The 74LS00 in my (admittedly dated) library ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] KiCad 5 release announcement update

2018-07-22 Thread Bob Gustafson
Why is there assembler code in the package? On 07/22/2018 03:19 PM, Simon Richter wrote: Hi, On 22.07.2018 18:44, Wayne Stambaugh wrote: I just pushed the updated version of the v5 release announcement[1]. Please let me know if you find any missing features. The download/source page claims

Re: [Kicad-developers] kicad version and install location

2018-07-16 Thread Bob Gustafson
There is a tool which allows developers to quickly switch between different versions of Ruby (and their associated gemsets). Perhaps it could be used for KiCad? Or perhaps just some of RVM's ideas could be adapted for KiCad https://rvm.io/ On 07/15/2018 09:52 AM, Adam Wolf wrote: I guess

Re: [Kicad-developers] [RFC][PATCH] import pins from CSV

2017-02-07 Thread Bob Gustafson
This sounds like something I could use now. Do you have any documentation on 'how to use' ? I would also have to reinstate my toolchain to be able to use it - not insignificant amount of labor. By reading your doc, I could determine the cost/benefit at the moment. Thanks much - Bob G On

Re: [Kicad-developers] Default paper size and locale

2016-10-11 Thread Bob Gustafson
On my Macbook Air, the page size default seems to come from SystemPreferences->Printers & Scanners->Default paper size (menu list including A4 and US letter - at the bottom of panel) When I come back from Europe, it usually takes me awhile to remember to change this. It does not set itself.

Re: [Kicad-developers] OSX testing of 2016-07-05 BZR 6968

2016-07-07 Thread Bob Gustafson
ul 8, 2016 at 1:27 AM, Bob Gustafson <bob...@rcn.com> wrote: Hi Simon Thanks for your input. I haven't worked with any B3 sized pc boards, but it is certainly possible with KiCad. If the OpenGL view limits are set to the edges of whatever paper size is used, this is useful. Without paper/b

Re: [Kicad-developers] OSX testing of 2016-07-05 BZR 6968

2016-07-07 Thread Bob Gustafson
it like that in pcbnew On Thu, Jul 7, 2016 at 10:07 PM, Bob Gustafson <bob...@rcn.com> wrote: The latest OSX nightly has greatly enhanced panning and zoom on both the schematic and pcbnew (Legacy and OpenGL) The panning works with a two finger drag on the trackpad - both up-down and left-righ

[Kicad-developers] OSX testing of 2016-07-05 BZR 6968

2016-07-07 Thread Bob Gustafson
The latest OSX nightly has greatly enhanced panning and zoom on both the schematic and pcbnew (Legacy and OpenGL) The panning works with a two finger drag on the trackpad - both up-down and left-right work in a very natural way - no meta-keys need to be pressed. The zoom is smooth without

Re: [Kicad-developers] Possible 4.0.3 prerelease test for OS X

2016-06-15 Thread Bob Gustafson
much better on osx touchpads, While the speed of the zoom is annoying in stable i don't think it will be backported into stable Simon On Thu, Jun 16, 2016 at 2:25 AM, Bob Gustafson <bob...@rcn.com> wrote: Hi Adam I downloaded and installed both the kicad and kicad-extras. I opened

Re: [Kicad-developers] Possible 4.0.3 prerelease test for OS X

2016-06-15 Thread Bob Gustafson
Hi Adam I downloaded and installed both the kicad and kicad-extras. I opened kicad and it found the files I had been working on last. In the schematic view, I see that the two finger motion is linked to the zoom. If I hold the shift key down, the two finger drag works to move the schematic

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

2016-02-08 Thread Bob Gustafson
Yes, I have mentioned this feature for years now. Would be good to have the zoom sensitive to distance moved rather than events received. High resolution trackpads and mice (which are very nice for positioning tracks and pads) generate more events/sec than $3.99 Inland mice from China. Have

Re: [Kicad-developers] GCC and C++14

2016-01-14 Thread Bob Gustafson
On my Fedora 23, I see gcc version 5.3.1 20151207 Clang is at version 3.7.0 Bob G On 01/14/2016 09:51 AM, Chris Pavlina wrote: Debian Stable uses 4.9.2, which seems to support the majority of C++11 features. Fedora doesn't have anything like an LTS release, and I really don't think we should

Re: [Kicad-developers] Uninitialized KISYSMOD issue on OS X?

2015-12-03 Thread Bob Gustafson
Maybe it is a 'first time use problem' - maybe no kicad directory in the /Library/Application Support/. It may require a privilege password to add this directory the first time. A thought anyway. Bob G On 12/03/2015 02:08 PM, Adam Wolf wrote: Hi folks! A user is having a problem with the

Re: [Kicad-developers] OS X RC2 test packages uploaded

2015-11-13 Thread Bob Gustafson
Wow - lots of reasonable changes to the OSX version: Two finger + Shift - trackpad works intuitively like it should (at least for me) - move fingers left, picture moves left, move fingers up, picture moves up, and scroll stops when edge of paper is reached. Two finger - trackpad zoom works

Re: [Kicad-developers] OS X RC2 test packages uploaded

2015-11-13 Thread Bob Gustafson
to go up and down. two finger + command to go left right (and picture motion is opposite to finger motion) Scrolling should be the same as eechema - two finger + shift gives two dimensional scroll - very intuitive. Still needs some work. Bob G On 11/13/2015 11:03 AM, Bob Gustafson wrote: Wow

Re: [Kicad-developers] OS X RC2 test packages uploaded

2015-11-13 Thread Bob Gustafson
! There are no code changes in this RC2 package from the nightlies. I made a new autobuilder for this build, and was looking for testers to make sure the autobuilder seems ok. It does. Thanks! Adam Wolf Cofounder and Engineer W On Fri, Nov 13, 2015 at 11:49 AM, Bob Gustafson <bob...@rcn.com <mail

Re: [Kicad-developers] suggested resolution (and other specs)

2015-10-15 Thread Bob Gustafson
The developers have worked hard on KiCad and there is momentum to add what is necessary. The users have a certain responsibility too: If KiCad supports their particular assemblage of hardware - fine. However, if KiCad has moved on, it is the users responsibility to add hardware to catch up,

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Bob Gustafson
I vote for having a qualifier key to tweek the meaning of the mouse wheel. Touching the mouse wheel and having the design zoom to 3 pixel size or huge size is not productive. Bob G On 08/31/2015 09:53 AM, Mark Roszko wrote: The mouse wheel and navigation (as mentioned above). Make it

Re: [Kicad-developers] Release candidate - using common code base?

2015-07-29 Thread Bob Gustafson
How good is cppcheck compared to Coverity? Is cppcheck being used in the KiCad development? On 07/28/2015 11:44 PM, Mark Roszko wrote: I don't understand what you are trying to convey. Coverity requires running a complete build from a clean state via gcc or clang or even msvc(command line

Re: [Kicad-developers] Release candidate - using common code base?

2015-07-28 Thread Bob Gustafson
A good reason to have a common code base. 3 birds with one stone On 07/28/2015 09:36 PM, Mark Roszko wrote: We are only allowed 2 coverity submissions per week FYI. ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

[Kicad-developers] Release candidate - using common code base?

2015-07-28 Thread Bob Gustafson
Since you are getting close to the 'Release!', I'm wondering whether the code has coalesced into one piece of code for all three hardware platforms - OSX, Linux, and Windows - with appropriate 'ifdefs' to aim at specific platforms. The Coverity scan could cover all platforms at once. A

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

2015-07-22 Thread Bob Gustafson
On 07/22/2015 01:04 PM, Bob Gustafson wrote: It does seem that wxWidgets is broken for XOR on OSX. wxWidgets needs some help - more or less like some of the other Kicad wxWidgets patches. See also http://trac.wxwidgets.org/ticket/13095 Bob G On 07/22/2015 10:22 AM, Garth Corral wrote: Bernhard

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

2015-07-22 Thread Bob Gustafson
implementation. Garth On Jul 22, 2015, at 6:09 AM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: If you do a Google search on: XOR draw mode on OS X There are a lot of notes and bug reports. This one might have some useful hints: http://stackoverflow.com/questions/8951679/drawing

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

2015-07-22 Thread Bob Gustafson
If you do a Google search on: XOR draw mode on OS X There are a lot of notes and bug reports. This one might have some useful hints: 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: On 22

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

2015-07-21 Thread Bob Gustafson
Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: The screen shots are in GAL mode. I just confirmed now that the default mode does not work - only a pen cursor. The Cairo mode does work, but is slow. I used Adam's latest OSX debug nightly build. Bob G On 07/21/2015 12:17 PM, Bob Gustafson

Re: [Kicad-developers] Ideas on higher-visibility indication of (un)connected pins?

2015-05-26 Thread Bob Gustafson
Looks good - I would be inclined toward #1 as it is unambiguous. Since it is on the eeschema, there is no confusion with a hole or via. #2 could be two wires almost (0.0001 separation) touching. Have fun Bob G On 05/26/2015 09:49 AM, Chris Pavlina wrote: Anyone have any thoughts on this?

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Bob Gustafson
+1 On 05/21/2015 12:33 PM, Garth Corral wrote: 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

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

2015-05-20 Thread Bob Gustafson
I also have a non-retina Mac. Bob G On 05/20/2015 06:19 PM, Adam Wolf wrote: Thanks. I think Andy said he had a non-retina Mac. I can also hook up to an external non-retina display. Adam Wolf On May 20, 2015 5:47 PM, Maciej Sumiński maciej.sumin...@cern.ch mailto:maciej.sumin...@cern.ch

Re: [Kicad-developers] who has been able to make a mac build in the last month?

2015-05-19 Thread Bob Gustafson
Yeah, go for it. My SDK directory also has only 10.9 and 10.10 Bob G On 05/19/2015 11:09 AM, Adam Wolf wrote: My build cluster can build from 10.7+. My personal dev machine can only build for 10.9+. The tricks I was doing to build for 10.7 appear to not work with the newest Xcode. If Apple

Re: [Kicad-developers] hard crash with pcbnew

2015-05-18 Thread Bob Gustafson
Super. I can hardly wait to try out Adam's OSX Nightly. On 05/18/2015 07:09 AM, Maciej Sumiński wrote: Hi, I have just committed a patch that should fix the problem. Finally I had an opportunity to play with a MacBook, and it resulted in two more changes for Macs: - Apple MagicMouse and

Re: [Kicad-developers] hard crash with pcbnew

2015-05-08 Thread Bob Gustafson
On 05/07/2015 10:22 PM, Andy Peters wrote: On May 6, 2015, at 12:55 PM, Andy Peters de...@latke.net wrote: Using Adam’s nightly OS X builds, most recently BZR 5645, pcbnew is repeatedly crashing. It happens on both my 10.9 machine and my 10.10 machine. In OpenGL mode, it seems to get

[Kicad-developers] hard crash with pcbnew

2015-05-08 Thread Bob Gustafson
On 05/08/2015 09:18 AM, Bob Gustafson wrote: On 05/07/2015 10:22 PM, Andy Peters wrote: On May 6, 2015, at 12:55 PM, Andy Peters de...@latke.net wrote: Using Adam’s nightly OS X builds, most recently BZR 5645, pcbnew is repeatedly crashing. It happens on both my 10.9 machine and my 10.10

Re: [Kicad-developers] hard crash with pcbnew

2015-05-08 Thread Bob Gustafson
I followed your instructions, but I couldn't get it to crash. Again, I am using a very simple pcbnew. I hooked up a Magic Mouse so I could do a right click. (Also set mouse preferences so it would recognize a 'secondary' click - right side). Normally I use the built-in trackpad. When I

Re: [Kicad-developers] hard crash with pcbnew

2015-05-08 Thread Bob Gustafson
with Beaglebone black. It is an open hardware board that anyone can download, and it is great for testing. I cannot crash in default mode, but it is easy in OpenGL. I will try with Cairo and report. Jean-Paul AC9GH On May 8, 2015, at 3:18 PM, Bob Gustafson bob...@rcn.com wrote: I followed your

Re: [Kicad-developers] hard crash with pcbnew

2015-05-07 Thread Bob Gustafson
in the download, same with boost versions. Adam Wolf On Thu, May 7, 2015 at 7:59 AM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: On 05/07/2015 03:35 AM, Maciej Sumiński wrote: On 05/07/2015 05:41 AM, Bob Gustafson wrote: [..] So, with all that clicking

Re: [Kicad-developers] hard crash with pcbnew

2015-05-07 Thread Bob Gustafson
On 05/07/2015 03:35 AM, Maciej Sumiński wrote: On 05/07/2015 05:41 AM, Bob Gustafson wrote: [..] So, with all that clicking and changing, I was unable to get the Default view or the OpenGL mode to crash. Hope this helps. Bob G Hi Bob, Thank you for such extensive testing. I am by no means

Re: [Kicad-developers] hard crash with pcbnew

2015-05-06 Thread Bob Gustafson
Hi Andy I was testing Adam's 5645 Nightly version with the scripting turned on. I was not able to get it to crash, but I also was not able to find the trigger for Edit Line Segment Properties dialog box. I was in Edge Cuts layer. See parallel posting. Another possibility - go into Mac

Re: [Kicad-developers] hard crash with pcbnew

2015-05-06 Thread Bob Gustafson
I have been testing versions of Adam's nightly that have scripting turned on. (The DEBUG directory below the regular OSX Nightlies) The last version I tested was 5640 and it seemed ok. I'm downloading 5645 now and will try to test what you are seeing. Bob G On 05/06/2015 03:03 PM, Maciej

[Kicad-developers] Latest trackpad tests on OSX nightly r5645

2015-05-06 Thread Bob Gustafson
Application: kicad Version: (2015-05-05 BZR 5645)-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) Platform: Mac OS X (Darwin 14.3.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

Re: [Kicad-developers] hard crash with pcbnew

2015-05-06 Thread Bob Gustafson
On 05/06/2015 04:14 PM, Andy Peters wrote: On May 6, 2015, at 2:03 PM, Bob Gustafson bob...@rcn.com wrote: Hi Andy I was testing Adam's 5645 Nightly version with the scripting turned on. I was not able to get it to crash, but I also was not able to find the trigger for Edit Line Segment

[Kicad-developers] Latest trackpad tests on OSX nightly r5640

2015-05-04 Thread Bob Gustafson
Application: kicad Version: (2015-05-03 BZR 5640)-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) Platform: Mac OS X (Darwin 14.3.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

[Kicad-developers] Latest trackpad tests on OSX nightly r5631

2015-04-30 Thread Bob Gustafson
Application: kicad Version: (2015-04-29 BZR 5631)-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) Platform: Mac OS X (Darwin 14.3.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

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

2015-04-27 Thread Bob Gustafson
Hi Adam Perhaps it was an upgrade of your build machine from 10.10.2 to 10.10.3 ? Bob g On 04/27/2015 10:56 AM, Garth Corral wrote: 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,

Re: [Kicad-developers] Mac folks who run 10.7?

2015-04-26 Thread Bob Gustafson
On 04/26/2015 11:26 AM, Ladislav Laska wrote: Does 10.6.8 count? Should be older :-). I downloaded your latest .dmg, opened it, two kicad folders showed up, I picked one, opened kicad from it and it crashed. Unfortunately, the damned thing does not allow me to copypaste the message from the

[Kicad-developers] Latest trackpad tests on OSX nightly r5623

2015-04-26 Thread Bob Gustafson
Application: kicad Version: (2015-04-25 BZR 5623)-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) Platform: Mac OS X (Darwin 14.3.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

[Kicad-developers] Latest trackpad tests on OSX nightly r5622

2015-04-24 Thread Bob Gustafson
The Help-Copy Version Information to the clipboard only works when you close the dialog box (by clicking OK). If you leave the dialog box open and ‘paste from clipboard’, you may paste an older version of the information below. This has been noted previously. Application: kicad Version:

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

2015-04-24 Thread Bob Gustafson
Sounds professional. Bob G On 04/24/2015 12:24 PM, Adam Wolf wrote: For future things like this, what do people think of a webview that pops up on startup after checking a site for alerts? On Apr 24, 2015 12:14 PM, Carl Poirier carl.poirie...@gmail.com mailto:carl.poirie...@gmail.com

[Kicad-developers] Latest trackpad tests on OSX nightly r5621

2015-04-23 Thread Bob Gustafson
Application: kicad Version: (2015-04-22 BZR 5621)-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) Platform: Mac OS X (Darwin 14.3.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

[Kicad-developers] Latest trackpad tests on OSX nightly r5618 - with scripting

2015-04-22 Thread Bob Gustafson
MacOS has been upgraded to 10.10.3 in the last few days. Also, I just upgraded my Xcode to 6.3.1 and Command Line Tools to 6.3 I don’t know whether the OS X Nightly incorporates these upgrades as they are very new. (The upgrades may not make any difference..) Yesterday I used the top level

[Kicad-developers] Latest trackpad tests on OSX nightly r5609

2015-04-21 Thread Bob Gustafson
Adam: The installation of this is really smooth - just like a normal OS X application installation. However, if an old KiCad is running in the background when one drags and drops the new files - I don’t think the installation overwrites the old files - even though it asks permission to do so!

[Kicad-developers] Latest trackpad tests on OSX nightly r5596

2015-04-14 Thread Bob Gustafson
Application: kicad Version: (2015-04-13 BZR 5596)-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) Platform: Mac OS X (Darwin 14.1.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

[Kicad-developers] Latest trackpad action tests on OSX-r5595

2015-04-13 Thread Bob Gustafson
Application: kicad Version: (2015-04-12 BZR 5595)-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) Platform: Mac OS X (Darwin 14.1.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

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

2015-04-08 Thread Bob Gustafson
behavior! Adam Wolf Cofounder and Engineer WL On Apr 8, 2015 4:29 PM, Tomasz Wlostowski tomasz.wlostow...@cern.ch mailto:tomasz.wlostow...@cern.ch wrote: On 08.04.2015 22:40, Bob Gustafson wrote: Application: kicad Version: (2015-04-07 BZR 5582)-product Release build wxWidgets

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

2015-04-08 Thread Bob Gustafson
On 04/08/2015 04:53 PM, Andy Peters wrote: On Apr 8, 2015, at 1:40 PM, Bob Gustafson bob...@rcn.com wrote: Application: kicad Version: (2015-04-07 BZR 5582)-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

[Kicad-developers] Latest trackpad action tests on OSX -r5578

2015-04-07 Thread Bob Gustafson
Application: kicad Version: (2015-04-06 BZR 5578)-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) Platform: Mac OS X (Darwin 14.1.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

[Kicad-developers] Latest trackpad action tests on OSX

2015-04-06 Thread Bob Gustafson
Application: kicad Version: (2015-04-05 BZR 5577)-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) Platform: Mac OS X (Darwin 14.1.0 x86_64), 64 bit, Little endian, wxMac Boost version: 1.54.0

Re: [Kicad-developers] bzr commit 5572

2015-04-05 Thread Bob Gustafson
When you merged r5571, did you get the same listing of modified files? What about the -D (unversioned, deleted) note on your patches/wxwidgets-3.0.0_macosx_magnify_event.patch file ? You could save the r5571 merged file and then build and test that. I think you are pretty close! Have fun Bob

Re: [Kicad-developers] bzr commit 5572

2015-04-05 Thread Bob Gustafson
I’m not really all that close. I need to figure out how to find a proper base for the merge. Garth On Apr 5, 2015, at 2:00 PM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: When you merged r5571, did you get the same listing of modified files? What about the -D (unversioned, deleted

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

2015-04-04 Thread Bob Gustafson
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) Platform: Mac OS X (Darwin 14.1.0 x86_64), 64 bit, Little endian, wxMac

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

2015-04-02 Thread Bob Gustafson
this to the FAQ) I hope this is useful information. Cheers, Piotr On Apr 2, 2015, at 12:50 AM, Maciej Sumiński maciej.sumin...@cern.ch wrote: On 04/01/2015 10:23 PM, Bob Gustafson wrote: I just now downloaded your OS X nightly build (both debug and regular) on my wife’s Mac mini. She does not like

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

2015-04-02 Thread Bob Gustafson
Nano UAV Systems' http://1bitsquared.com On Apr 2, 2015, at 12:28 PM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: Begin forwarded message: Date: April 2, 2015 at 03:58:18 CDT From: Bob Gustafson bob...@chidig.com mailto:bob...@chidig.com To: Piotr Esden-Tempski pi...@esden.net

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

2015-04-02 Thread Bob Gustafson
I have OSX and Linux (Fedora21) development environments, but no Windows. My luck at generating fully operational OSX binaries is spotty - perhaps due to multiple boost libraries (still working this out). As I recall, I did merge your trackpad branch with the then current head and I think I did

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

2015-04-02 Thread Bob Gustafson
Super - will look for them Bob G On 04/02/2015 12:31 PM, Adam Wolf wrote: I will work hard on getting nightlies with the trackpad patch applied, in the DEBUG/trackpad/ directory. Adam Wolf Cofounder and Engineer WL On Thu, Apr 2, 2015 at 1:27 PM, Bob Gustafson bob...@rcn.com mailto:bob

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

2015-04-02 Thread Bob Gustafson
On 04/02/2015 09:05 AM, Andy Peters wrote: On Apr 2, 2015, at 1:24 AM, Piotr Esden-Tempski pi...@esden.net wrote: Hi everyone, I am using a 5k IMac with a standard PC logitech mouse. I have the nightly build 5547 installed. I do not experience any problems with zooming in GAL. (Besides the

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

2015-04-02 Thread Bob Gustafson
… :) Regards, Bernhard On 02 Apr 2015, at 09:50, Maciej Sumiński maciej.sumin...@cern.ch wrote: On 04/01/2015 10:23 PM, Bob Gustafson wrote: I just now downloaded your OS X nightly build (both debug and regular) on my wife’s Mac mini. She does not like the trackpad and has an Apple Mouse (latest

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

2015-04-02 Thread Bob Gustafson
I haven't noticed it, but my pcbnew designs still have only 3 wires.. Bob G On 04/02/2015 09:43 AM, Maciej Sumiński wrote: On 04/02/2015 04:05 PM, Andy Peters wrote: [... I also have the GAL rats-nest issue Piotr mentions. Does it mean it is never visible? Even when you are dragging

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

2015-04-02 Thread Bob Gustafson
Begin forwarded message: Date: April 2, 2015 at 03:58:18 CDT From: Bob Gustafson bob...@chidig.com To: Piotr Esden-Tempski pi...@esden.net, Maciej Sumiński maciej.sumin...@cern.ch Cc: Adam Wolf adamw...@feelslikeburning.com, kicad-developers@lists.launchpad.net kicad-developers

Re: [Kicad-developers] GAL questions (with regarding 3d-viewer)

2015-04-01 Thread Bob Gustafson
On 04/01/2015 07:34 AM, Nick Østergaard wrote: 2015-04-01 14:29 GMT+02:00 Mário Luzeiro mrluze...@ua.pt: Hello Maciej, Tomasz, Torsten, all, I found that you are related with GAL development, I have some questions and discussion for you, hope you can help me make some things a bit clear.

Re: [Kicad-developers] GAL questions (with regarding 3d-viewer)

2015-04-01 Thread Bob Gustafson
see on my Mac Laptop. If this is the normal operation of KiCad on the Mac, I can’t see how it can be a release version. Bob G On Apr 1, 2015, at 11:22, Bob Gustafson bob...@rcn.com wrote: Too bad.. On 04/01/2015 11:17 AM, Adam Wolf wrote: Yup. The trackpad stuff didn't get in before

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

2015-04-01 Thread Bob Gustafson
. Bob G On Apr 1, 2015, at 11:22, Bob Gustafson bob...@rcn.com wrote: Too bad.. On 04/01/2015 11:17 AM, Adam Wolf wrote: Yup. The trackpad stuff didn't get in before the feature freeze, so it will be a bit before it's in the tree. On Apr 1, 2015 12:15 PM, Bob Gustafson bob...@rcn.com

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Bob Gustafson
I see 3 files at your link (in a tar.bz2). What viewer(s) would you recommend. Bob G On 03/27/2015 11:43 PM, Cirilo Bernardo wrote: I have created models for the pic_programmer demo project; the IDF files and rendered VRML model are available here:

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-19 Thread Bob Gustafson
, and restarted the job. We'll see if that fixes it. Adam Wolf Cofounder and Engineer Wayne and Layne, LLC On Wed, Mar 18, 2015 at 7:28 PM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: Hi Adam I was able to compile and execute kicad using your build

[Kicad-developers] KiCad build using your nightly build scripts.

2015-03-18 Thread Bob Gustafson
Hi Adam I was able to compile and execute kicad using your build files, but I have some questions Application: kicad Version: (2015-03-17 BZR 5524)-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)

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-18 Thread Bob Gustafson
PM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: Hi Adam I was able to compile and execute kicad using your build files, but I have some questions Application: kicad Version: (2015-03-17 BZR 5524)-product Release build

Re: [Kicad-developers] Kicad-5522 osx testing - miscellaneous errors

2015-03-17 Thread Bob Gustafson
with them, but they work, and that's half the battle :) all.sh is perfect for what you're doing! Adam Wolf On Tue, Mar 17, 2015 at 3:07 PM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: Hi Adam OK, I'm looking at: https://code.launchpad.net/~adamwolf/+junk/kicad-mac-packaging

Re: [Kicad-developers] Kicad-5522 osx testing - miscellaneous errors

2015-03-17 Thread Bob Gustafson
: 2015-03-17 16:50 GMT+01:00 Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com: Hi Adam As written in the kicad build documentation, I patched the wxPython/wxWidgets code and built that (also added the doPatch for the patch files that were not included

Re: [Kicad-developers] Kicad-5522 osx testing - miscellaneous errors

2015-03-17 Thread Bob Gustafson
/Developer/SDKs/MacOSX10.10.sdk On 03/17/2015 04:58 PM, Bob Gustafson wrote: Ahh, I see the compile_kicad.sh script is looking for MacOS10.7.sdk - I only have the 10.9 and 10.10 sdk's I saw the 10.7 min while running the compile_wx script, but it didn't give a problem. (I wonder whether

Re: [Kicad-developers] Kicad-5522 osx testing - miscellaneous errors

2015-03-17 Thread Bob Gustafson
...@feelslikeburning.com wrote: No problem. Collin did all the heavy lifting there, adding the Python support. Adam Wolf On Tue, Mar 17, 2015 at 12:24 PM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: Hi Adam I tried your python enabled nightly in the DEBUG

Re: [Kicad-developers] Kicad-5522 osx testing - miscellaneous errors

2015-03-17 Thread Bob Gustafson
Cofounder and Engineer WL On Mon, Mar 16, 2015 at 11:46 PM, Bob Gustafson bob...@rcn.com wrote: Application: kicad Version: (2015-03-16 BZR 5522)-product Debug build wxWidgets: Version 3.0.2 (debug,UTF-8,compiler with C++ ABI 1002,GCC 4.2.1,STL containers,compatible with 2.8) Platform: Mac OS X (Darwin

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

2015-03-13 Thread Bob Gustafson
when I perform some other function that updates the display but the exact cause I cannot say for sure. I did not get a chance to try it out on a laptop to test the track pad behavior. It definitely needs some work before it can be committed to the product branch. On 3/4/2015 7:31 AM, Bob Gustafson

Re: [Kicad-developers] FOSDEM videos

2015-02-25 Thread Bob Gustafson
Super job! - I'm sure your presentation will help build more interest in the KiCad project. On 02/25/2015 11:10 AM, Wayne Stambaugh wrote: Wow! No one has ever accused me of being quiet. :) The amplified sound was fine in the room at the time. On 2/25/2015 12:07 PM, Nick Østergaard wrote:

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Bob Gustafson
No, don't use USE_OSX_DEPS_BUILDER (not consciously..) Sometimes I use the brew Tap done by Collin (with a few mods to turn ON deps and replace his patch with the yosemite patch in the repository) Mostly use a separate directory, bzr branch lp:kicad kicad-bzr Then do configure, make, make

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

2015-02-24 Thread Bob Gustafson
in wxWidgets trunk. I don’t know if we would like to patch until it has completely landed (wxWidgets needs to be patched anyway for OS X), or just wait with that until it has arrived in official versions. Regards, Bernhard On 24 Feb 2015, at 18:25, Bob Gustafson bob

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

2015-02-24 Thread Bob Gustafson
Super!!! I can do testing as needed. I have magic mouse and MacAir with trackpad - running 10.10.2 Bob G On 02/24/2015 09:51 AM, Adam Wolf wrote: Hi folks, Can we start a discussion on if it would be appropriate to get Garth's trackpad support in before the feature freeze? If it is

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

2015-02-24 Thread Bob Gustafson
awhile it did not respond to clicks on the red go-way button (top left of window). I had to Force Quit. FWIW Bob G On 02/24/2015 10:30 AM, Bob Gustafson wrote: Super!!! I can do testing as needed. I have magic mouse and MacAir with trackpad - running 10.10.2 Bob G On 02/24/2015 09:51 AM, Adam

[Kicad-developers] Nightlies ??

2015-02-22 Thread Bob Gustafson
I am thinking that the point of 'Nightlies' is to build at the 'bleeding edge' and provide the builds to folks who can then easily try their normal working 'use case' to see if things (still) work. If they crash - fine, we have a data point. Looking at the Version info of the current

Re: [Kicad-developers] r5444 on OSX - crash reports

2015-02-22 Thread Bob Gustafson
? https://bugs.launchpad.net/kicad/+bug/1423381 2015-02-22 22:25 GMT+01:00 Bob Gustafson bob...@rcn.com: Although the View config doesn't show it - this is r5444 Application: kicad Version: (after 2015-jan-16 BZR unknown)-product Debug build wxWidgets: Version 3.0.2 (debug,UTF-8,compiler with C

Re: [Kicad-developers] Nightlies ??

2015-02-22 Thread Bob Gustafson
to features Adam already told that he will be working on providing a scripting enabled build next. Regards, Bernhard On 22 Feb 2015, at 20:31, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: I am thinking that the point of 'Nightlies' is to build

Re: [Kicad-developers] Nightlies ??

2015-02-22 Thread Bob Gustafson
wx by just adding a patch to a local directory--i.e. not one in the kicad tree. You may want to wait until I outline the changes I'll be making to the scripts, or until I document it. Up to you. Adam Wolf Cofounder and Engineer WL On Sun, Feb 22, 2015 at 4:52 PM, Bob Gustafson bob...@rcn.com

Re: [Kicad-developers] Fedora 21 nightlies build

2015-02-20 Thread Bob Gustafson
of the development branch, and they won’t necessarily match the docs. Miguel Ángel Ajo On Friday, 20 de February de 2015 at 16:47, Bob Gustafson wrote: Looks pretty good. Your dnf commands are pretty straightforward. I was able to see a brand new KiCad home page in just a few minutes

[Kicad-developers] x-y panning with mouse

2015-02-20 Thread Bob Gustafson
I tried x-y panning with my wife's Mac mouse (pretty new - maybe one year old). It does not have a trackball, but the top rounded surface responds to a gentle rub in the x or y direction. On the mac, this motion is coupled to the x-y panning on many applications (LibreOffice for example).

Re: [Kicad-developers] Fedora 21 nightlies build

2015-02-20 Thread Bob Gustafson
Looks pretty good. Your dnf commands are pretty straightforward. I was able to see a brand new KiCad home page in just a few minutes. The Config info is below. From the install, it was rev-4744 Application: Eeschema Version: (2014-jan-25)-product Release build wxWidgets: Version 2.8.12

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
commits should account for what you describe. I'd suggest just working through the steps in the compiling document. You may merge if you want but I don't think it will solve your issues. Garth On Feb 19, 2015, at 9:47 AM, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: OK Garth/Bernard I

Re: [Kicad-developers] OSX Nightlies Update

2015-02-19 Thread Bob Gustafson
10:51 PM, Bob Gustafson wrote: I'm building Garth's stuff This was what I did: Directory structure KiCad-TP osx-trackpad-gestures wx-src wx-bin Other files you want to keep == Load source files for wxPython into the wx-src directory Built wxPython using the script: (see attached

[Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
From https://lists.launchpad.net/kicad-developers/msg15527.html Using Garth's branch: lp:~gcorral/kicad/osx-trackpad-gesture With a directory structure: KiCad-TP osx-trackpad-gestures wx-src wx-bin Other files you want to keep == Load source files for wxPython into the wx-src

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
version even if Garth did not yet update his branch. Normally it works without any conflicts. Regards, Bernhard On 19.02.2015, at 17:15, Bob Gustafson bob...@rcn.com mailto:bob...@rcn.com wrote: From https://lists.launchpad.net/kicad-developers/msg15527.html Using Garth's branch: lp:~gcorral

  1   2   >