Re: [Kicad-developers] PLUGIN::Footprint*() from python

2012-11-13 Thread jp charras
Le 13/11/2012 16:16, Dick Hollenbeck a écrit : The open issue of changing the non-copper names is best settled if we had a complete list of proposed names to change to, and to make the determination if this is worth the disruption. Aw oh. I slept on it and woke up thinking about this as

Re: [Kicad-developers] -std=c++0x break build on MinGW and wxWidgets 2.9.4

2012-11-15 Thread jp charras
Le 15/11/2012 18:52, Wayne Stambaugh a écrit : The latest version of Boost (1.52) has compile fixes (although they are non-specific) for the polygon library in the change log. Maybe we need to update Boost in KiCad (1.49) to the latest version and give it a try to see if we can have both the

Re: [Kicad-developers] (most?) Linux builds failing

2012-11-19 Thread jp charras
Le 19/11/2012 15:21, Adam Wolf a écrit : Hi folks, Most of the Linux builds are still failing. The error has changed, it's now: In file included from /build/buildd/kicad-0.201211190447+3805~13~quantal1/kicad/pcbnew/gen_drill_report_files.cpp:41:0:

Re: [Kicad-developers] [PATCH] Fix drag when single item is selected

2012-11-20 Thread jp charras
Le 20/11/2012 05:33, Younes Manton a écrit : On Sat, 2012-11-10 at 17:24 -0500, Younes Manton wrote: Because dragging is implemented as a simulated 1x1 block selection, there's no way to pick out and drag a single item when multiple items overlap. Currently the drag hotkey handler checks to

Re: [Kicad-developers] [PATCH] Insert a component in schematic, from the Library Browser, by double clicking on it

2012-12-07 Thread jp charras
Le 04/12/2012 20:15, Dick Hollenbeck a écrit : committed in revision 3833, with refinement. The part was being parked at the mouse position after the doubleclick, rather than staying in drag mode. The call wxEvent::StopPropagation() seemed to fix this, as it keeps the parent window from

Re: [Kicad-developers] remove time-stamps to make files more VCS friendly

2012-12-13 Thread jp charras
Le 13/12/2012 21:10, Wayne Stambaugh a écrit : On 12/13/2012 2:36 PM, Dick Hollenbeck wrote: On 12/13/2012 01:33 PM, Dick Hollenbeck wrote: On 12/13/2012 01:00 PM, Kaspar Bumke wrote: In the .sch files the lines look like this EESchema Schematic File Version 2 date Tue 11 Dec 2012 20:41:50

Re: [Kicad-developers] Append schematic feature in Eeschema

2012-12-15 Thread jp charras
Le 14/12/2012 10:16, Jacobo Aragunde Pérez a écrit : Hi again :) El 12/12/12 12:25, Jacobo Aragunde Pérez escribió: I have noticed there is a feature in Pcbnew, Append board, to add all the components from a .brd file into the currently opened document. This feature doesn't exist in Eeschema

Re: [Kicad-developers] [PATCH] Allow to edit an schematic item while dragging

2012-12-29 Thread jp charras
Le 28/12/2012 21:39, Antia Puentes a écrit : In eeschema, it is not possible to access the Edit Schematic Item dialog while dragging an item because the dragging is implemented by simulating a block command, and the edit functionality is missing in the block context menu, and the related hotkeys

Re: [Kicad-developers] [PATCH] Prevent Eeschema from opening the same file twice

2013-01-04 Thread jp charras
Le 03/01/2013 18:38, Jacobo Aragunde Pérez a écrit : Currently KiCad applications allow opening the same file more than once, and they don't check if the files have changed in disk before saving. As a consequence, there can be situations where the user loses some data without notice. This patch

Re: [Kicad-developers] [PATCH] Prevent Pcbnew from opening the same file twice

2013-01-04 Thread jp charras
Le 04/01/2013 17:07, Jacobo Aragunde Pérez a écrit : Thanks Jean-Pierre. As mentioned before, I continued the work to implement a similar patch for in Pcbnew. The new patch is attached. Committed. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list:

Re: [Kicad-developers] [PATCH] Insert a component in schematic, from the Library Browser, by double clicking on it

2013-01-07 Thread jp charras
Le 07/01/2013 07:55, Dick Hollenbeck a écrit : On 12/07/2012 04:20 AM, jp charras wrote: Le 04/12/2012 20:15, Dick Hollenbeck a écrit : committed in revision 3833, with refinement. The part was being parked at the mouse position after the doubleclick, rather than staying in drag mode

Re: [Kicad-developers] Help building on F16

2013-01-08 Thread jp charras
Le 09/01/2013 02:38, Rick Walker a écrit : I've been trying to build kicad from source on a 64bit Fedora 16 platform. I'm trying to use the official wx-widgets rpm files that are released with Fedora. When I do cd build; cmake ../ I get: #!)make [ 43%] Built target bitmaps [ 43%] Building CXX

Re: [Kicad-developers] [PATCH] Better import of wrl files

