Re: [Kicad-developers] Ubuntu PPA for Kicad 5: unmet dependencies

2018-09-14 Thread Kaspar Emanuel
this now... > > > Le 12/09/2018 à 20:25, Kevin Cozens a écrit : > > On 2018-09-12 12:18 PM, Kaspar Emanuel wrote: > >> Looks like the issue might be that libwxgtk3 is at 3.0.0 in 14.04 > >> <https://packages.ubuntu.com/trusty/libwxgtk3.0-0> and KiCad wants >

Re: [Kicad-developers] Ubuntu PPA for Kicad 5: unmet dependencies

2018-09-12 Thread Kaspar Emanuel
sty/libwxgtk3.0-0> and KiCad wants 3.0.2 or greater? Cheers, Kaspar On 12 September 2018 at 15:43, Kevin Cozens wrote: On 2018-09-12 08:06 AM, Kaspar Emanuel wrote: > >> I just tried switching to the new kicad-5 PPA fot that but I am running >> into an installa

[Kicad-developers] Ubuntu PPA for Kicad 5: unmet dependencies

2018-09-12 Thread Kaspar Emanuel
Hi Jean-Samuel, Thanks once again so much for creating and maintaining the Ubuntu PPAs. I use them on my laptop and also for continuous testing of kitspace/kicad_footprints . I just tried switching to the new kicad-5 PPA fot that but I am running

Re: [Kicad-developers] Slash character in fp-lib-table nick names?

