[Kicad-developers] Rev 6429 broken?

2016-01-06 Thread Bernhard Stegmaier
Hi, anyone else having problems with compiling 6429? eeschema doesn’t link anymore with it (at least for me on OS X)… Scanning dependencies of target eeschema [ 68%] Building CXX object eeschema/CMakeFiles/eeschema.dir/__/common/single_top.cpp.o [ 68%] Linking CXX executable

[Kicad-developers] Jenkins build is back to normal : KiCad (Linux, all options, Debug) #1011

2016-01-06 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

[Kicad-developers] Update: 3D refactor

2016-01-06 Thread Cirilo Bernardo
Hi folks, The 3D branch bazaar.launchpad.net/~cirilo-bernardo/kicad/3d_initial_merge now has support for VRML1 models; users should now get a view of VRML1/2 and IDF models from within the Footprint Properties dialogs. The VRML1 code in particular needs more testing since I only had an

Re: [Kicad-developers] Rev 6429 broken?

2016-01-06 Thread Bernhard Stegmaier
Too early, wrong reference… of course, 6426 broken and 6425 is OK… :) > On 06.01.2016, at 10:34, Bernhard Stegmaier wrote: > > Hi, > > anyone else having problems with compiling 6429? > > eeschema doesn’t link anymore with it (at least for me on OS X)… > > Scanning

Re: [Kicad-developers] Rev 6429 broken?

2016-01-06 Thread Bernhard Stegmaier
Yes, normally I do get the Jenkins mails. This time only the “build is back” mail. Anyway… works again, thanks. Regards, Bernhard > On 06.01.2016, at 12:32, Nick Østergaard wrote: > > If in doubt, check jenkins... http://ci.kicad-pcb.org/job/kicad-full/1010/ > > You don't

Re: [Kicad-developers] [PATCH] Refactor hotkeys editor dialog more

2016-01-06 Thread Bernhard Stegmaier
Looks good on OSX. Should I be able to edit already? Didn’t figure out how to do it… pressing a key on a row (as in the old dialog) just does nothing… Regards, Bernhard > On 06.01.2016, at 05:19, Chris Pavlina wrote: > > Fixed. I didn't realize wxWindow::Layout

Re: [Kicad-developers] Quick update on hotkeys refactor

2016-01-06 Thread Bernhard Stegmaier
Just a small note: I think it would be good to also somehow carry over the text on how to change hotkeys like it was in the old dialog. I didn’t change a hotkey before and I didn’t knew if/how to do it before I tried the old dialog in the old version (and read the description there). Regards,

Re: [Kicad-developers] [PATCH] Refactor hotkeys editor dialog more

2016-01-06 Thread Chris Pavlina
Ugh, apparently OSX is "special". Yes, it should work. Trying to get this fixed now, shame I don't have an OSX machine to test on... but at least hopefully have someone on IRC who's working with me. On Wed, Jan 06, 2016 at 03:18:21PM +0100, Bernhard Stegmaier wrote: > Looks good on OSX. > >

Re: [Kicad-developers] KiCad Coroutines

2016-01-06 Thread Tomasz Wlostowski
On 04.01.2016 15:07, Mark Roszko wrote: >> My offer would be to test an alternative implementation, to drop another >> Boost dependency and build upon a standard library foundation. >> pthreads is not standard library <.< > Hi Mark & Torsten, Feel free to test any implementation you like

[Kicad-developers] Quick update on hotkeys refactor

2016-01-06 Thread Chris Pavlina
Okay, a couple of bugs have been pointed out to me related to how wx handles "special" keys in various controls. Apparently OSX users can't set hotkeys at *all*, and on other platforms certain keys can't be set. I'm working on a fix for this, probably will have to rip out that bit of the logic

Re: [Kicad-developers] Quick update on hotkeys refactor

2016-01-06 Thread Wayne Stambaugh
On 1/6/2016 10:19 AM, Chris Pavlina wrote: > Okay, a couple of bugs have been pointed out to me related to how wx > handles "special" keys in various controls. Apparently OSX users can't > set hotkeys at *all*, and on other platforms certain keys can't be set. > I'm working on a fix for this,

Re: [Kicad-developers] Quick update on hotkeys refactor

2016-01-06 Thread Chris Pavlina
Agreed. As long as it works consistently with other similar controls in the user's system, most users figure it out fine on their own - unless you throw a wall of text at them. That just turns off most people right away, I've found. I wasn't particularly happy with the wall of text in the

Re: [Kicad-developers] [Bulk] Quick update on hotkeys refactor

2016-01-06 Thread Chris Pavlina
Well, replying just to Bernhard because for some reason the original mail didn't actually come through to my inbox... O_O Bernhard, he means the Reset button in the old-style standalone dialog, which you can still see in pcbnew. The "Reset" button used to be "Undo". I renamed it because it

Re: [Kicad-developers] Quick update on hotkeys refactor

2016-01-06 Thread cullinan
Hello, Chris, Bernhard, ...! On 2016-01-06 18:42, Chris Pavlina wrote: > Well, replying just to Bernhard because for some reason the original > mail didn't actually come through to my inbox... O_O Seems like my mails get mangled through some [bulk] filters somewhere. I only see my mails it in a

Re: [Kicad-developers] KiCad Coroutines

2016-01-06 Thread Wayne Stambaugh
Torsten, I've been thinking about your proposed changes and I'm not sure I'm comfortable making KiCad multi-threaded using a library such as pthreads or any other threading implementation. Context switching (cooperative multi-tasking) is bad enough but at least everything is happening in the

Re: [Kicad-developers] [Bulk] Quick update on hotkeys refactor

2016-01-06 Thread cullinan
Hello, Chris! I was just testing the hotkeys dialogs on BZR6427 on Arch Linux 64bit and hope to be able to give you some useful feedback: The behaviour on resizing the dialog seems to be different in kicad vs. eeschema / pcbnew. When you are resizing the dialogs in the width the Hotkey column