2013-01-12 Thread jp charras
Le 03/01/2013 18:08, Georg Gast a écrit : Hi, i made some 3d models with openscad and converted them via meshconv to wrl , but i had some difficulites because the format is a little different in organization. Group/Def and some other tags. It's hard for the user to determine why kicad dont

Re: [Kicad-developers] [Bug] WRL import broken

2013-01-12 Thread jp charras
Le 11/01/2013 21:41, Cirilo Bernardo a écrit : From: Хотеев Сергей h...@yandex.ru To: kicad-developers@lists.launchpad.net Sent: Saturday, January 12, 2013 4:39 AM Subject: [Kicad-developers] [Bug] WRL import broken Hi In 2010 , FreeCAD forum (

Re: [Kicad-developers] small fix to 3D export

2013-01-13 Thread jp charras
Le 13/01/2013 10:49, Cirilo Bernardo a écrit : Due to the combination of very large scale factors and very small scale factors in the exported VRML file, truncation errors in VRML viewers (whitedune and lookat) caused problems; for example whitedune would render correctly when exported in mm

Re: [Kicad-developers] Python scripting cmake build macros.

2013-01-16 Thread jp charras
Le 16/01/2013 18:56, Wayne Stambaugh a écrit : On 1/16/2013 12:16 PM, Miguel Angel Ajo Pelayo wrote: Other option we could have right now is compile out the wxpython support and provide only embedded python scripting + python pcbnew module for windows users. In that case, next functionalities

Re: [Kicad-developers] [PATCH] Log of opened and closed applications in KiCad launcher

2013-01-18 Thread jp charras
Le 16/01/2013 13:15, Jacobo Aragunde Pérez a écrit : El 15/01/13 09:55, Jacobo Aragunde Pérez escribió: ... I've checked that the only flag used in KiCad is wxEXEC_ASYNC, and it doesn't have problems in Windows (in fact, it's the default flag when you don't set anything). Moreover, there is

Re: [Kicad-developers] [PATCH] Append schematic: copy the contents of one schematic file into another

2013-01-19 Thread jp charras
Le 16/01/2013 12:18, Jacobo Aragunde Pérez a écrit : Hi! With this patch you will be able to bring all the contents of an existing .sch file into the currently opened schematic document. This may be useful to reuse components from one sheet to another, specially graphical components. The

Re: [Kicad-developers] VRML export issues

2013-01-20 Thread jp charras
Le 20/01/2013 10:50, Cirilo Bernardo a écrit : Hi Jean-Pierre, I was looking at the VRML exports again and I noticed some inconsistency on what side a feature is visible from. For example, I wrote in a previous email that only the first pad of each DIL package seemed to be rendered even

Re: [Kicad-developers] [PATCH] Append schematic: copy the contents of one schematic file into another

2013-01-22 Thread jp charras
Le 21/01/2013 10:46, Jacobo Aragunde Pérez a écrit : El 19/01/13 17:23, jp charras escribió: Le 16/01/2013 12:18, Jacobo Aragunde Pérez a écrit : ... Make me know your opinion about the feature or any comments you have on the patch. Thanks. Thanks for reviewing :) After a first trial, I

Re: [Kicad-developers] [PATCH] Append schematic: copy the contents of one schematic file into another

2013-01-23 Thread jp charras
Le 23/01/2013 13:55, Jacobo Aragunde Pérez a écrit : El 22/01/13 09:47, jp charras escribió: Le 21/01/2013 10:46, Jacobo Aragunde Pérez a écrit : ... I've checked the approach used in Pcbnew. After an import, the current document name changes, so it doesn't overwrite the existing one unless

Re: [Kicad-developers] kicad scripting autobuilder failure

2013-01-23 Thread jp charras
Le 23/01/2013 18:16, Dick Hollenbeck a écrit : On 01/23/2013 10:38 AM, Dick Hollenbeck wrote: On 01/23/2013 10:21 AM, Dick Hollenbeck wrote: On 01/23/2013 10:12 AM, Miguel Angel Ajo Pelayo wrote: Dick if you could take a look at it I'd thank you very very much,you're our cmake expert :-).

Re: [Kicad-developers] [PATCH] Append schematic: copy the contents of one schematic file into another

2013-01-24 Thread jp charras
Le 24/01/2013 10:02, Jacobo Aragunde Pérez a écrit : El 24/01/13 09:46, Jacobo Aragunde Pérez escribió: Second attempt. Make me know what you think. I've just seen a typo in the warning message string. Sending again. Sorry for the noise. I committed the patch fixing the bug 1101718 and

Re: [Kicad-developers] Is this really a good idea?

2013-02-05 Thread jp charras
Le 05/02/2013 08:34, Lorenzo Marcantonio a écrit : During today merge I spotted this thing in backanno.cpp: /* Give a reasonable value to the field position and * orientation, if the text is empty at position 0, because * it is probably not yet initialized */

Re: [Kicad-developers] [PATCH 1/2] Refresh screen when placing a pin