2018-06-21 Thread Kaspar Emanuel
e '/' character will still be illegal for symbol and > footprint names. > > Thanks, > > Wayne > > On 6/19/2018 4:04 PM, Kaspar Emanuel wrote: > > Thanks Wayne, this will save me (and anyone else using > > monostable/kicad_footprints > > <https://github.com/mon

Re: [Kicad-developers] Slash character in fp-lib-table nick names?

2018-06-19 Thread Kaspar Emanuel
> > work. The reason this was not done for v5 the fix will require > > schematic, board, and footprint file format changes which I didn't > not > > want to do for v5 as we were already late into the development cycle. > > > > On 6/13/2018 2:19 PM, Kaspar

Re: [Kicad-developers] Slash character in fp-lib-table nick names?

2018-06-13 Thread Kaspar Emanuel
not done for v5 the fix will require > schematic, board, and footprint file format changes which I didn't not > want to do for v5 as we were already late into the development cycle. > > On 6/13/2018 2:19 PM, Kaspar Emanuel wrote: > > Sorry to bring this up again but it j

Re: [Kicad-developers] Slash character in fp-lib-table nick names?

2018-06-13 Thread Kaspar Emanuel
if there's a chance it could make it into v5. On 10 May 2018 at 12:07, Wayne Stambaugh wrote: > On 5/8/2018 6:27 PM, Kaspar Emanuel wrote: > > I see, thanks for the info Wayne. So enforcing this for names in > > _footprint_ lib-tables is simply done for code sharing? > > &g

Re: [Kicad-developers] Slash character in fp-lib-table nick names?

2018-05-08 Thread Kaspar Emanuel
but it's just wasn't in the cards. I have to implement this one piece > at a time. There was an announcement on this mailing list about it. I > apologize for the inconvenience. Hopefully it will be short lived. > > Cheers, > > Wayne > > On 05/08/2018 04:40 PM, Kaspar Emanuel wro

[Kicad-developers] Slash character in fp-lib-table nick names?

2018-05-08 Thread Kaspar Emanuel
Hi, looks like a forward slash character in nick names in the fp-lib-table is not supported any more (it can be read but it cannot be saved). This breaks compatibility with older fp-lib-tables somewhat. I have been using slashes in names to namespace fp-lib-tables created for my footprint

Re: [Kicad-developers] [RFC] Able to install KiCad stable and "daily build" in same computer

2018-04-12 Thread Kaspar Emanuel
Is it usefull ? Yes! Thank you ver much. I like to report bugs against nightly but don’t always have time to compile and I need a fairly stable KiCad for other work. I switched away from your daily ppa (ppa-kicad) since the schematic lib table changes hit because I didn’t have time to deal with

[Kicad-developers] ANN: Haskell kicad-data package 0.5.0

2018-01-04 Thread Kaspar Emanuel
Hi all, I have just released the Haskell kicad-data package version 0.5.0. https://hackage.haskell.org/package/kicad-data-0.5.0 We have now actually seen some use of this library in the wild in the form of ppelleti/footprint-to-script which

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-13 Thread Kaspar Emanuel
Hi Russ, wouldn't mind giving this a go but I don't see any attachments. Cheers, Kaspar On 13 September 2017 at 01:48, Russell Oliver wrote: > Hello Everyone, > > Please find attached a combined patch set which adds Eagle schematic > parsing and a generic project

Re: [Kicad-developers] Pcbnew Python Interface breakage?

2017-06-28 Thread Kaspar Emanuel
at your patch the try/catch for IOError is probably not needed and removing it would restore the old behaviour. On 28 June 2017 at 08:03, jp charras <jp.char...@wanadoo.fr> wrote: > Le 27/06/2017 à 17:03, Kaspar Emanuel a écrit : > > I am just looking at writing a fix at > > htt

Re: [Kicad-developers] Pcbnew Python Interface breakage?

2017-06-27 Thread Kaspar Emanuel
a patch. On 27 June 2017 at 15:59, Maciej Sumiński <maciej.sumin...@cern.ch> wrote: > On 06/27/2017 04:49 PM, Kaspar Emanuel wrote: > > On 27 June 2017 at 07:56, Maciej Sumiński <maciej.sumin...@cern.ch> > wrote: > > > > PLUGIN::FootprintEnumerate() signa

Re: [Kicad-developers] Pcbnew Python Interface breakage?

2017-06-27 Thread Kaspar Emanuel
On 27 June 2017 at 07:56, Maciej Sumiński wrote: PLUGIN::FootprintEnumerate() signature has changed [1] and now instead > of returning wxArrayString, it takes one as a reference and fills it out. > Thanks Orson, looks like Python bindings for that function are currently

Re: [Kicad-developers] Pcbnew Python Interface breakage?

2017-06-26 Thread Kaspar Emanuel
Since people seem to be able to give the updates from off the top of their heads, what do I need to update this footprint loading script ? I am getting: Traceback (most recent call last):

Re: [Kicad-developers] Development workflow

2017-05-26 Thread Kaspar Emanuel
On 7 May 2017 at 12:25, Maciej Suminski wrote: If you have other machines, distcc is > also a great help (it is a great delight when one executes 'make -j22'). > I haven’t used distcc in a long time and I can’t remember what the network requirements are but if you are

Re: [Kicad-developers] teardrops & rounded corners & ???

2017-05-26 Thread Kaspar Emanuel
cles/fork-a-repo/ > > (there might exist better tutorials) > > 2017-05-25 21:22 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > > > > > > Den 25/05/2017 19.42 skrev "Kaspar Emanuel" <kaspar.eman...@gmail.com>: > > > > Hey Heikki, >

Re: [Kicad-developers] teardrops & rounded corners & ???

2017-05-25 Thread Kaspar Emanuel
Hey Heikki, I wanted to give this a test with a small board I thought would look nicer with curved traces . During the cmake step I noticed following error but was still able to proceed to the make step. CMake Error at

Re: [Kicad-developers] Somes download stats on daily build for PPA

2017-03-06 Thread Kaspar Emanuel
I'd just like to point out that I use the PPAs for continuous integration testing [1] [2] which installs a fresh copy every time I trigger a build. Looking at the numbers on my builds that could make up around 200 downloads (it's a bit hard to estimate as not all builds are counted). I suspect

Re: [Kicad-developers] [RFC] BOM Editor

2017-02-15 Thread Kaspar Emanuel
Looks very nice, I am also curious about what the cell colors indicate. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] FOSDEM recap.

2017-02-09 Thread Kaspar Emanuel
On 9 February 2017 at 16:47, Ben Hest wrote: > One comment on the videos, I'm listening on headphones and it's a bit > disorienting with this being a stereo recording, but most of the talking > coming out of the left channel. It might make sense to mix the sound to > mono.

Re: [Kicad-developers] FOSDEM recap.

