Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-02-01 Thread Kristoffer Ödmark
opers-bounces+mrluzeiro=ua...@lists.launchpad.net <mailto:ua...@lists.launchpad.net>] on >> behalf of Wayne Stambaugh [stambau...@gmail.com <mailto:stambau...@gmail.com>] >> Sent: 31 January 2017 01:30 >> To: kicad-developers@lists.lau

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-02-01 Thread Wayne Stambaugh
:S >> >> >> >> My 2 cents, >> >> Mario Luzeiro >> >> ________ >> >> From: Kicad-developers >> >> [kicad-developers-bounces+mrluzeiro=ua...@lists.laun

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-02-01 Thread Kristoffer Ödmark
>> [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net <mailto:ua...@lists.launchpad.net>] on >> behalf of Wayne Stambaugh [stambau...@gmail.com <mailto:stambau...@gmail.com>] >> Sent: 31 January 2017 01:30 >

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread José Ignacio
mouse events on that line entry.. and may add arrow buttons on the >> >> side, to work as a spinbox? :S >> >> >> >> My 2 cents, >> >> Mario Luzeiro >> >> >> >> From: Kicad-developers >

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread Diogo Condeço
buttons on the > >> side, to work as a spinbox? :S > >> > >> My 2 cents, > >> Mario Luzeiro > >> > >> From: Kicad-developers > >> [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on >

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread Wayne Stambaugh
I added the "base-devel" package to the list of packages required to build kicad on windows using msys2. Thank you for letting me know. On 1/30/2017 9:33 AM, Kristoffer Ödmark wrote: > Thank you for the help everyone! > > The missing component was the "base-devel" package, worth noting is that >

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread Wayne Stambaugh
>> >> My 2 cents, >> Mario Luzeiro >> >> From: Kicad-developers >> [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on >> behalf of Wayne Stambaugh [stambau...@gmail.com] >> Sent: 31 January 2017 0

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread Wayne Stambaugh
Welcome to the joys of cross platform development. :) On 1/31/2017 1:18 AM, Kristoffer Ödmark wrote: > I will look into it, the difference in behavior between the oses is very > strange. > > -Kristoffer > > On Jan 31, 2017 2:30 AM, "Wayne Stambaugh" > wrote: > >

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread Kristoffer Ödmark
-developers [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of Wayne Stambaugh [stambau...@gmail.com] Sent: 31 January 2017 01:30 To: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes Manual entry

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread Kristoffer Ödmark
the 3d model previewer to use spinboxes Manual entry now works on windows but you changed the behavior. Currently, as you enter a number in the edit control, the changes update instantly. With your patch, you have to tab to the next control before the change is made. IMO, this is a step backwards

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-31 Thread Mário Luzeiro
From: Kicad-developers [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of Wayne Stambaugh [stambau...@gmail.com] Sent: 31 January 2017 01:30 To: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] [PATCH] Changed the 3d

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Kristoffer Ödmark
I will look into it, the difference in behavior between the oses is very strange. -Kristoffer On Jan 31, 2017 2:30 AM, "Wayne Stambaugh" wrote: > Manual entry now works on windows but you changed the behavior. > Currently, as you enter a number in the edit control, the changes update > instantl

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Wayne Stambaugh
Manual entry now works on windows but you changed the behavior. Currently, as you enter a number in the edit control, the changes update instantly. With your patch, you have to tab to the next control before the change is made. IMO, this is a step backwards from the current behavior at least on w

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Kristoffer Ödmark
Hello! The patch now works under windows, mac and linux. -Kristoffer On 2017-01-27 16:40, Wayne Stambaugh wrote: This doesn't work on windows at all. Changing any of the values either with the spin buttons or direct entry into the edit control does not update 3D view of the model. This issue

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Kristoffer Ödmark
Thank you for the help everyone! The missing component was the "base-devel" package, worth noting is that I set up this machine with the sole purpose of building and testing kicad under windows, It might be worth to add that the base-devel package is needed as well in the documentation. To mak

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Константин Барановский
Hi, Kristoffer! You need to install the make utility. Just launch mingw and run command: pacman -S make > 2017-01-30 10:51 GMT+02:00 Kristoffer Ödmark : > I am using this PKGbuild: > > https://github.com/Alexpux/MINGW-packages/blob/master/mingw- > w64-kicad-git/PKGBUILD > > I was trying to get

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Kristoffer Ödmark
I am using this PKGbuild: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-kicad-git/PKGBUILD I was trying to get the compilation to work under MSYS2 the easy way according to the guide. To see that everything was set up correctly, which apparently it isnt. - Kristoffer On 201

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Nick Østergaard
Please show me your cmake options. Remember to make sure you have the relevant mingw toolchain installed. 2017-01-30 9:23 GMT+01:00 Kristoffer Ödmark : > I can't get Kicad to compile under windows, the guide in the online docs > doesnt work for me under windows 7 64bit. If anyone have any ideas of

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-30 Thread Kristoffer Ödmark
I can't get Kicad to compile under windows, the guide in the online docs doesnt work for me under windows 7 64bit. If anyone have any ideas of what to test I would really appreciate it. I am following the guide at: http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/md_Docum

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Wayne Stambaugh
This doesn't work on windows at all. Changing any of the values either with the spin buttons or direct entry into the edit control does not update 3D view of the model. This issue will need to be resolved before the patch can be committed. On 1/27/2017 8:16 AM, Kristoffer Ödmark wrote: > Glad to

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Kristoffer Ödmark
Glad to hear it! Also, I found that incrementing in steps of 10 for the rotations misses 45 deegrees, so changed that to 5 and made it wrap around at 180 as well. Attaching that one! -Kristoffer On 2017-01-27 13:47, Wayne Stambaugh wrote: It's on my list for today. It would be nice if an

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Wayne Stambaugh
It's on my list for today. It would be nice if an osx dev could test it before it's committed just in case there is some unexpected behavior on osx. On 1/27/2017 7:43 AM, Chris Pavlina wrote: > Just tried this. It's REALLY nice to be able to nudge the model around > by turning the scroll wheel ov

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Chris Pavlina
Just tried this. It's REALLY nice to be able to nudge the model around by turning the scroll wheel over the fields. <3 Anyone test this on something other than Linux yet? I'd like to see this merged. On Thu, Jan 26, 2017 at 05:24:17PM +0100, Kristoffer Ödmark wrote: > Yes, you can still manually

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-26 Thread Kristoffer Ödmark
Yes, you can still manually change the values, I tried that. The only change I did to the code was to change the stepping of the offset to 0.1mm instead of 1 in this patch. the best thing is that you can now use the scrollwheel as well. Wich makes rotating stuff a breeze. - Kristoffer On 201

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-26 Thread Wayne Stambaugh
launchpad.net > Subject: Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use > spinboxes > > If no one is opposed to adding spin controls to the 3D model selection > dialog, I'll commit this patch when I get a chance. I've never been > convinced that u

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-26 Thread Chris Pavlina
On Thu, Jan 26, 2017 at 09:49:40AM -0500, Wayne Stambaugh wrote: > If no one is opposed to adding spin controls to the 3D model selection > dialog, I'll commit this patch when I get a chance. I've never been > convinced that using a spin control to change a floating point number is > terribly usef

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-26 Thread Mário Luzeiro
26 January 2017 14:49 To: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes If no one is opposed to adding spin controls to the 3D model selection dialog, I'll commit this patch when I get a chance. I've never be

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-26 Thread Wayne Stambaugh
If no one is opposed to adding spin controls to the 3D model selection dialog, I'll commit this patch when I get a chance. I've never been convinced that using a spin control to change a floating point number is terribly useful but I'm guessing some users will prefer this over manual entry of calc

[Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-26 Thread Kristoffer Ödmark
Hello! One thing that has always bothered me is that when aligning 3D models to fit the footprint, one have to type the value and test, delete characters and test again. Very minor issue, but it still bothers me. With a spinbox the values can be changed using the mouse only. attaching the pa

[Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-26 Thread Kristoffer Ödmark
Hello! One thing that has always bothered me is that when aligning 3D models to fit the footprint, one have to type the value and test, delete characters and test again. Very minor issue, but it still bothers me. With a spinbox the values can be changed using the mouse only. attaching the pa