2013-02-06 Thread jp charras
Le 05/02/2013 22:48, Anton Blanchard a écrit : When moving most symbols in the component editor we refresh the screen (OnLeftClick - EndDrawGraphicItem). Pins are a special case and call into PlacePin which doesn't trigger a refresh. As a result of this, we end up with corruption whenever we

Re: [Kicad-developers] [PATCH 2/2] Corruption when moving pins in library editor

2013-02-06 Thread jp charras
Le 05/02/2013 22:49, Anton Blanchard a écrit : Every time I move a pin in the library editor I end up with a different colored artifact of the pin text in the original position. This happens because we clear the old text by XOR'ing with the pin color, not the pin text color. The following patch

Re: [Kicad-developers] GUI tools (wxFormBuilder)

2013-02-24 Thread jp charras
Le 25/02/2013 08:01, Cirilo Bernardo a écrit : Hi folks, When I asked on the user mailing list a few weeks ago about how people use the VRML Export option in pcbnew, most respondents said that they don't care about tracks, pads, and silkscreens and only want the board + holes/cutouts and

Re: [Kicad-developers] patch: pcbnew. fix memory leak in printing dialog

2013-03-11 Thread jp charras
Le 11/03/2013 15:21, Sergey A. Borshch a écrit : If user tries to generate print preview with no layer selected, *preview object not destroyed and memory leaks. Thanks. Fixed in rev 3995, but not using the patch. -- Jean-Pierre CHARRAS ___

Re: [Kicad-developers] pcbnew patch: store user selection single page in print dialog

2013-03-11 Thread jp charras
Le 11/03/2013 15:10, Sergey A. Borshch a écrit : This path saves single page user choice in pcbnew printing dialog in the same way as all other controls in this dialog stored. Thanks. patch added in rev 3995. -- Jean-Pierre CHARRAS ___

Re: [Kicad-developers] patch: pcbnew, hide text anchors while printing

2013-03-11 Thread jp charras
Le 11/03/2013 15:05, Sergey A. Borshch a écrit : This patch hides text anchors while printing board in pcbnew. Every time I print board silkscreen in pcbnew first page always goes to trashcan because of points in the center of reference designators and other texts. Who needs text anchors on

Re: [Kicad-developers] pcbnew fix: project file location

2013-03-11 Thread jp charras
Le 11/03/2013 14:42, Sergey A. Borshch a écrit : Hello everybody. If pcbnew launched with board_file.brd as cmd-line argument (just filename, without absolute path), attempting to load file from current directory, pcbnew loads settings from kicad.pro in the templates directory instead of

Re: [Kicad-developers] patch: pcbnew printing Fit to page scale fix

2013-03-11 Thread jp charras
Le 11/03/2013 15:17, Sergey A. Borshch a écrit : This patch makes scale option fit to page do the same as in all other programs worldwide - produce biggest image that still fits to page. Pcbnew generates 1:1-scaled centered image instead. Sorry, your patch does not work: - scale is

Re: [Kicad-developers] patch: pcbnew printing Fit to page scale fix

2013-03-12 Thread jp charras
Le 11/03/2013 22:39, Sergey Borshch a écrit : Sorry, mistype again. Fixed. On 11.03.2013 23:36, Sergey Borshch wrote: On 11.03.2013 21:41, jp charras wrote: Le 11/03/2013 15:17, Sergey A. Borshch a écrit : This patch makes scale option fit to page do the same as in all other programs

Re: [Kicad-developers] Locale fix in KiCAD is not working (breaks my build)

2013-03-15 Thread jp charras
We have this kind of issue for all I/O file functions. In KiCad there is a class named LOCALE_IO to fix it thee ctor switches on the C fp notation, and the dtor restores the current locale. See for instance the line: LOCALE_IO toggle; // toggles on, then off, the C locale. in

Re: [Kicad-developers] Locale fix in KiCAD is not working (breaks my build)

2013-03-15 Thread jp charras
there is no other separator used by some other languages). Miguel Angel Ajo http://www.nbee.es +34911407752 skype: ajoajoajo On 15/03/2013, at 12:49, jp charras jp.char...@wanadoo.fr wrote: We have this kind of issue for all I/O file functions. In KiCad there is a class named LOCALE_IO to fix it thee ctor

Re: [Kicad-developers] [PATCH] Implementing X3D model support to 3d-viewer

2013-03-27 Thread jp charras
Le 22/03/2013 17:43, Tuomas a écrit : Hello, so I have made some changes: I extracted old vrml parsing functions from S3D_MASTER and created a VRML_MODEL_PARSER class from them. I added an factory method to abstract S3D_MODEL_PARSER class which can construct the correct parser based on file

Re: [Kicad-developers] Enhanced palette for kicad

2013-04-02 Thread jp charras
Le 01/04/2013 19:12, Lorenzo Marcantonio a écrit : After years of intensive usage I decided that the kicad palette (pcbnew to be exact) was too limited. I 'simply' added another level of brightness for every color while maintaining the dynamic range. Also had to make sure everything was