2017-02-09 Thread Kaspar Emanuel
Nice one Wayne, it was nice to see you briefly and I hope you had a pleasant trip back. It did seem like KiCad could almost fill a devroom all by itself. I just wanted to point out quickly that the videos are also available from the schedule [1] where you can easier get an overview of what each

Re: [Kicad-developers] Standard symbol field names initiative

2017-01-13 Thread Kaspar Emanuel
Sounds great Wayne, I'll give this some time to settle down and update this thread when I have more to show. On 13 January 2017 at 21:31, Wayne Stambaugh <stambau...@gmail.com> wrote: > On 1/13/2017 9:20 AM, Kaspar Emanuel wrote: > > > > On 13 January 2017 at 13:35, Way

Re: [Kicad-developers] Standard symbol field names initiative

2017-01-13 Thread Kaspar Emanuel
On 13 January 2017 at 13:35, Wayne Stambaugh wrote: > Ithink using separate fields > would be cleaner and more reliable in the long run. > Yes, I am coming over to this point of view. I just quite liked the compactness and clarity of the initial proposal but it might not

[Kicad-developers] Standard symbol field names initiative

2017-01-13 Thread Kaspar Emanuel
Hi all, I have started an initiative for external tools to agree on a few default field names in schematics. Full details in the forum where you can also propose amendments and register your preference. https://forum.kicad.info/t/standard-symbol-field-names-initiative/4870 Cheers, Kaspar

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2017-01-12 Thread Kaspar Emanuel
I have put up a proposal for a "community standard" on the forum: https://forum.kicad.info/t/standard-symbol-field-names-initiative/4870/1 On 12 January 2017 at 18:33, Kaspar Emanuel <kaspar.eman...@gmail.com> wrote: > > On 12 January 2017 at 16:44, Kaspar Emanuel <

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2017-01-12 Thread Kaspar Emanuel
On 12 January 2017 at 16:44, Kaspar Emanuel <kaspar.eman...@gmail.com> wrote: > > Is there actually any issue, internally to KiCAD, with creating multiple > fields with the same name? It seems to let me create two fields called MPN > and save and re-open without a problem.

Re: [Kicad-developers] Group selection idea

2017-01-12 Thread Kaspar Emanuel
It does look really neat and I agree with Wayne it bears some thought and could be a really powerful feature. Wayne, I think what you mean by "a***m like room feature" are reusable "snippets" of placed and routed components. Is that right? On 12 January 2017 at 16:37, Wayne Stambaugh

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2017-01-12 Thread Kaspar Emanuel
On 9 January 2017 at 14:29, Brian Sidebotham wrote: > Is there any reason you can't use Template Field Names for this: > http://docs.kicad-pcb.org/stable/en/eeschema.html# > options-of-the-schematic-editor > > This allows you to specify fields that are common to all

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2017-01-07 Thread Kaspar Emanuel
aults, unless there was a good reason not to. Its not proscriptive, >> just suggestive. >> >> So, rather than a change to the schematic file, its a UI change and a >> change to an existing config file, or a (my preference) new config file. >> > On 23 December 2016

[Kicad-developers] ANN: haskell-kicad-data 0.4.0

2017-01-07 Thread Kaspar Emanuel
Hi all, I have released version 0.4.0 of haskell-kicad-data, a parser and writer for KiCAD file formats for the Haskell programming language. https://hackage.haskell.org/package/kicad-data-0.4.0 - Only .kicad_mod files are supported currently. - The parser and writer are regularly checked

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2016-12-23 Thread Kaspar Emanuel
On 22 December 2016 at 14:01, Strontium wrote: The issue with the keys isnt that they are customisable, its that they are > easy to type wrong/get inconsistent, you have to remember what keys you are > using, did you leave any out, etc, etc. > > In this situation, we could

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2016-12-23 Thread Kaspar Emanuel
Hi Kevin, On 21 December 2016 at 18:10, Kevin Bortis wrote: > As Clements also noted, these values change very fast nowadays. At my > workplace I have a library of around 4000 pysical components that I > "try" to manage. As an example, I have a sensor chip which changed 3 >

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2016-12-21 Thread Kaspar Emanuel
On 21 December 2016 at 18:59, jp charras wrote: FYI, a tool (I am thinking you are talking about a tool which manages a > BOM) which works directly > with KiCad schematic files is not a good idea. > > You really underestimate the complexity of a full complex hierarchical

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2016-12-21 Thread Kaspar Emanuel
Thanks Wayne, I don't see how using a field versus a new file token makes any > difference to external tools. The formatting of a field in a schematic > file is no more or less difficult to parse than any other token such as > a pin, wire, line, etc. > The matter is simply this: if you make a

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2016-12-21 Thread Kaspar Emanuel
Thanks for reading over this JP, I don't really understand why you are thinking the schematic file format > should be modified. > > If you want to see a user field always existing in your component editor, > just add this field name > and a default value in the schematic editor options (Default