Re: [Kicad-developers] About the NextColor function

2013-04-06 Thread jp charras
Le 06/04/2013 14:25, Lorenzo Marcantonio a écrit : I'm not too happy to discard the convenience of C++ operator overloading only to fix a swig warning... Other than that, if we have to need a named function at least we should have it in functional fashion like col = NextColor(col) or a better

Re: [Kicad-developers] Text module in legacy plugin

2013-04-09 Thread jp charras
Le 09/04/2013 11:29, Lorenzo Marcantonio a écrit : On Tue, Apr 09, 2013 at 11:21:23AM +0200, jp charras wrote: Yes: DRC does not check texts and other graphic items. OK. But graphics item are allowed (there is a big warning for them), we could consider the same for text, too. No problem

Re: [Kicad-developers] Text module in legacy plugin

2013-04-11 Thread jp charras
Le 11/04/2013 15:57, Dick Hollenbeck a écrit : On 04/09/2013 01:01 PM, Dick Hollenbeck wrote: On 04/09/2013 03:28 AM, Lorenzo Marcantonio wrote: Found this in loadMODULE_TEXT: if( layer FIRST_LAYER ) layer = FIRST_LAYER; else if( layer LAST_NON_COPPER_LAYER )

Re: [Kicad-developers] Plan for user layer names

2013-04-12 Thread jp charras
Le 12/04/2013 08:44, Lorenzo Marcantonio a écrit : After long meditation my plan is this: First idea (really good but has issues) - Internal and names do not change (I myself am tired of these renames) - Default layer names for a board are the the internal ones - In the layer setup the

Re: [Kicad-developers] Drawings on edge cuts layer in module editor

2013-04-13 Thread jp charras
Le 12/04/2013 21:15, Dick Hollenbeck a écrit : On 04/12/2013 11:29 AM, Kaspar Bumke wrote: I am finding it useful to have edge cuts drawings in modules as well. I have just been editing the files with a text-editor to change the layer and haven't encountered any issues. Would be good to (re?)

Re: [Kicad-developers] Was: page selection dialog, everybody please comment

2013-04-19 Thread jp charras
Le 19/04/2013 13:12, Lorenzo Marcantonio a écrit : On Fri, Apr 19, 2013 at 05:45:33AM -0500, Dick Hollenbeck wrote: We might do well as a team by slowing down and focusing on reliability and quality not features for awhile. Firstly, the bugs are damaging to the project. Using the user

Re: [Kicad-developers] Was: page selection dialog, everybody please comment

2013-04-19 Thread jp charras
Le 19/04/2013 14:39, jp charras a écrit : Le 19/04/2013 14:28, Lorenzo Marcantonio a écrit : To this day I still don't know what ECO stands for, in fact... Comment2 would have been more explicative. And *I* know english, at least a bit. Some EDA tools use ECO layers for specific comments: ECO

Re: [Kicad-developers] Was: page selection dialog, everybody please comment

2013-04-19 Thread jp charras
Le 19/04/2013 14:48, Lorenzo Marcantonio a écrit : On Fri, Apr 19, 2013 at 02:41:01PM +0200, jp charras wrote: Engineering Comment Order Maybe Engineering Change Order? some CAD use this term for forward/back annotation... Yes, or perhaps Engineering Command Order. ECO was used in my

Re: [Kicad-developers] Was: page selection... Story of Kicad name

2013-04-24 Thread jp charras
Le 22/04/2013 15:27, Mitch Davis a écrit : On Fri, Apr 19, 2013 at 9:17 PM, jp charras jp.char...@wanadoo.fr wrote: Another think... what does the ki in kicad stand for??? No special meaning. after a small brain storming, a friend of mine suggest me kicad. Now all I need to know is how

Re: [Kicad-developers] layer based constraints

2013-04-27 Thread jp charras
Le 27/04/2013 08:52, Simon Huwyler a écrit : I think I do something wrong, since my responses are only seen in the date view, but not in the thread view. Maybe it has something to do with the fact that I don't see any response depth level greater than response-to-response-to-response? So, I just

Re: [Kicad-developers] layer based constraints

2013-04-27 Thread jp charras
Le 27/04/2013 11:40, Simon Huwyler a écrit : Hi Jean-Pierre, see my responses below. ... right. -But - don't get me wrong, i consider Kicad a tool that can easily compete with professional tools - but it is used by many hobbyists. An without wanting to do some advertising, seeedstudio (among

Re: [Kicad-developers] Proposal: Move to C++11

2013-04-28 Thread jp charras
Le 27/04/2013 18:42, Lorenzo Marcantonio a écrit : On Sat, Apr 27, 2013 at 12:31:54PM -0400, Wayne Stambaugh wrote: GCC 4.8 is fully 0x11 compliant with one minor exception (see the Have they fixed the misoptimization breaking the zone filling code at least? About zone filling code and

Re: [Kicad-developers] Miscellaneous stuff

2013-04-28 Thread jp charras
Le 28/04/2013 13:41, Lorenzo Marcantonio a écrit : I was comparing my tree with the master one. These are some changes I did in times and I would like what do you think of these - GenDate() at the moment uses a fixed format (more or less the european one), with the months hardcoded to the

Re: [Kicad-developers] Miscellaneous stuff

2013-04-29 Thread jp charras
Le 29/04/2013 10:39, Lorenzo Marcantonio a écrit : On Mon, Apr 29, 2013 at 02:56:47AM -0500, Dick Hollenbeck wrote: Please state the file and line number please. OK, one example: In PCB_BASE_FRAME::GlobalChange_PadSettings (pcbnew/globaleditpad.cpp) on line 232 pad_orient is computed from

Re: [Kicad-developers] Suspicious angle in thermal relief calculation

2013-05-01 Thread jp charras
Le 01/05/2013 09:41, Lorenzo Marcantonio a écrit : I don't follow exactly what is going on in the routine, however at line 478 in board_items_to_polygon_shape_transform.cpp (I almost regret 8 chars filenames!) there is: RotatePoint( corner, 90 ); Is this really meant to be nine degrees? It

Re: [Kicad-developers] [Bug 1176915] Re: problem with gerber files

2013-05-07 Thread jp charras
Le 06/05/2013 22:01, Lorenzo Marcantonio a écrit : On Mon, May 06, 2013 at 03:09:12PM -0400, Wayne Stambaugh wrote: is the case. My guess that the units for linewidth plot setting is either mils or decimils. I don't think we ever intended for nanometer values to be saved in files. If I knew

Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-15 Thread jp charras
Le 15/05/2013 01:35, Shane Volpe a écrit : I to want to voice my disappointment in not having the schematic portion merged. If there are problems please clearly list them so others can fix them. Regards, Shane Pcad2kicad was finalized in march 2013, and made compatible with the Pcbnew plugin

Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-15 Thread jp charras
/ in a folder like test_files. This kind of tool needs some test files for regression tests. On Wed, May 15, 2013 at 3:59 AM, jp charras jp.char...@wanadoo.fr wrote: Le 15/05/2013 01:35, Shane Volpe a écrit : I to want to voice my disappointment in not having the schematic portion merged

Re: [Kicad-developers] data in headers

2013-05-23 Thread jp charras
Le 23/05/2013 04:08, Dick Hollenbeck a écrit : On 05/22/2013 07:36 PM, Lorenzo Marcantonio wrote: On Wed, May 22, 2013 at 03:05:29PM -0500, Dick Hollenbeck wrote: The more common practice is to use extern declarations in the header, and define the data in a *.cpp file. Why are you doing

Re: [Kicad-developers] normal/block manipulation hotkeys in eeschema

2013-05-24 Thread jp charras
Le 24/05/2013 17:13, yann jautard a écrit : Hi all I don't know if this is the right place to complain about how hotkeys work, sorry if it is not. Well, this is the right place to talking about how hotkeys work. But this is the wrong place to complain. -- Jean-Pierre CHARRAS

Re: [Kicad-developers] missing page layout

2013-06-09 Thread jp charras
Le 09/06/2013 18:33, Dick Hollenbeck a écrit : Jean-Pierre, When I open latest pcbnew I get the attached message. a) The title of the window is wrong, window titles should be capitalized, per UI guidelines. b) the window itself is un-welcomed at this point. So maybe some user instruction

Re: [Kicad-developers] [PATCH] - Implement auto panning while moving in EDA_DRAW_PANEL::OnMouseEvent()

2013-06-10 Thread jp charras
Le 09/06/2013 20:25, Chris Morgan a écrit : I think you have good points. I'll take a look at the more comprehensive fix for the issue. On the point of animating the pan, what are your thoughts? The pan today is very discontinuous looking. Chris On Sunday, June 9, 2013, Dick Hollenbeck

Re: [Kicad-developers] Call for help.

2013-06-15 Thread jp charras
Le 14/06/2013 21:08, Wayne Stambaugh a écrit : I may have found a issue with an exception causing Pcbnew to crash on release builds on Windows. I would appreciate if a some of you Windows users would run a simple test and let me know if you encounter any problems. Open Pcbnew and load any

Re: [Kicad-developers] Call for help to compile a small test program with g++ version 4.7.3 and more.

2013-06-17 Thread jp charras
Le 17/06/2013 18:29, Dick Hollenbeck a écrit : Jean-Pierre, I get a 12 point polygon with 4.7.3 regardless of optimization setting, -01, -02, -03 using a 64 bit program on linux. With some additional install I can do a 32 bit test also. Thanks, Dick It is worth only if this is not a lot

Re: [Kicad-developers] There's something wrong with dragging in eeschema...

2013-06-19 Thread jp charras
Le 19/06/2013 09:21, Lorenzo Marcantonio a écrit : Maybe it's related with all the discussion of these days about panning and stuff (I didn't actually read it). For some reason, when ctrl-selecting for dragging a block (or even simply selecting, then choosing drag from the menu), after