Re: [Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2016-12-21 Thread Kaspar Emanuel
Thank you Clemens and Kevin for your responses. Clemens, you raise that you are not happy with hard-coding fields at all because there is no standard way to do it. But KiCad’s symbols already come with a datasheet field for instance. To me, the datasheet field is way less useful than an MPN

[Kicad-developers] [RFC] Standard field for manufacturer part number in schematic symbols

2016-12-20 Thread Kaspar Emanuel
Hi all, there has been a lot of discussion lately about a standard manufacturer part number (MPN) field in schematic symbols in the user forum and on the standard library GitHub issues

Re: [Kicad-developers] Way to check PCBnew can parse modules in CI?

2016-10-19 Thread Kaspar Emanuel
Thanks Nick, will check that out. On 19 October 2016 at 14:35, Nick Østergaard <oe.n...@gmail.com> wrote: > You can use the python scripting to load the kicad_mod files. Be > inspired by the content in the qa folder in the source. > > 2016-10-19 14:57 GMT+02:00 Kaspar

[Kicad-developers] Way to check PCBnew can parse modules in CI?

2016-10-19 Thread Kaspar Emanuel
Hey, I wanted to add an additional continuous integration check to my Haskell library that checks that Pcbnew can actually parse the modules the library outputs. Is there any way to parse .kicad_mod files in a headless way that reports back

Re: [Kicad-developers] KiCad hackathon invitation

2016-10-13 Thread Kaspar Emanuel
On 12 October 2016 at 18:04, Mário Luzeiro wrote: Hope you can work on the SVG importer! I miss that feature. > I tried to use Inkscape ->Export DXF->Import with KiCad but it doesn't > work properly :/ > Check out svg2mod in the meantime. It

Re: [Kicad-developers] DigiKey owns kicad.org

2016-08-30 Thread Kaspar Emanuel
Wayne, I think if they are up for being sponsors you should push for transferring the domain proper so the main site can actually be kicad.org instead of redirecting. On 30 August 2016 at 00:37, Adam Wolf wrote: > Awesome. Thanks Wayne. > > > On Mon, Aug 29,

Re: [Kicad-developers] About dialog

2016-03-01 Thread Kaspar Emanuel
If you build from the tars you will get > no-bzr or something like that. If you build from a bzr repo you will > get a bzr revno, if you build from a git repo, you will get a bzr and > git hash. > > 2016-03-01 13:43 GMT+01:00 Kaspar Emanuel <kaspar.eman...@gmail.com>: >&g

Re: [Kicad-developers] About dialog

2016-03-01 Thread Kaspar Emanuel
Why doesn't the version in the about dialog actually give the versions that are announced e.g. 4.0.2? On 1 March 2016 at 10:19, Simon Wells wrote: > Removed the menu option from help in this version of the patch. > > On Tue, Mar 1, 2016 at 7:45 AM, Simon Wells

Re: [Kicad-developers] [RFC] Intra-sheet links and dangling ERC checks

2016-02-29 Thread Kaspar Emanuel
Ah gotcha, I had intra and inter mixed up in my head. On 29 February 2016 at 18:48, Daniel Silverstone <dsilv...@digital-scurf.org > wrote: > On Mon, Feb 29, 2016 at 17:09:53 +0000, Kaspar Emanuel wrote: > > I read through your blog post, I will build your fork and test it out

Re: [Kicad-developers] [RFC] Intra-sheet links and dangling ERC checks

2016-02-29 Thread Kaspar Emanuel
Hi Daniel, I read through your blog post, I will build your fork and test it out if I get a chance. The extra ERC option seems useful indeed. I am a bit confused about the intra-sheet link feature though, is this different from global labels? Cheers, Kaspar P.S. Might I suggest a different

Re: [Kicad-developers] [RFC PATCH] Single-click board update, take 2.

2016-02-02 Thread Kaspar Emanuel
I have been using this from the PPA. It seems like a huge improvement. The only bug I noticed which might be related is that when I re-assign the "Switch Canvas to Legacy" hotkey (from F9 to Q for instance) it doesn't work. This might be an existing issue though. Of course it would also be good to

[Kicad-developers] PCB being represented as a hierarchy of footprints [Was: Single-click board update, take 2.]

2016-01-29 Thread Kaspar Emanuel
On 29 January 2016 at 20:31, Russell Oliver wrote: > As a crazy thought related to having the board capture orphan pads under an > parent footprint, conceptually what about a pcb being represented as a > hierarchy of footprints. >From what I understand most elements of a

Re: [Kicad-developers] [BUG] Resizing the windows in i3wm

2016-01-26 Thread Kaspar Emanuel
Haha, I have had issues like this for a long time running XMonad. Never even thought about reporting them :) On 26 January 2016 at 12:42, Константин Барановский < baranovskiykonstan...@gmail.com> wrote: > > > 2016-01-26 11:43 GMT+02:00 Константин Барановский < > baranovskiykonstan...@gmail.com>:

Re: [Kicad-developers] s-exp file read/write refactoring

2015-06-03 Thread Kaspar Emanuel
In case it helps you, I wrote a parser and serialiser for the .kicad_mod files in Haskell https://github.com/kasbah/haskell-kicad-data/blob/master/Data/Kicad/SExpr/Parse.hs. I test this against all the available GitHub libraries and it is also property tested (with randomly generated data) for

Re: [Kicad-developers] [PATCH] V4 Rectangular pads with rounded corners

2015-04-17 Thread Kaspar Emanuel
Was this applied, will it be in stable? I am interested mainly because of my library that works with .kicad_mod files. On 2 March 2015 at 01:57, LordBlick lordbl...@gmail.com wrote: In response to a message written on 02.03.2015, 02:41, from Jon Neal: Any chance you can attach this a patch

Re: [Kicad-developers] FOSDEM plans

2015-01-24 Thread Kaspar Emanuel
I'll be arriving on Friday at around 5 pm and staying near the University in a small apartment found through AirBnB. Should be up for a beer Friday night. I've installed Whatsapp and added Wayne and Miguel. My number is +44 7543 520224. Maybe send me a message when you add me to see if it works

Re: [Kicad-developers] FOSDEM plans

2015-01-24 Thread Kaspar Emanuel
I'll also check email and #kicad IRC (user: kasbah) from my phone when I have Wifi. On 24 January 2015 at 23:20, Kaspar Emanuel kaspar.eman...@gmail.com wrote: I'll be arriving on Friday at around 5 pm and staying near the University in a small apartment found through AirBnB. Should be up

Re: [Kicad-developers] file version compatibility (optional tokens in s-expression files)

2015-01-15 Thread Kaspar Emanuel
My 2c: let the parser ignore unknown/incompatible s-expressions and warn the user when they are encountered. On 14 January 2015 at 22:24, Martijn Kuipers martijn.kuip...@gmail.com wrote: On 14 Jan 2015, at 21:07, Cirilo Bernardo cirilo.berna...@gmail.com wrote: On Thu, Jan 15, 2015 at

Re: [Kicad-developers] FOSDEM plans

2015-01-02 Thread Kaspar Emanuel
On 2 January 2015 at 10:57, Miguel Angel miguelan...@ajo.es wrote: Is anybody going?, if so, can I ask where will you be staying? (thinking of kicad-breakfasts ;) ), I’ll be going (and speaking about 1clickBOM http://1clickBOM.com). Haven’t booked anything yet though. ​

Re: [Kicad-developers] Haskell Library

2014-12-03 Thread Kaspar Emanuel
On 3 December 2014 at 07:55, Lorenzo Marcantonio l.marcanto...@logossrl.com wrote: On Tue, Dec 02, 2014 at 06:27:41PM +0200, Vesa Solonen wrote: I would really really like to see an SVG-importer for pcbnew. The current way through a bitmap to vector again seems a bit clumsy... Something

Re: [Kicad-developers] Haskell Library

2014-12-02 Thread Kaspar Emanuel
On 2 December 2014 at 07:28, Lorenzo Marcantonio l.marcanto...@logossrl.com wrote: On Mon, Dec 01, 2014 at 08:55:10PM +, Kaspar Emanuel wrote: Hey, I released a Haskell library that can parse and write .kicad_mod files. https://hackage.haskell.org/package/kicad-data This can

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

2014-12-02 Thread Kaspar Emanuel
On 2 December 2014 at 05:08, LordBlick lordbl...@gmail.com wrote: In my opinion, that's not be raw „E”, cause it's reserved now for more functionality than footprint edit - calling footprint reload and and editing was, edit position, angle, clearances on board, lock etc. I think you missed

Re: [Kicad-developers] Haskell Library

2014-12-02 Thread Kaspar Emanuel
On 2 December 2014 at 16:27, Vesa Solonen vesa.solo...@aalto.fi wrote: I would really really like to see an SVG-importer for pcbnew. The current way through a bitmap to vector again seems a bit clumsy... What I am working on is a stand-alone converter which maps various colours to layers (so

[Kicad-developers] Haskell Library

2014-12-01 Thread Kaspar Emanuel
Hey, I released a Haskell library that can parse and write .kicad_mod files. https://hackage.haskell.org/package/kicad-data This can parse and pretty-print all the official libraries from Github. I have been playing around with doing various things such as displaying footprints and converting

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

2014-11-17 Thread Kaspar Emanuel
+1 for accepting this. I will likely remap it to just e. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] emacs switches to Git

2014-11-12 Thread Kaspar Emanuel
On 12 November 2014 13:33, Wayne Stambaugh stambau...@verizon.net wrote: What is less clear is the hosting sight. I'm am less than thrilled with using github because AFAIK it is not free software. A small aside: are you aware that the KiCad site/wiki framework, Confluence, is not free

Re: [Kicad-developers] [PATCH] fix additional usage of modules name in pcbnew netlist dialog

2014-10-10 Thread Kaspar Emanuel
I guess all this renaming won't affect the s-expr file format right? The footprint files usually start with (module. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] Build for software rendering only?

2014-10-09 Thread Kaspar Emanuel
The only problem I have had is the OpenGL rendering mode in pcbnew requires an OpenGL version that is not available on one of my laptops. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net

Re: [Kicad-developers] kicad-pcb.org

2014-08-30 Thread Kaspar Emanuel
I have write access but hardly write anything. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] FOSDEM biggest open-source Europen conference just finished

2014-08-09 Thread Kaspar Emanuel
On 8 August 2014 16:16, Javier Serrano javier.serrano.par...@gmail.com wrote: Who would be interested if we organized a FOSS EDA dev room? Sounds amazing! I would attend. Let me know if I can do anything to help. ___ Mailing list:

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-07-10 Thread Kaspar Emanuel
On 7 July 2014 08:16, Maciej Sumiński maciej.sumin...@cern.ch wrote: Hi Kaspar, Can you check if it still happens with the current version of the module_editor branch? If so, does it happen every time and with every imported module file? Hi Orson, I built the new version (bzr 5068) and

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
Mine also consistently crashes when switching to OpenGL and then opening the module editor from an empty PCB. I have used the GAL before (though maybe not the newest). This is on Ubuntu 12.04 64-bit with Intel integrated graphics. Backtrace and glxinfo attached. #0 0x7fffeb42a5e6 in

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
On 27 June 2014 17:16, Kaspar Emanuel kaspar.bu...@gmail.com wrote: Mine also consistently crashes when switching to OpenGL and then opening the module editor from an empty PCB. It actually doesn't matter what canvas I have it set to. It will crash when I try and open the module editor

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
On 27 June 2014 17:23, Kaspar Emanuel kaspar.bu...@gmail.com wrote: On 27 June 2014 17:16, Kaspar Emanuel kaspar.bu...@gmail.com wrote: Mine also consistently crashes when switching to OpenGL and then opening the module editor from an empty PCB. It actually doesn't matter what canvas I

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
Got another segfault while trying to import a module. Backtrace attached. On 27 June 2014 18:52, Kaspar Emanuel kaspar.bu...@gmail.com wrote: On 27 June 2014 17:23, Kaspar Emanuel kaspar.bu...@gmail.com wrote: On 27 June 2014 17:16, Kaspar Emanuel kaspar.bu...@gmail.com wrote: Mine also

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-04-07 Thread Kaspar Emanuel
On 3 April 2014 21:30, Jean-Samuel Reynaud js.reyn...@gmail.com wrote: Please find attached a quick view of 3 possibles frame on wxpython project manager. I'm not a specialist of ergonomics/design but it is some ideas I have. They look pretty nice. Thanks for you work. I have one request

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-04-07 Thread Kaspar Emanuel
On 7 April 2014 17:10, Nick Østergaard oe.n...@gmail.com wrote: Personally I want the manager to stay out of the way. If there was a way to not see the manager at all and I could just start the programs individually, but they get linked if they are on the same project, that would be ideal. I