Re: [Kicad-developers] libgnomeprint issues are back.

2013-06-22 Thread jp charras
Le 21/06/2013 23:03, Lorenzo Marcantonio a écrit : On Fri, Jun 21, 2013 at 12:23:46PM -0400, Wayne Stambaugh wrote: This way you will at least be able to build KiCad even though you wont have full printing capability. Is the printing situation for Linux using wxWidgets 2.9.4 any better?

Re: [Kicad-developers] Fwd: KiCAD Title block problems

2013-07-21 Thread jp charras
Le 21/07/2013 20:06, Milan Horák a écrit : Původní zpráva Předmět: KiCAD Title block problems Datum: Sun, 21 Jul 2013 10:51:19 -0700 Od: Ulrich Schmidt ucschm...@nucleus.com Komu: stran...@tiscali.cz Hello, I have been using your releases of Windows-Kicad

[Kicad-developers] About the new Pl_Editor tool.

2013-07-22 Thread jp charras
I released the first draft of Pl_Editor, a new tool to create customized title blocks. Some features are still missing (like hot keys and undo/redo commands) but it should be very usable. The documentation is also released. Please read it. I need volunteers to test it. I need mainly GOST

Re: [Kicad-developers] About the new Pl_Editor tool.

2013-07-23 Thread jp charras
Le 23/07/2013 08:37, Alexander Lunev a écrit : EESchema crashes: cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Debug -DwxWidgets_USE_DEBUG=ON -DKICAD_TESTING_VERSION=ON a-lunev@debian-notebook:~/bzr/kicad/Debug/eeschema$ ./eeschema 10:24:05: Debug: Adding locale lookup path:

Re: [Kicad-developers] About the new Pl_Editor tool.

2013-07-23 Thread jp charras
Le 23/07/2013 15:47, Константин Барановский a écrit : I'm a little test the new PageLayout editor. First, thanks you to take the time to test Pl editor and make a GOST title block. The first thing that I noticed - not properly numbered items (the first ten - 1, then the next ten - 10,

Re: [Kicad-developers] About the new Pl_Editor tool.

2013-07-24 Thread jp charras
Le 24/07/2013 12:44, Константин Барановский a écrit : I created the Page Layouts for GOST. Thanks. But not resolved two things: 1. And finally - for the lines that go beyond the Page margins does not work feature repeat the item. Repeat items are drawn only if they are contained in

Re: [Kicad-developers] About the new Pl_Editor tool.

2013-08-06 Thread jp charras
Le 05/08/2013 23:15, Brian Sidebotham a écrit : Hi Jean-Pierre, I've just had a quick look at Pl_Editor ( Is it Pl_Editor or PI_Editor? ) I think I'm missing something, or perhaps the build I'm using is broke because I can't draw anything? I can add things to the object tree, but I can't