Re: [Kicad-developers] KiCad git-based libraries as a way to harvest users' contributions - does it work?

2014-03-24 Thread Kaspar Emanuel
On 23 March 2014 17:48, Dick Hollenbeck d...@softplc.com wrote: Or: can just send the revised *.kicad_mod files. (It does not get easier than that.) The recipient can simply copy them to the correct dir, rather than applying a patch, and take it from there. Yeah, that's probably just

Re: [Kicad-developers] KiCad git-based libraries as a way to harvest users' contributions - does it work?

2014-03-22 Thread Kaspar Emanuel
On 21 March 2014 18:41, Fabrizio Tappero fabrizio.tapp...@gmail.com wrote: An other issue is that the current github setup require the hypothetical contributor to have a github account. No, you can just make a patch and send it to this mailing list.

Re: [Kicad-developers] KiCad git-based libraries as a way to harvest users' contributions - does it work?

2014-03-21 Thread Kaspar Emanuel
On 21 March 2014 08:10, Fabrizio Tappero fabrizio.tapp...@gmail.com wrote: When you get a repo because you want to contribute (either is kicad it self or the kicad lib repo) u clone the master repo, you do your modifications, you create and send to developers your patch, Done. Few days after

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Kaspar Emanuel
I have edited the download page to point to this for the time being. http://www.kicad-pcb.org/display/KICAD/Download ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] isn't KiCad doing pretty bloody well?

2014-03-05 Thread Kaspar Emanuel
What happened between 2013 and 2014 that caused that massive reduction in lines of code? ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers

[Kicad-developers] KiCad-PCB.org Down Again [was: Issues with Kicad (not the kind I was expecting at least)]

2014-03-04 Thread Kaspar Emanuel
On 4 March 2014 15:10, Kaspar Emanuel kaspar.bu...@gmail.com wrote: On 4 March 2014 02:32, Stephen R Phillips cyberman_phill...@yahoo.com wrote: http://www.kicad-pcb.org/ website is non functional I noticed .. This is becoming a constant problem. Anything I could do to help? What needs

Re: [Kicad-developers] Kicad webpage hosted in github

2014-03-04 Thread Kaspar Emanuel
On 4 March 2014 09:49, Fabrizio Tappero fabrizio.tapp...@gmail.com wrote: Since github recently allowed people to have simple webpages for their projects i was wondering if it would be a good idea to invest say 30 hours making a simple static page in kicad github space. Page will be done with

[Kicad-developers] kicad-pcb.org down

2014-02-23 Thread Kaspar Emanuel
Hey, there is probably already someone scrambling to fix this as it has been down for at least 17hrs but in case you didn't notice: kicad-pcb.org is giving a 504 Gateway Timeout Ciao, Kaspar ___ Mailing list: https://launchpad.net/~kicad-developers

Re: [Kicad-developers] Test cases

2014-02-19 Thread Kaspar Emanuel
Hi Miguel, Asking google about you (to find your hardware) I discovered that you were playing with kicad/unittests this summer. The hardware was this, if you are still curious: http://www.alphasphere.com/ The hardware itself hasn't been published but the firmware and software is GPL

Re: [Kicad-developers] PATCH: making component choosing (much!) more usable

2014-02-19 Thread Kaspar Emanuel
Thanks for this patch! I was working on a new schematic all day today using the new dialogue and it felt super snappy. A joy to use! ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe

Re: [Kicad-developers] bzr is unmaintained. Should we move KiCAD repository to git too?

2014-01-02 Thread Kaspar Emanuel
This discussion springing up on emacs-devel is likely relevant: https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg5.html On 2 December 2013 04:51, Povilas Kanapickas povi...@radix.lt wrote: Just for the record, git has submodules feature, which allows to store external dependencies

[Kicad-developers] Scripting Build Failing

2013-08-15 Thread Kaspar Emanuel
Hey, I have been having trouble building pcbnew with -DKICAD_SCRIPTING=ON and -DKICAD_SCRIPTING_MODULES=ON. I tried a few days ago with and without and it's definitely one of those flags, not surprising considering the error: [ 61%] Building CXX object

Re: [Kicad-developers] datasheets as URIs

2013-08-10 Thread Kaspar Emanuel
You could use the datasheet links octopart http://octopart.com provides which are more stable (or at least octopart would be more receptive to complaints if they are not kept stable). On 9 August 2013 09:23, Miguel Angel Ajo Pelayo miguelan...@nbee.es wrote: I really like the feature, over

Re: [Kicad-developers] Install KiCad on non Ubuntu distros - best way?

2013-08-09 Thread Kaspar Emanuel
My issue was rather that root was used during the compilation process. I would suggest building somewhere in the user's home directory rather than /opt which is meant for installed software that doesn't use conventional paths. I now have access and will edit the page when I find some time. On 9

Re: [Kicad-developers] Kicad snapshots

2013-07-20 Thread Kaspar Emanuel
Releases feature of GitHub at https://github.com/blog/1547-release-your-software - It's free but I'm not sure regarding the maximum storage space. On Thu, Jul 18, 2013 at 8:44 PM, Kaspar Emanuel kaspar.eman...@gmail.com wrote: I just realized my idiocy, you need 300GB data transfer per month

Re: [Kicad-developers] Python Unittest Trial

2013-07-19 Thread Kaspar Emanuel
, Kaspar Emanuel kaspar.eman...@gmail.com wrote: Hi all, I had a brief look at using Python for unit testing today and wrote a few tests for the EDA_RECT class. I added a tests directory in the root-dir and in it there is a README.md that tells you how to run the tests. There should

Re: [Kicad-developers] Kicad snapshots

2013-07-18 Thread Kaspar Emanuel
Is that 300GB bandwidth consumption? How much storage space is required? On 18 July 2013 18:01, Milan Horák stran...@tiscali.cz wrote: Hi gentlemen, seems like I will have to use some filesharing site for these snapshots, because it consumes about 300GB each month. Can you recommend me

Re: [Kicad-developers] Kicad snapshots

2013-07-18 Thread Kaspar Emanuel
and Windows. Milan Dne 18.7.2013 19:34, Adam Wolf napsal(a): I may have missed earlier comments in this thread--what is this? Wayne and Layne may have some space/bandwidth... Adam Wolf Wayne and Layne, LLC On Thu, Jul 18, 2013 at 12:11 PM, Kaspar Emanuel kaspar.eman...@gmail.com wrote

Re: [Kicad-developers] Kicad snapshots

2013-07-18 Thread Kaspar Emanuel
I just realized my idiocy, you need 300GB data transfer per month so it won't be free. On 18 July 2013 19:41, Kaspar Emanuel kaspar.eman...@gmail.com wrote: You could set up an Amazon S3 which gives you 5GB storage and 15GB of data transfer per month and is free for one year. On 18 July

[Kicad-developers] Python Unittest Trial

2013-07-16 Thread Kaspar Emanuel
with this I would likely switch to the nose-test module. Any feedback welcome. What I really need is some help in a plan to asses the usefulness and feasibility of this. Can you see yourself using this? Where could this Python approach falter? Here is my branch: https://code.launchpad.net/~kaspar