Re: [Kicad-developers] page settings dialog (N... button

2013-08-07 Thread jp charras
Le 07/08/2013 00:37, Lorenzo Marcantonio a écrit : On Tue, Aug 06, 2013 at 12:38:55PM -0500, Dick Hollenbeck wrote: I am seeing a button named (N... Strange, I (correctly) see a big 'Browse' button instead. And I compiled yesterday... Most probably some kind of gtk theme magic... what

Re: [Kicad-developers] page settings dialog (N... button

2013-08-09 Thread jp charras
In my last commit, I removed the wxFilePickerCtrl used in Page Setup Dialog (replaced by a wxTextCtrl+wxButton). Under wxWidgets 2.8 (fixed in 2.9) the behavior is very different between Windows and Linux. This is not acceptable in Kicad. I hope this fixes the issue. Please, test it. Note: I

Re: [Kicad-developers] Page layout file position

2013-08-16 Thread jp charras
Le 15/08/2013 18:03, Lorenzo Marcantonio a écrit : Question: is there a reason for having the .kicad_wks specified in the project and not in the single file (like all the other title block parameters and the page size). In fact, I was very hesitating when I added this feature about the best

Re: [Kicad-developers] Page layout file position

2013-08-16 Thread jp charras
Le 16/08/2013 18:31, jp charras a écrit : Le 15/08/2013 18:03, Lorenzo Marcantonio a écrit : Question: is there a reason for having the .kicad_wks specified in the project and not in the single file (like all the other title block parameters and the page size). In fact, I was very hesitating

Re: [Kicad-developers] Buglets in pl-editor

2013-08-20 Thread jp charras
Le 20/08/2013 10:17, Lorenzo Marcantonio a écrit : If called with a filename on the command line it loads the file but the controls don't get filled with items... this should fix it: === modified file 'pagelayout_editor/pl_editor.cpp' --- pagelayout_editor/pl_editor.cpp 2013-08-13 17:51:22

Re: [Kicad-developers] It's a bug or it's right this way?

2013-08-27 Thread jp charras
Le 27/08/2013 09:18, Lorenzo Marcantonio a écrit : eeschema component edit dialog. The Reset component default only relocates ref and value; at least package is not relocated to the original places (I guess custom fields aren't, either). Is it correct? IMHO everything should return to the

Re: [Kicad-developers] PlEditor issues

2013-08-29 Thread jp charras
Le 29/08/2013 00:05, Brian Sidebotham a écrit : Hi Jean-Pierre, I've had a quick go with PlEditor, and I noticed a few things: (1) In the General Options tab under the Properties pane on the right hand side I noticed the tab order of the controls appears to be broken. You can't tab between any

Re: [Kicad-developers] PlEditor issues

2013-08-29 Thread jp charras
Le 29/08/2013 16:06, Dick Hollenbeck a écrit : On 08/29/2013 08:02 AM, Wayne Stambaugh wrote: On 8/29/2013 2:16 AM, Lorenzo Marcantonio wrote: On Wed, Aug 28, 2013 at 11:05:34PM +0100, Brian Sidebotham wrote: (4) When saving a page layout the .kicad_wks extension doesn't get added to the

Re: [Kicad-developers] what is 'this looks bad'?

2013-09-04 Thread jp charras
Le 04/09/2013 11:01, Lorenzo Marcantonio a écrit : It says that to me when I lie a track parallel to another one (but still in clearance). A better (explanation) for that message? Certainly, we also need a better explanation for your message. -- Jean-Pierre CHARRAS

Re: [Kicad-developers] IPC-D-356 exporter

2013-09-13 Thread jp charras
Le 11/09/2013 22:23, Lorenzo Marcantonio a écrit : I noticed it was asked in the user list so I resuscitated it. I did it to use 356 instead of gencad for board testing but in the end the fabricator preferred gencad anyway... However, here it is: - Tested only with 3 boards (only dual

Re: [Kicad-developers] Track cleanup (broken or changed?)

2013-09-17 Thread jp charras
Le 17/09/2013 19:43, Lorenzo Marcantonio a écrit : I remember last time I did a board the track cleanup function a) merged consecutive parallel track segments and b) removed zero length segments also *way* more time ago it deleted 'floating' tracks; I agree that's not desiderable since

Re: [Kicad-developers] Are the python BOMmers case sensitive?

2013-09-20 Thread jp charras
Le 19/09/2013 17:37, Wayne Stambaugh a écrit : ... I've never liked the fact the Eeschema is case insensitive so you'll get no argument from me. It's just been that way since I've joined the project. Changing it surely will break some existing projects and libraries. There is only one way

Re: [Kicad-developers] export of cad file

2013-10-08 Thread jp charras
Le 08/10/2013 17:00, Wayne Stambaugh a écrit : On 10/8/2013 8:20 AM, Thomas Spindler wrote: Hi Guys, I had to do some tricky mechanical design around a pcb and generated a step like file format. (See attached example) If other users find it useful I will eventually integrate it into

Re: [Kicad-developers] Footprint library table.

2013-10-13 Thread jp charras
Le 13/10/2013 18:37, Wayne Stambaugh a écrit : I committed the last of the footprint library table implementation in r4380 for general testing. Please let me know if you find any issues. If there are no major problems over the next few weeks, I will change it to the default footprint library

Re: [Kicad-developers] Block rotate behavior.

2013-10-14 Thread jp charras
Le 14/10/2013 17:27, Wayne Stambaugh a écrit : I was fixing the Pcbnew block rotate hot key when I discovered that the block rotate command in both Pcbnew and Eeschema (and I'm assuming the component and footprint library editors as well) do not behave the way I thought they did or should.

Re: [Kicad-developers] Ratsnest for the GAL

2013-10-17 Thread jp charras
Le 16/10/2013 16:32, Maciej Sumiński a écrit : On 10/16/2013 02:59 PM, Dick Hollenbeck wrote: On Oct 16, 2013 7:53 AM, Dick Hollenbeck d...@softplc.com mailto:d...@softplc.com wrote: Looks promising, and super job on the presentation. Once you have it working, give some thought to

Re: [Kicad-developers] boost::polygon workaround

2013-10-20 Thread jp charras
Le 20/10/2013 16:47, Camille 019 a écrit : Hello, In CMakeLists.txt there is a wokaround to fix the bug #1056926 https://bugs.launchpad.net/kicad/+bug/1056926. I removed this workaround and I am not able to reproduce the bug with recent version of GCC (4.8.1) and boost (1.54). Cut out in

Re: [Kicad-developers] boost::polygon workaround and now Clipper + boost::polygon

2013-10-22 Thread jp charras
Le 22/10/2013 16:39, Tomasz Wlostowski a écrit : On 10/20/2013 05:20 PM, jp charras wrote: No it is not fixed and it will be not fixed. This bug happens only with GCC 4.7.0, GCC 4.7.1 and GCC 4.7.2. The guy who is working on boost polygon is not able to fix it, and he is thinking

Re: [Kicad-developers] Installing using a script

2013-10-24 Thread jp charras
Le 24/10/2013 17:23, Dick Hollenbeck a écrit : On 10/24/2013 08:10 AM, Ruslan wrote: Hello, I trying to instal KiCad on Debian 7 using your script which is here http://bazaar.launchpad.net/~kicad-testing- committers/kicad/testing/view/head:/scripts/kicad-install.sh. When it finishes

Re: [Kicad-developers] KiCad look (the icon situation)

2013-10-24 Thread jp charras
Le 24/10/2013 11:42, Fabrizio Tappero a écrit : Hello, About 2 years have passed since KiCad got its new look with the 26px icons. At that time approx 400 icons had to be redrawn/resized/reused etc. It was a lot of fun! I'd like to propose a new round of changes to give to KiCad a new

[Kicad-developers] DXF import in Pcbnew added (work in progress)

2013-10-24 Thread jp charras
Info about dxf importer. I added a feature (see files/import menu) to import a DXF drawings. The purpose for this feature is to created board outlines from a mechanical Cad for guys (like me) who need to create boards with strange or complex outlines and/or with strong mechanical constraints.

Re: [Kicad-developers] Vertical justify of the multiline text

2013-10-25 Thread jp charras
Le 24/10/2013 23:03, Барановский Константин a écrit : Currently alignment of the multiline text applied only for first line and other lines just plased under it. Attached patch allows to align the multiline text given the all lines of the text. -- Baranovskiy Konstantin Thanks. I added

[Kicad-developers] wxWidgets 3.0 and Printing On Linux

2013-10-28 Thread jp charras
wxWidgets 3.0 RC2 is out. I sent two days ago a patch about an issue when printing arcs (which was (for me) the last issue I found in print function). It was in 3.0 RC2. For the first time Printing on Linux with wxWidgets seems working. It is worth to test it and see if there is no other

[Kicad-developers] Redraw issue in modedit and Modview with GAL

2013-11-01 Thread jp charras
Modedit and Modview have a strange behavior when the main canvas is redrawn. Something is drawn in the upper left corner of the screen (i.e. form the center of the main canvas to the left corner of the main window client area. Could be related to the fact the logical origin and therefore the draw

Re: [Kicad-developers] Redraw issue in modedit and Modview with GAL

2013-11-01 Thread jp charras
Le 01/11/2013 13:16, Maciej Sumiński a écrit : On 11/01/2013 12:10 PM, jp charras wrote: Modedit and Modview have a strange behavior when the main canvas is redrawn. Something is drawn in the upper left corner of the screen (i.e. form the center of the main canvas to the left corner

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-13 Thread jp charras
Le 14/11/2013 07:17, Константин Барановский a écrit : Wayne, RotatePoint must be called twice. I'm added the comments to explain why need both calls. jp charras, I checked the display of text in PCBnew where to use multiline text inside the zone. In attachment the edited patch where

Re: [Kicad-developers] [Bug 1251351] [NEW] Code clean up for future compatibility with Visual C++

2013-11-14 Thread jp charras
Le 14/11/2013 19:34, Lorenzo Marcantonio a écrit : On Thu, Nov 14, 2013 at 06:19:45PM -, Wayne Stambaugh wrote: There is no doubt. Please see FAQ: Ouch:P I didn't remember VC++ was *so* hated:P However (VC++ aside) if the patches contains 'cleanup' as in 'better C++ idioms' (like

Re: [Kicad-developers] Boost dependencies

2013-11-16 Thread jp charras
Le 16/11/2013 12:27, Maciej Suminski a écrit : I cannot explain why, it was just an observation - I attach the log that made me think so. Does it break builds on Windows? Regards, Orson On 11/15/2013 10:01 PM, Brian Sidebotham wrote: This dependency is not required on Windows? How come

Re: [Kicad-developers] A tribute to KiCad quality

2013-11-18 Thread jp charras
Le 18/11/2013 18:25, Dick Hollenbeck a écrit : ... Does the windows build of KiCad use wxPython on wx 3.0? ... Dick Currently wx 3.0 (on Windows) has a bug which make it not usable for Kicad: when changing the zoom level by the mouse wheel, a vertical scroll command ( in fact 3 successive

Re: [Kicad-developers] [BUG] place hierarchical pin on instatiating pinsheet

2013-11-19 Thread jp charras
Le 15/11/2013 17:06, Dick Hollenbeck a écrit : eeschema, today: When you import the hierarchical pin from a nested sheet, you get a free, stray hierarchical label up at y = 0 as well as in the pinsheet box. It goes away after placement. Fix committed. -- Jean-Pierre CHARRAS

Re: [Kicad-developers] Noticed a trivial mislabeling

2013-11-19 Thread jp charras
Le 19/11/2013 20:48, Wayne Stambaugh a écrit : On 11/18/2013 2:46 AM, Lorenzo Marcantonio wrote: In the target properties dialog: aren't size and thickness swapped? I just took a look at the Target Properties dialog and it looks correct to me. The Size property changes the diameter of the

  1   2   3   4   5   6   7   8   9   10   >